LUMIERA.clone/tests/core
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
..
application LANDING: transition to GTK-3 2015-05-30 17:11:41 +02:00
backend Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
proc preparation(#985): purge any remaining direct uses of boost::format 2016-01-04 01:38:04 +01:00
DIR_INFO re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00