Skip to content
Snippets Groups Projects
  1. Jul 16, 2018
    • Guilherme Amadio's avatar
      Use all-keyword style in target_link_libraries() · fe4ffa75
      Guilherme Amadio authored
      When using builtin_openssl=ON, CMake erroneously exports the builtin
      static libraries in ROOTConfig-targets.cmake, which causes problems with
      dependent projects. In order to avoid this, we need Net and RHTTP to use
      SSL as a private dependency. Since CMake requires target_link_libraries()
      to either be all-plain (as before) or all-keyword (required to allow
      PRIVATE linking), we need to move the build system to use all-keyword
      linking only.
      
      Fixes: ROOT-9532
      fe4ffa75
    • Bertrand Bellenot's avatar
      Fix potential issue with Unicode · c7e1cf4f
      Bertrand Bellenot authored
      Fix potential compilation error C2664: 'HANDLE CreateFileW(LPCWSTR,DWORD,DWORD,LPSECURITY_ATTRIBUTES,DWORD,DWORD,HANDLE)': cannot convert argument 1 from 'const char [8]' to 'LPCWSTR' with Unicode/MBCS, as reported here: https://github.com/root-project/cling/issues/186#issuecomment-404902026
      c7e1cf4f
  2. Jul 13, 2018
  3. Jul 12, 2018
  4. Jul 11, 2018
  5. Jul 10, 2018
  6. Jul 09, 2018
  7. Jul 07, 2018
  8. Jul 06, 2018
Loading