summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* KWSys Nightly Date StampKWSys Robot2011-12-091-1/+1
* KWSys Nightly Date StampKWSys Robot2011-12-081-1/+1
* Merge topic 'AutomocIncludedDotMocFileHandling'David Cole2011-12-074-72/+355
|\
| * Merge branch 'master' into AutomocIncludedDotMocFileHandlingDavid Cole2011-12-0774-428/+3250
| |\
| * | automoc: add documentation for CMAKE_AUTOMOC_STRICT_MODEAlex Neundorf2011-12-062-1/+18
| * | automoc: fix line lengthAlex Neundorf2011-12-061-1/+1
| * | automoc: add variable CMAKE_AUTOMOC_STRICT_MODE, to enable strict parsingAlex Neundorf2011-12-022-2/+12
| * | automoc: accept even more .moc files in non-strict modeAlex Neundorf2011-12-021-56/+25
| * | automoc: also accept other files when .moc is included in non-strict modeAlex Neundorf2011-12-021-20/+14
| * | automoc: add a StrictParseCppFile(), which is only qmake-compatibleAlex Neundorf2011-12-022-6/+125
| * | automoc: move the code for finding headers into separate functionAlex Neundorf2011-12-022-21/+37
| * | automoc: fix handling of included _p.moc filesAlex Neundorf2011-11-301-2/+3
| * | automoc: some more linebreaks for the warnings for better readabilityAlex Neundorf2011-11-291-8/+8
| * | automoc: add extra check whether the header contains Q_PRIVATE_SLOTAlex Neundorf2011-11-291-1/+50
| * | automoc: add special handling for including basename_p.moc, with testAlex Neundorf2011-11-221-7/+32
| * | automoc: move some code from the big parsing loop into separate functionsAlex Neundorf2011-11-221-30/+47
| * | Automoc: modified handling of included .moc filesAlex Neundorf2011-11-161-3/+14
| * | automoc: another runtime optimizationAlex Neundorf2011-11-101-6/+23
| * | automoc: minor optimizationAlex Neundorf2011-11-101-1/+1
| * | automoc: improved diagnosticsAlex Neundorf2011-11-101-10/+11
| * | automoc: handle the case when the developer includes the wrong mocfileAlex Neundorf2011-11-101-0/+33
| * | automoc: rework the checking for the matching header, to give better warningsAlex Neundorf2011-11-101-42/+35
| * | automoc: stricter checking for what file is includedAlex Neundorf2011-11-101-0/+12
* | | Merge topic 'refactor-versioned-lib-names'David Cole2011-12-072-40/+37
|\ \ \
| * | | cmTarget: Create helper method for versioned library namesBrad King2011-12-062-40/+37
* | | | KWSys Nightly Date StampKWSys Robot2011-12-071-1/+1
| |_|/ |/| |
* | | Merge topic 'GNU-to-MS'David Cole2011-12-069-5/+119
|\ \ \
| * | | Add CMAKE_GNUtoMS option to convert GNU .dll.a to MS .libBrad King2011-12-058-2/+105
| * | | Factor makefile generator link rule lookup into helper functionBrad King2011-12-054-3/+12
| * | | Load platform files that need to know the ABI when possibleBrad King2011-12-051-0/+2
* | | | Merge topic 'export-final-location'David Cole2011-12-064-11/+30
|\ \ \ \
| * | | | export(): Document undefined behavior of location propertiesBrad King2011-12-011-0/+2
| * | | | Factor out target location undefined behavior helper macroBrad King2011-12-013-11/+28
| | |/ / | |/| |
* | | | KWSys Nightly Date StampKWSys Robot2011-12-061-1/+1
* | | | KWSys Nightly Date StampKWSys Robot2011-12-051-1/+1
* | | | KWSys Nightly Date StampKWSys Robot2011-12-041-1/+1
* | | | KWSys Nightly Date StampKWSys Robot2011-12-031-1/+1
* | | | KWSys Nightly Date StampKWSys Robot2011-12-021-1/+1
|/ / /
* | | Merge topic 'newline-style'David Cole2011-12-018-7/+190
|\ \ \
| * | | Provide std::ios_base typedef on GCC < 3Brad King2011-11-301-0/+5
| * | | cmNewLineStyle: Use cmStandardIncludes.hBrad King2011-11-301-3/+1
| * | | cmNewLineStyle: Remove trailing comma in enumBrad King2011-11-291-1/+1
| * | | Add NEWLINE_STYLE option to configure_file (#3957)Peter Kuemmel2011-11-287-7/+187
* | | | Merge topic 'remove-cmLocalGenerator-trailing-whitespace'David Cole2011-12-011-73/+73
|\ \ \ \
| * | | | Remove trailing whitespace from cmLocalGeneratorBrad King2011-11-291-73/+73
* | | | | Merge topic 'vs-managed-projects'David Cole2011-12-013-1/+80
|\ \ \ \ \
| * | | | | VS: Add support for three new project properties (#12586)Aaron Ten Clay2011-11-283-1/+80
* | | | | | Merge topic 'automoc_qt5'David Cole2011-12-011-3/+3
|\ \ \ \ \ \
| * | | | | | moc is now part of the Qt5Core moduleStephen Kelly2011-11-261-3/+3
| * | | | | | Merge remote-tracking branch 'origin/master' into automoc_qt5Stephen Kelly2011-11-1017-67/+183
| |\ \ \ \ \ \