summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | cmTargetPropertyComputer: whitelist custom propertiesBen Boeckel2017-11-211-0/+7
* | | | | | | | | | CMake Nightly Date StampKitware Robot2017-11-301-1/+1
* | | | | | | | | | Merge topic 'check_fixtures_before_exe_existence'Craig Scott2017-11-291-2/+6
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | CTest: Check failed fixture dependencies before test command and argsCraig Scott2017-11-281-2/+6
* | | | | | | | | | Merge topic 'CodeBlocks-custom-compiler-id'Brad King2017-11-291-0/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | CodeBlocks: add option for the CB compiler IDMelven Roehrig-Zoellner2017-11-271-0/+7
* | | | | | | | | | | Merge topic 'aix-threads'Brad King2017-11-292-0/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | AIX: Add -pthread flag to enable std::thread with GCCBrad King2017-11-282-0/+6
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'fortran-compiler-launcher'Brad King2017-11-293-3/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fortran: Add option to run the compiler through launcher toolsBrad King2017-11-213-3/+4
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2017-11-291-1/+1
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2017-11-281-1/+1
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Merge topic 'extend-compile-language-genex'Brad King2017-11-271-8/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Genex: Enable COMPILE_LANGUAGE for COMPILE_OPTIONS with Visual StudioBrad King2017-11-201-3/+2
| * | | | | | | | | Genex: Enable COMPILE_LANGUAGE for file(GENERATE) with Visual StudioBrad King2017-11-171-6/+10
| * | | | | | | | | Genex: Fix COMPILE_LANGUAGE messages to allow file(GENERATE) with XcodeBrad King2017-11-171-2/+2
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge topic 'hardcoded-path-removal'Brad King2017-11-271-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Modules: Remove paths set as global Unix prefixesChristian Pfeiffer2017-11-201-1/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'server-target-isGeneratorProvided'Brad King2017-11-2712-33/+53
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | server: return whether or not a target is generator providedJustin Goshi2017-11-2012-33/+53
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'serverFixTestDiscovery'Brad King2017-11-276-85/+49
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | server: ctestInfo fix to return all testsJustin Goshi2017-11-176-85/+49
* | | | | | | | | CMake Nightly Date StampKitware Robot2017-11-271-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2017-11-261-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2017-11-251-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2017-11-241-1/+1
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2017-11-231-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2017-11-221-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2017-11-211-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'fix-cmake-server-bad-buffering'Brad King2017-11-201-3/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | server: Fix regression in partial message handlingvector-of-bool2017-11-201-3/+2
* | | | | | Merge topic 'autogen-rcc-custom-command'Brad King2017-11-2015-1658/+2003
|\ \ \ \ \ \
| * | | | | | Autogen: Use integers instead of strings for the Qt versionSebastian Holtermann2017-11-193-16/+9
| * | | | | | Autogen: Use project relative paths in rcc custom command commentSebastian Holtermann2017-11-191-1/+21
| * | | | | | Autogen: Detect rcc feature once during configurationSebastian Holtermann2017-11-196-101/+107
| * | | | | | Autogen: Make cmQtAutoGeneratorInitializer an instantiable classSebastian Holtermann2017-11-198-759/+713
| * | | | | | Autogen: Add and use cmQtAutoGenerator base classSebastian Holtermann2017-11-198-759/+487
| * | | | | | Autogen: Rename cmQtAutoGenerators to cmQtAutoGeneratorMocUicSebastian Holtermann2017-11-194-76/+76
| * | | | | | Autogen: Remove rcc code from cmQtAutoGeneratorsSebastian Holtermann2017-11-192-308/+1
| * | | | | | Autogen: Switch to use custom commands for RCCSebastian Holtermann2017-11-192-209/+320
| * | | | | | Autogen: Introduce standalone RCC generator classSebastian Holtermann2017-11-194-4/+844
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'ctest-chrono'Brad King2017-11-2010-33/+44
|\ \ \ \ \ \
| * | | | | | CTest: adopt std::chrono::system_clockWouter Klouwen2017-11-1710-33/+44
* | | | | | | Merge topic 'cuda-sep-comp-var'Brad King2017-11-201-0/+1
|\ \ \ \ \ \ \
| * | | | | | | CUDA: Add CMAKE_CUDA_SEPARABLE_COMPILATION variableBrad King2017-11-171-0/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge topic 'perf-source-lookup'Brad King2017-11-208-40/+84
|\ \ \ \ \ \ \
| * | | | | | | Performance: Improve efficiency of source file lookup in cmMakefileAaron Orenstein2017-11-178-40/+84
* | | | | | | | Merge topic 'FindOpenGL-glvnd-policy'Brad King2017-11-201-1/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | FindOpenGL: Add policy CMP0072 to prefer GLVND for legacy GLBrad King2017-11-171-1/+4
* | | | | | | | | Merge topic 'serverBugFixHasInstallRule'Brad King2017-11-201-1/+14
|\ \ \ \ \ \ \ \ \