Published December 18, 2022
| Version 0.5.0
Software
Open
Poac
Authors/Creators
Description
What's Changed
- Bump boost version to 1.80.0 by @ken-matsui in https://github.com/poacpm/poac/pull/675
- Use constexpr for to_anyhow by @ken-matsui in https://github.com/poacpm/poac/pull/677
- Move builder/compiler/lang/ to builder/compiler/ by @ken-matsui in https://github.com/poacpm/poac/pull/676
- Bump actions/cache from 3.0.5 to 3.0.8 by @dependabot in https://github.com/poacpm/poac/pull/678
- Bump actions/configure-pages from 1 to 2 by @dependabot in https://github.com/poacpm/poac/pull/679
- Bump jidicula/clang-format-action from 4.8.0 to 4.9.0 by @dependabot in https://github.com/poacpm/poac/pull/680
- Bump actions/cache from 3.0.8 to 3.0.9 by @dependabot in https://github.com/poacpm/poac/pull/682
- Bump codecov/codecov-action from 3.1.0 to 3.1.1 by @dependabot in https://github.com/poacpm/poac/pull/681
- Bump actions/cache from 3.0.9 to 3.0.11 by @dependabot in https://github.com/poacpm/poac/pull/685
- Support XDG Base Directories by @ken-matsui in https://github.com/poacpm/poac/pull/686
- Enforce ending newlines by @ken-matsui in https://github.com/poacpm/poac/pull/687
- Bump up clang-format version from 14 to 15 by @ken-matsui in https://github.com/poacpm/poac/pull/688
- Delete windows.yml by @ken-matsui in https://github.com/poacpm/poac/pull/689
- Remove boost build on Linux CI by @ken-matsui in https://github.com/poacpm/poac/pull/690
- Bump up Ninja version to v1.11.1 by @ken-matsui in https://github.com/poacpm/poac/pull/691
- Simplify macOS CI by @ken-matsui in https://github.com/poacpm/poac/pull/692
- Improve UI tests by @ken-matsui in https://github.com/poacpm/poac/pull/693
- Rename
cur_dirtocwdby @ken-matsui in https://github.com/poacpm/poac/pull/694 - Fix some errors on README.md by @ken-matsui in https://github.com/poacpm/poac/pull/696
- Support finding a manifest file in parent directories by @ken-matsui in https://github.com/poacpm/poac/pull/695
- Enable
build/namespacesfor cpplint by @ken-matsui in https://github.com/poacpm/poac/pull/697 - Enable clang-tidy by @ken-matsui in https://github.com/poacpm/poac/pull/698
- Enable clang-tidy only when debug by @ken-matsui in https://github.com/poacpm/poac/pull/699
- Add more clang-tidy checks by @ken-matsui in https://github.com/poacpm/poac/pull/700
- Refactor GitHub Actions by @ken-matsui in https://github.com/poacpm/poac/pull/701
- Bump mattnotmitt/doxygen-action from 1.9.2 to 1.9.5 by @dependabot in https://github.com/poacpm/poac/pull/703
- Enable clang-tidy check
modernize-avoid-c-arraysby @ken-matsui in https://github.com/poacpm/poac/pull/704 - Enable clang-tidy check
modernize-use-trailing-return-typeby @ken-matsui in https://github.com/poacpm/poac/pull/705 - Enable clang-tidy check
misc-static-assertby @ken-matsui in https://github.com/poacpm/poac/pull/706 - Enable clang-tidy check
readability-convert-member-functions-to-staticby @ken-matsui in https://github.com/poacpm/poac/pull/707 - Enable clang-tidy check
cert-err58-cppby @ken-matsui in https://github.com/poacpm/poac/pull/708 - Enable clang-tidy check
bugprone-exception-escapeby @ken-matsui in https://github.com/poacpm/poac/pull/709 - Enable clang-tidy check
misc-const-correctnessby @ken-matsui in https://github.com/poacpm/poac/pull/710 - Enable clang-tidy check
google-readability-namespace-commentsby @ken-matsui in https://github.com/poacpm/poac/pull/711 - Enable clang-tidy check for header files by @ken-matsui in https://github.com/poacpm/poac/pull/712
- Use proper minimum required version for spdlog by @ken-matsui in https://github.com/poacpm/poac/pull/713
- Use local spdlog on CI by @ken-matsui in https://github.com/poacpm/poac/pull/714
- Use local libarchive on CI by @ken-matsui in https://github.com/poacpm/poac/pull/715
- Avoid building Ninja binary by @ken-matsui in https://github.com/poacpm/poac/pull/716
- Use #pragma once instead of include guards by @ken-matsui in https://github.com/poacpm/poac/pull/717
- Enforce naming convention by @ken-matsui in https://github.com/poacpm/poac/pull/718
- Create rustify.hpp by @ken-matsui in https://github.com/poacpm/poac/pull/719
- Simplify config.hpp by @ken-matsui in https://github.com/poacpm/poac/pull/720
- Create result.hpp by @ken-matsui in https://github.com/poacpm/poac/pull/721
- Split poac.hpp by @ken-matsui in https://github.com/poacpm/poac/pull/722
- Remove unused headers by @ken-matsui in https://github.com/poacpm/poac/pull/723
- Comprehensively find format target directories by @ken-matsui in https://github.com/poacpm/poac/pull/724
- Support configuring cpplint with poac.toml by @ken-matsui in https://github.com/poacpm/poac/pull/725
- Replace supabase with api.poac.pm by @ken-matsui in https://github.com/poacpm/poac/pull/726
- Use cmake_dependent_option by @ken-matsui in https://github.com/poacpm/poac/pull/727
- Remove leading
$from shell commands. by @EriKWDev in https://github.com/poacpm/poac/pull/702
- @EriKWDev made their first contribution in https://github.com/poacpm/poac/pull/702
Full Changelog: https://github.com/poacpm/poac/compare/0.4.1...0.5.0
Notes
Files
poacpm/poac-0.5.0.zip
Files
(232.5 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:8e5558423b51689004b000ab703da3f4
|
232.5 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/poacpm/poac/tree/0.5.0 (URL)