LUMIERA.clone/src/proc/mobject/session
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
..
query fix warnings found by CLang (3.5) 2015-08-16 01:37:04 +02:00
abstractmo.cpp preparation(#985): purge any remaining direct uses of boost::format 2016-01-04 01:38:04 +01:00
abstractmo.hpp cleanup: rectify Proc-Layer namespaces (II) 2011-12-02 17:50:44 +01:00
allocation.cpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
allocation.hpp tricky header reordering to support a hackish-workaround (#944) 2014-08-17 08:03:21 +02:00
auto.cpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
auto.hpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
binding.cpp Ticket #155: rename Track -> Fork (II) 2015-05-31 02:03:24 +02:00
binding.hpp clean-up visibility of lib::P 2015-08-16 01:35:29 +02:00
bus-mo.cpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
bus-mo.hpp clean-up visibility of lib::P 2015-08-16 01:35:29 +02:00
clip.cpp prefer more readable bool operator spelling 2015-09-25 03:12:04 +02:00
clip.hpp clean-up visibility of lib::P 2015-08-16 01:35:29 +02:00
constraint.cpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
constraint.hpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
effect.cpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
effect.hpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
element-query.hpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
fixedlocation.cpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
fixedlocation.hpp Ticket #155: rename Track -> Fork (II) 2015-05-31 02:03:24 +02:00
fixture.cpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
fixture.hpp Ticket #155: rename the Track-MObject to "Fork" 2015-05-30 22:09:26 +02:00
fork.cpp Ticket #155: rename Track -> Fork (II) 2015-05-31 02:03:24 +02:00
fork.hpp EntryID(#865): move into the support library 2015-08-16 01:35:29 +02:00
generator-mo.cpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
generator-mo.hpp clean-up visibility of lib::P 2015-08-16 01:35:29 +02:00
label.cpp prefer more readable bool operator spelling 2015-09-25 03:12:04 +02:00
label.hpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
lifecycle-advisor.hpp clarify some aspects of Session lifecycle 2012-12-27 02:31:58 +01:00
locatingpin.cpp prefer more readable bool operator spelling 2015-09-25 03:12:04 +02:00
locatingpin.hpp Ticket #155: rename Track -> Fork (II) 2015-05-31 02:03:24 +02:00
meta.cpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
meta.hpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
mobjectfactory.cpp Ticket #155: rename Track -> Fork (II) 2015-05-31 02:03:24 +02:00
mobjectfactory.hpp EntryID(#865): move into the support library 2015-08-16 01:35:29 +02:00
placement-index-query-resolver.cpp adapt the fake-config-rules to use the new Query::Builder 2012-12-25 01:16:19 +01:00
placement-index-query-resolver.hpp Reworked MultiFact(#388): switch in the new implementation 2014-09-14 23:58:05 +02:00
placement-index.cpp Fix: remove explicitly given hash function, use the automatic bridge instead 2014-08-26 03:04:14 +02:00
placement-index.hpp Ticket #155: rename Track -> Fork (II) 2015-05-31 02:03:24 +02:00
plug.cpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
plug.hpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
query-focus-stack.hpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
query-focus.cpp preparation(#985): purge any remaining direct uses of boost::format 2016-01-04 01:38:04 +01:00
query-focus.hpp Ticket #155: rename Track -> Fork (II) 2015-05-31 02:03:24 +02:00
relativelocation.cpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
relativelocation.hpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
root.cpp refactor namespaces for query and defaults manager 2012-12-01 08:44:07 +01:00
root.hpp refactor namespaces for query and defaults manager 2012-12-01 08:44:07 +01:00
scope-locator.hpp Ticket #155: rename Track -> Fork (II) 2015-05-31 02:03:24 +02:00
scope-path.cpp fix several warnings spotted by GCC-4.9.2 2015-08-16 01:18:58 +02:00
scope-path.hpp prefer more readable bool operator spelling 2015-09-25 03:12:04 +02:00
scope-query.hpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
scope.cpp Ticket #934: switch entire code-base to use the new Singleton factory 2013-10-20 03:19:36 +02:00
scope.hpp Ticket #155: rename Track -> Fork (II) 2015-05-31 02:03:24 +02:00
segment.cpp cleanup: rectify Proc-Layer namespaces (II) 2011-12-02 17:50:44 +01:00
segment.hpp considerations how to connect exit nodes to external outputs 2012-10-10 05:18:58 +02:00
segmentation.cpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
segmentation.hpp considerations how to connect exit nodes to external outputs 2012-10-10 05:18:58 +02:00
sess-manager-impl.cpp restore and fix some broken tests 2012-12-27 03:31:09 +01:00
sess-manager-impl.hpp Clang(#928): adjustments regarding scope and visibility 2013-10-20 21:51:28 +02:00
session-impl.cpp refactoring: better name for the query focus shifting operation 2015-01-08 15:13:27 +01:00
session-impl.hpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
session-interface-modules.hpp Ticket #155: rename Track -> Fork (II) 2015-05-31 02:03:24 +02:00
session-query.hpp Ticket #155: rename Track -> Fork (II) 2015-05-31 02:03:24 +02:00
session-service-defaults.hpp clean up lib/meta namespaces 2011-12-03 03:15:59 +01:00
session-service-explore-scope.hpp refactor namespaces for query and defaults manager 2012-12-01 08:44:07 +01:00
session-service-fetch.hpp clean up lib/meta namespaces 2011-12-03 03:15:59 +01:00
session-service-mock-index.hpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
session-service-mutate.hpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
session-services.cpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
session-services.hpp clean up lib/meta namespaces 2011-12-03 03:15:59 +01:00
session.cpp DOC: reorganise the Doxygen configuration and structure 2013-10-25 06:34:38 +02:00
specific-contents-query.hpp amend harmless PlacementIndex test failures. Test Suite PASS 2014-05-11 02:08:53 +02:00
wish.cpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
wish.hpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00