Skip to content

Warning-free clang build

Compare
Choose a tag to compare
@buck-yeh buck-yeh released this 14 Feb 11:00
· 153 commits to main since this release
  1. ✍️ Subdir test/ is excluded from build by default. To include test/, configure cmake with -DBUILD_TEST=1
  2. ✍️ bux::C_EzArgs::parse() accepts argc parameter both in type size_t or int
  3. ✍️ Intervals.h rehauled to use C++20 concepts to smartly reduce lines and eliminate clang warnings altogether.
  4. ✍️ Eliminate clang warnings here & there.
  5. 🆕 test/hrtn to demangle external symbols freely.