summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'vs8-deprecate'Brad King2017-04-249-2/+42
|\
| * Deprecate Visual Studio 8 2005 generatorBrad King2017-04-219-2/+42
* | Merge topic 'namespace-jar-exports'Brad King2017-04-244-17/+27
|\ \
| * | Tests: Test namespaces with exported JARsMatthew Woehlke2017-04-213-2/+6
| * | UseJava: Support namespaced exportsMatthew Woehlke2017-04-211-15/+21
* | | Merge topic 'fix-test-all-find-modules'Brad King2017-04-242-6/+2
|\ \ \
| * | | Tests: Simplify CMakeOnly.AllFindModules policy settingsBrad King2017-04-211-5/+1
| * | | Tests: Fix FindModulesExecuteAll when KDE4 is installedBrad King2017-04-211-1/+1
* | | | Merge topic 'source_group-TREE-alt-root'Brad King2017-04-241-16/+43
|\ \ \ \
| * \ \ \ Merge branch 'backport-source_group-TREE-alt-root' into source_group-TREE-alt...Brad King2017-04-211-16/+43
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | source_group: Fix TREE with root that is not current source dirMateusz Janek2017-04-211-16/+44
| | |/ /
* | | | Merge topic 'loosen-object-deps'Brad King2017-04-2415-24/+171
|\ \ \ \
| * | | | Tests: use BYPRODUCTS in the CustomCommandWorkingDirectory testBen Boeckel2017-04-212-0/+10
| * | | | RunCMake.Ninja: add a test for assumed sourcesBen Boeckel2017-04-212-0/+36
| * | | | ninja: break unnecessary target dependenciesBen Boeckel2017-04-2112-24/+110
| * | | | RunCMake.Ninja: support passing arguments when running ninjaBen Boeckel2017-04-211-1/+1
| * | | | ninja: remove duplicate order-only dependenciesBen Boeckel2017-04-211-0/+4
| * | | | ninja: describe the intermediate order depends target betterBen Boeckel2017-04-211-1/+1
| * | | | Ninja: Order Fortran dyndep file generation explicitlyBrad King2017-04-211-0/+11
* | | | | Merge topic 'clang-tidy'Brad King2017-04-2419-105/+96
|\ \ \ \ \
| * | | | | clang-tidy: avoid copyDaniel Pfeifer2017-04-212-3/+4
| * | | | | clang-tidy: use .empty() to check emptynessDaniel Pfeifer2017-04-211-1/+1
| * | | | | clang-tidy: remove reduntant .data() callsDaniel Pfeifer2017-04-212-18/+13
| * | | | | clang-tidy: remove else after break and continueDaniel Pfeifer2017-04-2114-83/+78
* | | | | | CMake Nightly Date StampKitware Robot2017-04-241-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2017-04-231-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2017-04-221-1/+1
| |_|/ / / |/| | | |
* | | | | Merge branch 'release'Brad King2017-04-210-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'cpack-rpm-buildrequires-docs' into releaseBrad King2017-04-201-0/+13
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'fix-vs2017-guid-braces' into releaseBrad King2017-04-201-7/+2
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'enable_ptx_compilation'Brad King2017-04-2120-11/+231
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | CUDA: Allow sources to be compiled to .ptx filesRobert Maynard2017-04-2020-11/+231
* | | | | | | | Merge topic 'cpack-rpm-buildrequires-docs'Brad King2017-04-211-0/+13
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | CPack/RPM doc: CPACK_RPM_BUILDREQUIRES docsDomen Vrankar2017-04-201-0/+13
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge topic 'kwsys-import-cleanup'Brad King2017-04-212-10/+9
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'upstream-KWSys' into kwsys-import-cleanupBen Boeckel2017-04-200-0/+0
| |\ \ \ \ \ \ \
| | * | | | | | | KWSys 2017-04-20 (8785f84f)KWSys Upstream2017-04-202-18/+8
| * | | | | | | | kwsys: match upstream changesBen Boeckel2017-04-201-7/+7
| * | | | | | | | update-kwsys: apply changes made in CMake to the importBen Boeckel2017-04-201-1/+2
| * | | | | | | | kwsys: remove extra attributeBen Boeckel2017-04-201-2/+0
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge topic 'GNUInstallDirs-add-RUNSTATEDIR'Brad King2017-04-216-18/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | GNUInstallDirs: Add RUNSTATEDIR variableFelix Geyer2017-04-206-18/+35
* | | | | | | | | Merge topic 'fix-vs2017-guid-braces'Brad King2017-04-211-7/+2
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | VS: Fix project reference inspection in VS IDERichard Walters2017-04-201-7/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge topic '16760-refactor-get-mac-content-directory'Brad King2017-04-2120-210/+329
|\ \ \ \ \ \ \ \
| * | | | | | | | Replace boolean `implib` parameters with enumGregor Jasny2017-04-2020-210/+329
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge topic 'unified-commandline-length'Brad King2017-04-215-55/+50
|\ \ \ \ \ \ \ \
| * | | | | | | | Ninja,Makefile: Unify command line limit logicChristian Pfeiffer2017-04-195-55/+50
* | | | | | | | | Merge topic 'FindwxWidgets-verify-wx-config'Brad King2017-04-211-0/+22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindwxWidgets: Verify existence of libraries reported by wx-configJan Mrázek2017-04-201-0/+22