summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | FindLAPACK: Correct CMAKE_FIND_LIBRARY_SUFFIXES spelling (#12624)Tim Gallagher2011-12-131-4/+4
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'qt4-deploy-module'David Cole2011-12-161-0/+2
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Unset configurations variable when no build type.Mike McQuaid2011-12-131-0/+2
* | | | | | | | | Merge topic 'CPackRPM-0012608-UserSpecificFileControl'David Cole2011-12-161-10/+89
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | CPackRPM fix #0012608 and unoticed related bugEric NOULARD2011-12-121-10/+89
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'ctest-no-cdash-issue-12618'David Cole2011-12-161-2/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | CTest: Do not get CDash version without drop site (#12618)Valat Sébastien2011-12-121-2/+6
* | | | | | | | | | Merge topic 'xcode-rerun-issue-12616'David Cole2011-12-161-2/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Xcode: Create separate rerun dependencies for subprojects (#12616)Brad King2011-12-091-2/+1
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge topic 'FortranCInterface-MinGW'David Cole2011-12-161-0/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | FortranCInterface: Work around mingw32-make trouble with parensBrad King2011-12-091-0/+8
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'update-cygwin-release-script'David Cole2011-12-161-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Release: Increase timeout for slow-testing cygwin buildDavid Cole2011-12-091-0/+1
* | | | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-12-161-1/+1
* | | | | | | | | | | KWSys: Correctly handle empty environment variablesBrad King2011-12-151-1/+1
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
* | | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-12-151-1/+1
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-12-141-1/+1
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2011-12-131-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-12-121-1/+1
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-12-111-1/+1
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-12-101-1/+1
|/ / / / / /
* | | | | | KWSys Nightly Date StampKWSys Robot2011-12-091-1/+1
|/ / / / /
* | | | | KWSys Nightly Date StampKWSys Robot2011-12-081-1/+1
* | | | | Merge topic 'AutomocIncludedDotMocFileHandling'David Cole2011-12-0721-73/+790
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into AutomocIncludedDotMocFileHandlingDavid Cole2011-12-07201-567/+7588
| |\ \ \ \ \
| * | | | | | 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-023-2/+13
| * | | | | | 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
| * | | | | | Add a test case for the use of Q_PRIVATE_SLOT.Stephen Kelly2011-11-223-1/+42
| * | | | | | automoc: add special handling for including basename_p.moc, with testAlex Neundorf2011-11-226-8/+124
| * | | | | | automoc: move some code from the big parsing loop into separate functionsAlex Neundorf2011-11-221-30/+47
| * | | | | | automoc: add test for including a moc_abc_p.cpp fileAlex Neundorf2011-11-222-0/+34
| * | | | | | automoc: add test for including the moc file from another headerAlex Neundorf2011-11-225-1/+65
| * | | | | | automoc: add a test for including both abc.moc and moc_abc.cppAlex Neundorf2011-11-224-1/+74
| * | | | | | 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: add more test casesAlex Neundorf2011-11-106-1/+131
| * | | | | | 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
|\ \ \ \ \ \ \