- Apr 05, 2017
-
-
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
-
- Feb 20, 2017
-
-
Martin Christoph Hierholzer authored
implement the "testable mode" in which the application can be paused and resumed by the test routine
-
Martin Christoph Hierholzer authored
Added a TestDecoratorRegisterAccessor which is optionally put around accessors to facilitate test of applications. This TestDecoratorRegisterAccessor does not yet do anything, functionality will be added in the next commits.
-
- Feb 17, 2017
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
fixed replacing Array and ScalarAccessors, which was broken after moving to the NDRegisterAccessorBridge-based accessors
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
fixed poll-type inputs using no longer non-blocking read after the switch to the NDRegisterAccessorBridge-based accessors
-