- Apr 06, 2017
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Apr 05, 2017
-
-
Martin Christoph Hierholzer authored
- allow setting the "eliminateHierarchy" flag in the constructor of a module This is an interface change which was done in an incompatible way!
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
added function to flatten teh hierarchy, renamed eliminateHierarchy() into setEliminateHierarchy() for better clarity
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Apr 04, 2017
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
added preliminary support for tags to application variables which can be searched for and used to generate virtual modules
-
- Mar 30, 2017
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Mar 22, 2017
-
-
Martin Christoph Hierholzer authored
-
- Mar 21, 2017
-
-
Martin Christoph Hierholzer authored
fixed duplicated triggers when triggering multiple transfers with the same application variable (e.g. as used in tests frequently)
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Mar 06, 2017
-
-
Martin Christoph Hierholzer authored
-
- Mar 03, 2017
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Mar 02, 2017
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Mar 01, 2017
-
-
Martin Christoph Hierholzer authored
-
- Feb 24, 2017
-
-
Martin Christoph Hierholzer authored
removed the boost libraries from the test since linking against the boost unit test library leads to crashes on newer gcc/boost versions
-
- Feb 23, 2017
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
fixed sending triggers multiple times when the trigger is distributed to multiple targets (TriggerFanOut takes care of the distribution now)
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
- delete the copying operator=
-
Martin Christoph Hierholzer authored
-
- Feb 22, 2017
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
made the instance of the Application::testableMode_mutex static, since otherwise the unique_locks returned are no longer valid in any but the first instance of the application (which affects tests)
-
Martin Christoph Hierholzer authored
- updated the tests for the testable mode and test the TestFacility class there as well
-
Martin Christoph Hierholzer authored
fixed race condition in testable mode: now stepApplication() will use a semaphore counter to ensure that all processing is done
-
- Feb 21, 2017
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-