CHANGES 1.2 KB

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