-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathCHANGES
36 lines (31 loc) · 1.16 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Revision history for Effcee
v2023.0-dev 2020-06-16
- Add dependency on Abseil
- Set up Kokoro bots
- Remove Travis and Appveyor bot support
- Avoid hardcoding an exact C++11 requirement at project level.
- Avoid subtracting iterators from different string views
v2019.1 2020-06-16
- Build/CI/release updates
- GitHub repo: switch to 'main' branch, instead of 'master'
- Respect CMAKE_INSTALL_LIBDIR in installed Cmake files
- Travis-CI: On macOS run brew update first
- Fixes:
- protect make_unique with namespace
v2019.0 2019-09-18
- Add optional tool effcee-fuzz to help run fuzzer cases.
- Build updates
- Add Bazel build rules
- Add Clang warning -Wextra-semi
- Require Python3
- Fix MinGW cross-compile
- Fix tests to work with latest googletest
- Fixes:
- Fail parsing checks when regular expressions are invalid.
- #23: Avoid StringPiece::as_string to enhance portability.
v2018.1 2018-10-05
- Require CMake 3.1 or later
- Require C++11
- Travis-CI testing uses stock clang, instead of clang-3.6 (which is old by now)
v2018.0 2018-10-05
- Mature enough for production use by third party projects such as DXC and SPIRV-Tools.