Releases: please-build/cc-rules
Releases · please-build/cc-rules
v0.4.0
v0.3.2
- Fix dsymutil to have no default value (as plz was with its builtin rules)
v0.3.1
- Inherit coverage setting from host
v0.3.0
- Ported some changes from the built in Please rules
- Added a config option to disable coverage
v0.2.0
What's Changed
- Use a matrix for test execution by @peterebden in #5
- Remove clang_modules parameter by @peterebden in #8
- Release after successfully testing by @peterebden in #10
- Add readme by @peterebden in #11
- Tool for writing Clang compile_commands.json file by @peterebden in #12
- Update config to not use
@self
by @samwestmoreland in #14
New Contributors
- @samwestmoreland made their first contribution in #14
Full Changelog: v0.1.0...v0.2.0
v0.1.0
- Initial release
- Includes latest rules from the main Please repo and
cc_embed_binary from pleasings.