1. 7093576 Control component bugfix by tkuhn1l6 · 5 years ago
  2. 258d3dc Changed code to now use VABPathTools. by tkuhn1l6 · 5 years ago
  3. 8005285 Removed a debug message by tkuhn1l6 · 5 years ago
  4. b461274 Again, path bugfix by tkuhn1l6 · 5 years ago
  5. 7fd43a5 Changes constructor comments to be more descriptive by Frank Schnicke · 5 years ago
  6. c62716e Removes duplicate IAssetAdministrationShell interface by Frank Schnicke · 5 years ago
  7. f0d40df Adds provider for multiple Asset Administration Shells by Daniel Espen · 5 years ago
  8. 283916b Bugfix for product AAS example by tkuhn1l6 · 5 years ago
  9. 669723e New deviceAAS example code by tkuhn1l6 · 5 years ago
  10. 57a8678 Added base class for example files by tkuhn1l6 · 5 years ago
  11. e1ebf60 Updated frontend code for easier access to BaSys SDK functions by tkuhn1l6 · 5 years ago
  12. ce93f86 Merge changes Ie5901d19,I7b0e2085 by Thomas Kuhn · 5 years ago
  13. fc3a507 Update enables serialization of Lanbda expressions by tkuhn1l6 · 5 years ago
  14. e44edb8 Updated address generation to prevent wrong address generation by tkuhn1l6 · 5 years ago
  15. 881fe23 Merge "Added basic control component implementation" by Thomas Kuhn · 5 years ago
  16. 9c864af Added basic control component implementation by tkuhn1l6 · 5 years ago
  17. 32ac482 changed files to implement switch from EPL1.0 to EPL2.0 by mdamm · 5 years ago
  18. b5dc176 Started to change examples package to reflect more realistic deployments. by tkuhn1l6 · 5 years ago
  19. c90276f Updated test cases to GSON factory methods by tkuhn1l6 · 5 years ago
  20. c3c7fd0 Added factory method to GSON provider that enables the creation of by tkuhn1l6 · 5 years ago
  21. ea283a5 Merge changes Ic87a0ff1,I5e107f0c by Thomas Kuhn · 5 years ago
  22. c34670a New examples directory by tkuhn1l6 · 5 years ago
  23. 873c960 Change in examples structure by tkuhn1l6 · 5 years ago
  24. 433a685 Deleted some development-only post build events. by Michael Schoeffler · 5 years ago
  25. 5af3c96 Finalizes facades & interfaces for DAAS by Vikas Rajashekar · 5 years ago
  26. 4575e54 Modifies provider so that DELETE(path, obj) is ignored for maps by Daniel Espen · 6 years ago
  27. 0c78c5e Fixes LambdaProvider list handling by Daniel Espen · 6 years ago
  28. dbebbe2 Modifies provider so that CREATE will only create new elements by Daniel Espen · 6 years ago
  29. 660f1d0 Fixes BaSyxConnector for asynchronous requests by Daniel Espen · 6 years ago
  30. 3c0d6cf Adds list references by Daniel Espen · 6 years ago
  31. 263c4e2 Modifies provider tests to include additional test cases by Daniel Espen · 6 years ago
  32. a62dfc8 Restructures ModelProviders by Daniel Espen · 6 years ago
  33. 8718b18 Fixes path handling for model providers by Daniel Espen · 6 years ago
  34. 08d91fa Removes high-level assumption from JSONProvider by Daniel Espen · 6 years ago
  35. c8e3109 Fixes DirectorySQLProvider test case by Daniel Espen · 5 years ago
  36. c4dd393 Fixes bug in JSONConnector by Patrick Pschorn · 5 years ago
  37. 01c19d0 Formats server exception stacktrace by Patrick Pschorn · 5 years ago
  38. abb8938 Removes obsolete console output by Frank Schnicke · 5 years ago
  39. 979ad7c Adds copy constructors for ConnectedAAS/SM by Frank Schnicke · 5 years ago
  40. 5749556 Adds Meta-Protocol by Patrick Pschorn · 5 years ago
  41. 87e4aa5 Adding second set of files for Facade by Vikas Rajashekar · 6 years ago
  42. 15ac8a8 Added first version of VAB hashmap provider in C++ SDK. by Thomas Psota · 6 years ago
  43. b83ec3d Added utility function for CMake to individually specify new build targets for testing purposes by Thomas Psota · 6 years ago
  44. 0b2d61f This commit fixes the merge-conflicts in https://git.eclipse.org/r/138536 and https://git.eclipse.org/r/#/c/138533 by Thomas Psota · 6 years ago
  45. 94addb9 Added CMake as build system generator for BaSyx C++ SDK: by Thomas Psota · 6 years ago
  46. db03c72 Merge "Adjusted BaSyx TCP Server and Native Connector to now use new abstraction layer" by Thomas Kuhn · 6 years ago
  47. bee54ea Merge "Restructured regression folder in C++ SDK:" by Thomas Kuhn · 6 years ago
  48. 8980359 Changed interface of ISubModel to use basyx::any by Thomas Psota · 6 years ago
  49. ed6059a Added missing isNull check in JSONProvider isFrozen() by Thomas Psota · 6 years ago
  50. ecaf472 Adjusted BaSyx Native Connector and TCP Server to use basyx::net by Thomas Psota · 6 years ago
  51. fea8245 Adjusted BaSyx TCP Server and Native Connector to now use new abstraction layer by Thomas Psota · 6 years ago
  52. 2765b60 Restructured regression folder in C++ SDK: by Thomas Psota · 6 years ago
  53. 7f30e38 Merge "Restructured C++ SDK:" by Thomas Kuhn · 6 years ago
  54. bc52a8f Merge changes I690f486f,Ieb7fdc6a by Thomas Kuhn · 6 years ago
  55. c5c06b9 Merge "Added util folder containing misc. utility functions:" by Thomas Kuhn · 6 years ago
  56. 2e42e76 Added basyx::any: Container class for type-safe storage of objects by Thomas Psota · 6 years ago
  57. fe21cad Added basyx::array: simple wrapper class for fixed-size and dynamic arrays by Thomas Psota · 6 years ago
  58. 9cea490 Added util folder containing misc. utility functions: by Thomas Psota · 6 years ago
  59. e02ac98 Restructured C++ SDK: by Thomas Psota · 6 years ago
  60. 3e82e39 Removed deprecated test files from regression folder by Thomas Psota · 6 years ago
  61. 45f50ca Moved 3rd party libraries (gtest,json) to lib folder by Thomas Psota · 6 years ago
  62. de4cdb3 Merge "Reimplemented BRef through std::shared_ptr" by Thomas Kuhn · 6 years ago
  63. d7e5615 Merge "Added abstraction layer in basyx c++ sdk" by Thomas Kuhn · 6 years ago
  64. d078dc4 Merge "Removed leftover .svn directory" by Thomas Kuhn · 6 years ago
  65. 4442207 Reimplemented BRef through std::shared_ptr by Thomas Psota · 6 years ago
  66. 08e94ff Merge "Refactors GSONTools" by Thomas Kuhn · 6 years ago
  67. db37cb9 Added abstraction layer in basyx c++ sdk by Thomas Psota · 6 years ago
  68. b19f874 Removed leftover .svn directory by Thomas Psota · 6 years ago
  69. 8ff331a Merge "Adds initial set of facades for meta model elements" by Thomas Kuhn · 6 years ago
  70. 23f9e7d Adds initial set of facades for meta model elements by Vikas Rajashekar · 6 years ago
  71. a217ea9 Refactors GSONTools by Frank Schnicke · 6 years ago
  72. e279cae Merge "Finalizes gateway implementation" by Thomas Kuhn · 6 years ago
  73. aa8314d Adds missing .toString() to MetaModelElementFactory by Frank Schnicke · 6 years ago
  74. 5d0ed18 Finalizes gateway implementation by Frank Schnicke · 6 years ago
  75. 24a4e01 Merge "Adds ConnectorProviderMapper.java & DelegatingModelProvider" by Thomas Kuhn · 6 years ago
  76. b9198fe Merge "Changes names of testcases to Test*" by Thomas Kuhn · 6 years ago
  77. 281acd2 Merge "Changes TestConnectedAssetAdministrationShell" by Thomas Kuhn · 6 years ago
  78. 3bcfba9 Merge "Removes obsolete .svn directory" by Thomas Kuhn · 6 years ago
  79. 9314e89 Removes another tab by mdamm · 6 years ago
  80. f4a45ec Changes names of testcases to Test* by Frank Schnicke · 6 years ago
  81. 7655273 Removes tabs from Jenkinsfile by mdamm · 6 years ago
  82. f36e86b Increases jenkins resources by mdamm · 6 years ago
  83. 2e958d0 Changes TestConnectedAssetAdministrationShell by Frank Schnicke · 6 years ago
  84. eb03ab3 Removes obsolete .svn directory by Frank Schnicke · 6 years ago
  85. 5068f67 Updated example project with contexts. by tkuhn1l6 · 6 years ago
  86. 78edeee Servlet dynamic parameter change by tkuhn1l6 · 6 years ago
  87. 2f2bba3 Servlets support dynamic parameter by tkuhn1l6 · 6 years ago
  88. 5e9f187 Missing files from previous commit by tkuhn1l6 · 6 years ago
  89. 5436847 Changed AASHTTPServer to accept context information by tkuhn1l6 · 6 years ago
  90. 0e4121e Added SQL proxy map and test cases by tkuhn1l6 · 6 years ago
  91. cef5fa9 Fixed test case for gson serialization by tkuhn1l6 · 6 years ago
  92. 47244d1 Adds ConnectorProviderMapper.java & DelegatingModelProvider by Frank Schnicke · 6 years ago
  93. 803f475 Removes components from Jenkinsfile by mdamm · 6 years ago
  94. 291de13 Merge "Initial contribution of HMI2018 demo (Bosch)." by Thomas Kuhn · 6 years ago
  95. 08c594f Add quick start guide by Patrick Pschorn · 6 years ago
  96. 04f5685 Edit pom.xml by Patrick Pschorn · 6 years ago
  97. 4ced06e Refactoring Basyx c# implementation by Michael Schoeffler · 6 years ago
  98. 58f8444 Initial contirbution of Basyx C#.NET SDK (Bosch) by Michael Schoeffler · 6 years ago
  99. c38999f Fixes IBaSyxConnector implementation assumptions by Frank Schnicke · 6 years ago
  100. fcda06b Fixes Components JSONTools usage by Frank Schnicke · 6 years ago