LUMIERA.clone/tests/core/proc/control
Ichthyostega b96fd1299d preparation(#985): purge any remaining direct uses of boost::format
now we use boost::format through our own front-end util::_Fmt
solely, which both helps to reduce compilation time and code size,
and gives us a direct string conversion, which automatically
uses any custom operator string() available on arguments.

While desirable as such, I did this conversion now, since
it allows us to get rid of boost::str, which in turn helps
to drill down any remaning uses of our own util::str
2016-01-04 01:38:04 +01:00
..
argument-tuple-accept-test.cpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
command-argument-test.cpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
command-basic-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
command-binding-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
command-clone-builder-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
command-equality-test.cpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
command-mutation-test.cpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
command-registry-test.cpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
command-use1-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
command-use2-test.cpp preparation(#985): purge any remaining direct uses of boost::format 2016-01-04 01:38:04 +01:00
command-use3-test.cpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
handling-pattern-basics-test.cpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
handling-pattern-standard-impl-test.cpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
memento-tie-test.cpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
test-dummy-commands.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
test-dummy-commands.hpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00