summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* AUTOGEN: Tests: AUTOMOC SKIP_AUTOMOC and SKIP_AUTOGEN testSebastian Holtermann2017-01-108-0/+90
|
* AUTOGEN: Generators: Do moc/uic skip test during file list generationSebastian Holtermann2017-01-101-15/+16
|
* AUTOGEN: Generators: Message upper/lower case unificationSebastian Holtermann2017-01-101-23/+23
|
* AUTOGEN: Generators: Use single moc/uic skip test method onlySebastian Holtermann2017-01-101-50/+42
|
* AUTOGEN: Generators: Use AUTOMOC/UIC/RCC instead of AUTOGEN in messagesSebastian Holtermann2017-01-101-8/+8
|
* AUTOGEN: Generators: Moc/UicSkipTest methodsSebastian Holtermann2017-01-102-28/+38
|
* AUTOGEN: Generators: Use separate header lists for MOC and UICSebastian Holtermann2017-01-102-16/+50
| | | | This is necessary for the skipMoc and skipUic lists to work properly.
* AUTOGEN: Generators: Be verbose about skipping filesSebastian Holtermann2017-01-101-18/+43
|
* AUTOGEN: Generators: Remove unused variableSebastian Holtermann2017-01-101-3/+2
|
* AUTOGEN: Initializer: Always remember skipped filesSebastian Holtermann2017-01-101-26/+35
|
* AUTOGEN: Initializer: Enable SKIP_AUTOGEN on all AUTOGEN generated sourcesSebastian Holtermann2017-01-101-2/+4
|
* AUTOGEN: Initializer: Introduce SKIP_AUTOGEN checksSebastian Holtermann2017-01-101-1/+7
|
* AUTOGEN: Rename config variablesSebastian Holtermann2017-01-102-20/+20
| | | | The new names describe the variables use cases better.
* AUTOGEN: Make skipMoc and skipUic blacklists behave the same waySebastian Holtermann2017-01-102-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 parsingSebastian Holtermann2017-01-102-62/+80
|
* AUTOGEN: Generators: Split config SKIP_MOC and SKIP_UIC into vectorsSebastian Holtermann2017-01-102-22/+18
|
* AUTOGEN: Generators: Split config headers/sources into vectorSebastian Holtermann2017-01-102-15/+12
|
* AUTOGEN: Generators: Rename ParseForUic methodSebastian Holtermann2017-01-102-5/+5
|
* AUTOGEN: Generators: Group static function definitionsSebastian Holtermann2017-01-101-9/+9
|
* AUTOGEN: Generators: Use precompiled regular expressionsSebastian Holtermann2017-01-102-38/+43
|
* AUTOGEN: Generators: Use unified ParseSourceFile and drop old methodsSebastian Holtermann2017-01-102-325/+5
|
* AUTOGEN: Generators: Introduce unified ParseSourceFileSebastian Holtermann2017-01-102-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: CommentsSebastian Holtermann2017-01-101-1/+1
|
* AUTOGEN: Generators: Variable renameSebastian Holtermann2017-01-101-2/+2
|
* AUTOGEN: Generators: Cleanup and optimize ParseForUic methodSebastian Holtermann2017-01-101-13/+7
|
* AUTOGEN: Generators: Cleanup variable initializationSebastian Holtermann2017-01-101-4/+1
|
* AUTOGEN: Generators: rename makeParentDirectory to MakeParentDirectorySebastian Holtermann2017-01-102-6/+6
|
* CMake Nightly Date StampKitware Robot2017-01-101-1/+1
|
* Merge topic 'cpack-deb-package-version-override-fix'Brad King2017-01-091-2/+2
|\ | | | | | | | | 2f4e5ed6 CPackDeb: use CPACK_DEBIAN_PACKAGE_VERSION
| * CPackDeb: use CPACK_DEBIAN_PACKAGE_VERSIONDaniel Pfeifer2016-12-201-2/+2
| |
* | Merge topic '15687-revisit-xcode-system-include'Brad King2017-01-093-5/+30
|\ \ | | | | | | | | | | | | 88f07fb4 Xcode: Properly mark SYSTEM includes as such
| * | Xcode: Properly mark SYSTEM includes as suchGregor Jasny2016-12-273-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 King2017-01-095-0/+11
|\ \ \ | | | | | | | | | | | | | | | | 98f21433 cmTarget: Enforce TYPE being a read-only property
| * | | cmTarget: Enforce TYPE being a read-only propertyGregor Jasny2017-01-095-0/+11
| | | |
* | | | Merge topic 'fix-required-var-error-typo'Brad King2017-01-091-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 8e4d286e Fix typo in error message on missing required variable
| * | | | Fix typo in error message on missing required variableBrad King2016-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | Reported-by: Albrecht Schlosser <AlbrechtS.fltk@online.de>
* | | | | Merge topic 'mr-reset-error-flag-on-configure'Brad King2017-01-091-0/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 7789dd9a server-mode: Call ResetErrorOccured before configure
| * | | | | server-mode: Call ResetErrorOccured before configureTobias Hunger2016-12-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Closes: #16506
* | | | | | Merge topic 'pgi-ninja-fortran'Brad King2017-01-091-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4087d0ae PGI: Add support for Fortran with the Ninja generator
| * | | | | | PGI: Add support for Fortran with the Ninja generatorDaniel Carrera2016-12-161-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 StampKitware Robot2017-01-091-1/+1
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2017-01-081-1/+1
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2017-01-071-1/+1
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2017-01-061-1/+1
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2017-01-051-1/+1
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2017-01-041-1/+1
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2017-01-031-1/+1
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2017-01-021-1/+1
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2017-01-011-1/+1
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2016-12-311-1/+1
| | | | | |