1. 05 Jun, 2019 1 commit
    • Carlos O'Ryan's avatar
      Fix RPATH when CMAKE_INSTALL_LIBDIR != lib. · b10d490e
      Carlos O'Ryan authored
      In some platforms ${CMAKE_INSTALL_LIBDIR} expands to `lib64`. The libraries
      are correctly installed in that directory, but the RPATH is set to point to
      `$ORIGIN/../lib`, where it should be `$ORIGIN/../lib64`.
      b10d490e
  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. 13 Nov, 2017 1 commit
  4. 25 Jul, 2017 1 commit
  5. 24 Jul, 2017 1 commit
  6. 23 Jul, 2017 1 commit
  7. 11 Mar, 2017 1 commit
  8. 26 Jul, 2016 1 commit
    • Adnan's avatar
      fixed cmake config files install path · 154e278a
      Adnan authored
      Ruby: generated foo.proto -> foo_pb.rb instead of foo.rb.
      
      This brings us more into line with other langauges, and makes it more
      obvious when we are requiring protobuf generated code.
      
      Add a script to build protoc zip packages.
      
      [ci skip]
      
      Change-Id: Ia0e0bf3bb6bd24633dc8f294318bb20ac837f8b9
      
      Ruby: translate package names from snake_case -> PascalCase.
      
      Added unit test for PascalCasing package names in Ruby.
      
      Added new file to ruby_EXTRA_DIST.
      154e278a
  9. 06 Jun, 2016 1 commit
  10. 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
  11. 27 May, 2016 1 commit
  12. 21 May, 2016 2 commits
  13. 19 May, 2016 1 commit
  14. 23 Aug, 2015 1 commit
  15. 04 Aug, 2015 1 commit
  16. 03 Aug, 2015 1 commit
  17. 02 Aug, 2015 1 commit
  18. 31 Jul, 2015 1 commit