LUMIERA.clone/tests/library
Ichthyostega a344604f1b Clang(#928): adjustments regarding scope and visibility
Clang doesn't allow to declare a private nested class as friend.
This is unfortunate, but likely correct to the letter of the standard.

As a workaround, now we're creating the instances within a static
function of DependencyFactory -- in the end this improves readability


A second issue fixed with this changeset is the scope of the
marker function. Clang is right, this isn't ADL, thus an inline
friend definition is simply not visible outside the class.
2013-10-20 21:51:28 +02:00
..
advice re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
c-lib integrate priority queue: lumiera namespace prefix; unit test pass 2013-09-13 05:44:58 +02:00
meta Clang(#928): fix re-entrance error in testcode 2013-09-28 01:16:22 +02:00
query re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
test re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
time Clang(#928): fix inconsistencies and compilation problems 2013-09-27 23:23:13 +02:00
allocation-cluster-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
app-config-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
bool-checkable-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
cmdline-wrapper-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
custom-shared-ptr-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
del-stash-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
dependency-factory-test.cpp move test mock support into separate header. Write comments (closes #934) 2013-10-20 03:48:23 +02:00
diagnostic-context-test.cpp test.sh: double VSize limits to prevent frequent test suite failure 2013-10-13 02:50:04 +02:00
DIR_INFO re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
exceptionerrortest.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
format-helper-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
format-string-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
functor-util-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
hash-generator-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
hash-indexed-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
helloworldtest.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
hierarchy-orientation-indicator-test.cpp start a draft to shape the high-level interface for the Scheduler 2013-08-19 04:12:03 +02:00
item-wrapper-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
iter-adapter-stl-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
iter-adapter-test.cpp Library: convenience function to take addresses 2013-04-15 03:07:15 +02:00
iter-explorer-test.cpp WIP musing about re-creation of tree visitation order 2013-03-17 03:14:05 +01:00
iter-queue-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
iter-source-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
iter-stack-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
itertools-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
lifecycletest.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
linked-elements-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
Makefile.am re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
maybe-value-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
multifact-argument-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
multifact-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
null-value-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
opaque-holder-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
opaque-unchecked-buffer-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
optional-ref-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
polymorphic-value-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
query-text-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
ref-array-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
removefromsettest.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
sanitised-identifier-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
scoped-collection-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
scoped-holder-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
scoped-holder-transfer-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
scoped-ptrvect-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
search-path-splitter-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
simple-allocator-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
singleton-subclass-test.cpp Clang(#928): adjustments regarding scope and visibility 2013-10-20 21:51:28 +02:00
singleton-test.cpp Clang(#928): adjustments regarding scope and visibility 2013-10-20 21:51:28 +02:00
singleton-testmock-test.cpp Ticket #934: switch entire code-base to use the new Singleton factory 2013-10-20 03:19:36 +02:00
streamtypebasicstest.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
streamtypelifecycletest.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
sub-id-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
subsystem-runner-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
symbol-hashtable-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
symbol-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
sync-classlock-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
sync-locking-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
sync-timedwait-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
sync-waiting-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
test-target-obj.hpp WIP: stubbed factory functions 2013-10-18 02:49:37 +02:00
teststreamtypes.hpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
thread-local-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
thread-wrapper-join-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
thread-wrapper-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
typed-allocation-manager-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
typed-counter-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
util-collection-test.cpp add convenience shortcut to access a collection's last element 2013-01-13 16:49:20 +01:00
util-floordiv-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
util-floorwrap-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
util-foreach-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
vector-transfer-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
visitingtoolconcept.cpp Ticket #934: switch entire code-base to use the new Singleton factory 2013-10-20 03:19:36 +02:00
visitingtoolextendedtest.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
visitingtooltest.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00