- 916a8ca Fixed errors in VAB protocol serialization by Thomas Psota · 4 years, 6 months ago
- 56e26af Serialization now adheres to new VAB serialization scheme. by Thomas Psota · 4 years, 6 months ago
- 4bea335 Merge "Implements TCPSelectServer" by Thomas Psota · 4 years, 6 months ago
- 04cd082 Merge "Corrects usage of log messages in unix socket implementation" by Thomas Psota · 4 years, 6 months ago
- 21d169f Implements TCPSelectServer by jwendelil4 · 4 years, 6 months ago
- 5422f3c Corrects usage of log messages in unix socket implementation by jwendelil4 · 4 years, 6 months ago
- 258691c Added LangStringSet interfaces and map implementation by Thomas Psota · 4 years, 6 months ago
- ae68782 Added more enumarations by Thomas Psota · 4 years, 6 months ago
- 4160ffb Added functionality for object sets to basyx::object by Thomas Psota · 4 years, 6 months ago
- bfdeedc Added submodel to C++ SDK by Thomas Psota · 4 years, 7 months ago
- 2319c81 Moved include/ folder up one level in the hierarchy by Thomas Psota · 4 years, 7 months ago
- ec96181 CMake: Added build toggle for install routines by Thomas Psota · 4 years, 7 months ago
- 200ef43 Util: Do not link to unused library nlohmann_json by Tobias Klausmann · 4 years, 8 months ago
- da5075b server: Improve library install by Tobias Klausmann · 4 years, 8 months ago
- 1e95b3e aas: Improve install of the library by Tobias Klausmann · 4 years, 8 months ago
- 39e59c0 submodel: Improve library install routine by Tobias Klausmann · 4 years, 8 months ago
- 8e85075 vab: Improve installation routine by Tobias Klausmann · 4 years, 8 months ago
- abb20f0 abstration: Install Targets to the right folder by Tobias Klausmann · 4 years, 8 months ago
- cc3d21e Abstraction/build: Improve install of library by Tobias Klausmann · 4 years, 8 months ago
- bf8fcc9 Shared/build: Improve install of library by Tobias Klausmann · 4 years, 8 months ago
- e032486 Log/build: Improve install of library by Tobias Klausmann · 4 years, 8 months ago
- 47a4643 Util/build: Improve install of library by Tobias Klausmann · 4 years, 8 months ago
- cb3d9f0 build: allow to use a external nlohmann_json instance by Tobias Klausmann · 4 years, 8 months ago
- 365b63e submodel/cmake: be consistent with the naming by Tobias Klausmann · 4 years, 9 months ago
- 393c52a submodel: implement minimal set to satisfy the interface description by Tobias Klausmann · 4 years, 9 months ago
- 3b65fa3 Add constant definition entries for IQualifier path elements by Tobias Klausmann · 4 years, 9 months ago
- f6ce45e rename json include folder -> nlohmann by Tobias Klausmann · 4 years, 9 months ago
- d06dc56 aas: Move impl folder to aas folder by Tobias Klausmann · 4 years, 9 months ago
- ebd308a shared: Rename basyx folder -> shared by Tobias Klausmann · 4 years, 9 months ago
- f13b5e2 Move header files to a common include directory by Tobias Klausmann · 4 years, 9 months ago
- 5bcd709 Fix cmake CMake Files for the libraries by Tobias Klausmann · 4 years, 9 months ago
- 3506112 Added archive destinations for library installation on windows systems by Thomas Psota · 4 years, 9 months ago
- d817f79 vab: Install library and header files by Tobias Klausmann · 4 years, 9 months ago
- 81bd9e4 util: Install library and header files by Tobias Klausmann · 4 years, 9 months ago
- 35c3f90 submodel: Install library and header files by Tobias Klausmann · 4 years, 9 months ago
- 14a58e2 basyx: Install library and header files by Tobias Klausmann · 4 years, 9 months ago
- efb9dab server: Install library and header files by Tobias Klausmann · 4 years, 9 months ago
- 918c6ea log: Install library and header files by Tobias Klausmann · 4 years, 9 months ago
- 284275c abstraction: Install library and header files by Tobias Klausmann · 4 years, 9 months ago
- 9df2c0c aas: Install library and header files by Tobias Klausmann · 4 years, 9 months ago
- 17c2db4 Activated continuous integration for C++ SDK by Thomas Psota · 4 years, 9 months ago
- 4eca97c submodel: Do not depend on aas by Tobias Klausmann · 4 years, 9 months ago
- 10dc552 Implement some missing submodel classes. by Johannes Wendel · 4 years, 9 months ago
- dd30930 Adjusts namespaces and include of connected classes to refactoring by Johannes Wendel · 4 years, 9 months ago
- b49d8df Added implementations of submodel classes by Thomas Psota · 4 years, 10 months ago
- 8aacf03 Merge "Modifies include paths according to refactoring" by Thomas Psota · 4 years, 9 months ago
- 93183f6 Modifies include paths according to refactoring by Johannes Wendel · 4 years, 9 months ago
- 3642dbc vab: Depend on the abstraction layer by Tobias Klausmann · 4 years, 10 months ago
- 410c038 logging: Do not depend on threading by Tobias Klausmann · 4 years, 10 months ago
- 8bd0cc0 Modified include paths according to refactoring by Johannes Wendel · 4 years, 10 months ago
- 35dc693 Added ElementMap by Johannes Wendel · 4 years, 10 months ago
- 176a20c Split up basyx::aas into basyx:aas and basyx::submodel by Thomas Psota · 4 years, 10 months ago
- 5018942 Implemented AssetAsdministrationShell by Johannes Wendel · 4 years, 10 months ago
- c43c882 Creats structure for implementing AssetAdministrationShell by Johannes Wendel · 4 years, 10 months ago
- ed007a1 Adapted Interfaces and classes to new basyx::object. by Johannes Wendel · 4 years, 10 months ago
- 79a97d6 Complete refactor of basyx::vab and basyx::shared in C++ sdk, introducing new object type system basyx::object by Thomas Psota · 4 years, 10 months ago
- 11b6dae Fixed merge conflicts by Johannes Wendel · 4 years, 10 months ago
- e69a04c Changes connected classes from type any to specific types by Johannes Wendel · 4 years, 10 months ago
- fd64702 Adds some needed classes to c++ sdk by Johannes Wendel · 4 years, 10 months ago
- dafc2c0 Adding operator to VABPath. by Johannes Wendel · 4 years, 11 months ago
- 991a90f Adds get string content function to basyx any by Johannes Wendel · 5 years ago
- c5c71af Adds get string content function to basyx any by Johannes Wendel · 5 years ago
- a3f0524 Adds containers for specific types by Johannes Wendel · 5 years ago
- 46df9d0 Adds containers for specific types by Johannes Wendel · 5 years ago
- 15e9748 Adding getDeepProxy functionallity to VABElementProxy by Johannes Wendel · 5 years ago
- 5e8fd96 Adapted c++ metamodel interfaces to java sdk by Johannes Wendel · 5 years ago
- 152e41d Adapted Submodel to Java sdk. by Johannes Wendel · 5 years ago
- 86e9e34 Adding IVABElementContainer by Johannes Wendel · 5 years ago
- bdf2e76 Adds ConnectedOperation with appropriate tests. by Johannes Wendel · 5 years ago
- 3248ad5 Fixed merge conflicts by Johannes Wendel · 5 years ago
- e9fd695 Introduces end-of-line normalization by Daniel Espen · 5 years ago
- 6fd9c2a Adapted aas submodelelement interfaces to Java sdk by Johannes Wendel · 5 years ago
- 5c8d325 Added tests for ConnectedRelationshipElement and refactores some files by Johannes Wendel · 5 years ago
- 6a91256 Changed json serializer to support other types than any for collections by Johannes Wendel · 5 years ago
- dca4b64 Added const char constructor to basyx::any to store a string by Johannes Wendel · 5 years ago
- 7a9fd7f Added class prototypes for connected classes in aas metamodel by Johannes Wendel · 5 years ago
- a81f5df Added some interfaces for aas metamodel like in Java sdk by Johannes Wendel · 5 years ago
- 5358315 Fixed test cases and appropriate classes to work correctly by Johannes Wendel · 5 years ago
- 38f5998 Merge "c++ sdk: Allow to use an external shared libfmt" by Thomas Psota · 5 years ago
- 80b097d c++ sdk: Allow to use an external shared libfmt by Tobias Klausmann · 5 years ago
- c65af6f Fixed merge conflicts by Johannes Wendel · 5 years ago
- f0540a8 Fixed wrong calculation of size field in frame reply sending by Thomas Psota · 5 years ago
- 9763afa Added more debug log output by Thomas Psota · 5 years ago
- c74a53e Corrected erroneous merge by Thomas Psota · 5 years ago
- d35841c Merge "Fixed multiple errors and warnings on different compilers:" by Frank Schnicke · 5 years ago
- b2e5cfe Fixed multiple errors and warnings on different compilers: by Thomas Psota · 5 years ago
- 228c8fa Added more snippets in VAB tests, moved basyx::function to basyx::shared by Thomas Psota · 5 years ago
- b5140ba Added Interface for VABProxy and wrtoe some tests. by Johannes Wendel · 5 years ago
- 3e50778 Merge "Added connected Property and appropriate classes." by Thomas Psota · 5 years ago
- ac87e15 Merge "Resolved some conflicts with namespaces and includes." by Thomas Psota · 5 years ago
- 6508950 Merge "Added anyTypeChecker to get the typename of a basyx::any object." by Thomas Psota · 5 years ago
- 559b5f4 Merge "Restores deleted test for VABPath and added character array support to VABPath" by Thomas Psota · 5 years ago
- 18f94e3 Merge "Added some accidantially deleted files and adapted includes to new structure" by Thomas Psota · 5 years ago
- 76fe7de Added connected Property and appropriate classes. by Johannes Wendel · 5 years ago
- 39e97f3 Resolved some conflicts with namespaces and includes. by Johannes Wendel · 5 years ago
- 94212ca Added anyTypeChecker to get the typename of a basyx::any object. by Johannes Wendel · 5 years ago
- 2fe6ca3 Restores deleted test for VABPath and added character array support to VABPath by Johannes Wendel · 5 years ago
- 6394cc6 Fixed FrameBuilder not accepting more than one argument for Invoke operations, fixed wrong serialization of invoke results. by Thomas Psota · 5 years ago
- fce156a Added some accidantially deleted files and adapted includes to new structure by Johannes Wendel · 5 years ago
- 8fea476 Fixed compile error in GCC by Thomas Psota · 5 years ago