1. 24 Jul, 2019 2 commits
  2. 17 Jul, 2019 1 commit
  3. 09 Jul, 2019 1 commit
  4. 03 Jul, 2019 1 commit
  5. 26 Jun, 2019 1 commit
  6. 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
  7. 03 May, 2019 1 commit
  8. 09 Apr, 2019 1 commit
  9. 06 Apr, 2019 1 commit
  10. 05 Apr, 2019 1 commit
  11. 01 Apr, 2019 1 commit
  12. 21 Mar, 2019 1 commit
  13. 20 Mar, 2019 2 commits
  14. 22 Feb, 2019 1 commit
  15. 21 Feb, 2019 1 commit
  16. 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
  17. 31 Jan, 2019 1 commit
  18. 08 Jan, 2019 1 commit
  19. 20 Dec, 2018 1 commit
  20. 15 Dec, 2018 1 commit
  21. 10 Dec, 2018 2 commits
  22. 05 Dec, 2018 1 commit
  23. 16 Nov, 2018 1 commit
  24. 09 Nov, 2018 1 commit
  25. 28 Sep, 2018 1 commit
  26. 02 Sep, 2018 1 commit
  27. 24 Aug, 2018 1 commit
  28. 22 Aug, 2018 1 commit
  29. 15 Aug, 2018 1 commit
  30. 13 Aug, 2018 1 commit
  31. 09 Aug, 2018 1 commit
  32. 31 Jul, 2018 1 commit
  33. 20 Jul, 2018 1 commit
  34. 17 Jul, 2018 1 commit
  35. 10 Jul, 2018 1 commit
    • Markus Heß's avatar
      protobuf_generate(): add relative path to output dir · 93f6b67e
      Markus Heß authored
      Without this fix, protobuf_generate() sets the variable _generated_srcs to
      ${protobuf_generate_PROTOC_OUT_DIR}/${_rel_dir}/${_basename}${_ext}
      but generates the files in
      ${protobuf_generate_PROTOC_OUT_DIR}/${_basename}${_ext}
      93f6b67e
  36. 25 Jun, 2018 1 commit
  37. 01 Jun, 2018 1 commit