Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AUTOGEN: Tests: AUTOMOC SKIP_AUTOMOC and SKIP_AUTOGEN test | Sebastian Holtermann | 2017-01-10 | 8 | -0/+90 |
| | |||||
* | AUTOGEN: Generators: Do moc/uic skip test during file list generation | Sebastian Holtermann | 2017-01-10 | 1 | -15/+16 |
| | |||||
* | AUTOGEN: Generators: Message upper/lower case unification | Sebastian Holtermann | 2017-01-10 | 1 | -23/+23 |
| | |||||
* | AUTOGEN: Generators: Use single moc/uic skip test method only | Sebastian Holtermann | 2017-01-10 | 1 | -50/+42 |
| | |||||
* | AUTOGEN: Generators: Use AUTOMOC/UIC/RCC instead of AUTOGEN in messages | Sebastian Holtermann | 2017-01-10 | 1 | -8/+8 |
| | |||||
* | AUTOGEN: Generators: Moc/UicSkipTest methods | Sebastian Holtermann | 2017-01-10 | 2 | -28/+38 |
| | |||||
* | AUTOGEN: Generators: Use separate header lists for MOC and UIC | Sebastian Holtermann | 2017-01-10 | 2 | -16/+50 |
| | | | | This is necessary for the skipMoc and skipUic lists to work properly. | ||||
* | AUTOGEN: Generators: Be verbose about skipping files | Sebastian Holtermann | 2017-01-10 | 1 | -18/+43 |
| | |||||
* | AUTOGEN: Generators: Remove unused variable | Sebastian Holtermann | 2017-01-10 | 1 | -3/+2 |
| | |||||
* | AUTOGEN: Initializer: Always remember skipped files | Sebastian Holtermann | 2017-01-10 | 1 | -26/+35 |
| | |||||
* | AUTOGEN: Initializer: Enable SKIP_AUTOGEN on all AUTOGEN generated sources | Sebastian Holtermann | 2017-01-10 | 1 | -2/+4 |
| | |||||
* | AUTOGEN: Initializer: Introduce SKIP_AUTOGEN checks | Sebastian Holtermann | 2017-01-10 | 1 | -1/+7 |
| | |||||
* | AUTOGEN: Rename config variables | Sebastian Holtermann | 2017-01-10 | 2 | -20/+20 |
| | | | | The new names describe the variables use cases better. | ||||
* | 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 'cpack-deb-package-version-override-fix' | Brad King | 2017-01-09 | 1 | -2/+2 |
|\ | | | | | | | | | 2f4e5ed6 CPackDeb: use CPACK_DEBIAN_PACKAGE_VERSION | ||||
| * | CPackDeb: use CPACK_DEBIAN_PACKAGE_VERSION | Daniel Pfeifer | 2016-12-20 | 1 | -2/+2 |
| | | |||||
* | | Merge topic '15687-revisit-xcode-system-include' | Brad King | 2017-01-09 | 3 | -5/+30 |
|\ \ | | | | | | | | | | | | | 88f07fb4 Xcode: Properly mark SYSTEM includes as such | ||||
| * | | Xcode: Properly mark SYSTEM includes as such | Gregor Jasny | 2016-12-27 | 3 | -5/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 5 | -0/+11 |
|\ \ \ | | | | | | | | | | | | | | | | | 98f21433 cmTarget: Enforce TYPE being a read-only property | ||||
| * | | | cmTarget: Enforce TYPE being a read-only property | Gregor Jasny | 2017-01-09 | 5 | -0/+11 |
| | | | | |||||
* | | | | 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 topic 'pgi-ninja-fortran' | Brad King | 2017-01-09 | 1 | -0/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4087d0ae PGI: Add support for Fortran with the Ninja generator | ||||
| * | | | | | | PGI: Add support for Fortran with the Ninja generator | Daniel Carrera | 2016-12-16 | 1 | -0/+3 |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The PGI documentation says that `-Mpreprocess` "instructs the compiler to perform cpp-like preprocessing on assembly and Fortran input source files". The `-E` flag causes the compiler to spit the result to stdout instead of saving it to a file. | ||||
* | | | | | | 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 |
| | | | | | |