summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'some-documentation-fixes'David Cole2011-10-2524-494/+499
|\
| * ccmake: Factor toggle key help instructions.Nicolas Despres2011-10-231-9/+7
| * ccmake: Document '/' key.Nicolas Despres2011-10-231-3/+2
| * ccmake: Align 'g' and 'q' key instructions.Nicolas Despres2011-10-231-2/+3
| * Usage: Add missing exepath argument in get_prerequisites documentation.Nicolas Despres2011-10-231-1/+1
| * Usage: Print help, version and copyright options in usage information.Nicolas Despres2011-10-233-3/+3
| * Usage: Document all options printing the version number.Nicolas Despres2011-10-231-1/+2
| * Usage: Document all options printing usage information.Nicolas Despres2011-10-231-1/+1
| * Usage: Document -j|--parallel option in help message.Nicolas Despres2011-10-231-0/+4
| * Doxygen: Remove dependency on VTK when building doxygen.Nicolas Despres2011-10-231-2/+0
| * Doxygen: Fix warnings.Nicolas Despres2011-10-2311-23/+24
| * Doxygen: Generate call graph and relationships.Nicolas Despres2011-10-231-1/+3
| * Doxygen: Improve code documentation.Nicolas Despres2011-10-231-0/+1
| * Fix typo.Nicolas Despres2011-10-236-8/+8
| * Remove trailing white-spaces.Nicolas Despres2011-10-2316-443/+443
* | Merge topic 'SourceGroupsForEclipse'David Cole2011-10-253-35/+197
|\ \
| * | Eclipse: fix #12417, don't create wrong src pathentriesAlex Neundorf2011-10-231-0/+13
| * | Eclipse: detect number of CPUs, set CMAKE_ECLIPSE_MAKE_ARGUMENTS accordiglyAlex Neundorf2011-10-231-1/+13
| * | Eclipse: add Build and Clean targets to targetsAlex Neundorf2011-10-232-3/+33
| * | Eclipse: move code for generating links to targets into separate functionAlex Neundorf2011-10-232-80/+84
| * | Eclipse: move code for generating links to projects into separate functionAlex Neundorf2011-10-232-27/+39
| * | Eclipse: add virtual folder for each targetAlex Neundorf2011-10-192-8/+99
* | | Merge topic 'AutomocFindQ_OBJECTAlwaysInHeader'David Cole2011-10-256-86/+181
|\ \ \
| * | | automoc: always run moc on the cpp file if there is a foo.moc includedAlex Neundorf2011-10-221-10/+5
| * | | Add copyright noticesAlex Neundorf2011-10-224-0/+52
| * | | automoc:run moc on the header if the source file contains include "foo.moc"Alex Neundorf2011-10-226-76/+124
* | | | Merge topic 'fix-12490-shorten-gcov-filenames'David Cole2011-10-253-3/+14
|\ \ \ \
| * | | | CTest: Add COVERAGE_EXTRA_FLAGS cache variable (#12490)David Cole2011-10-223-3/+14
| |/ / /
* | | | Merge topic 'fix-12522-avoid-xcode-env-spew'David Cole2011-10-251-0/+5
|\ \ \ \
| * | | | Xcode: Avoid spewing the environment on every script run (#12522)Johan Bjork2011-10-201-0/+5
* | | | | Merge topic 'fix-vs11-sln-header'David Cole2011-10-251-1/+1
|\ \ \ \ \
| * | | | | VS11: Fix comment generated at the top of *.sln filesDavid Cole2011-10-201-1/+1
| |/ / / /
* | | | | Merge topic 'qt4-deploy-module'David Cole2011-10-253-0/+284
|\ \ \ \ \
| * | | | | Add DeployQt4 module.Mike McQuaid2011-10-031-0/+274
| * | | | | Add QT_LIBRARIES_PLUGINS variable to UseQt4.Mike McQuaid2011-10-032-0/+10
* | | | | | Merge topic 'cmake-link-interface-libraries'David Cole2011-10-252-1/+12
|\ \ \ \ \ \
| * | | | | | Initialize LINK_INTERFACE_LIBRARIES target property with a variableStephen Kelly2011-10-242-1/+12
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-10-251-1/+1
* | | | | | | KWSys: Fix Doxygen warningsBrad King2011-10-241-2/+2
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-10-241-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-10-231-1/+1
| |_|_|/ / |/| | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-10-221-1/+1
* | | | | KWSys Nightly Date StampKWSys Robot2011-10-211-1/+1
| |_|/ / |/| | |
* | | | KWSys Nightly Date StampKWSys Robot2011-10-201-1/+1
| |_|/ |/| |
* | | KWSys Nightly Date StampKWSys Robot2011-10-191-1/+1
* | | Merge topic 'DetectEclipseVersion'David Cole2011-10-183-21/+82
|\ \ \
| * | | Eclipse: better message when Eclipse version could not be determinedAlex Neundorf2011-10-151-7/+7
| * | | Eclipse: don't create VirtualFolders if not supportedAlex Neundorf2011-10-151-21/+24
| * | | Detect whether the current Eclipse version supports VirtualFoldersAlex Neundorf2011-10-152-0/+21
| * | | Eclipse generator: detect Eclipse versionAlex Neundorf2011-10-151-0/+37