1. 2910371 Merge remote-tracking branch 'aosp/upstream-master' into update-effcee by David Neto · 4 years, 8 months ago busytown-mac1010-release main master ndk-r24-release ndk-r25-release ndk-r26-release ndk-r27-release ndk-release-r22 ndk-release-r23 ndk-r22 ndk-r22-beta1 ndk-r23 ndk-r23-beta1 ndk-r23-beta2 ndk-r23-beta3 ndk-r23-beta4 ndk-r23-beta5 ndk-r23-beta6 ndk-r23b ndk-r23c ndk-r24 ndk-r24-beta1 ndk-r24-beta2 ndk-r24-rc1 ndk-r25 ndk-r25-beta1 ndk-r25-beta2 ndk-r25-beta3 ndk-r25-beta4 ndk-r25b ndk-r25c ndk-r26 ndk-r26-beta1 ndk-r26-rc1 ndk-r26b ndk-r26c ndk-r26d
  2. 6527fb2 Fail parsing checks if var def regexp is bad by David Neto · 4 years, 8 months ago
  3. 0eb6499 Fail parsing checks if the regexp is bad. by David Neto · 4 years, 8 months ago
  4. ecbc165 Add effcee-fuzz by David Neto · 4 years, 8 months ago
  5. 3842fdc Add Bazel build rules. by Diego Novillo · 4 years, 8 months ago
  6. 4bef5db Require Python 3 by David Neto · 4 years, 10 months ago
  7. 8bf4e0a Add Clang warning -Wextra-semi by David Neto · 4 years, 10 months ago
  8. b93cb2b Merge remote-tracking branch 'aosp/upstream-master' into up-shaderc2 by David Neto · 5 years ago ndk-release-r21 ndk-r21 ndk-r21-beta1 ndk-r21-beta2 ndk-r21-rc1 ndk-r21b ndk-r21c ndk-r21d ndk-r21e
  9. b83b58d Update tests to work with the latest googletest. by Steven Perron · 5 years ago
  10. 5ae6e4a Fix effcee-example MinGW cross-compile by David Neto · 5 years ago
  11. 325bc22 Initial empty repository by Inna Palant · 5 years ago ndk-release-r20 ndk-r20 ndk-r20-beta1 ndk-r20-beta2 ndk-r20-beta3 ndk-r20b
  12. 8f0a61d Update CHANGES by David Neto · 6 years ago
  13. b67f625 Avoid StringPiece::as_string by David Neto · 6 years ago
  14. 758aca7 Start Effcee v2018.2-dev by David Neto · 6 years ago
  15. d5dfdc2 Finalize v2018.1 by David Neto · 6 years ago
  16. af70a22 Update CHANGES by David Neto · 6 years ago
  17. 9f69723 Require C++11, and CMake 3.1 or later by David Neto · 6 years ago
  18. 5652c37 Travis-CI: Use stock clang instead of pinning to clang-3.6 by David Neto · 6 years ago
  19. 8bad23a Start v2018.1 development by David Neto · 6 years ago
  20. f9a59b2 Add CHANGES file by David Neto · 6 years ago
  21. 9d804c5 Update REMADE by David Neto · 6 years ago
  22. cbebd8d Update CONTRIBUTORS by David Neto · 6 years ago
  23. ee537bc Accommodate Python3 by David Neto · 6 years ago
  24. 04b6247 Removing unnecessary code. by Alan Baker · 6 years ago
  25. fc393eb Resolve negative checks correctly by Alan Baker · 6 years ago
  26. 2741bad Apply EXCLUDE_FROM_ALL to external projects by Lei Zhang · 6 years ago
  27. 51e7e5a Require VS 2015 or later by David Neto · 6 years ago
  28. 90466a4 Move ::testing::Combine workaround to top by David Neto · 6 years ago
  29. 847773f AppVeyor tests more VisualStudio configs by David Neto · 6 years ago
  30. a1f020f If tests enabled, define GTEST_HAS_COMBINE=1 by David Neto · 6 years ago
  31. 4a6edb2 Remove Check::Description method by David Neto · 7 years ago
  32. 0e92460 Add Appveyor config by David Neto · 7 years ago
  33. 872e223 Fix example-effcee exe file location by David Neto · 7 years ago
  34. 72be6db Fix typos in README.md by Lei Zhang · 7 years ago
  35. 28e42c9 Describe EFFCEE_BUILD_SAMPLES in README by David Neto · 7 years ago
  36. 424363b Avoid building samples if asked not to. by Ehsan · 7 years ago
  37. f0df72c Avoid unused var warning by David Neto · 7 years ago
  38. 61b08ed Add Travis status sigil to top of README by David Neto · 7 years ago
  39. eab9c07 Add a Travis-CI configuraiton by David Neto · 7 years ago
  40. 05fd6c8 Generalize third party support by David Neto · 7 years ago
  41. bfc1aae Document CMake vars for third party sources by David Neto · 7 years ago
  42. caccf52 Update TODO list in effcee.h by David Neto · 7 years ago
  43. 1e84eab Add EFFCEE_BUILD_TESTING to control making tests by David Neto · 7 years ago
  44. f338d1e Update tests for gcc failure to parse raw strings by David Neto · 7 years ago
  45. b6fcdac Update README by David Neto · 7 years ago
  46. df58d11 Test regex parentheses counting by David Neto · 7 years ago
  47. 6d5d7c6 Notes describe undefined variables by David Neto · 7 years ago
  48. 800bcca Test message notes generated for var-use matches by David Neto · 7 years ago
  49. 3b4e4d6 Check var def-after-use via DAG check by David Neto · 7 years ago
  50. 766bd82 Undefined variable never matches by David Neto · 7 years ago
  51. 42f2765 Support variables by David Neto · 7 years ago
  52. 584e2f3 Remove the concept of a part constraint by David Neto · 7 years ago
  53. c91f942 Support regexp by David Neto · 7 years ago
  54. ccda76d Add fixed string prefix match by David Neto · 7 years ago
  55. ec5ec1c Add Part::MakePart as a factory by David Neto · 7 years ago
  56. 33951d0 Say how to turn off RE2 testing entirely by David Neto · 7 years ago
  57. 870b9d1 Add syntax highlighting to code example by David Neto · 7 years ago
  58. 02d83fd Update blurb: Effcee has few dependencies by David Neto · 7 years ago
  59. 3695da5 Initial commit of Effcee by David Neto · 7 years ago