summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Handle libarchive API change in archive_read_data_blockBrad King2011-12-221-0/+4
* KWSys Nightly Date StampKWSys Robot2011-12-201-1/+1
* KWSys Nightly Date StampKWSys Robot2011-12-191-1/+1
* KWSys Nightly Date StampKWSys Robot2011-12-181-1/+1
* KWSys Nightly Date StampKWSys Robot2011-12-171-1/+1
* Merge topic 'qtdialog-quit'David Cole2011-12-161-0/+2
|\
| * QtDialog: Set Ctrl+Q as the shortcut for quitting the program.Raphael Kubo da Costa2011-12-151-0/+2
* | Merge topic 'intel-error-regex-issue-12627'David Cole2011-12-161-1/+1
|\ \
| * | CTest: Recognize Intel errors without space before colon (#12627)Brad King2011-12-151-1/+1
* | | Merge topic 'remove-old-QtDialog-readme'David Cole2011-12-161-3/+0
|\ \ \
| * | | Remove the apparently outdated README in Source/QtDialog.Raphael Kubo da Costa2011-12-151-3/+0
* | | | Merge topic 'osx-dependent-libraries'David Cole2011-12-161-1/+3
|\ \ \ \
| * | | | Do not link private dependent shared libraries on OS X > 10.4Brad King2011-12-151-1/+3
* | | | | Merge topic 'transitive-shared-lib-depend'David Cole2011-12-161-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Follow all dependencies of shared library private dependenciesBrad King2011-12-141-1/+2
| | |/ / | |/| |
* | | | Merge topic 'fix-12441-show-custom-target-progress'David Cole2011-12-161-0/+14
|\ \ \ \
| * | | | CMake: Fix progress reporting for custom targets (#12441)Johan Fänge2011-12-141-0/+14
| | |/ / | |/| |
* | | | Merge topic 'vs-version-ivar'David Cole2011-12-161-0/+10
|\ \ \ \
| * | | | Fix Intel Fortran .vfproj files for VS 10Brad King2011-12-131-0/+10
* | | | | 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
* | | | | | | 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-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