summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Autogen: Generators: Dedicated generateAll variables for MOC/UIC/RCCSebastian Holtermann2017-01-122-7/+11
| * | | | | | | Autogen: Generators: Save the MOC settings that were actually usedSebastian Holtermann2017-01-122-52/+59
| * | | | | | | Autogen: Generators: Add function to read makefile definitions config awareSebastian Holtermann2017-01-121-57/+47
| * | | | | | | Autogen: Generators: Move moc/uic/rcc executable test to generate methodSebastian Holtermann2017-01-121-12/+18
| * | | | | | | Autogen: Generators: Rename GenerateFoo methods to FooGenerateSebastian Holtermann2017-01-122-29/+30
| * | | | | | | Autogen: Generators: Use FileAbsentOrOlder for UIC testsSebastian Holtermann2017-01-121-4/+6
| * | | | | | | Autogen: Generators: Use FileAbsentOrOlder for MOC testsSebastian Holtermann2017-01-121-4/+7
| * | | | | | | Autogen: Generators: Introduce FileAbsentOrOlder functionSebastian Holtermann2017-01-122-26/+30
| * | | | | | | Autogen: Generators: Simplify (and fix) JoinExts functionSebastian Holtermann2017-01-121-11/+9
| * | | | | | | Autogen: Generators: Make class static method a source static functionSebastian Holtermann2017-01-122-21/+20
| * | | | | | | Autogen: Generators: Make class static method a source static functionSebastian Holtermann2017-01-122-39/+35
| * | | | | | | Autogen: Generators: Static function upper case renameSebastian Holtermann2017-01-121-3/+3
| * | | | | | | Autogen: Generators: Static function upper case renameSebastian Holtermann2017-01-121-3/+3
| * | | | | | | Autogen: Generators: Sort methods by taskSebastian Holtermann2017-01-122-150/+157
* | | | | | | | Merge topic 'fast-local-and-strip-install'Brad King2017-01-161-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Makefiles: Make fast local and strip install truly fastMike Gelfand2017-01-131-2/+2
| |/ / / / / / /
* | | | | | | | Merge topic 'cuda-no-def-file-for-device'Brad King2017-01-162-10/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | CUDA: Don't use module definition `.def` files for device linkingRobert Maynard2017-01-122-10/+0
| |/ / / / / / /
* | | | | | | | Merge topic 'cuda_propagate_flags_when_dlink_on_executables'Brad King2017-01-165-1/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | CUDA: Now pass correct FLAGS when device link cuda executables.Robert Maynard2017-01-125-1/+23
| |/ / / / / / /
* | | | | | | | Merge topic 'ninja-no-static-lib-def-file'Brad King2017-01-161-0/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Ninja: Do not use module definition `.def` files for static librariesBrad King2017-01-121-0/+7
| |/ / / / / / /
* | | | | | | | Merge topic 'vs15-detect-from-installer'Brad King2017-01-161-36/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | cmVSSetupHelper: Simplify use of EnumerateAndChooseVSInstanceBrad King2017-01-121-38/+7
| * | | | | | | | VS: Fix detection of VS 2017 installation with WindowsStoreBrad King2017-01-121-0/+2
* | | | | | | | | Merge topic 'usage-cpack-ifw-configure-file'Brad King2017-01-165-15/+19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | QtIFW: Improved packagingKonstantin Podsvirov2017-01-125-15/+19
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'fix_repeat_until_fail_duplicated_output'Brad King2017-01-161-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | CTest: Properly reset output to avoid duplication with --repeat-until-failSylvain Joubert2017-01-121-0/+2
* | | | | | | | | | Merge topic 'sparc-libatomic'Brad King2017-01-161-0/+9
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | Explicitly link against libatomic on Linux/sparc for `__atomic_fetch_add_4`Rolf Eike Beer2017-01-091-0/+9
* | | | | | | | | | CMake Nightly Date StampKitware Robot2017-01-161-1/+1
* | | | | | | | | | CMake Nightly Date StampKitware Robot2017-01-151-1/+1
* | | | | | | | | | CMake Nightly Date StampKitware Robot2017-01-141-1/+1
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2017-01-131-1/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge topic 'cuda-windows'Brad King2017-01-124-5/+27
|\ \ \ \ \ \ \ \
| * | | | | | | | CUDA: Populate compiler PDB placeholder during device linkingBrad King2017-01-123-0/+15
| * | | | | | | | CUDA: Use `.obj` object file extension on WindowsBrad King2017-01-123-4/+10
| * | | | | | | | CUDA: Detect MSVC architecture idBrad King2017-01-121-1/+2
* | | | | | | | | Merge topic 'asan_overriding_user_options'Brad King2017-01-121-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | ctest_memcheck: Append sanitizers user options at the end to allow overridingSylvain Joubert2017-01-111-1/+1
* | | | | | | | | Merge topic 'vs15-detect-from-installer'Brad King2017-01-127-44/+612
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | VS: Use Visual Studio Installer to locate VS 2017Iyyappa Murugandi2016-12-164-38/+59
| * | | | | | | | VS: Add helper class to interact with Visual Studio InstallerIyyappa Murugandi2016-12-163-0/+551
| * | | | | | | | VS: Fix VS 2017 Windows Store toolset selectionIyyappa Murugandi2016-12-161-1/+1
| * | | | | | | | VS: Drop check for VS 15 Express EditionIyyappa Murugandi2016-12-161-5/+1
* | | | | | | | | Merge topic 'cmListFileLexer-warning-fix'Brad King2017-01-123-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmListFileLexer: Fix signature of cmListFileLexer_NewBrad King2017-01-113-3/+3
* | | | | | | | | | Merge topic 'cmake-install-infix'Brad King2017-01-121-1/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add installation infix (empty by default)Konstantin Podsvirov2017-01-111-1/+7