Releases: zemasoft/wildcards
Releases · zemasoft/wildcards
v1.4.0
Wildcards
wildcards.hpp
- Improves tests.
- Improves examples.
- Improves CMake configuration.
- Improves and extends CI configurations.
- Improves documentation.
cx
cx.hpp
v1.3.0
Wildcards
wildcards.hpp
- Supports alternatives.
- Introduces
wildcards::match_result<>
.
- Improves C++14 implementation.
cx
cx.hpp
v1.2.0
Wildcards
wildcards.hpp
- Identifies alternatives and reports that they are not supported :-).
- Various little improvements.
cx
cx.hpp
v1.0.0
Wildcards
wildcards.hpp
- Tests and examples compilable under MSVC 2015, MSVC 2017 and DJGPP for GCC 7.2.0.
cx
cx.hpp
v0.2.0
Wildcards
wildcards.hpp
- Adds possibility to provide
wildcards::match()
with a function object for performing comparisons.
- Adds example 6 which manifests the new feature.
- Various little fixes.
cx
cx.hpp
- Adds
cbegin()
and cend()
where possible.