1. 01 Jun, 2018 1 commit
  2. 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
  3. 15 May, 2018 2 commits
  4. 14 May, 2018 2 commits
  5. 03 May, 2018 1 commit
  6. 02 May, 2018 1 commit
  7. 27 Apr, 2018 2 commits
  8. 25 Apr, 2018 1 commit
  9. 24 Apr, 2018 2 commits
  10. 04 Apr, 2018 1 commit
  11. 02 Apr, 2018 1 commit
  12. 29 Mar, 2018 1 commit
  13. 26 Mar, 2018 2 commits
  14. 22 Mar, 2018 1 commit
  15. 13 Mar, 2018 1 commit
  16. 02 Mar, 2018 1 commit
  17. 24 Feb, 2018 1 commit
  18. 21 Feb, 2018 1 commit
  19. 01 Feb, 2018 4 commits
  20. 19 Jan, 2018 1 commit
  21. 07 Dec, 2017 1 commit
  22. 01 Dec, 2017 1 commit
  23. 13 Nov, 2017 1 commit
  24. 08 Nov, 2017 1 commit
    • Jisi Liu's avatar
      Fix Atomic32/AtomicWord on some platforms. · 181e284b
      Jisi Liu authored
      - Removed the redefination in the atomicword_compat.h. Now Atomic32 will
      alwyas be intptr_t in 32bit platforms, the bridge is no longer needed.
      - Change NaCl 64bit to use intptr_t instead of int32 for Atomic32,
      otherwise AtmoicWord APIs will miss the definations.
      
      After this change, the AtmoicWord will always be either Atomic32 or
      Atmoic64 depending on the platforms.
      181e284b
  25. 21 Oct, 2017 1 commit
  26. 18 Oct, 2017 1 commit
  27. 13 Oct, 2017 1 commit
    • Boris Broenner's avatar
      fixes issue #3750 · be13314b
      Boris Broenner authored
      In protobuf-module.cmake: in addition to checking for release or debug
      variants of protoc's location we should also check the configuration "noconfig".
      be13314b
  28. 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
  29. 29 Sep, 2017 1 commit
  30. 25 Sep, 2017 1 commit
  31. 22 Sep, 2017 1 commit
  32. 14 Sep, 2017 1 commit