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