0.10.0
What's Changed
- Support trace log by @ken-matsui in #905
- Simplify Logger by @ken-matsui in #906
- Avoid using macro for handling global options by @ken-matsui in #907
- Allow users to specify the number of jobs by @ken-matsui in #908
- Share options across sources by @ken-matsui in #909
- Run fmt with --check by @ken-matsui in #910
- Copy lvlStr by @ken-matsui in #911
- UseTab: Never by @ken-matsui in #912
- Add linker flags in makefile by @Biswa96 in #913
- Add subcmd
add
by @SunPodder in #914 - Update readme by @SunPodder in #915
- Style tweaks by @ken-matsui in #916
- Allow changing POAC_ variables in Makefile by @ken-matsui in #918
- Bump softprops/action-gh-release from 1 to 2 by @dependabot in #919
- Fixed for libgit2 1.8 by @How2PlayGithub in #920
- Fix CIs and add clang++-18 by @ken-matsui in #926
- Fix git dependency (and CI) by @yaito3014 in #929
- remove noexcept from
Manifest::instance()
by @yaito3014 in #928 - Use clang-tidy-18 by @ken-matsui in #933
- Allow
.
and++
in dependency names by @ken-matsui in #932 - Use clang-format-18 by @ken-matsui in #934
- proper checkout (including CI fix) by @yaito3014 in #939
- workaround for libgit2 1.8 change (again) by @yaito3014 in #938
- Bump up toml11 to v4.0.3 by @ken-matsui in #941
- allow '-jn' style option by @yaito3014 in #943
- Validate if dependencies exist by @ken-matsui in #945
- Drop libgit2 >=1.9 support by @ken-matsui in #946
- Remove String alias by @ken-matsui in #947
- Remove Path alias by @ken-matsui in #948
- Remove Fn alias by @ken-matsui in #949
- Remove Map, Set, and Tuple aliases by @ken-matsui in #950
- Remove StringRef alias by @ken-matsui in #951
- Remove Arr alias by @ken-matsui in #954
- Support dev-dependencies by @ken-matsui in #955
- Fix runtime/string by @ken-matsui in #956
- Improve build logs by @ken-matsui in #958
- Remove Vec alias by @ken-matsui in #959
- Remove Option alias by @ken-matsui in #960
- Remove HashMap alias by @ken-matsui in #961
- Remove HashSet alias by @ken-matsui in #962
- enable command line argument transformation by @yaito3014 in #963
- Fixed default include path by @ken-matsui in #964
New Contributors
- @Biswa96 made their first contribution in #913
- @SunPodder made their first contribution in #914
- @How2PlayGithub made their first contribution in #920
Full Changelog: 0.9.3...0.10.0