Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | automoc: add a StrictParseCppFile(), which is only qmake-compatible | Alex Neundorf | 2011-12-02 | 2 | -6/+125 | |
| * | | | | automoc: move the code for finding headers into separate function | Alex Neundorf | 2011-12-02 | 2 | -21/+37 | |
| * | | | | automoc: fix handling of included _p.moc files | Alex Neundorf | 2011-11-30 | 1 | -2/+3 | |
| * | | | | automoc: some more linebreaks for the warnings for better readability | Alex Neundorf | 2011-11-29 | 1 | -8/+8 | |
| * | | | | automoc: add extra check whether the header contains Q_PRIVATE_SLOT | Alex Neundorf | 2011-11-29 | 1 | -1/+50 | |
| * | | | | automoc: add special handling for including basename_p.moc, with test | Alex Neundorf | 2011-11-22 | 1 | -7/+32 | |
| * | | | | automoc: move some code from the big parsing loop into separate functions | Alex Neundorf | 2011-11-22 | 1 | -30/+47 | |
| * | | | | Automoc: modified handling of included .moc files | Alex Neundorf | 2011-11-16 | 1 | -3/+14 | |
| * | | | | automoc: another runtime optimization | Alex Neundorf | 2011-11-10 | 1 | -6/+23 | |
| * | | | | automoc: minor optimization | Alex Neundorf | 2011-11-10 | 1 | -1/+1 | |
| * | | | | automoc: improved diagnostics | Alex Neundorf | 2011-11-10 | 1 | -10/+11 | |
| * | | | | automoc: handle the case when the developer includes the wrong mocfile | Alex Neundorf | 2011-11-10 | 1 | -0/+33 | |
| * | | | | automoc: rework the checking for the matching header, to give better warnings | Alex Neundorf | 2011-11-10 | 1 | -42/+35 | |
| * | | | | automoc: stricter checking for what file is included | Alex Neundorf | 2011-11-10 | 1 | -0/+12 | |
* | | | | | Merge topic 'refactor-versioned-lib-names' | David Cole | 2011-12-07 | 2 | -40/+37 | |
|\ \ \ \ \ | ||||||
| * | | | | | cmTarget: Create helper method for versioned library names | Brad King | 2011-12-06 | 2 | -40/+37 | |
* | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-12-07 | 1 | -1/+1 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Merge topic 'GNU-to-MS' | David Cole | 2011-12-06 | 9 | -5/+119 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add CMAKE_GNUtoMS option to convert GNU .dll.a to MS .lib | Brad King | 2011-12-05 | 8 | -2/+105 | |
| * | | | | | Factor makefile generator link rule lookup into helper function | Brad King | 2011-12-05 | 4 | -3/+12 | |
| * | | | | | Load platform files that need to know the ABI when possible | Brad King | 2011-12-05 | 1 | -0/+2 | |
* | | | | | | Merge topic 'export-final-location' | David Cole | 2011-12-06 | 4 | -11/+30 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | export(): Document undefined behavior of location properties | Brad King | 2011-12-01 | 1 | -0/+2 | |
| * | | | | | | Factor out target location undefined behavior helper macro | Brad King | 2011-12-01 | 3 | -11/+28 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-12-06 | 1 | -1/+1 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-12-05 | 1 | -1/+1 | |
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-12-04 | 1 | -1/+1 | |
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-12-03 | 1 | -1/+1 | |
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-12-02 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge topic 'newline-style' | David Cole | 2011-12-01 | 8 | -7/+190 | |
|\ \ \ \ | ||||||
| * | | | | Provide std::ios_base typedef on GCC < 3 | Brad King | 2011-11-30 | 1 | -0/+5 | |
| * | | | | cmNewLineStyle: Use cmStandardIncludes.h | Brad King | 2011-11-30 | 1 | -3/+1 | |
| * | | | | cmNewLineStyle: Remove trailing comma in enum | Brad King | 2011-11-29 | 1 | -1/+1 | |
| * | | | | Add NEWLINE_STYLE option to configure_file (#3957) | Peter Kuemmel | 2011-11-28 | 7 | -7/+187 | |
* | | | | | Merge topic 'remove-cmLocalGenerator-trailing-whitespace' | David Cole | 2011-12-01 | 1 | -73/+73 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove trailing whitespace from cmLocalGenerator | Brad King | 2011-11-29 | 1 | -73/+73 | |
* | | | | | | Merge topic 'vs-managed-projects' | David Cole | 2011-12-01 | 3 | -1/+80 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | VS: Add support for three new project properties (#12586) | Aaron Ten Clay | 2011-11-28 | 3 | -1/+80 | |
* | | | | | | | Merge topic 'automoc_qt5' | David Cole | 2011-12-01 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | moc is now part of the Qt5Core module | Stephen Kelly | 2011-11-26 | 1 | -3/+3 | |
| * | | | | | | | Merge remote-tracking branch 'origin/master' into automoc_qt5 | Stephen Kelly | 2011-11-10 | 17 | -67/+183 | |
| |\ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ | Merge topic 'cmake-gui_AddCompletionForAddCacheEntry' | David Cole | 2011-12-01 | 4 | -11/+39 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cmake-gui: add completion for the names when adding cache entries | Alex Neundorf | 2011-11-19 | 4 | -3/+31 | |
| * | | | | | | | | | Remove trailing whitespace | Alex Neundorf | 2011-11-19 | 2 | -8/+8 | |
* | | | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-12-01 | 1 | -2/+2 | |
* | | | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-11-30 | 1 | -1/+1 | |
| |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
* | | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-11-29 | 1 | -1/+1 | |
* | | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-11-28 | 1 | -1/+1 | |
* | | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-11-27 | 1 | -1/+1 | |
| |_|_|_|/ / / / |/| | | | | | | | ||||||
* | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-11-26 | 1 | -1/+1 | |