What's Changed
- return by @JeromeSchmied in #984
- use path::stem by @yaito3014 in #987
- Refactor command execution by @yaito3014 in #986
- Reflect verbosity option changes for Makefile by @ken-matsui in #1000
- Set Make's default CXX by @ken-matsui in #1002
- Fixed .clang-tidy format & fixed CLI argument transform by @ken-matsui in #1005
- Implement stderr redirection for Command by @ken-matsui in #1006
- Enable clang-tidy for Command by @ken-matsui in #1007
- topoSort is specific to BuildConfig by @ken-matsui in #1008
- Added macos 15 CI by @ken-matsui in #1009
- Drop macOS 12 support by @ken-matsui in #1010
- Use ranges by @ken-matsui in #1011
- Enable cert-env33-c check by @ken-matsui in #1012
- Removed unused include by @ken-matsui in #1013
- Define POAC_TEST for compdb by default by @ken-matsui in #1014
- Drop Clang 15 support by @ken-matsui in #1016
- Use ranges more by @ken-matsui in #1017
- Apply readability-identifier-naming check by @ken-matsui in #1019
- Keep going when poac tidy -fix by @ken-matsui in #1020
- Correctly emit compilation status by @ken-matsui in #1015
- Avoid using std::exit by @ken-matsui in #1021
- Allow build, clean, and test to run in any directory by @ken-matsui in #1022
- Remove unused aliases by @ken-matsui in #1023
- Try std::source_location again by @ken-matsui in #1024
- Remove integer aliases by @ken-matsui in #1025
- Support reflecting
CXXFLAGS
andLDFLAGS
environment variables by @onion108 in #1030 - Use tbb 2022 by @ken-matsui in #1032
- add: preserve dependency order and keep entries in single line by @SunPodder in #1031
- rustify: clarify function names by @ken-matsui in #1036
- logger: use fmtlib by @yaito3014 in #1034
- CONTRIBUTING: create by @ken-matsui in #1039
- clang-format: use SpacesBeforeTrailingComments=2 and AlignTrailingComments by @ken-matsui in #1040
- Dockerfile: copy files required by Makefile by @ken-matsui in #1042
- logger: simplify debug log function name by @ken-matsui in #1043
- build: support lib.cc by @Lazauya in #1035
- lint: support cpplint 2.0 by @wx257osn2 in #1049
- logger: catch up with logger::info interface change by @wx257osn2 in #1050
- manifest: support path dependencies by @wx257osn2 in #1048
- all: rename Poac to Cabin by @ken-matsui in #1054
New Contributors
Full Changelog: 0.10.1...0.11.0