1. 14 Aug, 2024 1 commit
  2. 13 Aug, 2024 2 commits
  3. 12 Aug, 2024 1 commit
  4. 08 Aug, 2024 1 commit
  5. 07 Aug, 2024 2 commits
  6. 06 Aug, 2024 4 commits
  7. 05 Aug, 2024 2 commits
  8. 01 Aug, 2024 2 commits
  9. 30 Jul, 2024 3 commits
  10. 29 Jul, 2024 2 commits
  11. 26 Jul, 2024 2 commits
  12. 25 Jul, 2024 5 commits
  13. 24 Jul, 2024 1 commit
  14. 23 Jul, 2024 1 commit
  15. 22 Jul, 2024 2 commits
  16. 18 Jul, 2024 4 commits
  17. 15 Jul, 2024 3 commits
  18. 14 Jul, 2024 1 commit
  19. 11 Jul, 2024 1 commit
    • PR #1709: Handle RPATH CMake configuration · cd75cb4a
      Imported from GitHub PR https://github.com/abseil/abseil-cpp/pull/1709
      
      When depending on a compiled abseil code, abseil libraries cannot find each other even if they are all located in the same directory.
      
      One fix is to edit the LD_LIBRARY_PATH, but it is not always that simple in a development environment.
      
      Another way is to add the current location into the RPATH so all libraries can find each other. CMake provides simple command to control this at project scale.
      Merge caa92e67426784b1537009a24abeaeccba1ca8d4 into cd7f66ca
      
      Merging this change closes #1709
      
      COPYBARA_INTEGRATE_REVIEW=https://github.com/abseil/abseil-cpp/pull/1709 from Geode-solutions:master caa92e67426784b1537009a24abeaeccba1ca8d4
      PiperOrigin-RevId: 651476097
      Change-Id: Ib3f214ac17adabefedfb562127f2b1de413ce437
      Arnaud Botella committed