1. 22 May, 2018 1 commit
    • Mizux's avatar
      CMake OSX rpath management (#4620) · 7306f549
      Mizux authored
      * CMake: Add comment for CMP0048
      
      * CMake: osx use @rpath/ as target's install name (CMP0042)
      
      On MacoS library should use @rpath/ as prefix path instead of absolute build path
      e.g. otool -L libprotobuf.dylib
      libprotobuf.dylib:
        @rpath/libprotobuf.dylib (...)
        ...
      
      * CMake: add rpath to target for LINUX and APPLE
      7306f549
  2. 02 May, 2018 1 commit
  3. 27 Apr, 2018 1 commit
  4. 24 Apr, 2018 1 commit
  5. 04 Apr, 2018 1 commit
  6. 01 Feb, 2018 2 commits
  7. 13 Nov, 2017 1 commit
  8. 21 Oct, 2017 1 commit
  9. 06 Oct, 2017 1 commit
    • Tim Ebringer's avatar
      Suppress VS2017 compiler/linker warnings · 2a728404
      Tim Ebringer authored
      VS2017 warns about a few additional things, for example, files that
      define no symbols (which is typically the result of a platform specific
      ifdef not applying on Windows).
      
      Suppress these warnings so the build is clean on VS2017.
      2a728404
  10. 18 Feb, 2017 1 commit
  11. 02 Sep, 2016 1 commit
  12. 01 Sep, 2016 1 commit
  13. 02 Aug, 2016 1 commit
  14. 10 Jun, 2016 1 commit
  15. 06 Jun, 2016 1 commit
  16. 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
  17. 01 Jun, 2016 1 commit
  18. 27 May, 2016 1 commit
  19. 01 Apr, 2016 1 commit
  20. 07 Dec, 2015 1 commit
  21. 14 Oct, 2015 1 commit
  22. 17 Sep, 2015 1 commit
  23. 15 Sep, 2015 3 commits
  24. 01 Sep, 2015 2 commits
  25. 31 Aug, 2015 2 commits
  26. 12 Aug, 2015 1 commit
  27. 09 Aug, 2015 1 commit
  28. 31 Jul, 2015 2 commits
  29. 17 Jun, 2015 1 commit
    • Jisi Liu's avatar
      Make the code independent of config.h · 78d470c7
      Jisi Liu authored
      Now the Build tool needs to define -DHAVE_ZLIB and -DHAVE-PTHREAD rather
      than providing a config.h
      
      - Make pbconfig.h a manually written file to handle hash conditions
        according to platform related macros.
      - Remove #include "config.h" from source code.
      - Changed the configure.ac and Makefile.am to pass down the macros.
      - Change cmake to pass down the the macros.
      
      Change-Id: I537249d5df8fdeba189706aec436d1ab1104a4dc
      78d470c7
  30. 06 Jun, 2015 2 commits
  31. 04 Jun, 2015 1 commit
  32. 31 May, 2015 1 commit