Releases: intel/compile-time-init-build
Releases · intel/compile-time-init-build
v1.0.0
What's Changed
Other Changes
- add quality_checks_pass to gate pull request merge by @lukevalenty in #54
- 🐎 🎨 [cib/detail] Replace
type_pack_element
recursive … by @krzysztof-jusiak in #61 - fix cib::detail::name type string extraction algorithm by @lukevalenty in #66
- Bump lib/Catch2 from
ed6b38b
to997a7d4
by @dependabot in #91 - Bugfix/type string by @lukevalenty in #92
- implement indexed_tuple with different get method by @lukevalenty in #58
- Feature/init algorithm refactor by @lukevalenty in #62
New Contributors
- @krzysztof-jusiak made their first contribution in #61
Full Changelog: v0.2.2...v1.0.0
v0.2.2
What's Changed
Other Changes
- workaround bugs in clang and gcc to optimize compiled efficiency by @lukevalenty in #51
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
Other Changes
- add beginning of the user guide by @lukevalenty in #40
- Bump lib/Catch2 from
9934b7d
tob520257
by @dependabot in #41 - Bump lib/Catch2 from
b520257
to7b93a20
by @dependabot in #43 - Bump lib/Catch2 from
7b93a20
to17a04f8
by @dependabot in #44 - Bump lib/Catch2 from
17a04f8
tof526ff0
by @dependabot in #45 - Update USER_GUIDE.md by @lukevalenty in #42
- fix find_last_of when char isn't found by @lukevalenty in #49
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
Other Changes
- improved README.md by @lukevalenty in #32
- add dependabot.yaml by @lukevalenty in #34
- Bump lib/Catch2 from
797c3e7
to9934b7d
by @dependabot in #35 - Bump actions/github-script from 5 to 6 by @dependabot in #37
- Bump softprops/action-gh-release from 0.1.14 to 1 by @dependabot in #36
- 👋🏽 Add example on how to import and use cib in a project. by @lukevalenty in #39
New Contributors
- @dependabot made their first contribution in #35
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
Other Changes
- add clion cmake build directories to .gitignore by @lukevalenty in #7
- improve single header generation by @lukevalenty in #8
- 🧼🧽 Clean function signatures and doxygen by @lukevalenty in #19
- Feature/compiler warnings by @lukevalenty in #22
- 🏁🏎 Improve compilation performance by replacing std::tuple with custom types. by @lukevalenty in #23
- ✅ test single-header cib.hpp in addition to multi-header by @lukevalenty in #24
- 🍃 Reduce the number of unit test builds with single header by @lukevalenty in #25
- 👨🏾🤝👨🏽 Test both C++17 and C++20 builds by @lukevalenty in #26
- 🛠🚚 Moved cib::args from a cib::conditional arg to cib::config by @lukevalenty in #28
- Isolate performance_test github action by @lukevalenty in #29
Full Changelog: v0.0.11-prerelease...v0.1.0
v0.0.11-prerelease
What's Changed
Other Changes
- releases get created as drafts by @lukevalenty in #6
Full Changelog: v0.0.10-prerelease...v0.0.11-prerelease