summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fixtureUnusedOrdering'Brad King2017-01-174-22/+76
|\
| * CTest: Ensure setup/cleanup ordering even when fixture not requiredCraig Scott2017-01-164-22/+76
* | Merge topic 'file-GLOB-empty-no-crash'Brad King2017-01-173-1/+3
|\ \
| * | file: Fix crash on GLOB with no expressions after LIST_DIRECTORIESBrad King2017-01-163-1/+3
| |/
* | Merge topic 'expand_custom_commands'Brad King2017-01-1713-26/+146
|\ \
| * | add_custom_{command,target}: Add COMMAND_EXPAND_LISTS optionEd Branch2017-01-1413-26/+146
* | | CMake Nightly Date StampKitware Robot2017-01-171-1/+1
* | | Merge topic 'source_group-tree'Brad King2017-01-1610-3/+227
|\ \ \
| * | | source_group: Add options create groups matching directory treeMateusz Janek2017-01-1610-3/+227
* | | | Merge topic 'csharp_simple'Brad King2017-01-1613-80/+442
|\ \ \ \
| * | | | VS: added documentation for C# supportMichael Stürmer2017-01-131-0/+25
| * | | | VS: added support for C# (for Visual Studio 2010, 2012, 2013, 2015)Michael Stürmer2017-01-138-73/+411
| * | | | VS: renamed target property VS_USER_PROPS_CXX to VS_USER_PROPSMichael Stürmer2017-01-135-7/+6
* | | | | Merge topic 'Autogen_Config'Brad King2017-01-163-340/+451
|\ \ \ \ \
| * | | | | Autogen: Generators: Remove spaceSebastian Holtermann2017-01-121-1/+0
| * | | | | Autogen: Generators: Rename requiresMocing methodSebastian Holtermann2017-01-122-5/+5
| * | | | | Autogen: Generators: Fix clang-tidy readability-else-after-returnSebastian Holtermann2017-01-121-5/+5
| * | | | | Autogen: Initializer: Add old settings file to clean filesSebastian Holtermann2017-01-121-0/+8
| * | | | | Autogen: Generators: Save the UIC/RCC settings that were actually usedSebastian Holtermann2017-01-122-31/+118
| * | | | | 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-1613-3/+75
|\ \ \ \ \ \
| * | | | | | CUDA: Now pass correct FLAGS when device link cuda executables.Robert Maynard2017-01-128-3/+27
| * | | | | | CUDA: Test that CUDA flags are used when device linking executables.Robert Maynard2017-01-125-0/+48
| |/ / / / /
* | | | | | 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-169-77/+65
|\ \ \ \ \ \ \
| * | | | | | | QtIFW: Improved packagingKonstantin Podsvirov2017-01-129-77/+65
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'clang-3.1-3.3-cpp11'Brad King2017-01-162-5/+4
|\ \ \ \ \ \ \
| * | | | | | | Features: activate C++11 support for Clang 3.1+Giel van Schijndel2017-01-122-5/+4
| |/ / / / / /
* | | | | | | Merge topic 'fix_repeat_until_fail_duplicated_output'Brad King2017-01-162-0/+4
|\ \ \ \ \ \ \