1. 29c2083 Added model builders (preliminary) by Harald Mackamul · 6 years ago
  2. 00c8051 Added "synchronized" to ensured that the index is only built once (in case of concurrent read operations) by Harald Mackamul · 6 years ago
  3. 6931350 Updated version to 0.9.2 (about, model definition, sphinx descriptor, product, ide, ...) by Harald Mackamul · 7 years ago
  4. 6c5cad8 Updated version to 0.9.2 (pom.xml, feature.xml, category.xml, MANIFEST.MF) by Harald Mackamul · 7 years ago
  5. 0b29b4f Updated search to filter results according to the model scope by Harald Mackamul · 7 years ago
  6. 457baf1 Reintroduced MemoryTypeEnum by Harald Mackamul · 7 years ago
  7. 3229f80 Regenerated code (Xcore, Xtend2) with Photon IDE by Harald Mackamul · 7 years ago
  8. a57efd4 Implemented validations for data dependencies by Harald Mackamul · 7 years ago
  9. edb601c Implemented validations for call arguments by Harald Mackamul · 7 years ago
  10. 51d8007 Minor model changes: HwPathElement, HwDestination by Harald Mackamul · 7 years ago
  11. e1feb41 Model cleanup and small extensions by Harald Mackamul · 7 years ago
  12. 2e3eb6b Model refinement: container references are now read only, ... by Harald Mackamul · 7 years ago
  13. ddd2468 First implementation of runnable parameters and data dependencies by Harald Mackamul · 7 years ago
  14. f5fc69f Modified name index to include INamed (previously IReferable) by Harald Mackamul · 7 years ago
  15. 691658f Replaced local name attributes with inheritance from INamed by Harald Mackamul · 7 years ago
  16. aa4f104 Minor changes: license, header, format by Harald Mackamul · 7 years ago
  17. 3363761 Switch to EPL-2.0: replaced licenses and about.html, fixed build.properties by Harald Mackamul · 7 years ago
  18. 66547f2 Switch to EPL-2.0: replaced headers in source files (java, xtend, xcore) by Harald Mackamul · 7 years ago
  19. 80374b6 Switch to EPL-2.0: regenerated EMF files by Harald Mackamul · 7 years ago
  20. 3b4fe0b Changed default of delete methods (AmaltheaIndex) to also remove references to child elements by Harald Mackamul · 7 years ago
  21. da39760 Renamed AmaltheaCrossReferenceUtil to AmaltheaIndex; added javadoc; marked old util classes as @Deprecated by Harald Mackamul · 7 years ago
  22. 8327a29 Introduced back references from scheduler to allocations (updated help and deployment utilities) by Harald Mackamul · 7 years ago
  23. ac769a2 Removed some obsolete classes (AbstractTime, TimeObject) by Harald Mackamul · 7 years ago
  24. 3f520a2 Updated version to 0.9.1 (about, model definition, sphinx descriptor, product, ide, ...) by Harald Mackamul · 7 years ago
  25. 1c2d81d Updated version to 0.9.1 (pom.xml, feature.xml, category.xml, MANIFEST.MF) by Harald Mackamul · 7 years ago
  26. 1111e9f Added some more back references, updated help by Harald Mackamul · 7 years ago
  27. d608431 Extended index to handle contained elements, name based search and mass delete by Harald Mackamul · 7 years ago
  28. b22871f Fixed SoftwareUtil.getProcesses(...); updated computation of back references by Harald Mackamul · 7 years ago
  29. b903e46 RunnableCall, LabelAccess - added reference to tags; added back reference from Tag to tagged objects. by Harald Mackamul · 7 years ago
  30. ebd8c7a Added references from label / runnable to the referring components by Harald Mackamul · 7 years ago
  31. 8d971a8 Removed dynamic template and code of old back reference implementation by Harald Mackamul · 7 years ago
  32. ee78c09 Model cleanup, introduced Stimulus.affectedProcesses() by Harald Mackamul · 7 years ago
  33. 462ede8 Updated model definition (new required attributes, formatting, ...), added link to some containers, introduced AmaltheaCrossReferenceAdapter by Harald Mackamul · 7 years ago
  34. a960578 Fixed CrossReferenceUtil and modified tests by Harald Mackamul · 7 years ago
  35. 34a6ad6 Improved model documentation, modified test by Harald Mackamul · 7 years ago
  36. 49f90c9 New implementation of back references (using class CrossReferenceUtil) by Harald Mackamul · 7 years ago
  37. 674092f Model consolidation: removed method "containerNotificationRequired()" (now handled in label providers), fixed and extended viewer notifications by Harald Mackamul · 7 years ago
  38. a26ab94 Model consolidation: added DataRateComparable, removed toString() operation of Value subclasses (now handled in label providers) by Harald Mackamul · 7 years ago
  39. cfc4d19 Updated javadoc, util comments, help by Harald Mackamul · 7 years ago
  40. 090234a minor cleanups, additional checks, improved comments by Michael Pressler · 7 years ago
  41. 3c75aaf implemented unit test for runtime utils plus bugfixes by Michael Pressler · 7 years ago
  42. 0e65df7 Updated hardware utils and added test by Harald Mackamul · 7 years ago
  43. 897326d migrated democar mapping example by Zakir Meer · 7 years ago
  44. 71288e1 patch for changes regarding needEntry change to String by Michael Pressler · 7 years ago
  45. b6f6a07 Updated examples and utils by Harald Mackamul · 7 years ago
  46. f20b91f Model changes: removed RunnableInstructions, key of NeedEntry is of type String; required fixes (temp) by Harald Mackamul · 7 years ago
  47. a1500da first prototype adaptations for runtime util functions by Michael Pressler · 7 years ago
  48. f375dd8 Changed value of HWFeature to double by Harald Mackamul · 7 years ago
  49. bf30aba Updated help: hardware model diagrams, need, execution need, ... by Harald Mackamul · 7 years ago
  50. b364b96 Renamed HWModel attribute (features -> featureCategories) by Harald Mackamul · 7 years ago
  51. 9e89d34 bugfixing for collection of label access statistic functions -plus code simplification by Michael Pressler · 7 years ago
  52. 051bfdd Multiple model changes: Cost -> Need, HwFeature -> HwFeatureCategory, HwFeatureLiteral -> HwFeature by Harald Mackamul · 7 years ago
  53. 57dcb8a added null checks for model loader and writer API's by Zakir Meer · 7 years ago
  54. f4f20e6 Restricted hardware access path to [0..1] by Harald Mackamul · 7 years ago
  55. 49ecae9 Renamed references to processing unit by Harald Mackamul · 7 years ago
  56. 4648f9f Restricted the usage of features to ProcessingUnitDefinition by Harald Mackamul · 7 years ago
  57. ec59cec Removed "possibleValues" from domains (currently unused) by Harald Mackamul · 7 years ago
  58. db62833 Simplified data rate (no distinction between read and write) by Harald Mackamul · 7 years ago
  59. 4c91acb Introduced ExecutionCost by Harald Mackamul · 7 years ago
  60. 663bd3f Introduced HwFeatureLiteral by Harald Mackamul · 7 years ago
  61. c534708 [533147] Updated license info (about.html) by Harald Mackamul · 7 years ago
  62. 7e87d0b Fixed some warnings: Java 9 automatic-module-name, unused imports by Harald Mackamul · 7 years ago
  63. 66d62e9 Model change: multiple caches, mode values by Harald Mackamul · 7 years ago
  64. 045480b Changed hardware model: renamed memoryBandwidth by Harald Mackamul · 7 years ago
  65. 62a7742 Updated definition of hardware model by Harald Mackamul · 7 years ago
  66. 0eb420f Added example app4mc.example.emf.java by Harald Mackamul · 7 years ago
  67. 7752474 Replaced hardware examples by Harald Mackamul · 7 years ago
  68. 15867ab Updated AmaltheaLoader and added AmaltheaWriter by Harald Mackamul · 7 years ago
  69. 08b612b Fixed FactoryUtil.createTime(String): Input string can now contain spaces between value and unit. by Harald Mackamul · 7 years ago
  70. 2f1e563 Removed entry "information" from HwFeatureType by Harald Mackamul · 7 years ago
  71. 3952344 Updated version to 0.9.0 (about, model definition, sphinx descriptor, product, ide, ...) by Harald Mackamul · 7 years ago
  72. 5b8ca4b Updated version to 0.9.0 (pom.xml, feature.xml, MANIFEST.MF) by Harald Mackamul · 7 years ago
  73. d6d45c1 Updated label providers and notification by Harald Mackamul · 7 years ago
  74. c9e1b95 Updated latencies by Harald Mackamul · 7 years ago
  75. a859d7d Replaced hardware model by Harald Mackamul · 7 years ago
  76. d34e41c fixed mode check for getRunnableCallParents by Michael Pressler · 7 years ago
  77. d256124 Updated help (stimuli, workflow) and minor cleanup by Harald Mackamul · 7 years ago
  78. 73ba41c Merge branch 'zmeer/feature/merged_develop' into develop by Zakir Meer · 7 years ago
  79. 8a4ef28 Added custom attributes to Scenario by Harald Mackamul · 7 years ago
  80. f8bae9d [529831] Introduced Scenario class by Harald Mackamul · 7 years ago
  81. ca406e9 reverted back TimeUnit enum by Zakir Meer · 7 years ago
  82. eda61d5 [529831] Some final corrections by Harald Mackamul · 7 years ago
  83. d8471c4 [529832] Added a port reference to AUTOSAR communication items (Sender Receiver, Client Server) by Harald Mackamul · 7 years ago
  84. 36428ab [528933] Added new time metric: EndToStart by Harald Mackamul · 7 years ago
  85. ca50e2e [529831] Redesigned Stimuli definitions (model and edit plugins) by Harald Mackamul · 7 years ago
  86. 75d498d Updated utility functions: mode evaluation and EMF collections (EMap) by Harald Mackamul · 7 years ago
  87. 748fcf1 Introduced voltage (value + unit) by Harald Mackamul · 7 years ago
  88. 015c461 [528934] Added evaluation of mode conditions by Harald Mackamul · 7 years ago
  89. ab1c4de [528833] Added Address type (instead of long) for base address of ComplexPin by Harald Mackamul · 7 years ago
  90. 9d60988 [528934] Introduced condition of type ModeValueDisjunction for ModeSwitchEntry by Harald Mackamul · 7 years ago
  91. 30990b1 [528932] Extended and renamed interface ports by Harald Mackamul · 7 years ago
  92. 791a5e5 [528833] Added Address type (instead of long) for memory mappings by Harald Mackamul · 7 years ago
  93. ef77cac Added Address type and introduced Quantity by Harald Mackamul · 7 years ago
  94. fb37058 Minor update (derived attributes) by Harald Mackamul · 7 years ago
  95. 50f607f Merge "bugfix regarding mode literal evaluation in getReaderListOfLabel and getWriterListOfLabel" into develop by Harald Mackamul · 7 years ago
  96. f8ca9f9 bugfix regarding mode literal evaluation in getReaderListOfLabel and getWriterListOfLabel by Michael Pressler · 7 years ago
  97. 6335385 Introduced INamed as common interface (removed INamedElement) by Harald Mackamul · 7 years ago
  98. 34e13b4 Changed provider name and bundle vendor to "Eclipse APP4MC" by Harald Mackamul · 7 years ago
  99. f3cd484 Updated version to 0.8.3 (about, model definition, sphinx descriptor, product, ide, ...) by Harald Mackamul · 7 years ago
  100. ec49d30 Updated version to 0.8.3 (pom.xml, feature.xml, MANIFEST.MF) by Harald Mackamul · 7 years ago