Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Xcode: Write shared schemes based on the default files generated by Xcode | Gusts Kaksis | 2017-02-28 | 5 | -0/+284 |
| | | | | Issue: #15441 | ||||
* | CMake Nightly Date Stamp | Kitware Robot | 2017-02-24 | 1 | -1/+1 |
| | |||||
* | Merge topic 'clang-format-attrs' | Brad King | 2017-02-23 | 2 | -10/+22 |
|\ | | | | | | | | | | | | | d5f39a56 clang-format.bash: Use Git attributes to mark files for formatting f6986ee4 Define a custom Git attribute to mark sources using our C style 2256c3a7 Define a custom Git attribute to mark source files as generated | ||||
| * | clang-format.bash: Use Git attributes to mark files for formatting | Brad King | 2017-02-22 | 2 | -0/+5 |
| | | |||||
| * | Define a custom Git attribute to mark source files as generated | Brad King | 2017-02-22 | 1 | -10/+17 |
| | | |||||
| * | Merge branch 'execute_process-default-encoding' into release | Brad King | 2017-02-13 | 1 | -1/+1 |
| |\ | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2017-02-23 | 1 | -1/+1 |
| | | | |||||
* | | | Merge topic 'autogen_json' | Brad King | 2017-02-22 | 5 | -1116/+1309 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 29d96633 Autogen: Don't use .moc include in Q_PLUGIN_METADATA test d60f1ddc Autogen: Documentation update cdb72127 Autogen: Add release notes for Q_PLUGIN_METADATA support 8b13a52c Autogen: Tests: Set different compression levels in rcc test 9d1db7d7 Autogen: Overhaul and simplify AutogenInfo.cmake file generation 0ab817fa Autogen: Optimize GetCompileDefinitionsAndDirectories function 754d4318 Autogen: Sort AutogenInfo.cmake.in cd74daf0 Autogen: Tests: Add Q_PLUGIN_METADATA test 39c4819e Autogen: Tests: Add moc include tests 50805693 Autogen: Tests: Clean comments c23206b6 Autogen: Log simplifications 347572cf Autogen: Only touch an unchanged moc_compilation.cpp 03df033b Autogen: Rebuild moc when Q_PLUGIN_METADATA json file changes 3ec230de Autogen: Use GetRealPath in central places only 41fb64e7 Autogen: Search moc includes in include directories 175c8900 Autogen: Sort includes before composing include options ... | ||||
| * | | | 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 |
| | | | | | | | | | | | | | | | | | | | | Also rename AM_SKIP_MOC to AM_MOC_SKIP and AM_SKIP_UIC to AM_UIC_SKIP | ||||
| * | | | Autogen: Log simplifications | Sebastian Holtermann | 2017-02-21 | 2 | -125/+118 |
| | | | | | | | | | | | | | | | | | | | | The logging methods now automatically add an end-of-line to the message if it is missing. | ||||
| * | | | 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 |
| | | | | | | | | | | | | | | | | Closes #15419 | ||||
| * | | | 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 |
| | | | |