Skip to content
New features:
- Generate Makefile.silecs which is included in Makefile.specific (#80)
No need any more to bump Versions in the Makefile 'by hand'
- silecs CLI tool accepts path to concrete file OR path to project (#67)
- Support for DTL time format (#47)

Bugfixes / Maintenance:
- Fix various build-warnings in silecs-communication-cpp (#84)
- Own method for 'isInitialized_ check in codegen' (#42)
- Make use of python package 'unittest' (#39)
- replace all tabs by spaces (#14)
- Use xsd naming for C++ "access types" (#12)
- Get rid of boost dependency (#83)
- Fix various build warnings in silecs-diagnostic (#65)
- Use cmake to build the whole project over CERN make.generic (#53)
- Prefix Block Makros in generated ClassHeader with Classname (#46)
- Remove custom Mutex, Condition, Thread (#86)