Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Features: VS 2013 Update 3 supports initializer lists (#15494) | Brad King | 2015-04-06 | 1 | -6/+11 |
* | Merge topic 'gcov-module-coverage-exclude' | Brad King | 2015-04-06 | 1 | -1/+30 |
|\ | |||||
| * | CTestCoverageCollectGCOV: Support CTEST_CUSTOM_COVERAGE_EXCLUDE | Nils Gladitz | 2015-04-04 | 1 | -1/+30 |
* | | FindCUDA: Use the static CUDA runtime library if available (#15482) | James Bigler | 2015-04-03 | 1 | -4/+81 |
|/ | |||||
* | Merge topic 'cpack-rpm-basic-symlink-handling' | Brad King | 2015-03-31 | 1 | -21/+341 |
|\ | |||||
| * | CPackRPM: Add basic symlink support (#15209) | Domen Vrankar | 2015-03-31 | 1 | -21/+341 |
* | | UseSWIG: Do not use MAIN_DEPENDENCY on custom commands (#15480) | Felix Schwitzer | 2015-03-30 | 1 | -2/+1 |
|/ | |||||
* | Merge topic 'ExternalData-recursive-match' | Brad King | 2015-03-30 | 1 | -7/+28 |
|\ | |||||
| * | ExternalData: Add option to recursively match under directories | Brad King | 2015-03-27 | 1 | -3/+20 |
| * | ExternalData: Parameterize internal file(GLOB) operation selection | Brad King | 2015-03-27 | 1 | -6/+10 |
* | | Xcode: Set ARCHS only when CMAKE_OSX_ARCHITECTURES is specified (#14736) | Brad King | 2015-03-27 | 1 | -1/+0 |
* | | Merge topic 'fix-external-project-generator' | Brad King | 2015-03-27 | 1 | -1/+4 |
|\ \ | |||||
| * | | ExternalProject: fix the build command for generator overrides | Ben Boeckel | 2015-03-26 | 1 | -1/+4 |
| |/ | |||||
* | | Merge topic 'FindMFC-CMP0054' | Brad King | 2015-03-27 | 1 | -1/+1 |
|\ \ | |||||
| * | | FindMFC: Use if(DEFINED) to simplify condition (#15477) | Brad King | 2015-03-26 | 1 | -1/+1 |
| * | | Merge branch 'UseSWIG-fix-CMP0054-warnings' into release | Brad King | 2015-03-09 | 1 | -4/+4 |
| |\ \ | |||||
| * \ \ | Merge branch 'cpack_rpm_mulit_prefix_fixup' into release | Brad King | 2015-02-27 | 1 | -17/+25 |
| |\ \ \ | |||||
* | | | | | GNU: Do not use -isystem with gfortran | Brad King | 2015-03-26 | 1 | -0/+3 |
| |_|_|/ |/| | | | |||||
* | | | | Merge topic 'SunPro-no-KPIE' | Brad King | 2015-03-24 | 2 | -2/+0 |
|\ \ \ \ | |||||
| * | | | | SunPro: Drop non-existent -KPIE flag | Steven Vancoillie | 2015-03-23 | 2 | -2/+0 |
* | | | | | Merge topic 'blugeneq-platform-files' | Brad King | 2015-03-24 | 15 | -0/+403 |
|\ \ \ \ \ | |||||
| * | | | | | BlueGene/Q Platform files | Todd Gamblin | 2015-03-19 | 15 | -0/+403 |
* | | | | | | OS X: Look for Xcode 5 platform-specific Frameworks | Gregor Jasny | 2015-03-24 | 1 | -6/+14 |
* | | | | | | Merge topic 'lib64_paths_crosscompiling' | Brad King | 2015-03-23 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Linux: Ignore Debian-specific case when cross-compiling | Zack Galbreath | 2015-03-23 | 1 | -1/+1 |
* | | | | | | | Merge topic 'UseJava-fix-arg-parse' | Brad King | 2015-03-23 | 1 | -11/+11 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | UseJava: Fix add_jar argument parsing (#14655) | Mark Studenka | 2015-03-20 | 1 | -11/+11 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'cpack-bundle-codesign' | Brad King | 2015-03-23 | 1 | -0/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | CPack: Add support to overwrite or pass additional parameter to codesign | André Klitzing | 2015-03-23 | 1 | -0/+5 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'cpack-rpm-ignore-default-prefix' | Brad King | 2015-03-23 | 1 | -2/+19 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | CPack/RPM ignore install prefix relocation path | Domen Vrankar | 2015-03-20 | 1 | -2/+19 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'SunPro-Fortran-KPIC' | Brad King | 2015-03-23 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | SunPro: Add position independent code flag for Fortran compiler | Steven Vancoillie | 2015-03-20 | 1 | -0/+1 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'pgi-no-pie' | Brad King | 2015-03-23 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | PGI: Remove invalid -fPIE flag (#15460) | Brad King | 2015-03-20 | 1 | -1/+1 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'xcode-xctest' | Brad King | 2015-03-23 | 1 | -0/+196 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | OS X: Add FindXCTest module | Gregor Jasny | 2015-03-23 | 1 | -0/+196 |
| |/ / / / | |||||
* | | | | | Merge topic 'fix-FindPackageHandleStandardArgs-doc' | Brad King | 2015-03-20 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | FPHSA: Revise documented command signature | Gregor Jasny | 2015-03-18 | 1 | -1/+1 |
* | | | | | | Merge topic 'cpack_rpm_component_fall_through' | Brad King | 2015-03-20 | 1 | -652/+621 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CPack/RPM prevent component attributes leakage | Domen Vrankar | 2015-03-17 | 1 | -652/+621 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'WCDH-fix-cxx_nullptr-workaround' | Brad King | 2015-03-20 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | WCDH: Fix cxx_nullptr workaround for pre-C++11 compilers | Roman Wüger | 2015-03-17 | 1 | -1/+1 |
| |/ / / / / | |||||
* | | | | | | Record compile features for GNU on Windows (#15443) | Brad King | 2015-03-17 | 1 | -2/+2 |
|/ / / / / | |||||
* | | | | | FindMatlab: Rewrite module and provide a usage API | Raffi Enficiaud | 2015-03-17 | 2 | -87/+1513 |
|/ / / / | |||||
* | | | | Merge topic 'ExternalProject-byproducts-tokens' | Brad King | 2015-03-10 | 1 | -3/+3 |
|\ \ \ \ | |||||
| * | | | | ExternalProject: Replace placeholder tokens in BYPRODUCTS | Gaëtan Lehmann | 2015-03-09 | 1 | -3/+3 |
* | | | | | Merge topic 'UseSWIG-fix-CMP0054-warnings' | Brad King | 2015-03-10 | 1 | -4/+4 |
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | |||||
| * | | | UseSWIG: Avoid if() auto-dereferene in quoted arguments | Brad King | 2015-03-09 | 1 | -4/+4 |
| |/ / | |||||
* | | | CPackWIX: Support patching of root <Feature> elements. | Nils Gladitz | 2015-03-06 | 1 | -2/+4 |