LUMIERA.clone/tests/core/proc
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
..
asset clean-up some library and linkage problems 2015-08-16 01:35:30 +02:00
control preparation(#985): purge any remaining direct uses of boost::format 2016-01-04 01:38:04 +01:00
engine fix several warnings spotted by GCC-4.9.2 2015-08-16 01:18:58 +02:00
mobject preparation(#985): purge any remaining direct uses of boost::format 2016-01-04 01:38:04 +01:00
play Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00