| Commit message (Expand) | Author | Age | Files | Lines |
* | cmServerConnection.h: Include cmConfigure.h first | Brad King | 2017-02-23 | 1 | -0/+2 |
|
|
* | CMake Nightly Date Stamp | Kitware Robot | 2017-02-23 | 1 | -1/+1 |
|
|
* | Merge topic 'autogen_json' | Brad King | 2017-02-22 | 5 | -1116/+1309 |
|\ |
|
| * | Autogen: Overhaul and simplify AutogenInfo.cmake file generation | Sebastian Holtermann | 2017-02-21 | 1 | -315/+318 |
|
|
| * | Autogen: Optimize GetCompileDefinitionsAndDirectories function | Sebastian Holtermann | 2017-02-21 | 1 | -18/+20 |
|
|
| * | Autogen: Sort AutogenInfo.cmake.in | Sebastian Holtermann | 2017-02-21 | 2 | -6/+6 |
|
|
| * | Autogen: Log simplifications | Sebastian Holtermann | 2017-02-21 | 2 | -125/+118 |
|
|
| * | Autogen: Only touch an unchanged moc_compilation.cpp | Sebastian Holtermann | 2017-02-21 | 1 | -36/+37 |
|
|
| * | Autogen: Rebuild moc when Q_PLUGIN_METADATA json file changes | Sebastian Holtermann | 2017-02-21 | 2 | -83/+209 |
|
|
| * | Autogen: Use GetRealPath in central places only | Sebastian Holtermann | 2017-02-21 | 1 | -27/+18 |
|
|
| * | Autogen: Search moc includes in include directories | Sebastian Holtermann | 2017-02-21 | 2 | -11/+36 |
|
|
| * | Autogen: Sort includes before composing include options | Sebastian Holtermann | 2017-02-21 | 1 | -34/+33 |
|
|
| * | Autogen: Add FindInIncludeDirectories method | Sebastian Holtermann | 2017-02-21 | 2 | -0/+21 |
|
|
| * | Autogen: Synchronize header/source argument names | Sebastian Holtermann | 2017-02-21 | 1 | -10/+10 |
|
|
| * | Autogen: Split moc include paths on info reading | Sebastian Holtermann | 2017-02-21 | 2 | -20/+18 |
|
|
| * | Autogen: Loop based macro detection instead of code duplication | Sebastian Holtermann | 2017-02-21 | 2 | -20/+24 |
|
|
| * | Autogen: Issue a warning if moc isn't required in strict mode | Sebastian Holtermann | 2017-02-21 | 1 | -0/+9 |
|
|
| * | Autogen: Error message tweaks | Sebastian Holtermann | 2017-02-21 | 1 | -18/+17 |
|
|
| * | Autogen: Acquire and store header extensions in Init() | Sebastian Holtermann | 2017-02-21 | 2 | -61/+50 |
|
|
| * | Autogen: Overhaul FindMatchingHeader function | Sebastian Holtermann | 2017-02-21 | 2 | -71/+83 |
|
|
| * | Autogen: Don't list all search paths in error message | Sebastian Holtermann | 2017-02-21 | 1 | -7/+1 |
|
|
| * | Autogen: Indentation fix | Sebastian Holtermann | 2017-02-21 | 1 | -2/+1 |
|
|
| * | Autogen: Rename moc related variables | Sebastian Holtermann | 2017-02-21 | 2 | -14/+13 |
|
|
| * | Autogen: Overhaul moc include list generation | Sebastian Holtermann | 2017-02-21 | 2 | -49/+56 |
|
|
| * | Autogen: Inline string generation | Sebastian Holtermann | 2017-02-19 | 1 | -5/+2 |
|
|
| * | Autogen: Synchronize variable names | Sebastian Holtermann | 2017-02-19 | 1 | -54/+54 |
|
|
| * | Autogen: Move method declarations; Remove comments | Sebastian Holtermann | 2017-02-19 | 2 | -15/+11 |
|
|
| * | Autogen: Rename SkipFoo variables/methods to FooSkip | Sebastian Holtermann | 2017-02-19 | 2 | -16/+16 |
|
|
| * | Autogen: Split moc options info string immediately | Sebastian Holtermann | 2017-02-19 | 2 | -12/+15 |
|
|
| * | Autogen: Split moc compile options info string immediately | Sebastian Holtermann | 2017-02-19 | 2 | -14/+12 |
|
|
| * | Autogen: Rename variables read from info file | Sebastian Holtermann | 2017-02-19 | 2 | -12/+12 |
|
|
| * | Autogen: Inline settings string generation methods | Sebastian Holtermann | 2017-02-19 | 2 | -41/+20 |
|
|
| * | Autogen: Rename settings string variables | Sebastian Holtermann | 2017-02-19 | 2 | -12/+13 |
|
|
| * | Autogen: Make methods const | Sebastian Holtermann | 2017-02-19 | 2 | -12/+14 |
|
|
| * | cmFilePathChecksum: Make methods const useable | Sebastian Holtermann | 2017-02-19 | 2 | -4/+4 |
|
|
| * | Autogen: Add method for checksum based path generation | Sebastian Holtermann | 2017-02-19 | 2 | -7/+22 |
|
|
| * | Autogen: Use nested loops instead of code duplication | Sebastian Holtermann | 2017-02-19 | 1 | -35/+28 |
|
|
| * | Autogen: Use cmSystemTools::Stdout/err instead of std::cout/err | Sebastian Holtermann | 2017-02-19 | 1 | -8/+7 |
|
|
| * | Autogen: LogWarning method fix | Sebastian Holtermann | 2017-02-19 | 1 | -2/+2 |
|
|
| * | Autogen: Single point of return in RccGenerateFile | Sebastian Holtermann | 2017-02-19 | 2 | -74/+81 |
|
|
| * | Autogen: Single point of return in UicGenerateFile | Sebastian Holtermann | 2017-02-19 | 1 | -39/+50 |
|
|
| * | Autogen: Single point of return in MocGenerateFile | Sebastian Holtermann | 2017-02-19 | 1 | -36/+45 |
|
|
| * | Autogen: Use FooEnabled() utility methods | Sebastian Holtermann | 2017-02-19 | 1 | -8/+8 |
|
|
| * | Autogen: Add FooEnabled() utility methods | Sebastian Holtermann | 2017-02-19 | 1 | -0/+4 |
|
|
| * | Autogen: Generate empty settings string for disabled feature | Sebastian Holtermann | 2017-02-19 | 1 | -25/+32 |
|
|
| * | Autogen: Simplify settings write method | Sebastian Holtermann | 2017-02-19 | 1 | -9/+10 |
|
|
| * | Autogen: Simplify settings read method | Sebastian Holtermann | 2017-02-19 | 1 | -19/+17 |
|
|
| * | Autogen: Rename settings key variables | Sebastian Holtermann | 2017-02-19 | 1 | -9/+9 |
|
|
| * | Autogen: Rename settings string generation methods | Sebastian Holtermann | 2017-02-19 | 2 | -9/+10 |
|
|
| * | Autogen: Rename settings file read/write methods | Sebastian Holtermann | 2017-02-19 | 2 | -9/+8 |
|
|