Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'ExternalProject-retry' | Brad King | 2014-09-22 | 1 | -6/+0 |
|\ | |||||
| * | ExternalProject: Fix download retry logic | Ruslan Baratov | 2014-09-15 | 1 | -6/+0 |
* | | Merge topic 'vs-generator-platform' | Brad King | 2014-09-15 | 1 | -2/+2 |
|\ \ | |||||
| * | | ExternalProject: Use -A option to pass generator platform | Brad King | 2014-09-15 | 1 | -2/+2 |
* | | | Merge topic 'if-sanity' | Brad King | 2014-09-15 | 6 | -6/+6 |
|\ \ \ | |_|/ |/| | | |||||
| * | | FPHSA: Avoid if() dereferencing of quoted variable | Brad King | 2014-09-11 | 1 | -1/+1 |
| * | | FindGTK2: Avoid depending on if() to dereference a quoted variable | Brad King | 2014-09-11 | 1 | -1/+1 |
| * | | Modules/Test*.cmake: Use if(DEFINED) to simplify conditions | Brad King | 2014-09-11 | 4 | -4/+4 |
* | | | Merge topic 'doc-check-results-cached' | Brad King | 2014-09-11 | 16 | -1/+18 |
|\ \ \ | |||||
| * | | | Help: Document that the CHECK_* macros create cache variables | Sebastian Leske | 2014-09-11 | 16 | -1/+18 |
* | | | | Merge topic 'fix-gnu-hurd-host-detection' | Brad King | 2014-09-11 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Fix CMAKE_HOST_SYSTEM_PROCESSOR detection on GNU/Hurd (#15147) | Felix Geyer | 2014-09-10 | 1 | -1/+1 |
* | | | | Merge topic 'vs-generator-platform' | Brad King | 2014-09-10 | 1 | -0/+11 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | ExternalProject: Propagate the generator platform | Brad King | 2014-09-05 | 1 | -0/+11 |
| | |/ | |/| | |||||
* | | | Merge topic 'FindIce-updates' | Brad King | 2014-09-10 | 1 | -18/+15 |
|\ \ \ | |_|/ |/| | | |||||
| * | | FindIce: Respect Ice_FIND_QUIETLY when printing messages | Roger Leigh | 2014-09-09 | 1 | -12/+16 |
| * | | FindIce: Remove unneeded search path modification | Roger Leigh | 2014-09-09 | 1 | -7/+0 |
* | | | Merge topic 'use-consistent-regex-for-info-strings' | Brad King | 2014-09-09 | 3 | -3/+3 |
|\ \ \ | |||||
| * | | | Use a more reliable regex for extracting binary INFO strings | Chuck Atkins | 2014-09-03 | 3 | -3/+3 |
* | | | | Merge topic 'ExternalProject-download-loop' | Brad King | 2014-09-09 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | ExternalProject: Avoid infinite loop on file download hash mismatch | Alan W. Irwin | 2014-09-08 | 1 | -0/+1 |
* | | | | | Merge topic 'fix-clang-cross-compile-find-binutils' | Brad King | 2014-09-08 | 2 | -2/+6 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Fix finding binutils when cross-compiling with Clang | Brad King | 2014-09-05 | 2 | -2/+6 |
* | | | | | Merge topic 'fix-gtk2-missing-optional-includes' | Brad King | 2014-09-04 | 1 | -1/+5 |
|\ \ \ \ \ | |||||
| * | | | | | FindGTK2: Fix missing optional include dirs. | Chuck Atkins | 2014-09-04 | 1 | -1/+5 |
* | | | | | | Merge topic 'InstallRequiredSystemLibraries-vs-openmp' | Brad King | 2014-09-04 | 1 | -0/+36 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | InstallRequiredSystemLibraries: Install OpenMP runtime libs (#15117) | Gregory Sharp | 2014-09-02 | 1 | -0/+36 |
| |/ / / / | |||||
* | | | | | Merge topic 'fix-findpostgres-for-multilib' | Brad King | 2014-09-02 | 1 | -6/+16 |
|\ \ \ \ \ | |||||
| * | | | | | FindPostgreSQL: Fix for pg_config in multilib configurations. | Chuck Atkins | 2014-09-02 | 1 | -6/+16 |
| |/ / / / | |||||
* | | | | | Merge topic 'asm-user-override-files' | Brad King | 2014-09-02 | 1 | -0/+18 |
|\ \ \ \ \ | |||||
| * | | | | | Load CMAKE_USER_MAKE_RULES_OVERRIDE[_ASM] for assembler (#15108) | Mikhail Nikonov | 2014-08-27 | 1 | -0/+18 |
* | | | | | | Merge topic 'vs-windows-apps' | Brad King | 2014-09-02 | 2 | -5/+8 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | MSVC: Define 'WIN32' for Windows Store and Windows Phone | Gilles Khouzam | 2014-09-02 | 1 | -0/+1 |
| * | | | | | CMakeDetermineCompilerABI: Link with standard libraries on MSVC | Brad King | 2014-08-21 | 1 | -5/+7 |
* | | | | | | Merge topic 'wxWidgets-cflags' | Brad King | 2014-08-27 | 1 | -2/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | UsewxWidgets: CFLAGS are expected to be a string here, not a list. | Richard M. Shaw | 2014-08-22 | 1 | -2/+5 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | FindwxWidgets: Improve path detection logic when cross-compiling. | Richard M. Shaw | 2014-08-22 | 1 | -4/+3 |
|/ / / / / | |||||
* | | | | | Merge topic 'vs-masm' | Brad King | 2014-08-22 | 2 | -2/+3 |
|\ \ \ \ \ | |||||
| * | | | | | ASM_MASM: Fix selection of ml64 | Brad King | 2014-08-13 | 1 | -1/+2 |
| * | | | | | ASM_MASM: Add preprocessor definitions to compile lines | Brad King | 2014-08-13 | 1 | -1/+1 |
* | | | | | | Merge topic 'FindXerces' | Brad King | 2014-08-22 | 1 | -0/+85 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | FindXerces: New module to find Apache Xerces-C++ | Roger Leigh | 2014-08-21 | 1 | -0/+85 |
* | | | | | | FindIce: New module to find ZeroC Ice | Roger Leigh | 2014-08-21 | 1 | -0/+396 |
|/ / / / / | |||||
* | | | | | Merge topic 'check-flag-for-intel' | Brad King | 2014-08-20 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Check*CompilerFlag: Add another pattern for Intel (#15096) | Roland Schulz | 2014-08-19 | 1 | -0/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'FindOpenMP-add-Fortran-support' | Brad King | 2014-08-19 | 1 | -0/+47 |
|\ \ \ \ \ | |||||
| * | | | | | FindOpenMP: Add support for Fortran (#14656) | Nicolas Bock | 2014-08-18 | 1 | -0/+47 |
* | | | | | | Merge topic 'fix-check-module-DEFINED-tests' | Brad King | 2014-08-19 | 3 | -3/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Check*: Add compatibility hack for old VXL code | Brad King | 2014-08-18 | 3 | -3/+3 |
* | | | | | | | Merge topic 'ExternalProject-doc-SVN_REVISION-format' | Brad King | 2014-08-19 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | |