Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ExternalProject: only append `COMMAND` if actually adding a command | Ben Boeckel | 2017-02-27 | 1 | -3/+2 |
* | Merge topic 'ExternalProject-checkout-clarify' | Brad King | 2017-02-27 | 1 | -1/+1 |
|\ | |||||
| * | ExternalProject: Run `git checkout` with `--` to clarify arguments | Brad King | 2017-02-24 | 1 | -1/+1 |
* | | Merge topic 'GetPrerequisites-find_item_basename' | Brad King | 2017-02-24 | 1 | -0/+5 |
|\ \ | |||||
| * | | GetPrerequisites: also try to resolve just the basename | Michael Maltese | 2017-02-22 | 1 | -0/+5 |
* | | | Merge topic 'find_openmp_clang_patch' | Brad King | 2017-02-24 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | FindOpenMP: Add iomp5 variant of Clang OpenMP flags | Lucas Czech | 2017-02-23 | 1 | -0/+1 |
* | | | | Merge topic 'autogen_depends' | Brad King | 2017-02-24 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Autogen: Add AUTOMOC_DEPEND_FILTERS support | Sebastian Holtermann | 2017-02-22 | 1 | -0/+1 |
* | | | | Merge topic 'FindCUDA-fix-init' | Brad King | 2017-02-23 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | FindCUDA: Fix PTX selection with multiple architectures | Bjoern Thiel | 2017-02-22 | 1 | -0/+1 |
| | |/ | |/| | |||||
* | | | Merge topic 'autogen_json' | Brad King | 2017-02-22 | 1 | -15/+21 |
|\ \ \ | |||||
| * | | | Autogen: Overhaul and simplify AutogenInfo.cmake file generation | Sebastian Holtermann | 2017-02-21 | 1 | -6/+6 |
| * | | | Autogen: Sort AutogenInfo.cmake.in | Sebastian Holtermann | 2017-02-21 | 1 | -14/+20 |
* | | | | Merge topic 'ExternalProject-update-docs' | Brad King | 2017-02-22 | 1 | -2/+9 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | ExternalProject: Clarify documented role of `INSTALL_DIR` | Brad King | 2017-02-21 | 1 | -1/+4 |
| * | | | ExternalProject: Clarify documented role of `INSTALL_COMMAND` | Wilfried Goesgens | 2017-02-21 | 1 | -1/+5 |
| | |/ | |/| | |||||
* | | | Merge topic 'cmake-host-system-name' | Brad King | 2017-02-21 | 1 | -6/+4 |
|\ \ \ | |||||
| * | | | Use looked up uname path for command execution | Gregor Jasny | 2017-02-19 | 1 | -4/+4 |
| * | | | Make CMAKE_HOST_SYSTEM_NAME available in scripting context | Gregor Jasny | 2017-02-19 | 1 | -2/+0 |
| | |/ | |/| | |||||
* | | | Merge topic 'FindGTK2-old-sigc++' | Brad King | 2017-02-21 | 1 | -1/+4 |
|\ \ \ | |||||
| * | | | FindGTK2: handle old libsigc++ versions | Ben Boeckel | 2017-02-20 | 1 | -1/+4 |
* | | | | Merge topic 'productbuild_component_plist' | Brad King | 2017-02-20 | 1 | -2/+9 |
|\ \ \ \ | |||||
| * | | | | CPack: Add option to specify --component-plist for productbuild | Tim Hutt | 2017-02-17 | 1 | -2/+9 |
* | | | | | Merge topic 'productbuild_resources' | Brad King | 2017-02-20 | 1 | -0/+8 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | CPack: Add support for CPACK_PRODUCTBULID_RESOURCES_DIR | Tim Hutt | 2017-02-17 | 1 | -0/+8 |
| |/ / / | |||||
* | | | | Merge topic 'FindHDF5-fix-header-langs' | Brad King | 2017-02-17 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | FindHDF5: Fix search for language-specific header file | Brad King | 2017-02-17 | 1 | -2/+2 |
* | | | | | Merge topic 'FindHDF5-include-dir-advanced' | Brad King | 2017-02-17 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | FindHDF5: Restore HDF5_<LANG>_INCLUDE_DIR advanced cache entry mark | Brad King | 2017-02-17 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
* | | | | Merge topic 'FindOpenSSL-crypto-name' | Brad King | 2017-02-17 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | FindOpenSSL: Add another name for libcrypto with MSVC | Kevin Whitaker | 2017-02-16 | 1 | -0/+1 |
* | | | | | Merge topic 'TestBigEndian-cxx-only' | Brad King | 2017-02-16 | 1 | -7/+19 |
|\ \ \ \ \ | |||||
| * | | | | | TestBigEndian: Fix to work with CXX without C | Uwe Koloska | 2017-02-15 | 1 | -7/+19 |
| |/ / / / | |||||
* | | | | | Merge topic 'cuda-msvc-flags' | Brad King | 2017-02-16 | 2 | -11/+12 |
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | |||||
| * | | | CUDA: Fix default compiler flags on Windows | Brad King | 2017-02-15 | 2 | -11/+12 |
| * | | | Merge branch 'cuda-no-Os' into release | Brad King | 2017-02-14 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'cuda-with-c' into release | Brad King | 2017-02-14 | 2 | -0/+8 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'backport-clang-format-cuda' into release | Brad King | 2017-02-14 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'cmake_provide_include_dir_for_toolkit' into release | Brad King | 2017-02-13 | 2 | -4/+32 |
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge topic 'cuda-drop-comment' | Brad King | 2017-02-15 | 1 | -7/+0 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | CMakeDetermineCUDACompiler: Drop out-of-date comment | Brad King | 2017-02-14 | 1 | -7/+0 |
* | | | | | | | | Merge topic 'cuda-with-c' | Brad King | 2017-02-15 | 2 | -0/+8 |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | |||||
| * | | | | | | | CUDA: Link to standard system libraries when linking as CUDA | Brad King | 2017-02-14 | 2 | -0/+8 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'cuda-no-Os' | Brad King | 2017-02-15 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | / / | | |_|_|/ / | |/| | | | | |||||
| * | | | | | CUDA: Do not use non-existent -Os flag for nvcc | Brad King | 2017-02-14 | 1 | -1/+1 |
| | |/ / / | |/| | | | |||||
| * | | | | Merge branch 'sphinx-1.4' into release | Brad King | 2017-02-10 | 1 | -3/+3 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'backport-clang-format-cuda' into clang-format-cuda | Brad King | 2017-02-14 | 1 | -1/+1 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | Modules: Run clang-format on CUDA code | Brad King | 2017-02-14 | 1 | -1/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge topic 'cmake_provide_include_dir_for_toolkit' | Brad King | 2017-02-14 | 2 | -4/+32 |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | |