Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AUTOGEN: Make skipMoc and skipUic blacklists behave the same way | Sebastian Holtermann | 2017-01-10 | 2 | -80/+82 |
| | | | | | | | Before skipMoc was a list of files that were not included in the sources. Now the skipMoc files are added to the sources as well in case they are needed for uic processing. skipMoc becomes a blacklist just like skipUic. | ||||
* | AUTOGEN: Generators: Add dedicated method for moc content parsing | Sebastian Holtermann | 2017-01-10 | 2 | -62/+80 |
| | |||||
* | AUTOGEN: Generators: Split config SKIP_MOC and SKIP_UIC into vectors | Sebastian Holtermann | 2017-01-10 | 2 | -22/+18 |
| | |||||
* | AUTOGEN: Generators: Split config headers/sources into vector | Sebastian Holtermann | 2017-01-10 | 2 | -15/+12 |
| | |||||
* | AUTOGEN: Generators: Rename ParseForUic method | Sebastian Holtermann | 2017-01-10 | 2 | -5/+5 |
| | |||||
* | AUTOGEN: Generators: Group static function definitions | Sebastian Holtermann | 2017-01-10 | 1 | -9/+9 |
| | |||||
* | AUTOGEN: Generators: Use precompiled regular expressions | Sebastian Holtermann | 2017-01-10 | 2 | -38/+43 |
| | |||||
* | AUTOGEN: Generators: Use unified ParseSourceFile and drop old methods | Sebastian Holtermann | 2017-01-10 | 2 | -325/+5 |
| | |||||
* | AUTOGEN: Generators: Introduce unified ParseSourceFile | Sebastian Holtermann | 2017-01-10 | 2 | -0/+214 |
| | | | | | | | The new cmQtAutoGenerators::ParseSourceFile method combines the functionality of ParseCppFile and StrictParseCppFile in a single method to avoid code duplication. Relaxed or strict mode is selected by an additional bool argument. | ||||
* | AUTOGEN: Generators: Comments | Sebastian Holtermann | 2017-01-10 | 1 | -1/+1 |
| | |||||
* | AUTOGEN: Generators: Variable rename | Sebastian Holtermann | 2017-01-10 | 1 | -2/+2 |
| | |||||
* | AUTOGEN: Generators: Cleanup and optimize ParseForUic method | Sebastian Holtermann | 2017-01-10 | 1 | -13/+7 |
| | |||||
* | AUTOGEN: Generators: Cleanup variable initialization | Sebastian Holtermann | 2017-01-10 | 1 | -4/+1 |
| | |||||
* | AUTOGEN: Generators: rename makeParentDirectory to MakeParentDirectory | Sebastian Holtermann | 2017-01-10 | 2 | -6/+6 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2017-01-10 | 1 | -1/+1 |
| | |||||
* | Merge topic '15687-revisit-xcode-system-include' | Brad King | 2017-01-09 | 1 | -0/+16 |
|\ | | | | | | | | | 88f07fb4 Xcode: Properly mark SYSTEM includes as such | ||||
| * | Xcode: Properly mark SYSTEM includes as such | Gregor Jasny | 2016-12-27 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | We now populate the per-language flags in addition to the header search paths stored in HEADER_SEARCH_PATHS. This preserves include paths for GNU assembly files (cmake/cmake#16449) and also provides SYSTEM include semantics. Closes: cmake/cmake#15687 | ||||
* | | Merge topic 'read-only-type-target-property' | Brad King | 2017-01-09 | 1 | -0/+6 |
|\ \ | | | | | | | | | | | | | 98f21433 cmTarget: Enforce TYPE being a read-only property | ||||
| * | | cmTarget: Enforce TYPE being a read-only property | Gregor Jasny | 2017-01-09 | 1 | -0/+6 |
| | | | |||||
* | | | Merge topic 'fix-required-var-error-typo' | Brad King | 2017-01-09 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | 8e4d286e Fix typo in error message on missing required variable | ||||
| * | | | Fix typo in error message on missing required variable | Brad King | 2016-12-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Reported-by: Albrecht Schlosser <AlbrechtS.fltk@online.de> | ||||
* | | | | Merge topic 'mr-reset-error-flag-on-configure' | Brad King | 2017-01-09 | 1 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | 7789dd9a server-mode: Call ResetErrorOccured before configure | ||||
| * | | | | server-mode: Call ResetErrorOccured before configure | Tobias Hunger | 2016-12-16 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | Closes: #16506 | ||||
| * | | | | Merge branch 'vs-fix-standalone-Windows7.1SDK-toolset' into release | Brad King | 2016-12-07 | 1 | -1/+10 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'vs-Zc-inline' into release | Brad King | 2016-11-30 | 2 | -0/+3 |
| |\ \ \ \ \ | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-01-09 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-01-08 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-01-07 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-01-06 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-01-05 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-01-04 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-01-03 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-01-02 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-01-01 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-31 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-30 | 1 | -1/+1 |
| |_|_|_|/ / |/| | | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-29 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-28 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-27 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-26 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-25 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-24 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-23 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-22 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-21 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-20 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-19 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-18 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-17 | 1 | -1/+1 |
| |_|_|/ |/| | | | |||||
* | | | | Merge topic 'refactor-compile-pdb-path' | Brad King | 2016-12-16 | 4 | -31/+25 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | 6271df8f Makefile,Ninja: De-duplicate MSVC compiler PDB path selection |