summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Automoc: fix the fix, need to use std::string, not just char* pointerAlex Neundorf2011-11-011-7/+10
| * | | | | | | | | don't crash in automoc with empty COMPILE_DEFINITIONS propertyAlex Neundorf2011-10-311-7/+8
| |/ / / / / / / /
* | | | | | | | | Merge topic 'fix-12549-one-more-SCC-setting'David Cole2011-11-084-3/+24
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | VS: Add VS_SCC_AUXPATH target property (#12549)Robert Dailey2011-11-014-3/+24
* | | | | | | | | | Merge topic 'automoc_qt5'David Cole2011-11-081-2/+2
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | Also run moc automatically with Qt5.Stephen Kelly2011-11-011-2/+2
* | | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-11-081-1/+1
* | | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-11-071-1/+1
* | | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-11-061-1/+1
* | | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-11-051-1/+1
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-11-041-1/+1
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2011-11-031-1/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-11-021-1/+1
* | | | | | | Merge topic 'FixCMAKE_BUILD_TOOL_doc'David Cole2011-11-011-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix old reference to CMAKE_MAKE_PROGRAM inside CMAKE_BUILD_TOOL doc.Eric NOULARD2011-10-301-1/+1
* | | | | | | | Merge topic 'doc-link_directories-misconception'David Cole2011-11-011-1/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Tell people that link_directories() is not what they are searching forRolf Eike Beer2011-10-271-1/+6
* | | | | | | | | Merge topic 'fix-12539-ctestconfig-from-build-dir'David Cole2011-11-011-6/+26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | CTest: Look for CTestConfig.cmake in build dir first, then source dirJean-Christophe Fillion-Robin2011-10-271-6/+26
| |/ / / / / / / /
* | | | | | | | | Merge topic 'fix-12383-clear-ctest-vecs'David Cole2011-11-011-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | CTest: Clear custom vectors before populating (#12383)David Cole2011-10-261-0/+2
| |/ / / / / / / /
* | | | | | | | | Merge topic 'ctest-memcheck-log-newline-issue-12538'David Cole2011-11-011-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Source/cmCTest.cxx: Add missing newline (#12538)Bernhard Walle2011-10-251-1/+1
* | | | | | | | | | KWSys: Address Intel compiler remarksBrad King2011-11-013-26/+29
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-11-011-2/+2
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2011-10-311-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-10-301-1/+1
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-10-291-1/+1
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-10-281-1/+1
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-10-271-1/+1
| |/ / / / / |/| | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-10-261-1/+1
| |/ / / / |/| | | |
* | | | | Merge topic 'some-documentation-fixes'David Cole2011-10-2521-490/+495
|\ \ \ \ \
| * | | | | 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: 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: Fix warnings.Nicolas Despres2011-10-2311-23/+24
| * | | | | 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-252-34/+184
|\ \ \ \ \ \
| * | | | | | Eclipse: fix #12417, don't create wrong src pathentriesAlex Neundorf2011-10-231-0/+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-252-85/+109
|\ \ \ \ \ \ \