Skip to content
Snippets Groups Projects
  1. May 03, 2017
    • Nat Goodspeed's avatar
      DRTVWR-418: Silence some Mac build warnings. · 614c75e1
      Nat Goodspeed authored
      Whatever we were trying to do with LLSharedLibs.cmake hasn't worked on the Mac
      for a long time, and trying to fix it only digs up more problems. Skip it:
      we've already worked around it.
      
      Update the media_plugins_example CMakeLists.txt to eliminate some CMake
      non-existent dependency warnings.
      614c75e1
  2. Nov 10, 2015
  3. Oct 13, 2014
  4. Mar 29, 2013
  5. Oct 11, 2011
  6. Apr 03, 2011
  7. Sep 21, 2010
  8. Jun 21, 2010
    • Nat Goodspeed's avatar
      Remove tab chars inherited with file... · edb999ab
      Nat Goodspeed authored
      edb999ab
    • Nat Goodspeed's avatar
      EXT-7926: fix broken LD_LIBRARY_PATH handling on Windows. · 4e538adc
      Nat Goodspeed authored
      Recent checkins introduced two different CMake macros SET_TEST_LIST (which
      returned a CMake list of PATH directory strings) and SET_TEST_PATH (which
      returned a single platform-appropriate PATH string). On Windows, whose
      path-separator character is ';', SET_TEST_PATH interacted badly with CMake: in
      CMake, a single string containing ';' characters is indistinguishable from a
      list of strings.
      Eliminate the return-single-string form, redirecting the name SET_TEST_PATH to
      the macro that returns a CMake list. Make LL_TEST_COMMAND expect a list value,
      prepending each directory string with run_build_test.py's -l switch.
      4e538adc
  9. Jun 18, 2010
    • Nat Goodspeed's avatar
      Centralize LD_LIBRARY_PATH logic with new SET_TEST_PATH macro. · 477fb26c
      Nat Goodspeed authored
      Add ${SHARED_LIB_STAGING_DIR_RELEASE} to LD_LIBRARY_PATH for executing tests:
      otherwise Debug-build tests can't find (e.g.) the aprutil DLL, for which we
      don't build/package a debug variant.
      Leverage discovery that a CMake macro can accept a target variable name
      argument for LL_TEST_COMMAND macro.
      477fb26c
  10. Nov 05, 2009
  11. Nov 02, 2009
Loading