summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | Autogen: Add Quote function and use it for loggingSebastian Holtermann2017-02-231-51/+73
| * | | | | | | | | | | | | | | Autogen: Add AUTOMOC_DEPEND_FILTERS supportSebastian Holtermann2017-02-224-10/+54
| * | | | | | | | | | | | | | | Autogen: Single point of return in Run() methodSebastian Holtermann2017-02-221-15/+19
| * | | | | | | | | | | | | | | Autogen: Log simplificationsSebastian Holtermann2017-02-221-24/+15
* | | | | | | | | | | | | | | | Merge topic 'cmake-server-aix'Brad King2017-02-241-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | cmServerConnection.h: Include cmConfigure.h firstBrad King2017-02-231-0/+2
* | | | | | | | | | | | | | | CMake Nightly Date StampKitware Robot2017-02-241-1/+1
| |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge topic 'clang-format-attrs'Brad King2017-02-232-10/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | clang-format.bash: Use Git attributes to mark files for formattingBrad King2017-02-222-0/+5
| * | | | | | | | | | | | Define a custom Git attribute to mark source files as generatedBrad King2017-02-221-10/+17
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge branch 'execute_process-default-encoding' into releaseBrad King2017-02-131-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | CMake Nightly Date StampKitware Robot2017-02-231-1/+1
| |_|/ / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge topic 'autogen_json'Brad King2017-02-225-1116/+1309
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Autogen: Overhaul and simplify AutogenInfo.cmake file generationSebastian Holtermann2017-02-211-315/+318
| * | | | | | | | | | | Autogen: Optimize GetCompileDefinitionsAndDirectories functionSebastian Holtermann2017-02-211-18/+20
| * | | | | | | | | | | Autogen: Sort AutogenInfo.cmake.inSebastian Holtermann2017-02-212-6/+6
| * | | | | | | | | | | Autogen: Log simplificationsSebastian Holtermann2017-02-212-125/+118
| * | | | | | | | | | | Autogen: Only touch an unchanged moc_compilation.cppSebastian Holtermann2017-02-211-36/+37
| * | | | | | | | | | | Autogen: Rebuild moc when Q_PLUGIN_METADATA json file changesSebastian Holtermann2017-02-212-83/+209
| * | | | | | | | | | | Autogen: Use GetRealPath in central places onlySebastian Holtermann2017-02-211-27/+18
| * | | | | | | | | | | Autogen: Search moc includes in include directoriesSebastian Holtermann2017-02-212-11/+36
| * | | | | | | | | | | Autogen: Sort includes before composing include optionsSebastian Holtermann2017-02-211-34/+33
| * | | | | | | | | | | 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