ca7ae883ee
Removed Boost dependency in unit tests.
...
Some of the unit tests depended on Boost’s null_sink to redirect the
unwanted test output to /dev/null. This commit adds a simple
NullOutputStream as a replacement and removes the obsolete Boost
includes.
2017-10-28 16:45:29 +02:00
9199b68080
Renamed “pddlparse” library to simply “pddl”.
2017-08-09 17:52:50 +02:00
9d1a8f4c0f
Started implementing PDDL normalization.
2017-06-23 04:18:07 +02:00
e93085d88a
Moved color logging to separate library for reusing it in PDDL parser.
2017-06-22 20:58:31 +02:00
e345fd60fd
Reimplemented plasp with PDDL parsing library.
2017-06-20 01:53:55 +02:00
e312a91632
Renamed tokenizing module for clarity.
2017-05-12 14:17:57 +02:00
c4e19dddae
Refactoring to use cleaner output implementation.
2016-11-29 06:03:05 +01:00
d4faaf428c
Switched from Google Test to Catch.
2016-10-08 16:03:14 +02:00
91019f52aa
Fixed issue with unsupported expression negations.
2016-08-16 18:58:30 +02:00
0de2489440
Using LogStreams in the PDDL translator.
2016-06-14 16:14:39 +02:00
e0dd9833a3
Made unsupported expressions a separate type for disambiguation to fix issues with unsupported features.
2016-06-14 01:31:22 +02:00