Skip to content
Snippets Groups Projects
  1. Jul 07, 2023
  2. Jun 30, 2023
  3. Jun 12, 2023
  4. Jun 10, 2023
  5. Jun 09, 2023
  6. Jun 08, 2023
  7. Jun 06, 2023
  8. Jun 05, 2023
  9. Jun 01, 2023
    • Karl Wette's avatar
      Per-library fallback LAL data path for XLALFileResolvePathLong() · dbc8c4f4
      Karl Wette authored
      - XLALFileResolvePathLong() replaces 'fallbackdir' with 'fallbackpath'
        - May contain either absolute or relative (to liblalsupport.so) paths
      - LALSUITE_WITH_FALLBACK_DATA_PATH (replaces LAL_WITH_DATA_PATH)
        defines LAL_FALLBACK_DATA_PATH to fallback LAL data path
        - Defaults to $(pkgdatadir), same as for 'fallbackdir' argument
      - New macro XLAL_FILE_RESOLVE_PATH() passes LAL_FALLBACK_DATA_PATH to
        XLALFileResolvePathLong(), so each library gets its own fallback path
        - Not designed to be used outside of LALSuite; libraries implement their
          own functions (e.g. XLALReadEphemerisFile(), XLALSimReadDataFileOpen()
          which call XLAL_FILE_RESOLVE_PATH() internally
      - Non-inline XLALFileResolvePath() and XLALPulsarFileResolvePath() wrappers
        kept to avoid breaking ABI
      - .gitlab-ci.yml: add finding data files test to lalpulsar_longtests
      
      [ci full]
      dbc8c4f4
  10. May 25, 2023
  11. May 23, 2023
  12. May 22, 2023
  13. May 21, 2023
  14. May 20, 2023
  15. May 18, 2023
Loading