1. 02817f1 Implemented Details of Asset Administration Shell 2.0.1 by Constantin Ziesche · 4 years, 4 months ago
  2. 7ab66d1 Minor fixes with dependency injection mechanisms by Constantin Ziesche · 4 years, 5 months ago
  3. d195054 Added manual integration tests between SDKs to C++ SDK by Thomas Psota · 4 years, 5 months ago
  4. 92ce648 Extensive rewrite of basyx::vab by Thomas Psota · 4 years, 5 months ago
  5. 4659940 MetaModelProvider: We should unwrap parameters with value "null". by Alexander Gordt · 4 years, 5 months ago
  6. 64a02f7 PropertyValueTypeDef should be deserializable as simple string and not by Alexander Gordt · 4 years, 5 months ago
  7. 8b4a64d - Aggregator renamed to repository by Constantin Ziesche · 4 years, 6 months ago
  8. b3dfbea Fixed usage of non-standard function in DataSpecification by Thomas Psota · 4 years, 6 months ago
  9. b45c94b Added element access by position to IElementContainer by Thomas Psota · 4 years, 6 months ago
  10. 2936de9 Added missing value to ModelTypes enumeration by Thomas Psota · 4 years, 6 months ago
  11. b8a0205 Fixes DataElementProvider returning values by Daniel Espen · 4 years, 6 months ago
  12. e47b74c Fixes Operation to consider optional OperationVariables by Daniel Espen · 4 years, 6 months ago
  13. 9cd3114 Fixes Property valueId type by Daniel Espen · 4 years, 6 months ago
  14. 7b3ed72 Fixes semanticId in SubmodelDescriptor by Daniel Espen · 4 years, 6 months ago
  15. 3b1f5f1 Removes SubmodelDescriptors from AssetAdministrationShell by Daniel Espen · 4 years, 6 months ago
  16. 281ac19 Removes caching for receiving submodel references from aas by Daniel Espen · 4 years, 6 months ago
  17. cdb75ac Modifies ConnectedAAS to retrieve submodels from connected manager by Daniel Espen · 4 years, 6 months ago
  18. 61efa0c Removes parent attribute from ModelDescriptor by Daniel Espen · 4 years, 6 months ago
  19. 9200ae6 Merge changes I007cbd54,Ic47e1827 by Thomas Psota · 4 years, 6 months ago
  20. b370e15 Merge changes Ib787b8b7,I9d010334,I58bdb808,I10e14250 by Thomas Psota · 4 years, 6 months ago
  21. a0e526e Refactors XMLConverters to ensure output is valid to XSD by Maximilian Conradi · 4 years, 6 months ago
  22. 3d53ddb Fixes createAsFacade of SubModel by Maximilian Conradi · 4 years, 6 months ago
  23. c2e2bd8 Fixes bug appending Registry path multiple times by Frank Schnicke · 4 years, 6 months ago
  24. 532a6d7 Fixes bug in HTTP parameter parsing by Frank Schnicke · 4 years, 6 months ago
  25. 25bb0e9 Adds missing enums and metamodel interfaces. by jwendelil4 · 4 years, 6 months ago
  26. ef84cf4 Removes ConnectedVABModelMap by Ashfaqul Haque · 4 years, 6 months ago
  27. f41e9a1 Changes cpp-enum template, due to not beeing valid vor c++11 by jwendelil4 · 4 years, 6 months ago
  28. 62eb51b Merge changes I8936c55e,I4a6d850b by Zai Müller-Zhang · 4 years, 6 months ago
  29. 6716709 Merge "Refactors ModelDescriptor" by Zai Müller-Zhang · 4 years, 6 months ago
  30. aef57aa Adds TaggedDirectory by Frank Schnicke · 4 years, 6 months ago
  31. af1378a Adds support for HTTP Parameters by Frank Schnicke · 4 years, 6 months ago
  32. 92c3341 Adds missing ConnectedSubmodelElements by Maximilian Conradi · 4 years, 6 months ago
  33. 98f4f14 Refactors ModelDescriptor by Frank Schnicke · 4 years, 6 months ago
  34. ae63712 - Adds mechanism to retrieve reference of a referable Object by Ashfaqul Haque · 4 years, 7 months ago
  35. dd2afd2 Integrates InMemory tests into Registry Testsuite by Frank Schnicke · 4 years, 6 months ago
  36. 44873db Adds tests for updating references in AAS registry by Frank Schnicke · 4 years, 6 months ago
  37. 80f1c21 Adds ValueReferencePair, ValueList and tests. by jwendelil4 · 4 years, 6 months ago
  38. f53a4fc Implements missing methods for DataSpecification classes and appropriate tests. by jwendelil4 · 4 years, 6 months ago
  39. a5f4f1c Merge "Enables caching of meta data for AAS meta model" by Thomas Psota · 4 years, 6 months ago
  40. 03cc156 NuGet Packages updated, JSON.NET attributes added to Result and Message class for compatibility reasons, StandardImplementation of dependency injection improved, AAS and Submodel http clients updated, BaSyx.sln solution file added that includes all subprojects of the sdk now by Constantin Ziesche · 4 years, 6 months ago
  41. 7733135 Enables caching of meta data for AAS meta model by Frank Schnicke · 4 years, 6 months ago
  42. ed3ec10 Implements API for SubmodelElementCollections by Daniel Espen · 4 years, 7 months ago
  43. 6ff0bcc Fixes setting values for lambda properties by Daniel Espen · 4 years, 7 months ago
  44. c8c942e Modifies Properties metamodel by Daniel Espen · 4 years, 7 months ago
  45. c194ad9 Removes Asset dependency to HasKind by Daniel Espen · 4 years, 7 months ago
  46. 590c613 Merge "Error handling added for basyx::object::object_map_t" by Frank Schnicke · 4 years, 7 months ago
  47. 0692b05 Streamlines VAB registry behavior & test cases by Frank Schnicke · 4 years, 7 months ago
  48. 2948121 Merge "Adds test cases for vab.directory.memory.InMemoryDirectory class" by Frank Schnicke · 4 years, 7 months ago
  49. ee5bf28 Implementation of dataspecification classes by jwendelil4 · 4 years, 7 months ago
  50. c98f07a Adds operator== to Identifier class. by jwendelil4 · 4 years, 7 months ago
  51. 71dc603 Error handling added for basyx::object::object_map_t by Thomas Psota · 4 years, 7 months ago
  52. 666147e Merge "Reuses client in HTTPConnector" by Thomas Psota · 4 years, 7 months ago
  53. 505b2ca Merge "Adds test cases for elements in submodel and aas package" by Frank Schnicke · 4 years, 7 months ago
  54. 3d5434c Adds test cases for vab.directory.memory.InMemoryDirectory class by Ashfaqul Haque · 4 years, 7 months ago
  55. 264c60b Fixes wrong comments by Frank Schnicke · 4 years, 7 months ago
  56. 173fad2 Adds test cases for elements in submodel and aas package by Ashfaqul Haque · 4 years, 7 months ago
  57. b17a15e Reuses client in HTTPConnector by Frank Schnicke · 4 years, 7 months ago
  58. c5c5eaf Fixes wrong exception behavior by Frank Schnicke · 4 years, 7 months ago
  59. 46e9035 Adds test cases for elements in submodel package by Ashfaqul Haque · 4 years, 7 months ago
  60. 067961b Merge "Added error codes to basyx::object" by Frank Schnicke · 4 years, 7 months ago
  61. 2a00f4e Added error codes to basyx::object by Thomas Psota · 4 years, 7 months ago
  62. 283472a Changed BaSyxCommand enum type by Thomas Psota · 4 years, 7 months ago
  63. fe6bb56 Fixed missing const qualifier in api::IHasSemantics by Thomas Psota · 4 years, 7 months ago
  64. 6812df5 Split implemention of VABModelProvider into separate source file by Thomas Psota · 4 years, 7 months ago
  65. 0675d0c TCPSelectServer source files no longer erronously included in windows builds by Thomas Psota · 4 years, 7 months ago
  66. 7f319d6 Added missing Qualifiable to basyx::submodel by Thomas Psota · 4 years, 7 months ago
  67. 665b947 Removed unnecessary files by Thomas Psota · 4 years, 7 months ago
  68. ba6c39b Added additional constructors and comparison operators by Thomas Psota · 4 years, 7 months ago
  69. cc43e21 -Adds test cases for elements in AAS package by Ashfaqul Haque · 4 years, 7 months ago
  70. 060da7c Adds ConnectedSubmodelElementFactory by Maximilian Conradi · 4 years, 8 months ago
  71. 54cfabd Fixed warning in VABModelProvider by Thomas Psota · 4 years, 7 months ago
  72. de5ea07 Added ElementFactory by Thomas Psota · 4 years, 7 months ago
  73. 9256f0a Added missing ModelType by Thomas Psota · 4 years, 7 months ago
  74. 75b55f2 Added missing inline destructors, minor cleanup by Thomas Psota · 4 years, 7 months ago
  75. de601c7 Added more generated enums by Thomas Psota · 4 years, 7 months ago
  76. d64cda4 Merge changes I6a64e620,I72e7501b,I3d61c55b by Thomas Psota · 4 years, 7 months ago
  77. a3e1615 Removes unused & untested methods by Frank Schnicke · 4 years, 7 months ago
  78. 9d575ac Refactors VABModelProvider by Daniel Espen · 4 years, 7 months ago
  79. e70d090 Removes list references by Daniel Espen · 4 years, 7 months ago
  80. bc1a8ea Adds tests cases for aas.metamodel.map elements by Ashfaqul Haque · 4 years, 7 months ago
  81. d214dc0 Added testcases for new implementations by Thomas Psota · 4 years, 7 months ago
  82. 0187a4e Added basyx::submodel::map_v2 implementation of api_v2 interfaces by Thomas Psota · 4 years, 7 months ago
  83. 7e562b6 Added basyx::submodel::simple implementation of api_v2 interfaces by Thomas Psota · 4 years, 7 months ago
  84. 2ce01ed Added new version of interface files to basyx::submodel by Thomas Psota · 4 years, 7 months ago
  85. 7a3a9da Moves enumhelper to appropriate package by Frank Schnicke · 4 years, 8 months ago
  86. 1f1fe3b Introducing StandardizedLiteralEnum to simplify generic mapping of enums by Alexander Gordt · 4 years, 8 months ago
  87. 8d24acf Adds a LangString class by Ashfaqul Haque · 4 years, 8 months ago
  88. c7a2d60 Merge changes Ibff572d0,I8a1aa4ea,Ie9ee5006 by Thomas Psota · 4 years, 8 months ago
  89. 9862ddf Merge "Changes equals behaviour" by Thomas Psota · 4 years, 8 months ago
  90. caeac76 Merge "Refactors AASAggregator" by Thomas Psota · 4 years, 8 months ago
  91. cfdbb2b Merge "Fixes OperationVariable" by Thomas Psota · 4 years, 8 months ago
  92. 7ade6f1 Adds new constructor to ConnectedAASManager by Frank Schnicke · 4 years, 8 months ago
  93. 1e0fc76 Changes ConnectedAASManager to support Aggregator by Frank Schnicke · 4 years, 8 months ago
  94. fa41c41 Changes equals behaviour by Frank Schnicke · 4 years, 8 months ago
  95. aa0ce40 Refactors AASAggregator by Frank Schnicke · 4 years, 8 months ago
  96. 361d022 Changes representation of Exceptions in Response by Maximilian Conradi · 4 years, 8 months ago
  97. a38f22a Changes logging behaviour by Frank Schnicke · 4 years, 8 months ago
  98. 58ba89b Merge "Removes implicit encoding in toString of ModelUrn" by Frank Schnicke · 4 years, 8 months ago
  99. 1159d00 Merge "Fixes PUT operation in DirectoryModelProvider" by Frank Schnicke · 4 years, 8 months ago
  100. f649fcd Merge "Adds embedded data specifications" by Frank Schnicke · 4 years, 8 months ago