Releases: cwahn/efp
Releases · cwahn/efp
v0.1.1-beta
- Add initializer list constructors for
Vcb
andVcc
.- Now
Vcb
could be initialized with initial values.
- Now
Full Changelog: v0.1.0...v0.1.1-beta
v0.1.0
v0.1.0-rc.6
- Enable branch sanity check for
efp::Enum
pattern matching
Full Changelog: v0.1.0-rc.5...v0.1.0-rc.6
v0.1.0-rc.5
Remove support for the deprecated extended constructor of Enum
Full Changelog: v0.1.0-rc.4...v0.1.0-rc.5
v0.1.0-rc.4
- Apply a pedantic level of warning and address sanitizer for the test.
- Minor fixes for some edge cases.
- Amend Readme
Full Changelog: v0.1.0-rc.3...v0.1.0-rc.4
v0.1.0-rc.3
Full Changelog: v0.1.0-rc.2...v0.1.0-rc.3
v0.1.0-rc.2
Full Changelog: v0.1.0-rc...v0.1.0-rc.2
v0.1.0-rc
- Remove redundant static asserts checking in, vocab in advance, and replace the reporting function with messages and the default implementation of trait requirements. this way friendly error messages could be served without a significant impact on compile time.
- Explicit sanity, check for pattern matching of
efp::Enum
it also removed. For C++ >= 14, non-exhaustive matching pattern generate a friendly error message. - Rust-like style concurrency, primitives are implemented.
- Tested over C++ 11, 14, 17, 20, 23 with GCC 13, Clang 15
Full Changelog: v0.1.0-beta.2...v0.1.0-rc
v0.1.0-beta.2
v0.1.0-beta.1
What's Changed
Full Changelog: 0.1.0-beta...v0.1.0-beta.1
What's Changed
- CRTP Sequence Type by @cwahn in #1
- fix: Make compilable on Ubuntu with g++ by @paleahn in #2
- build: Support MSVC by @cwahn in #5
- build: Fix build with MSVC by @paleahn in #7
- fix: Correct vector length_ by @paleahn in #8
- feat: Implement Tuple type by @cwahn in #6
- build: Follow the version of cmake by @paleahn in #9
- feat: Implement bool operator for maybe type by @paleahn in #13
- C/M elision by @paleahn in #12
- Dev/string by @cwahn in #14
- Dev/sort by @cwahn in #15
- Refactor/cpp core by @cwahn in #16
- Refactor/cpp core by @cwahn in #17
- Refactor/sequence view by @cwahn in #18
- Dev/trait by @cwahn in #19
- feat: Implement Maybe map with test by @cwahn in #20
- Dev/freestanding by @cwahn in #23
- Feat/basic string by @cwahn in #24
- Dev/allocator by @cwahn in #25
- Dev/string trait by @cwahn in #26
- Import better support on BasicString and BasicStringView to dev/fmt by @cwahn in #27
- Dev/fmt by @cwahn in #28
- 0.1.0-beta by @cwahn in #29
- Update README.md by @cwahn in #31
- Dev/efp ci issue 240219 by @cwahn in #33
Full Changelog: https://github.com/cwahn/efp/commits/v0.1.0-beta.1