| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'GNUInstallDirs-special-prefixes' | Brad King | 2015-06-19 | 1 | -3/+70 |
|\ |
|
| * | GNUInstallDirs: Add special cases for certain prefixes | Alex Turbov | 2015-06-18 | 1 | -3/+70 |
|
|
* | | Merge topic 'ConcurrentFortran-compiler-id' | Brad King | 2015-06-19 | 6 | -6/+40 |
|\ \ |
|
| * | | Add support for Concurrent Fortran 77 Compiler | Brad King | 2015-06-18 | 3 | -1/+10 |
|
|
| * | | CMakeDetermineCompilerId: Try matching compiler output to detect id | Brad King | 2015-06-18 | 1 | -0/+19 |
|
|
| * | | CMakeDetermineCompilerId: Refactor id build/check loop logic | Brad King | 2015-06-18 | 1 | -5/+6 |
|
|
| * | | CMakeDetermineCompilerId: Optionally try some flags before no flags | Brad King | 2015-06-18 | 4 | -1/+6 |
|
|
* | | | Embarcadero: Run at most one linker invocation at a time (#15620) | James Johnston | 2015-06-18 | 1 | -0/+6 |
|/ / |
|
* | | Merge topic 'linux-GNU-Fortran-no-rdynamic' | Brad King | 2015-06-18 | 1 | -0/+1 |
|\ \ |
|
| * | | GNU: Drop -rdynamic flag from Fortran | Brad King | 2015-06-16 | 1 | -0/+1 |
|
|
* | | | Merge topic 'GNUInstallDirs-doc-format' | Brad King | 2015-06-18 | 1 | -27/+32 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | GNUInstallDirs: Improve documentation formatting | Brad King | 2015-06-16 | 1 | -27/+32 |
|
|
* | | FindCUDA: Resolve a host compiler symlink only if it is Apple cc -> clang | Bill Hoffman | 2015-06-15 | 1 | -9/+23 |
|/ |
|
* | FindBISON: Add DEFINES_FILE option to pass --defines=FILE | Eon Jeong | 2015-06-09 | 1 | -8/+26 |
|
|
* | FindBISON: Use CMAKE_PARSE_ARGUMENTS to parse arguments | Eon Jeong | 2015-06-09 | 1 | -18/+23 |
|
|
* | FindBISON: Use BISON_TARGET macro argument names internally | Eon Jeong | 2015-06-09 | 1 | -5/+5 |
|
|
* | FindBISON: Improve documentation formatting | Brad King | 2015-06-09 | 1 | -33/+43 |
|
|
* | Merge topic 'revert-mingw-no-find_library-dll' | Brad King | 2015-06-09 | 1 | -1/+1 |
|\ |
|
| * | Windows-GNU: Restore find_library treatment of '.dll' as linkable (#15409) | Brad King | 2015-06-08 | 1 | -1/+1 |
|
|
* | | Merge topic 'FindwxWidgets-versioned-executable' | Brad King | 2015-06-09 | 1 | -1/+2 |
|\ \ |
|
| * | | FindwxWidgets: Fix find_program call for versioned names | Brad King | 2015-06-08 | 1 | -1/+2 |
|
|
* | | | Merge topic 'ExternalProject_init_selected_submodules' | Brad King | 2015-06-08 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | ExternalProject: Initialize only selected git submodules (#15590) | Silvio Traversaro | 2015-06-02 | 1 | -1/+1 |
|
|
* | | | CPackDeb: Check dpkg-shlibdeps --ignore-missing-info flag | Brad King | 2015-06-03 | 1 | -3/+6 |
|
|
* | | | CPackDeb: Check dpkg-shlibdeps version more robustly | Brad King | 2015-06-03 | 1 | -4/+5 |
|/ / |
|
* | | Merge topic 'FindPostgreSQL-updates' | Brad King | 2015-06-02 | 1 | -19/+25 |
|\ \ |
|
| * | | FindPostgreSQL: Search some more common packaging locations | Tamar Kranenburg | 2015-06-01 | 1 | -9/+17 |
|
|
| * | | FindPostgreSQL: Add help text for PostgreSQL_LIBRARY cache entry | Tamar Kranenburg | 2015-06-01 | 1 | -0/+2 |
|
|
| * | | FindPostgreSQL: Document PostgreSQL_LIBRARY_DIRS result variable | Tamar Kranenburg | 2015-06-01 | 1 | -0/+1 |
|
|
| * | | FindPostgreSQL: Search for versions 9.2, 9.3, and 9.4 | Tamar Kranenburg | 2015-06-01 | 1 | -2/+2 |
|
|
| * | | FindPostgreSQL: Remove extra whitespace after command open parens | Tamar Kranenburg | 2015-06-01 | 1 | -3/+3 |
|
|
| * | | FindPostgreSQL: Remove unused lines | Tamar Kranenburg | 2015-06-01 | 1 | -5/+0 |
|
|
* | | | Merge topic 'FindBoost-per-config-libraries' | Brad King | 2015-06-02 | 1 | -0/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | FindBoost: Fix Boost_LIBRARY_DIR_{RELEASE,DEBUG} cache entry configuration | Brad King | 2015-06-01 | 1 | -0/+2 |
|
|
* | | | Merge topic 'FindPkgConfig_fix_extra_path' | Brad King | 2015-06-01 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | FindPkgConfig: Fix extra paths for CMAKE_{FRAMEWORK,APPBUNDLE}_PATH vars | Daniele E. Domenichelli | 2015-05-29 | 1 | -1/+1 |
|
|
* | | | | FindMatlab: fix reconfiguration of Matlab_ROOT_DIR | Raffi Enficiaud | 2015-06-01 | 1 | -2/+3 |
|
|
* | | | | FindMatlab: fix header visibility of the generated mex files | Raffi Enficiaud | 2015-06-01 | 1 | -1/+1 |
|
|
* | | | | FindMatlab: Drop incorrect usage option from test helper script | Raffi Enficiaud | 2015-06-01 | 1 | -1/+0 |
|/ / / |
|
* | | | Intel: Disable Fortran optimizations for Debug config on Windows (#15583) | Brad King | 2015-05-26 | 1 | -1/+1 |
|
|
* | | | ExternalData: Add option to disable use of symlinks | Brad King | 2015-05-22 | 2 | -1/+9 |
|
|
* | | | Merge topic 'ExternalProject_FixLog' | Brad King | 2015-05-21 | 1 | -2/+4 |
|\ \ \ |
|
| * | | | ExternalProject: Fix log when the first arg of commands is "COMMAND" (#15567) | Daniele E. Domenichelli | 2015-05-20 | 1 | -2/+4 |
|
|
* | | | | Merge topic 'cleanup-module-policies' | Brad King | 2015-05-21 | 2 | -3/+1 |
|\ \ \ \ |
|
| * | | | | FortranCInterface: Do not use cmake_policy(VERSION) | Brad King | 2015-05-19 | 1 | -2/+1 |
|
|
| * | | | | CheckTypeSize: Do not use cmake_policy(VERSION) | Brad King | 2015-05-19 | 1 | -1/+0 |
|
|
* | | | | | Merge topic 'CheckTypeSyze-CMP0054' | Brad King | 2015-05-21 | 1 | -4/+5 |
|\ \ \ \ \
| |/ / / /
| | / / /
| |/ / /
|/| | | |
|
| * | | | CheckTypeSize: Avoid if() auto-dereferene in quoted arguments (#15571) | Rolf Eike Beer | 2015-05-19 | 1 | -4/+5 |
|
|
* | | | | Merge topic 'cpack-ifw-updates' | Brad King | 2015-05-18 | 1 | -9/+106 |
|\ \ \ \ |
|
| * | | | | CPackIFW: Add QtIFW 2.0 support | Konstantin Podsvirov | 2015-05-15 | 1 | -9/+106 |
|
|