Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge topic 'check-compiler-flag-clang-cl' | Brad King | 2016-04-01 | 1 | -0/+1 | |
|\ \ \ | ||||||
| * | | | Check*CompilerFlag: Add another pattern for Clang (#16038) | Brad King | 2016-03-31 | 1 | -0/+1 | |
* | | | | CMakePushCheckState: Add support for CMAKE_EXTRA_INCLUDE_FILES | Jean-Christophe Fillion-Robin | 2016-03-31 | 1 | -2/+5 | |
|/ / / | ||||||
* | | | Merge topic 'fix-spelling-typos' | Brad King | 2016-03-31 | 16 | -27/+27 | |
|\ \ \ | ||||||
| * | | | Fix spelling typos in comments and documentation (#16037) | Felix Geyer | 2016-03-29 | 16 | -27/+27 | |
| |/ / | ||||||
* | | | ExternalProject: add support for just downloading a file | Ben Boeckel | 2016-03-31 | 1 | -6/+26 | |
|/ / | ||||||
* | | Merge topic 'asm-includes' | Brad King | 2016-03-29 | 5 | -5/+5 | |
|\ \ | ||||||
| * | | ASM: Add missing <INCLUDES> placeholder for "compile" rules | Gregor Jasny | 2016-03-29 | 5 | -5/+5 | |
* | | | Merge topic 'ghs-link-flags' | Brad King | 2016-03-29 | 3 | -4/+12 | |
|\ \ \ | ||||||
| * | | | GHS: Implement link flags and dirs for non-target groups (#16029) | Geoff Viola | 2016-03-28 | 1 | -0/+2 | |
| * | | | GHS: Factor out compiler information shared among languages | Geoff Viola | 2016-03-28 | 3 | -4/+10 | |
* | | | | cpack rpm setting of defattr | Domen Vrankar | 2016-03-28 | 1 | -1/+102 | |
|/ / / | ||||||
* | | | Merge topic 'xcode73-xctest-location' | Brad King | 2016-03-28 | 1 | -0/+4 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Xcode: Fixup XCTest bundle location for Xcode 7.3 | Gregor Jasny | 2016-03-28 | 1 | -0/+4 | |
| |/ | ||||||
| * | Merge branch 'FindCUDA-verbatim' into release | Brad King | 2016-03-22 | 1 | -1/+6 | |
| |\ | ||||||
| * \ | Merge branch 'fix-repeat-pkg-config' into release | Brad King | 2016-03-21 | 1 | -1/+1 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'ios-install-combined-one-arch' into release | Brad King | 2016-03-15 | 1 | -1/+11 | |
| |\ \ \ | ||||||
* | \ \ \ | Merge topic 'cpackcomponents-priv-var' | Brad King | 2016-03-25 | 1 | -22/+22 | |
|\ \ \ \ \ | ||||||
| * | | | | | CPack: Exclude additional internal variables from CPackConfig.cmake | Nils Gladitz | 2016-03-24 | 1 | -22/+22 | |
* | | | | | | Merge topic 'FindBoost-xl-compiler' | Brad King | 2016-03-24 | 1 | -0/+2 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | FindBoost: Add support for IBM XL compiler | Erik Zenker | 2016-03-23 | 1 | -0/+2 | |
* | | | | | | Merge topic 'CMakePackageConfigHelpers-relative-prefix' | Brad King | 2016-03-23 | 1 | -1/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | CMakePackageConfigHelpers: allow to specify a relative CMAKE_INSTALL_PREFIX | Sergiu Deitsch | 2016-03-22 | 1 | -1/+3 | |
* | | | | | | | Merge topic 'FindCUDA-verbatim' | Brad King | 2016-03-23 | 1 | -1/+6 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | / | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | FindCUDA: Fix regression in separate compilation (#16027) | Brad King | 2016-03-22 | 1 | -1/+6 | |
* | | | | | | Merge topic 'ghs-try_compile' | Brad King | 2016-03-22 | 2 | -0/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | GHS: Fix try_compile (#15975) | Geoff Viola | 2016-03-21 | 2 | -0/+4 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge topic 'TestBigEndian-log-output' | Brad King | 2016-03-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | TestBigEndian: Log success to CMakeOutput.log, not CMakeError.log | Paweł Stankowski | 2016-03-21 | 1 | -1/+1 | |
* | | | | | | | Merge topic 'fix-repeat-pkg-config' | Brad King | 2016-03-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | FindPkgConfig: set correctly named variables in cache (#15903) | Ben Boeckel | 2016-03-21 | 1 | -1/+1 | |
* | | | | | | | Merge topic 'add-bruce-c' | Brad King | 2016-03-22 | 6 | -9/+31 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Add support for Bruce C Compiler (BCC) | Paweł Stankowski | 2016-03-21 | 6 | -9/+31 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge topic 'find-blas-lapack-OpenBLAS' | Brad King | 2016-03-21 | 2 | -4/+31 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Find{BLAS,LAPACK}: Add support for OpenBLAS (#16024) | J M Dieterich | 2016-03-18 | 2 | -4/+31 | |
| |/ / / / / | ||||||
* | | | | | | Drop unnecessary LSRequiresCarbon reference from Info.plist files | Sean McBride | 2016-03-18 | 2 | -4/+0 | |
|/ / / / / | ||||||
* | | | | | Merge topic 'GenerateExportHeader-fix-name-leak' | Brad King | 2016-03-18 | 2 | -4/+7 | |
|\ \ \ \ \ | ||||||
| * | | | | | GenerateExportHeader: Allow common NO_DEPRECATED_MACRO_NAME for multiple libs | Andreas Schuh | 2016-03-17 | 1 | -1/+3 | |
| * | | | | | GenerateExportHeader: Do not define DEFINE_NO_DEPRECATED (#16022) | Andreas Schuh | 2016-03-17 | 2 | -3/+4 | |
* | | | | | | Merge topic 'ios-install-combined-one-arch' | Brad King | 2016-03-17 | 1 | -1/+11 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | | | ||||||
| * | | | | Fix iOS combined feature for single architecture targets | Ruslan Baratov | 2016-03-15 | 1 | -1/+11 | |
| |/ / / | ||||||
* | | | | Merge topic 'FindBoost-optional-indirect-depends' | Brad King | 2016-03-16 | 1 | -2/+12 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | FindBoost: Tolerate missing indirect dependencies (#16013) | Roger Leigh | 2016-03-15 | 1 | -2/+12 | |
| |/ / | ||||||
| * | | Merge branch 'doc-find-python-call-order' into release | Brad King | 2016-03-07 | 2 | -6/+8 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'FindCUDA-verbatim' into release | Brad King | 2016-02-17 | 1 | -3/+13 | |
| |\ \ \ | | | |/ | | |/| | ||||||
* | | | | Merge topic 'FindGTest-depends' | Brad King | 2016-03-16 | 1 | -2/+2 | |
|\ \ \ \ | ||||||
| * | | | | FindGTest: Automatically re-run cmake when tests change | Zak Eckert | 2016-03-15 | 1 | -2/+2 | |
* | | | | | Ninja: Add dependencies on system-provided header files (#14914) | Brad King | 2016-03-15 | 4 | -4/+4 | |
|/ / / / | ||||||
* | | | | Merge topic 'cygwin-clang' | Brad King | 2016-03-11 | 2 | -0/+2 | |
|\ \ \ \ | ||||||
| * | | | | Cygwin: Add support for Clang compiler | Han Sangjin | 2016-03-10 | 2 | -0/+2 | |