Releases: rainlabs-eu/ghaction-cmake-quality
Releases · rainlabs-eu/ghaction-cmake-quality
Add dataclasses for cmake generating code
v4.2.0 Add dataclasses_json python package to the dockerfile.
Added jsonschema for usage in python when cmake generates code
v4.1.0 Add jsonschema python package to the dockerfile.
v4.0.2: Bump zlib version to 1.2.13
1.2.12 is no longer available to download (at least from official page)
Ubuntu 22.04 based distribution
First release with Ubuntu 22.04 under the hood.
Compilers under the hood were replaced with clang 11/12/13/14 and GCC 9/10/11/12.
Older compilers were removed.
Improved XML support
Full Changelog: v3.6.0...v3.7.1
Add Java and python xmlschema
Add jre-11 and xmlschema python package (#17) Co-authored-by: Jacek Chmiel <[email protected]>
Added GCover and OpenSSL host support
Full Changelog: v3.4.1...v3.5.0
Bugfix after improving paths for boost
v3.4.1 Update Dockerfile
Allow python based testing into cmake
Added ability to handle projects where cmake orchestrates also python code, including pytests tests.
v3.3.0: Added protobuf support for use in cmake configure
Update Dockerfile to add protobuf It does not include nanopb, with assumption that it can be used in source code form.