v0.28.0
What's Changed
- 🎉 feat: added support for GCC static analysis by @Project579 in #216
- feat: allow command line override of
dynamic_options
by @mous16 in #209 - feat: added support for all missing options to
dynamic_project_options
by @mous16 in #215 - feat: pass compiler warnings to the linker. by @Project579 in #218
- fix: fix parallel configuration failures caused by compile_commands symlinks. by @Project579 in #217
- fix: update the MSVC toolchain to v0.6.0 by @aminya in #207
Breaking Changes
Now, ENABLE_COMPILE_COMMANDS_SYMLINK
is required for symlinking compile_commands.json
to the root. This is made optional because parallel configurations could fail if multiple symlinks need to be created on the same path.
New Contributors
- @Project579 made their first contribution in #216
Full Changelog: v0.27.2...v0.28.0