1. 19 Dec, 2016 1 commit
    • Adam Cozzette's avatar
      Fixed "make check" for cmake build · 98d89d42
      Adam Cozzette authored
      The check target did not depend on the test_plugin binary, so this would
      cause "make check" to fail at times because of the absence of
      test_plugin. This change adds a dependency on test_plugin so that it
      will always get built before the tests are executed.
      98d89d42
  2. 10 Oct, 2016 1 commit
  3. 06 Oct, 2016 2 commits
  4. 23 Sep, 2016 1 commit
  5. 22 Sep, 2016 1 commit
  6. 03 Jun, 2016 1 commit
    • Konstantin Podsvirov's avatar
      CMake project updates · 71556295
      Konstantin Podsvirov authored
      A series of improvements:
      
      - Improved Protobuf module compatibility (disabled by default);
      - Hide advanced settings;
      - Added build tree configuration;
      - Added build of examples.
      71556295
  7. 28 Apr, 2016 1 commit
  8. 29 Dec, 2015 1 commit
  9. 17 Sep, 2015 1 commit
  10. 16 Sep, 2015 1 commit
  11. 15 Sep, 2015 1 commit
  12. 26 Aug, 2015 1 commit
  13. 24 Aug, 2015 1 commit
  14. 21 Aug, 2015 1 commit
  15. 17 Jun, 2015 1 commit
  16. 16 Jun, 2015 1 commit
  17. 12 Jun, 2015 1 commit
    • Qartar's avatar
      Workaround for MSVC's string literal compiler limit. · 2fe6d7bc
      Qartar authored
      Escape characters don't count for string literal size, no need to pre-generate escape string.
      
      Added unit test to touch enormous cpp generated descriptor.
      
      Updated makefile to include enormous_descriptor.proto
      
      Fixed language compatibility error.
      2fe6d7bc
  18. 31 May, 2015 1 commit