Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CUDA: Visual Studio now properly delays device linking | Robert Maynard | 2017-04-26 | 3 | -8/+74 |
* | Merge topic 'remove-xcode-2' | Brad King | 2017-04-24 | 7 | -60/+5 |
|\ | |||||
| * | Xcode: Drop support for Xcode versions below 3 | Brad King | 2017-04-22 | 7 | -60/+5 |
* | | Merge topic 'vs8-deprecate' | Brad King | 2017-04-24 | 5 | -0/+15 |
|\ \ | |||||
| * | | Deprecate Visual Studio 8 2005 generator | Brad King | 2017-04-21 | 5 | -0/+15 |
| |/ | |||||
* | | Merge topic 'namespace-jar-exports' | Brad King | 2017-04-24 | 3 | -2/+6 |
|\ \ | |||||
| * | | Tests: Test namespaces with exported JARs | Matthew Woehlke | 2017-04-21 | 3 | -2/+6 |
* | | | Merge topic 'fix-test-all-find-modules' | Brad King | 2017-04-24 | 2 | -6/+2 |
|\ \ \ | |||||
| * | | | Tests: Simplify CMakeOnly.AllFindModules policy settings | Brad King | 2017-04-21 | 1 | -5/+1 |
| * | | | Tests: Fix FindModulesExecuteAll when KDE4 is installed | Brad King | 2017-04-21 | 1 | -1/+1 |
| * | | | Merge branch 'server-mode-test-no-pyc' into release | Brad King | 2017-04-03 | 1 | -0/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'mac-implicit-link-no-lto-flag' into release | Brad King | 2017-04-03 | 1 | -0/+6 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'loosen-object-deps' | Brad King | 2017-04-24 | 7 | -1/+97 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | Tests: use BYPRODUCTS in the CustomCommandWorkingDirectory test | Ben Boeckel | 2017-04-21 | 1 | -0/+2 |
| * | | | | | RunCMake.Ninja: add a test for assumed sources | Ben Boeckel | 2017-04-21 | 2 | -0/+36 |
| * | | | | | ninja: break unnecessary target dependencies | Ben Boeckel | 2017-04-21 | 5 | -0/+58 |
| * | | | | | RunCMake.Ninja: support passing arguments when running ninja | Ben Boeckel | 2017-04-21 | 1 | -1/+1 |
* | | | | | | Merge topic 'enable_ptx_compilation' | Brad King | 2017-04-21 | 6 | -0/+145 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | CUDA: Allow sources to be compiled to .ptx files | Robert Maynard | 2017-04-20 | 6 | -0/+145 |
* | | | | | | Merge topic 'GNUInstallDirs-add-RUNSTATEDIR' | Brad King | 2017-04-21 | 5 | -0/+9 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | GNUInstallDirs: Add RUNSTATEDIR variable | Felix Geyer | 2017-04-20 | 5 | -0/+9 |
* | | | | | | Drop Visual Studio 7 .NET 2003 generator | Brad King | 2017-04-19 | 13 | -41/+15 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge topic 'objlib-extend' | Brad King | 2017-04-19 | 36 | -58/+193 |
|\ \ \ \ \ | |||||
| * | | | | | Allow OBJECT libraries to be installed, exported, and imported | Robert Maynard | 2017-04-18 | 19 | -12/+82 |
| * | | | | | Genex: Allow TARGET_OBJECTS to be used everywhere | Robert Maynard | 2017-04-18 | 6 | -2/+54 |
| * | | | | | Genex: Reject TARGET_OBJECTS on non-object libraries earlier | Brad King | 2017-04-18 | 10 | -32/+45 |
| * | | | | | Tests: ExportImport C code should use explicit (void) in prototypes | Robert Maynard | 2017-04-18 | 1 | -12/+12 |
* | | | | | | Merge topic 'test-CheckIPOSupported' | Brad King | 2017-04-19 | 10 | -0/+99 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Tests: Add cases for typical CheckIPOSupported usage | Ruslan Baratov | 2017-04-18 | 10 | -0/+99 |
* | | | | | | | Merge topic 'fix-CMakeTestAllGenerators' | Brad King | 2017-04-19 | 2 | -49/+11 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Tests: Drop machine-specific logic from CMakeTestAllGenerators | Brad King | 2017-04-18 | 1 | -22/+0 |
| * | | | | | | | Tests: Run CMakeTestAllGenerators serially | Brad King | 2017-04-18 | 1 | -0/+3 |
| * | | | | | | | Tests: Fix CMakeTestAllGenerators generator list | Brad King | 2017-04-18 | 1 | -27/+8 |
* | | | | | | | | Merge topic 'findmpi-add-imported-targets' | Brad King | 2017-04-19 | 5 | -0/+80 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | FindMPI: Add test case | Christian Pfeiffer | 2017-04-18 | 5 | -0/+80 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'fix-CMP0026-old' | Brad King | 2017-04-18 | 2 | -0/+13 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| * | | | | | | CMP0026: Fix OLD behavior with file written during configure step | Brad King | 2017-04-17 | 2 | -0/+13 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | file: Add COPY/INSTALL option for fixed layout relative to a directory | Brad King | 2017-04-13 | 9 | -0/+38 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge topic 'project-description' | Brad King | 2017-04-13 | 6 | -0/+13 |
|\ \ \ \ \ | |||||
| * | | | | | project: Add `DESCRIPTION` parameter | Alex Turbov | 2017-04-11 | 6 | -0/+13 |
* | | | | | | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 4 | -5/+5 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge topic 'include_external_msproject-map-config' | Brad King | 2017-04-06 | 7 | -4/+34 |
|\ \ \ \ \ | |||||
| * | | | | | include_external_msproject: Honor MAP_IMPORTED_CONFIG_<CONFIG> | Beeble | 2017-04-05 | 7 | -4/+34 |
* | | | | | | Merge topic 'prop-is-multi-config' | Brad King | 2017-04-05 | 5 | -0/+11 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Tests: Add case for GENERATOR_IS_MULTI_CONFIG | Brad King | 2017-04-04 | 5 | -0/+11 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'CheckIPOSupported-Fortran' | Brad King | 2017-04-05 | 4 | -9/+0 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CheckIPOSupported: Add Fortran support | Ruslan Baratov | 2017-04-04 | 4 | -9/+0 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'mac-implicit-link-no-lto-flag' | Brad King | 2017-04-04 | 1 | -0/+6 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | CMakeParseImplicitLinkInfo: Ignore ld -lto_library flag | Brad King | 2017-04-03 | 1 | -0/+6 |
* | | | | | | Merge topic 'server-mode-test-no-pyc' | Brad King | 2017-04-04 | 1 | -0/+1 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | |