Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • 02.07
  • 02.11
  • 04.01
  • chore/build_on_bookworm
  • cmake-fix-libinstalldir
  • cwillner-add-versionInfo-module
  • cwillner/fix-changes-in-userinputvalidator
  • cwillner/generate-dot-graph
  • drothe/12685-configurableValidityPropagation
  • drothe/extendedDataMatching
  • drothe/fix-StatusWithMessage
  • feat--add-version-info-to-xml-file
  • feat/add-oven-sim
  • feat/pythonInitHandler
  • feat/shared_recovery_mutex
  • finaliseSpec
  • fix-circularDepDetectorRecursion
  • fix-config-msg-spelling
  • fix-example2
  • fix/EventMessageAggregator
  • 04.01.01
  • 04.01.00
  • 04.00.00
  • 03.09.00
  • 03.08.01
  • 03.08.00
  • 03.07.00
  • 03.06.00
  • 03.05.00
  • 03.04.00
  • 03.03.00
  • 03.02.03
  • 03.02.02
  • 03.02.01
  • 03.02.00
  • 03.01.00
  • 03.00.02
  • 03.00.01
  • 03.00.00
  • 02.11.01
40 results
Created with Raphaël 2.2.05Apr430Mar2221632124Feb23222120171614131098324Jan23Dec12972129Nov2524231816151411109874313Oct20Sep16146219Aug181727Jul26211511864130Jun292827242322212017161514133231May27261Apr29Marallow setting tags in constructor of the accessors and replacing them with setMetaData()added function to flatten teh hierarchy, renamed eliminateHierarchy() into setEliminateHierarchy() for better claritydisable warning about unconnected variables by default but add option to re-enable it.added function to add a tag recursivly to a modulefixed not copying VirtualModules properly (led to crashes)added tags to output of VariableNetworkNode::dump()added preliminary support for tags to application variables which can be searched for and used to generate virtual modulesdon't increase the testable mode counter when dealing with constantsadded writeAll() function to the VariableGroupAdded instructions how to use the project template.name constants (all the same for now)fixed duplicated triggers when triggering multiple transfers with the same application variable (e.g. as used in tests frequently)make sure all nodes get proper names, even if only internal. this is helping debugging quite a lot.added option to enable useful debug output for the testable modemake Application::readAny() a static function to call it more easilyallow late construction of modules - may not yet properly worktemporarily unprotect the pointer-to-member, until we have time to extend the interface properlyfixed indentationremoved unused memberadded VariableGroup::readAll() functionthrow an exception when a non-existent process variable is requestedadded missing exports to parent scope in add_dependency macroremoved the boost libraries from linkage since it leads to crashes when executing the testsremoved the boost libraries from the test since linking against the boost unit test library leads to crashes on newer gcc/boost versionsextended the test to include a test with the trigger fan outfixed sending triggers multiple times when the trigger is distributed to multiple targets (TriggerFanOut takes care of the distribution now)added test for FanOut and trigger- added some comment justifying the plain pointersfixed readAny no longer working due to a broken TestDecoratorTransferFuturedo not re-throw copy of the exceptionsome code cleaningmade 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)- added a TestFacility helper class to simplify writing testsfixed race condition in testable mode: now stepApplication() will use a semaphore counter to ensure that all processing is doneadded some sleeps to make the test a bit harderadded a test with chained modulesextended the readAny testimproved the locking scheme for the testable mode such that it also works with readAny()implement the "testable mode" in which the application can be paused and resumed by the test routineAdded 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.
Loading