LUMIERA.clone/tests/core/proc/mobject/session
Ichthyostega 7492e7ffce Fix initialisation order problem, triggered in Clang (#928)
In Clang, static object fields are initialised from top to bottom,
but before any other variables in anoymous namespaces. To the contrary,
GCC evaluates *any* initialisation expression in the translation
unit together from top to bottom. Thus, in the clang generated
code, in two cases the static initialisation could use a not yet
constructed local lib::_Fmt formatter object.
2014-09-25 02:50:02 +02:00
..
addcliptest.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
defs-manager-impl-test.cpp C++11 transition fixes 2014-04-05 22:20:38 +02:00
defs-manager-test.cpp C++11 transition fixes 2014-04-05 22:20:38 +02:00
defs-registry-impl-test.cpp Fix initialisation order problem, triggered in Clang (#928) 2014-09-25 02:50:02 +02:00
deletecliptest.cpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
placement-index-query-test.cpp amend harmless PlacementIndex test failures. Test Suite PASS 2014-05-11 02:08:53 +02:00
placement-index-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
placement-scope-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
query-focus-stack-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
query-focus-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
query-resolver-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
rebuildfixturetest.cpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
scope-path-test.cpp amend harmless PlacementIndex test failures. Test Suite PASS 2014-05-11 02:08:53 +02:00
scope-query-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
session-element-query-test.cpp amend harmless PlacementIndex test failures. Test Suite PASS 2014-05-11 02:08:53 +02:00
session-element-tracker-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
session-modify-parts-test.cpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
session-service-access-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
session-structure-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
sessionmanagertest.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
test-scope-invalid.hpp remove any remaining use of boost::lambda 2014-05-12 01:12:45 +02:00
test-scopes.cpp amend harmless PlacementIndex test failures. Test Suite PASS 2014-05-11 02:08:53 +02:00
test-scopes.hpp amend harmless PlacementIndex test failures. Test Suite PASS 2014-05-11 02:08:53 +02:00
testclip.cpp move test mock support into separate header. Write comments (closes #934) 2013-10-20 03:48:23 +02:00
testclip.hpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
testroot.hpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
testsession1.hpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
timeline-sequence-handling-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00