summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Autogen: Add FindInIncludeDirectories methodSebastian Holtermann2017-02-212-0/+21
| * | | | | | Autogen: Synchronize header/source argument namesSebastian Holtermann2017-02-211-10/+10
| * | | | | | Autogen: Split moc include paths on info readingSebastian Holtermann2017-02-212-20/+18
| * | | | | | Autogen: Loop based macro detection instead of code duplicationSebastian Holtermann2017-02-212-20/+24
| * | | | | | Autogen: Issue a warning if moc isn't required in strict modeSebastian Holtermann2017-02-211-0/+9
| * | | | | | Autogen: Error message tweaksSebastian Holtermann2017-02-211-18/+17
| * | | | | | Autogen: Acquire and store header extensions in Init()Sebastian Holtermann2017-02-212-61/+50
| * | | | | | Autogen: Overhaul FindMatchingHeader functionSebastian Holtermann2017-02-212-71/+83
| * | | | | | Autogen: Don't list all search paths in error messageSebastian Holtermann2017-02-211-7/+1
| * | | | | | Autogen: Indentation fixSebastian Holtermann2017-02-211-2/+1
| * | | | | | Autogen: Rename moc related variablesSebastian Holtermann2017-02-212-14/+13
| * | | | | | Autogen: Overhaul moc include list generationSebastian Holtermann2017-02-212-49/+56
| * | | | | | Autogen: Inline string generationSebastian Holtermann2017-02-191-5/+2
| * | | | | | Autogen: Synchronize variable namesSebastian Holtermann2017-02-191-54/+54
| * | | | | | Autogen: Move method declarations; Remove commentsSebastian Holtermann2017-02-192-15/+11
| * | | | | | Autogen: Rename SkipFoo variables/methods to FooSkipSebastian Holtermann2017-02-192-16/+16
| * | | | | | Autogen: Split moc options info string immediatelySebastian Holtermann2017-02-192-12/+15
| * | | | | | Autogen: Split moc compile options info string immediatelySebastian Holtermann2017-02-192-14/+12
| * | | | | | Autogen: Rename variables read from info fileSebastian Holtermann2017-02-192-12/+12
| * | | | | | Autogen: Inline settings string generation methodsSebastian Holtermann2017-02-192-41/+20
| * | | | | | Autogen: Rename settings string variablesSebastian Holtermann2017-02-192-12/+13
| * | | | | | Autogen: Make methods constSebastian Holtermann2017-02-192-12/+14
| * | | | | | cmFilePathChecksum: Make methods const useableSebastian Holtermann2017-02-192-4/+4
| * | | | | | Autogen: Add method for checksum based path generationSebastian Holtermann2017-02-192-7/+22
| * | | | | | Autogen: Use nested loops instead of code duplicationSebastian Holtermann2017-02-191-35/+28
| * | | | | | Autogen: Use cmSystemTools::Stdout/err instead of std::cout/errSebastian Holtermann2017-02-191-8/+7
| * | | | | | Autogen: LogWarning method fixSebastian Holtermann2017-02-191-2/+2
| * | | | | | Autogen: Single point of return in RccGenerateFileSebastian Holtermann2017-02-192-74/+81
| * | | | | | Autogen: Single point of return in UicGenerateFileSebastian Holtermann2017-02-191-39/+50
| * | | | | | Autogen: Single point of return in MocGenerateFileSebastian Holtermann2017-02-191-36/+45
| * | | | | | Autogen: Use FooEnabled() utility methodsSebastian Holtermann2017-02-191-8/+8
| * | | | | | Autogen: Add FooEnabled() utility methodsSebastian Holtermann2017-02-191-0/+4
| * | | | | | Autogen: Generate empty settings string for disabled featureSebastian Holtermann2017-02-191-25/+32
| * | | | | | Autogen: Simplify settings write methodSebastian Holtermann2017-02-191-9/+10
| * | | | | | Autogen: Simplify settings read methodSebastian Holtermann2017-02-191-19/+17
| * | | | | | Autogen: Rename settings key variablesSebastian Holtermann2017-02-191-9/+9
| * | | | | | Autogen: Rename settings string generation methodsSebastian Holtermann2017-02-192-9/+10
| * | | | | | Autogen: Rename settings file read/write methodsSebastian Holtermann2017-02-192-9/+8
| * | | | | | Autogen: Remove unnecessary testSebastian Holtermann2017-02-191-36/+33
| * | | | | | Autogen: Add GenerateAllAny flag test methodSebastian Holtermann2017-02-192-3/+8
| * | | | | | Autogen: Rename GenerateFooAll variables to GenerateAllFooSebastian Holtermann2017-02-192-18/+18
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'vs2017-fallback-sdk'Brad King2017-02-222-0/+38
|\ \ \ \ \ \
| * | | | | | VS2017: If Win 8.1 SDK is not available, use Win 10 SDKBrad King2017-02-212-0/+38
| | |/ / / / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2017-02-221-1/+1
* | | | | | Merge topic 'cmake-host-system-name'Brad King2017-02-211-0/+10
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Make CMAKE_HOST_SYSTEM_NAME available in scripting contextGregor Jasny2017-02-191-0/+10
| | |/ / / | |/| | |
* | | | | Merge topic 'cuda-separable-bool'Brad King2017-02-212-2/+4
|\ \ \ \ \
| * | | | | CUDA: Fix boolean interpretation of CUDA_SEPARABLE_COMPILATIONBrad King2017-02-202-2/+4
| | |/ / / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2017-02-211-1/+1
* | | | | Merge topic 'iwyu'Brad King2017-02-2035-1001/+979
|\ \ \ \ \