1. 20 Nov, 2019 1 commit
    • Rafi Kamal's avatar
      Revert "Make shared libraries be able to link to MSVC static runtime libraries,… · 01425cb2
      Rafi Kamal authored
      Revert "Make shared libraries be able to link to MSVC static runtime libraries, so that VC runtime is not required." (#6914)
      
      This reverts commit 129a7c87. We are
      seeing the following error when building Python release artifacts in Windows:
      " error LNK2038: mismatch detected for 'RuntimeLibrary': value
      'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in
      descriptor.obj".
      01425cb2
  2. 30 Oct, 2019 1 commit
  3. 27 Sep, 2019 1 commit
  4. 09 Jul, 2019 1 commit
  5. 03 Jul, 2019 1 commit
  6. 20 Mar, 2019 2 commits
  7. 02 Feb, 2019 1 commit
    • Paul Yang's avatar
      Add several fixes for python toolchain (#5667) · 5b4ac53c
      Paul Yang authored
      * Add several fixes for python toolchain
      
      * Fix versin regex
      
      * Make script exit on error
      
      * Fix version regex
      
      * Fix version regex
      
      * Fix version regex
      
      * Fix version regex
      
      * Make test run on the current commit
      
      * Fix test
      
      * Fix test
      
      * Use git to retrieve current commit
      
      * Fix tests
      
      * Fix tests
      
      * Also make linux and mac work on the current commit
      
      * Fix test
      5b4ac53c
  8. 24 Aug, 2018 1 commit
  9. 15 Aug, 2018 1 commit
  10. 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
  11. 02 May, 2018 1 commit
  12. 27 Apr, 2018 1 commit
  13. 24 Apr, 2018 1 commit
  14. 04 Apr, 2018 1 commit
  15. 01 Feb, 2018 2 commits
  16. 13 Nov, 2017 1 commit
  17. 21 Oct, 2017 1 commit
  18. 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
  19. 18 Feb, 2017 1 commit
  20. 02 Sep, 2016 1 commit
  21. 01 Sep, 2016 1 commit
  22. 02 Aug, 2016 1 commit
  23. 10 Jun, 2016 1 commit
  24. 06 Jun, 2016 1 commit
  25. 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
  26. 01 Jun, 2016 1 commit
  27. 27 May, 2016 1 commit
  28. 01 Apr, 2016 1 commit
  29. 07 Dec, 2015 1 commit
  30. 14 Oct, 2015 1 commit
  31. 17 Sep, 2015 1 commit
  32. 15 Sep, 2015 3 commits
  33. 01 Sep, 2015 2 commits
  34. 31 Aug, 2015 2 commits