subsurface/tests
Robert C. Helling 8e21a65653 Localize global planner state
For UI responsiveness, we need to be able to run the planner in the background. This needs the
planner state to be localized (and we need to pass a pointer around).

In order to not let too many lines overrun (and to save typing in the future)
I have renamed instances of struct deco_state to ds. Yes this should have gone
to a separate commit but I accidentally commit --amend'ed it.

Computing of planner variations is temporarily disabled.

Unlock the planner when returning early

So we don't deadlock in add dive and recreational mode (which
use the planner without actually planning).

Signed-off-by: Robert C. Helling <helling@atdotde.de>
2017-11-25 20:13:01 +01:00
..
CMakeLists.txt Test for adding a picture with data after JFIF EOI to a dive 2017-05-06 10:31:09 -07:00
testdivesiteduplication.cpp Add SPDX header to tests 2017-04-29 13:32:55 -07:00
testdivesiteduplication.h Add SPDX header to tests 2017-04-29 13:32:55 -07:00
testgitstorage.cpp Add SPDX header to tests 2017-04-29 13:32:55 -07:00
testgitstorage.h Add SPDX header to tests 2017-04-29 13:32:55 -07:00
testgpscoords.cpp Add SPDX header to tests 2017-04-29 13:32:55 -07:00
testgpscoords.h Add SPDX header to tests 2017-04-29 13:32:55 -07:00
testmerge.cpp Add SPDX header to tests 2017-04-29 13:32:55 -07:00
testmerge.h Add SPDX header to tests 2017-04-29 13:32:55 -07:00
testparse.cpp Fix some warnings 2017-05-27 07:21:37 -07:00
testparse.h Test case for CSV profile export to imperial and back 2017-05-12 14:05:33 -07:00
testpicture.cpp Test for adding a picture with data after JFIF EOI to a dive 2017-05-06 10:31:09 -07:00
testpicture.h Add SPDX header to tests 2017-04-29 13:32:55 -07:00
testplan.cpp Localize global planner state 2017-11-25 20:13:01 +01:00
testplan.h Add SPDX header to tests 2017-04-29 13:32:55 -07:00
testpreferences.cpp Make handling of booleans consistent on the C++-side of preferences 2017-11-20 20:56:13 +01:00
testpreferences.h Add SPDX header to tests 2017-04-29 13:32:55 -07:00
testprofile.cpp Add SPDX header to tests 2017-04-29 13:32:55 -07:00
testprofile.h Add SPDX header to tests 2017-04-29 13:32:55 -07:00
testrenumber.cpp Add SPDX header to tests 2017-04-29 13:32:55 -07:00
testrenumber.h Add SPDX header to tests 2017-04-29 13:32:55 -07:00
testunitconversion.cpp Add SPDX header to tests 2017-04-29 13:32:55 -07:00
testunitconversion.h Add SPDX header to tests 2017-04-29 13:32:55 -07:00