v0.27.0
What's Changed
- 🎉 feat: cross-compiling and toolchains by @abeimler in #171, #188, #196, #193, and #187
- 🎉 feat: target functions to include interface directory and find dependencies by @FeignClaims in #202
- 🎉 docs: generate the documentation website for project_options via Sphinx by @aminya in #198, and #203
- feat: add more optimization flags (no exception/no RTTI) by @abeimler in #182
- feat: add target disable macro for include-what-you-use by @bogdan-lab in #201
- feat: allow passing build and host profiles through to conan by @bwhitchurch in #195
- feat: create a symlink of
complie_commands.json
on the source dir by @FeignClaims in #190 - fix: added riscv architecture to Utilities.cmake by @bwhitchurch in #194
- fix: append -Xcompiler= to each Cuda warning by @aminya in #197
- fix: do not use the exception and RTTI optimizations for C by @aminya in #192
- fix: fix the custom LINKER option by @aminya in #191
- fix: make conancenter's remote name match Conan's default by @jmarrec in #186
- fix: remove -Wextra-semi for C by @aminya in #181
- test: fix the Windows specific tasks by @aminya in #189
- test: move tests and break the Taskfile files + refactoring by @abeimler in #183
New Contributors
- @jmarrec made their first contribution in #186
- @bwhitchurch made their first contribution in #194
- @bogdan-lab made their first contribution in #201
Full Changelog: v0.26.3...v0.27.0