History log of /haiku/src/tests/servers/launch/SettingsParserTest.cpp
Revision Date Author Comments
# 95d93d2e 16-Jul-2015 Axel Dörfler <axeld@pinc-software.de>

launch_daemon: Fixed empty on/if parsing.

* An extra empty message was mistakenly created.


# 5a766948 10-Jul-2015 Axel Dörfler <axeld@pinc-software.de>

launch_daemon: Added events parsing.

* Including tests, also for the environment parsing.


# 004cd670 24-Jun-2015 Axel Dörfler <axeld@pinc-software.de>

launch_daemon: Added run directive.

* Allows to conditionally (or unconditionally) launch targets.
* Including tests for the settings parser.
* FirstBootPrompt is now launched when deemed necessary (as in
the Bootscript).


# 1e9c9871 22-Jun-2015 Axel Dörfler <axeld@pinc-software.de>

launch_daemon: Added basic support for conditions.

* Admittedly not very well thought out, but it should be good
enough for now; it doesn't really make sense to initialize jobs
that is never run due to failed conditions.
* Job, and Target now have a common base class BaseJob that deals
with the conditions.


# f7cf381a 22-Jun-2015 Axel Dörfler <axeld@pinc-software.de>

launch_daemon: Completed condition parser.


# e73c9366 18-Jun-2015 Axel Dörfler <axeld@pinc-software.de>

launch_daemon: Started working on condition parsing.

* Moved related test code from DriverSettingsMessageAdapterTest to the
SettingsParser class.
* Added SettingsParserTest class -- most tests already succeed, but not
all; support for the flattened "not" is not working yet.


# 95d93d2ea96e954fc5fe9ac847b19a20e676b147 16-Jul-2015 Axel Dörfler <axeld@pinc-software.de>

launch_daemon: Fixed empty on/if parsing.

* An extra empty message was mistakenly created.


# 5a7669481945f29e2f015a4036177554336fc452 10-Jul-2015 Axel Dörfler <axeld@pinc-software.de>

launch_daemon: Added events parsing.

* Including tests, also for the environment parsing.


# 004cd6709d7b26a37f7a7c037bb48ec7d985d7cc 24-Jun-2015 Axel Dörfler <axeld@pinc-software.de>

launch_daemon: Added run directive.

* Allows to conditionally (or unconditionally) launch targets.
* Including tests for the settings parser.
* FirstBootPrompt is now launched when deemed necessary (as in
the Bootscript).


# 1e9c98710286129c9161f29787742b1ea2bff449 22-Jun-2015 Axel Dörfler <axeld@pinc-software.de>

launch_daemon: Added basic support for conditions.

* Admittedly not very well thought out, but it should be good
enough for now; it doesn't really make sense to initialize jobs
that is never run due to failed conditions.
* Job, and Target now have a common base class BaseJob that deals
with the conditions.


# f7cf381a14cbbc0f38ea226f882ba7408b6e9f72 22-Jun-2015 Axel Dörfler <axeld@pinc-software.de>

launch_daemon: Completed condition parser.


# e73c936699e8834f94bc677431fe8b260eaa5b2b 18-Jun-2015 Axel Dörfler <axeld@pinc-software.de>

launch_daemon: Started working on condition parsing.

* Moved related test code from DriverSettingsMessageAdapterTest to the
SettingsParser class.
* Added SettingsParserTest class -- most tests already succeed, but not
all; support for the flattened "not" is not working yet.