1. 5b4a30e [SystemCSim] added execution conditions on stimuli and runnables, refactoring of ModeConditions by Reiser Sebastian · 3 years ago
  2. e5246e7 [SystemCSim] use factory method to create task by Reiser Sebastian · 3 years ago
  3. abb10bc [SystemCSim] added properties to select tracer and set default simulation time, see ModeSwitch examples as reference by Reiser Sebastian · 3 years ago
  4. 93c0210 Bug 573401 - Update transformation to Amalthea 1.1.0 by Dirk Fauth · 3 years ago
  5. 736b0da [SystemCSim] use less detailed BtfTracer as default to revert to old behavior of app4mc.sim by Benjamin Beichler · 3 years ago
  6. 58ad109 Bug 573216 - Add UI integration for model transformation by Dirk Fauth · 3 years ago
  7. 297d438 [SystemCSim] bugfix, removed trailing quotation mark by Reiser Sebastian · 3 years ago
  8. 67075a6 [SystemCSim] added example using numeric modes & value conditions, modified numeric mode & label conditions examples to use greater/lesser than conditions by Reiser Sebastian · 3 years ago
  9. 1d58291 [SystemCSim] added transformation for numeric modes, incl. labels, conditions and label accesses by Reiser Sebastian · 3 years ago
  10. 278fe36 [SystemCSim] added example using numeric modes & label conditions, added sizes to some mode labels by Reiser Sebastian · 3 years ago
  11. 148df6b [SystemCSim] added label based mode conditions by Reiser Sebastian · 3 years, 1 month ago
  12. b36121e [SystemCSim] use environment variable to point to app4mcsim lib by Reiser Sebastian · 3 years, 1 month ago
  13. af8befd [SystemCSim] removed trailing newline by Reiser Sebastian · 3 years, 1 month ago
  14. c93859d [SystemCSim] modified ModeSwitch example, to prevent queueing task invocations by Reiser Sebastian · 3 years, 1 month ago
  15. bbeaf1e [SystemCSim] fixed bug induced regarding includes from nested IActivityItemContainer by Reiser Sebastian · 3 years, 1 month ago
  16. 232b25a Updated target definitions to use latest platform snapshot by Harald Mackamul · 3 years, 1 month ago
  17. 46a8001 [SystemCSim] updated modeSwitchExample to v1.1.0, moved example to subdirectory EnumMode_ValueConditions (NumericMode & LabelConditions to follow) by Reiser Sebastian · 3 years, 1 month ago
  18. 0d1ed03 [SystemCSim] removed MultiFileLoader from amlt2systemc by Reiser Sebastian · 3 years, 1 month ago
  19. 17ba8f8 [SystemCSim] switched to include of app4mcsim umbrella header file by Reiser Sebastian · 3 years, 1 month ago
  20. e69036b [SystemCSim] added mode switch support, revised handling of activity item within IActivityGraphItemContainer to enable in place instantiation within parent (e.g. runnable, task, modeswitchentry) by Reiser Sebastian · 3 years, 1 month ago
  21. 0c63831 [SystemCSim] revised TranslationUnit, adapted Transformers accordingly by Reiser Sebastian · 3 years, 1 month ago
  22. ed1f7e9 [SystemCSim] restructured activity graph transformer to ease recursive behavior needed for ModeSwitches by Reiser Sebastian · 3 years, 1 month ago
  23. 3b399ca [SystemCSim] added single stimulus transformer by Reiser Sebastian · 3 years, 1 month ago
  24. d1e45d2 [SystemCSim] started work on mode switches by Reiser Sebastian · 3 years, 1 month ago
  25. 3135836 fixed issues w.r.t. generation of Runnable & Label code in SLG Linux context by Zakir Meer · 3 years, 1 month ago
  26. 19ab3a2 Bug 572502 - Created submodels is missing by Harald Mackamul · 3 years, 1 month ago
  27. 4990e13 Cleaned up dependencies by Dirk Fauth · 3 years, 1 month ago
  28. 3d4f174 Removed Sphinx from product definition by Harald Mackamul · 3 years, 1 month ago
  29. eef8c13 Removed Sphinx dependency; marked local model loaders as deprecated by Harald Mackamul · 3 years, 1 month ago
  30. cda854e Updated model input files by Harald Mackamul · 3 years, 1 month ago
  31. 2a07aca Updated target definitions by Harald Mackamul · 3 years, 1 month ago
  32. aa9f9c7 Updated version to 1.1.0 by Harald Mackamul · 3 years, 1 month ago
  33. 0652333 Updated pom files of example projects: replaced ">" with ">" in regular expressions by Harald Mackamul · 3 years, 1 month ago
  34. c69f283 Bug 572502 - Created submodels is missing by Harald Mackamul · 3 years, 1 month ago
  35. dd796be remove usage of parent directory token (..) in all include path/cmake source file lists by Benjamin Beichler · 3 years, 1 month ago
  36. d33a3ba Merge "fix case of MemoryMapping.h for case-sensitive compilers" into develop by Harald Mackamul · 3 years, 1 month ago
  37. b0ef4e5 fix case of MemoryMapping.h for case-sensitive compilers by Benjamin Beichler · 3 years, 1 month ago
  38. b679bdf exclude the in tree build directory of CMake from result.zip by Benjamin Beichler · 3 years, 1 month ago
  39. dfc84ea add excludeDirectories to Outputbuffer and zip writer by Benjamin Beichler · 3 years, 1 month ago
  40. 8801c7f propagate BtfTrace class name fix of simulation by Benjamin Beichler · 3 years, 1 month ago
  41. bc6a36c updated "eclipse contribution" document for pushing the changes on the repo (for Gerrit review) by Zakir Meer · 3 years, 1 month ago
  42. 1d1cba2 Add transformation definition for SLG root transformer by Dirk Fauth · 3 years, 2 months ago
  43. 55d935f Fix application stop on illegal argument handling by Dirk Fauth · 3 years, 2 months ago
  44. d4d4ffb [SystemCSim] Run model structure check prior to transformation and log failure by Reiser Sebastian · 3 years, 2 months ago
  45. 6e82890 [SystemCSim] updated inlcude path to InterProcessStimulus within app4mcsim by Reiser Sebastian · 3 years, 2 months ago
  46. d9bc0a2 Updated properties files by Harald Mackamul · 3 years, 2 months ago
  47. 243520e [SystemCSim] Added RelativePeriodicStimulus transformation to stimuli model transformer by Reiser Sebastian · 3 years, 2 months ago
  48. 6a70ed9 [SystemCSim] renamed Amalthea "ChannelExample" to "ChannelActivationsExample" due to name clashes in CMake with app4mcSim example "ChannelExample" by Reiser Sebastian · 3 years, 2 months ago
  49. 874bcfc [SystemCSim] integrated new event and stimuli transformation, restructured Stimulus Transformer to act a a pure dispatcher class, added seperate transformation class for (Amalthea) stimuli submodel by Reiser Sebastian · 3 years, 2 months ago
  50. 6b413de [SystemCSim] Fixed mixed up correspondence of access types: (amlt) channel receive -> (sim) channel read, (amlt) channel send -> (sim) channel write by Reiser Sebastian · 3 years, 2 months ago
  51. 1f5949f [SystemCSim] Added event stimulus transformation class by Reiser Sebastian · 3 years, 2 months ago
  52. b0b4bb3 [SystemCLib] added Transformers for EventModel and ChannelEvents, added dispatcher transforrmation for classes derived from Event by Reiser Sebastian · 3 years, 2 months ago
  53. 604e596 [SystemCLib] Moved properties files to repective example's input folder by Reiser Sebastian · 3 years, 2 months ago
  54. 6b69403 [SystemCLib] Added channel example (derived from democar) by Reiser Sebastian · 3 years, 2 months ago
  55. 5adf5d6 [SystemCSim] fix Header name clash by Benjamin Beichler · 3 years, 2 months ago
  56. 70611d8 [SystemCSim] fixed subtile naming error by Benjamin Beichler · 3 years, 2 months ago
  57. a8b7e45 [SystemCSim] add RelativePeriodicStim Transformer by Benjamin Beichler · 3 years, 2 months ago
  58. a063cc4 [SystemCSim] add default offset for periodicStim by Benjamin Beichler · 3 years, 2 months ago
  59. 038b631 [SystemCSim] extended PeriodicStimulus Transformer with jitter and minDistance by Benjamin Beichler · 3 years, 2 months ago
  60. 80710f1 [SystemCSim] added Transformers for Continous/TimeDeviations by Benjamin Beichler · 3 years, 2 months ago
  61. f8e3f70 [SystemCSim] add betaDistribution and Boundaries transformer by Benjamin Beichler · 3 years, 2 months ago
  62. ecb438c Updated feature: description URL, copyright URL by Harald Mackamul · 3 years, 2 months ago
  63. d748b59 Minor changes (Copyright header) by Harald Mackamul · 3 years, 2 months ago
  64. c37738b Updated OutputBuffer by Harald Mackamul · 3 years, 2 months ago
  65. 3098b64 [SystemCSim] added UniformDistribution, fixed GaussDistribution by Benjamin Beichler · 3 years, 2 months ago
  66. e1da732 [SystemCSim] restructured Deviations interface by Benjamin Beichler · 3 years, 2 months ago
  67. 67d91dc [SystemCSim]added ordering of TranslationUnit insertion to allow optimized generation by Benjamin Beichler · 3 years, 2 months ago
  68. dd450d3 [SystemCSim] changed Trigger to Stimulus and reorganize Header/Source by Benjamin Beichler · 3 years, 2 months ago
  69. 8e48af6 [transformation framework] add check of changed contents to output buffer to avoid unnecessary updates of output files by Benjamin Beichler · 3 years, 2 months ago
  70. caaccd3 Fix deletion of configuration in case of exceptions by Dirk Fauth · 3 years, 2 months ago
  71. 449b170 Merge changes from topic "SystemCSim" into develop by Harald Mackamul · 3 years, 2 months ago
  72. 2696a1a Added gauss ticks support. by Raphael Weber · 3 years, 2 months ago
  73. 0c5231d Updated dispatching for deviations to avoid exception. by Raphael Weber · 3 years, 2 months ago
  74. 0f37398 Added mta transformation. by Raphael Weber · 3 years, 2 months ago
  75. 3b984a8 bugfix: method name generation for Runnable element, inclusion of appropriate header file by Zakir Meer · 3 years, 2 months ago
  76. 6999016 Linux SLG transformation: by default "experimentalCodeSnippetMatching" parameter is set to false by Zakir Meer · 3 years, 2 months ago
  77. 32b46d4 Linux SLG transformation: fixed handling of codeSnippet matching (experimental feature), extended ticks. Added new test data to cover above mentioned use-cases by Zakir Meer · 3 years, 2 months ago
  78. fb4f178 Used new constants by Harald Mackamul · 3 years, 2 months ago
  79. 5fdb347 Extend API to enable possibility for usage in plain Java by Dirk Fauth · 3 years, 2 months ago
  80. f204289 Update transformation examples to use Google Guice injection by Dirk Fauth · 3 years, 2 months ago
  81. 8460dcb Updated transformation examples by Harald Mackamul · 3 years, 2 months ago
  82. 0ead4aa Bug 563666 - Fix Sonar issues to improve code quality by Harald Mackamul · 3 years, 2 months ago
  83. b98301f Bug 563666 - Fix Sonar issues to improve code quality by Harald Mackamul · 3 years, 3 months ago
  84. 44d6e3e fixed include in code generation HwModel.h --> HardwareModel.h by Reiser Sebastian · 3 years, 2 months ago
  85. 85e7982 Extended output buffer to provide current file extension; modified root transformers by Harald Mackamul · 3 years, 3 months ago
  86. 353fdbd Bug 563666 - Fix Sonar issues to improve code quality by Harald Mackamul · 3 years, 3 months ago
  87. ab18218 Consolidated (intermediate) state of SLG, Linux and ROS2: transformers, generators, reduced translation units, ... by Harald Mackamul · 3 years, 3 months ago
  88. 202e620 Updated manifest and readme to Amalthea model version 1.0.0 by Harald Mackamul · 3 years, 3 months ago
  89. 08414e1 Converted SLG Commons transformers to Java - step 1 by Harald Mackamul · 3 years, 3 months ago
  90. c07f2a4 Updated SLG Commons and SLG ROS2: extended generators, updated transformers by Harald Mackamul · 3 years, 3 months ago
  91. 79ee1e1 Converted SLG ROS2 transformers: Tag, InterProcessStimulus by Harald Mackamul · 3 years, 3 months ago
  92. e212a22 Converted SLG ROS2 transformers to Java - step 1 by Harald Mackamul · 3 years, 3 months ago
  93. a805053 Created common SLG translation unit, moved Linux specific settings by Harald Mackamul · 3 years, 3 months ago
  94. 8e1653a Updated headers, formatting by Harald Mackamul · 3 years, 3 months ago
  95. 4c20bc8 Ensured correct project settings for SLG Linux (DS annotations again) by Harald Mackamul · 3 years, 3 months ago
  96. c3206ae Removed ISubTransformer interface; reduced use of AbstractTransformer by Harald Mackamul · 3 years, 3 months ago
  97. 876e898 Unified file types and return type of generators by Harald Mackamul · 3 years, 3 months ago
  98. b9dd3ad Updated ROS translation units by Harald Mackamul · 3 years, 3 months ago
  99. e1b8c27 Renamed examples packages by Harald Mackamul · 3 years, 3 months ago
  100. 2d84219 Renamed transformation templates package by Harald Mackamul · 3 years, 3 months ago