Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Merge topic 'xcode-rerun-issue-12616' | David Cole | 2011-12-16 | 1 | -2/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Xcode: Create separate rerun dependencies for subprojects (#12616) | Brad King | 2011-12-09 | 1 | -2/+1 | |
* | | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-12-16 | 1 | -1/+1 | |
* | | | | | | | | | KWSys: Correctly handle empty environment variables | Brad King | 2011-12-15 | 1 | -1/+1 | |
| |_|_|_|_|/ / / |/| | | | | | | | ||||||
* | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-12-15 | 1 | -1/+1 | |
| |_|_|_|/ / / |/| | | | | | | ||||||
* | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-12-14 | 1 | -1/+1 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-12-13 | 1 | -1/+1 | |
| |/ / / / |/| | | | | ||||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-12-12 | 1 | -1/+1 | |
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-12-11 | 1 | -1/+1 | |
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-12-10 | 1 | -1/+1 | |
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-12-09 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-12-08 | 1 | -1/+1 | |
* | | | | Merge topic 'AutomocIncludedDotMocFileHandling' | David Cole | 2011-12-07 | 4 | -72/+355 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into AutomocIncludedDotMocFileHandling | David Cole | 2011-12-07 | 74 | -428/+3250 | |
| |\ \ \ \ | ||||||
| * | | | | | automoc: add documentation for CMAKE_AUTOMOC_STRICT_MODE | Alex Neundorf | 2011-12-06 | 2 | -1/+18 | |
| * | | | | | automoc: fix line length | Alex Neundorf | 2011-12-06 | 1 | -1/+1 | |
| * | | | | | automoc: add variable CMAKE_AUTOMOC_STRICT_MODE, to enable strict parsing | Alex Neundorf | 2011-12-02 | 2 | -2/+12 | |
| * | | | | | automoc: accept even more .moc files in non-strict mode | Alex Neundorf | 2011-12-02 | 1 | -56/+25 | |
| * | | | | | automoc: also accept other files when .moc is included in non-strict mode | Alex Neundorf | 2011-12-02 | 1 | -20/+14 | |
| * | | | | | 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 | |