0.5.0
What's Changed
- Bump boost version to 1.80.0 by @ken-matsui in #675
- Use constexpr for to_anyhow by @ken-matsui in #677
- Move builder/compiler/lang/* to builder/compiler/* by @ken-matsui in #676
- Bump actions/cache from 3.0.5 to 3.0.8 by @dependabot in #678
- Bump actions/configure-pages from 1 to 2 by @dependabot in #679
- Bump jidicula/clang-format-action from 4.8.0 to 4.9.0 by @dependabot in #680
- Bump actions/cache from 3.0.8 to 3.0.9 by @dependabot in #682
- Bump codecov/codecov-action from 3.1.0 to 3.1.1 by @dependabot in #681
- Bump actions/cache from 3.0.9 to 3.0.11 by @dependabot in #685
- Support XDG Base Directories by @ken-matsui in #686
- Enforce ending newlines by @ken-matsui in #687
- Bump up clang-format version from 14 to 15 by @ken-matsui in #688
- Delete windows.yml by @ken-matsui in #689
- Remove boost build on Linux CI by @ken-matsui in #690
- Bump up Ninja version to v1.11.1 by @ken-matsui in #691
- Simplify macOS CI by @ken-matsui in #692
- Improve UI tests by @ken-matsui in #693
- Rename
cur_dir
tocwd
by @ken-matsui in #694 - Fix some errors on README.md by @ken-matsui in #696
- Support finding a manifest file in parent directories by @ken-matsui in #695
- Enable
build/namespaces
for cpplint by @ken-matsui in #697 - Enable clang-tidy by @ken-matsui in #698
- Enable clang-tidy only when debug by @ken-matsui in #699
- Add more clang-tidy checks by @ken-matsui in #700
- Refactor GitHub Actions by @ken-matsui in #701
- Bump mattnotmitt/doxygen-action from 1.9.2 to 1.9.5 by @dependabot in #703
- Enable clang-tidy check
modernize-avoid-c-arrays
by @ken-matsui in #704 - Enable clang-tidy check
modernize-use-trailing-return-type
by @ken-matsui in #705 - Enable clang-tidy check
misc-static-assert
by @ken-matsui in #706 - Enable clang-tidy check
readability-convert-member-functions-to-static
by @ken-matsui in #707 - Enable clang-tidy check
cert-err58-cpp
by @ken-matsui in #708 - Enable clang-tidy check
bugprone-exception-escape
by @ken-matsui in #709 - Enable clang-tidy check
misc-const-correctness
by @ken-matsui in #710 - Enable clang-tidy check
google-readability-namespace-comments
by @ken-matsui in #711 - Enable clang-tidy check for header files by @ken-matsui in #712
- Use proper minimum required version for spdlog by @ken-matsui in #713
- Use local spdlog on CI by @ken-matsui in #714
- Use local libarchive on CI by @ken-matsui in #715
- Avoid building Ninja binary by @ken-matsui in #716
- Use #pragma once instead of include guards by @ken-matsui in #717
- Enforce naming convention by @ken-matsui in #718
- Create rustify.hpp by @ken-matsui in #719
- Simplify config.hpp by @ken-matsui in #720
- Create result.hpp by @ken-matsui in #721
- Split poac.hpp by @ken-matsui in #722
- Remove unused headers by @ken-matsui in #723
- Comprehensively find format target directories by @ken-matsui in #724
- Support configuring cpplint with poac.toml by @ken-matsui in #725
- Replace supabase with api.poac.pm by @ken-matsui in #726
- Use cmake_dependent_option by @ken-matsui in #727
- Remove leading
$
from shell commands. by @EriKWDev in #702
New Contributors
Full Changelog: 0.4.1...0.5.0