summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Silence warning in automoc: use long instead of intAlex Neundorf2011-08-181-1/+1
* Fix build: use std::ios::out|ios::trunc instead of std::ios_base::outAlex Neundorf2011-08-181-2/+2
* Fix bootstrap test with automocAlex Neundorf2011-08-172-2/+3
* Fix warningsAlex Neundorf2011-08-161-6/+7
* Fix build: non-void function must return a valueAlex Neundorf2011-08-161-1/+1
* Add documentation for AUTOMOC, add initialization via CMAKE_AUTOMOCAlex Neundorf2011-08-162-1/+33
* Nicer progress message for the automoc targetAlex Neundorf2011-08-161-2/+4
* Move automoc processing from add_executable/library to cmGlobalGeneratorAlex Neundorf2011-08-154-41/+36
* Remove trailing whitespaceAlex Neundorf2011-08-151-14/+14
* Refactor SetupAutomocTarget() so it can be run after creating the targetAlex Neundorf2011-08-154-64/+28
* Remove trailing whitespaceAlex Neundorf2011-08-151-6/+6
* Use cout instead of printf()Alex Neundorf2011-08-141-8/+8
* Add the generated automoc.cpp file to the cleaned filesAlex Neundorf2011-08-141-0/+2
* Color output when running mocAlex Neundorf2011-08-142-8/+23
* Initialize verbose based onb the env.var.Alex Neundorf2011-08-141-1/+1
* Move code for parsing a cpp-file from the big loop to separate functionAlex Neundorf2011-08-142-183/+186
* Fix line lengthsAlex Neundorf2011-08-141-49/+60
* Add AUTOMOC to the add_library() commandAlex Neundorf2011-08-143-13/+42
* Add the cmake module required currently for automocAlex Neundorf2011-08-145-1/+169
* Remove the need to check for .h/.cxx during buildtimeAlex Neundorf2011-08-142-144/+143
* Add actual automoc code from automocAlex Neundorf2011-08-142-6/+589
* Start implementing skeleton for automoc in cmakeAlex Neundorf2011-08-143-1/+100
* Start work on automoc: add empty cmQtAutomoc classAlex Neundorf2011-08-074-0/+30
* KWSys Nightly Date StampKWSys Robot2011-08-071-1/+1
* KWSys Nightly Date StampKWSys Robot2011-08-061-1/+1
* KWSys Nightly Date StampKWSys Robot2011-08-051-1/+1
* KWSys: Avoid conversion warning in SystemTools::GetTimeBrad King2011-08-041-1/+1
* KWSys Nightly Date StampKWSys Robot2011-08-041-1/+1
* KWSys: Simplify SystemTools::GetTime implementation (#12261)Brad King2011-08-032-64/+17
* KWSys Nightly Date StampKWSys Robot2011-08-031-1/+1
* Merge topic 'CodeBlocksIncludeDirsAndDefines'David Cole2011-08-022-5/+59
|\
| * Also put builtin include dirs into CodeBlocks project fileAlex Neundorf2011-08-012-4/+43
| * Remove useless line of codeAlex Neundorf2011-08-011-1/+0
| * Patch by Campbell Barton: puts definitions into C::B project fileAlex Neundorf2011-07-291-0/+16
* | Merge topic 'doc-WIN32-cygwin'David Cole2011-08-021-1/+1
|\ \
| * | Documentation: WIN32 not defined on Cygwin (#12334)Brad King2011-07-291-1/+1
| |/
* | Merge topic 'ExcludeCMakesFilesFromCodeBlocksProject'David Cole2011-08-021-0/+7
|\ \
| * | Don't put files from CMAKE_ROOT into CodeBlocks projects (#12110)Alex Neundorf2011-07-291-0/+7
| |/
* | Merge topic 'cpack-nsis-multi-installs'David Cole2011-08-021-4/+0
|\ \
| * | CPack/NSIS: Fix reinstall and multiple install issues when using components.Clinton Stimpson2011-07-291-4/+0
| |/
* | Merge topic 'fix-12299-add-vs10-scc-support'David Cole2011-08-021-2/+17
|\ \
| * | VS10: Add SCC supportSteven Velez2011-07-291-2/+17
| |/
* | Merge topic 'fix-8707-add-vs-globals'David Cole2011-08-024-5/+35
|\ \
| * | Add support for Visual Studio project-specific globals (#8707)David Cole2011-07-294-5/+35
* | | Merge topic 'split-stdout-stderr'David Cole2011-08-0215-53/+103
|\ \ \
| * | | RunSingleCommand: Avoid assignment in conditionBrad King2011-07-281-1/+1
| * | | RunSingleCommand: Add a OUTPUT_NORMAL flag.Johan Björk2011-07-285-8/+40
| * | | RunSingleCommand: Replace verbose boolean with enumJohan Björk2011-07-2813-35/+53
| * | | RunSingleCommand: Fix indentationBrad King2011-07-281-18/+18
* | | | Merge topic 'cmSystemTools-whitespace'David Cole2011-08-022-118/+118
|\ \ \ \ | |/ / /