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
  • 04.02
  • chore/build_on_bookworm
  • cmake-fix-libinstalldir
  • cwillner-add-versionInfo-module
  • cwillner/fix-changes-in-userinputvalidator
  • cwillner/generate-dot-graph
  • drothe/12685-configurableValidityPropagation
  • drothe/disableVersionProp
  • 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
  • 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.016Nov15141392130Oct131211965429Sep28272625212015623Aug25Jul2118121022Jun219629May242219181716155428Apr272120191813111065430Mar2221632124Feb23222120171614131098324Jan23Dec12972129Nov2524231816151411109874313Oct20Sep16146219Aug181727Jul26211511864130Jun292827242322212017161514133231May27261Apr29Marexcluded some more assert-like exceptions from coverage report and changed one into an actual assertreduced the timeout for stall detection of testable mode to 1s, which should be perfectly long enoughadded tests for direct connections between device and control systemexcluded an assert-like exception from coverage reportrefactored a type if-then-else monster into a for_each loop and exlcuded a pure cout function from the converage reportfixed a typo in a commentremoved some debug outputadded test for Application::optimiseConnections()extended tests with constants to include poll-type transfers and stalled testsAllow TestsStalled exception to be caught by making it public.fixed testable mode blocking for ever in some situations when reading from constantsfixed typo in test names and commentsfixed typo in stringfixed bug that using poll-type transfers in testable mode could sometimes lead to stalled tests or assert failures.run the test for multiple types againimproved test a bitimproved some exception handling and added tests for itadded tests for XML file generationfixed wrong owner of the variables in the Pipe and allow applications to own the Pipe directlyRelaxed the schema a bit: variables are now also allowed directly on the application level and directories and variables may be mixed in arbitrary order. Also added 64 bit integer types.only allow alphanumeric characters and underscores as application namemoved check if application name was set into constructor of Application, added test for it- made Application::checkConnections() protected, since it shall not be called from the outsidereplace if-then-else monster for types with for_each loopmake proper exception when trying to connect variables of different typeincreased minor version00.09.0000.09.00some code cleaningadded missing override keywordsadded move-assignment operators for the accessors, which is required to use move-assignment operators of modules containing accessorsProper implementation of move constructors and move assignment operators for all module types (including tests for the assignment operator)changed again the interface of SplitArray: the number of groups and elements per group don't have to be a template parameter, instead they are now specified in the constructor00.08.0000.08.00ConfigReader: make exception what() message more elaborate when not finding a variable in the config file in get()increased minor versionExtended the SplitArray modules to also allow splitting into multiple arrays of the same size. This breaks the interface of the old modules, but they were not yet used anywhere so this should be ok.Fixed a bug that sometimes variables were read (resp. written) in groups despite they were outputs (resp. inputs). This was happening with device variables since they are bi-directional. Now no longer the information from the accessor is used whether this variable is readable or writeable, but the information from the VariableNetworkNode which direction this variable should have.removed a commentadded a test that arrays of the length 1 can be connected to scalarsincreased dependency version00.07.0000.07.00increased minor versionincreased dependency version for DeviceAccess
Loading