Steffen Olszewski
Steffen Olszewski
These are the core Artery changes required for #249. The way the patching of the CP message format is done is not optimal, it results in a dirty source tree....
This is the Collective Perception Service implementation. I rebased it against master to be able to create a PR that doesn't contain the core changes, but it still depends on...
I am trying to use some git properties as part of the filename of the WAR file created by the war task, however Gradle always complains the property does not...
I am building wxWidgets myself on Windows using CMake and use it in my projects, which are beeing build by CMake as well, and wanted to use `find_package()` in Config...
In contrast to what might be expected, the C++ properties ``use_microsoft_bom`` and ``encoding`` do not only affect the C++ generator but also all the other generators. Either move them to...
The current version implements a minimum of features to allow building the application on all supported platforms and compilers. To ease up the development and improve the developer experience certain...
The generated class which acts as a base class can support two-step creation now but the generator of the inherited class does not.
Two-step creation is currently implemented for C++ only, the other generator languages should support this feature as well. - [ ] Implement two-step creation for Python - [ ] Implement...
The documentation and contents of the SDK are quite outdated and since the move of the ticpp submobule even broken. The local premake copy should be removed and the "global"...
The preview builder uses self-made ID's and recent wxWidgets checks for empty labels and causes assertions if these are used together with non-Stock-ID's.