- 10dc552 Implement some missing submodel classes. by Johannes Wendel · 5 years ago
- dd30930 Adjusts namespaces and include of connected classes to refactoring by Johannes Wendel · 5 years ago
- b49d8df Added implementations of submodel classes by Thomas Psota · 5 years ago
- 8aacf03 Merge "Modifies include paths according to refactoring" by Thomas Psota · 5 years ago
- 93183f6 Modifies include paths according to refactoring by Johannes Wendel · 5 years ago
- c6be340 build: Allow building shared libraries by Tobias Klausmann · 5 years ago
- 3642dbc vab: Depend on the abstraction layer by Tobias Klausmann · 5 years ago
- 410c038 logging: Do not depend on threading by Tobias Klausmann · 5 years ago
- 8bd0cc0 Modified include paths according to refactoring by Johannes Wendel · 5 years ago
- 35dc693 Added ElementMap by Johannes Wendel · 5 years ago
- 176a20c Split up basyx::aas into basyx:aas and basyx::submodel by Thomas Psota · 5 years ago
- 5018942 Implemented AssetAsdministrationShell by Johannes Wendel · 5 years ago
- c43c882 Creats structure for implementing AssetAdministrationShell by Johannes Wendel · 5 years ago
- ed007a1 Adapted Interfaces and classes to new basyx::object. by Johannes Wendel · 5 years ago
- 79a97d6 Complete refactor of basyx::vab and basyx::shared in C++ sdk, introducing new object type system basyx::object by Thomas Psota · 5 years ago
- a6468df General refactoring of components by Frank Schnicke · 5 years ago
- 425fbbf Removes obsolete interfaces by Frank Schnicke · 5 years ago
- 28ce2b8 Fixes TestJSONConnectorProviderIntegration by Frank Schnicke · 5 years ago
- 69acef1 Removes AASTCPServer by Frank Schnicke · 5 years ago
- b0b60e9 Adds getSubModelDescriptors method by Frank Schnicke · 5 years ago
- 7a9b33b Temporarily changes name of MultiSubmodelProvider by Frank Schnicke · 5 years ago
- 17c55b2 Adds DataSpecification and DataSpecificationContent by Frank Schnicke · 5 years ago
- b81c989 Adds QoL methods for handling of ConceptDescription by Frank Schnicke · 5 years ago
- 9cd6f62 Adds addDataSpecification to ConceptDescription by Frank Schnicke · 5 years ago
- d967ed1 Adds QoL constructor by Frank Schnicke · 5 years ago
- 5483bd1 Adds type attribute to OperationVariable by Frank Schnicke · 5 years ago
- 6d56ccc Changes method name of IHasKind for better readability by Frank Schnicke · 5 years ago
- d6f47ec Adds test case for /aas/submodels/${id}/submodel by Frank Schnicke · 5 years ago
- 9273bfb Extracts constants by Frank Schnicke · 5 years ago
- a5a8d5a General code cleanup by Frank Schnicke · 5 years ago
- 148e689 Merge "Extracts common SQL credentials into single file" by Thomas Psota · 5 years ago
- 08eeac4 Extracts common SQL credentials into single file by Frank Schnicke · 5 years ago
- 0bc7d0d Added new scripts for CI by Thomas Psota · 5 years ago
- 83cc260 Merge changes Id7c2b746,I7c6e963c,I5ecc95e2,I7737c88a,I8b015754, ... by Thomas Psota · 5 years ago
- 05d968d Merge "Fixed merge conflicts" by Thomas Psota · 5 years ago
- 5533bdd Removes duplicate method from AAS by Maximilian Conradi · 5 years ago
- c405d8c Removes obsolete DirectoryServiceStub by Frank Schnicke · 5 years ago
- 470dd40 Adds restapi wrapper for VAB directory by Frank Schnicke · 5 years ago
- 9a316d8 Reanmes in VAB PreconfiguredDirectory to InMemoryDirectory by Frank Schnicke · 5 years ago
- 1fe3275 Removes assumption about VAB Directory endpoint by Frank Schnicke · 5 years ago
- 11b6dae Fixed merge conflicts by Johannes Wendel · 5 years ago
- 2c6698c Performs general renaming for consistency by Frank Schnicke · 5 years ago
- 361a4e4 Moves TestSimpleControlComponent into test package by Frank Schnicke · 5 years ago
- 9aec983 Adds DirectoryModelProvider for Registry REST-API by Frank Schnicke · 5 years ago
- fecca6b Moves TestRegistryProvider to SDK by Frank Schnicke · 5 years ago
- bc0e657 Renames PreconfiguredRegistry to InMemoryRegistry by Frank Schnicke · 5 years ago
- 6519f11 Adds lookupAll to IAASRegistryService by Frank Schnicke · 5 years ago
- 3e67b2e Renames SingleProperty to Property by Frank Schnicke · 5 years ago
- 6d79aa2 Fixes type of description parameter in ctor of Referable by Maximilian Conradi · 5 years ago
- 918196a Merge changes Idd4cc300,I5fcb558e,Ide4ddbbb,I66f77c60,Ib04b2a9b, ... by Thomas Psota · 5 years ago
- e69a04c Changes connected classes from type any to specific types by Johannes Wendel · 5 years ago
- fd64702 Adds some needed classes to c++ sdk by Johannes Wendel · 5 years ago
- 9ac3afe Fixes serialization of empty collections in maps by Frank Schnicke · 5 years ago
- dafc2c0 Adding operator to VABPath. by Johannes Wendel · 5 years ago
- b363d62 Changes assumptions about endpoints by Frank Schnicke · 5 years ago
- 4298130 Adds logback dependency for basys.components by Daniel Espen · 5 years ago
- e20782e Removes logger configuration from deployed jar by Daniel Espen · 5 years ago
- a4fed65 Adds integration test for registry by Daniel Espen · 5 years ago
- 06c54fe Adds ModelDescriptor by Daniel Espen · 5 years ago
- 0d8d266 Modifies IConnectedAssetAdministrationShell identifier handling by Daniel Espen · 5 years 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
- e0f32dc Replaces SubModel references with SubmodelDescriptors by Frank Schnicke · 5 years ago
- 15e9748 Adding getDeepProxy functionallity to VABElementProxy by Johannes Wendel · 5 years ago
- 83b408e Replaces Reference on Asset with Asset directly by Frank Schnicke · 5 years ago
- bcd74cc Fixes nondeterminism in test case by Frank Schnicke · 5 years ago
- 0af550e Merge changes I5d798637,I17d43407,I10844636,I94e3a271 by Thomas Psota · 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
- 93e3882 Fixes wrong usage of casts instead of facades by Frank Schnicke · 5 years ago
- 3248ad5 Fixed merge conflicts by Johannes Wendel · 5 years ago
- 92e1cfd Harmonizes / usage with C# SDK by Daniel Espen · 5 years ago
- 39b06ca Removes fixme and commented code by Frank Schnicke · 5 years ago
- c39b59d Removes warning by Frank Schnicke · 5 years ago
- b1ae354 Fixes wrong interface of IReferable by Frank Schnicke · 5 years ago
- 3c7f203 Adds more test cases for SubModelProvider by Frank Schnicke · 5 years ago
- 4a5231d Tidies code of ContainerPropertyProvider by Frank Schnicke · 5 years ago
- 6ff456d Adds ModelType to appropriate elements by Frank Schnicke · 5 years ago
- b721f1e Introduces Logback as a Logger in SDK by Maximilian Conradi · 5 years ago
- 878be48 Removes redundancy in IAASRegistryService parameters by Daniel Espen · 5 years ago
- df3e7c2 Removes getter & setter duplicates for id short by Daniel Espen · 5 years ago
- 02e0f16 Fixes AASDescriptor construction by Daniel Espen · 5 years ago
- 0e3b0a6 Fixes generic varargs resolution in SQL test by Daniel Espen · 5 years ago
- 10e4626 Modifies registry dependencies by Daniel Espen · 5 years ago
- bbfd8ad Removes submodel dependency in generic TypeDestroyer by Daniel Espen · 5 years ago
- 3c6d89a Removes list of aas from BaSyxContext by Daniel Espen · 5 years ago
- 44a8500 Modifies test class dependency resolution by Daniel Espen · 5 years ago
- 57d3da0 Restructures Java SDK project by Daniel Espen · 5 years ago
- e9fd695 Introduces end-of-line normalization by Daniel Espen · 5 years ago
- a368975 Merge "c++ sdk: Fix build on case-sensitive file systems" by Thomas Psota · 5 years ago
- 508e9ca c++ sdk: Fix build on case-sensitive file systems by Michael Thies · 5 years ago
- cca93c5 Adds stack trace printing for debugging by Frank Schnicke · 5 years ago
- 8edaf19 Adds a possibility to override the valueType for SingleProperties by Daniel Espen · 5 years ago
- 421d880 Fixed path separators for UNIX filesystems by Daniel Espen · 5 years ago
- 03b2988 Adds providers for API access based on VAB by Daniel Espen · 5 years ago
- b95e0c7 Modifies path handling for descriptor endpoints by Daniel Espen · 5 years ago