summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge topic 'AutomocForQt'David Cole2011-08-2517-74/+990
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | QtAutomoc: Eliminate compiler warningDavid Cole2011-08-191-1/+1
| * | | | | | Fix automoc with VS builds: apply patch from BillAlex Neundorf2011-08-184-39/+21
| * | | | | | 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
* | | | | | | Merge topic 'xcode4-remove-PREBINDING'David Cole2011-08-251-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Xcode: Remove PREBINDING attribute for Xcode 4 and aboveJohan Bjork2011-08-191-1/+1
* | | | | | | | Merge topic 'fix-vs10-rebuild-issue'David Cole2011-08-251-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | VS10: Avoid unnecessary rebuilds for custom commandsDavid Cole2011-08-181-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-251-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-241-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-08-231-1/+1
* | | | | | KWSys Nightly Date StampKWSys Robot2011-08-221-1/+1
* | | | | | KWSys Nightly Date StampKWSys Robot2011-08-211-1/+1
* | | | | | KWSys: Remove translation path for "/tmp_mnt/" (#10595)David Cole2011-08-201-2/+0
* | | | | | KWSys Nightly Date StampKWSys Robot2011-08-201-1/+1
| |/ / / / |/| | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-08-191-1/+1
|/ / / /
* | | | KWSys Nightly Date StampKWSys Robot2011-08-181-1/+1
* | | | KWSys Nightly Date StampKWSys Robot2011-08-171-1/+1
* | | | Merge topic 'add-vs9-midl-inc-dirs'David Cole2011-08-161-0/+7
|\ \ \ \
| * | | | VS9: Add include_directories to midl command linesDavid Cole2011-08-121-0/+7
* | | | | Merge topic 'WriteConfigVersionFile_2TemplateFiles'David Cole2011-08-161-0/+3
|\ \ \ \ \
| * | | | | Provide macro write_basic_config_version_file()Alex Neundorf2011-08-011-0/+3
* | | | | | Merge topic 'fix-10941-correct-comments'David Cole2011-08-167-14/+14
|\ \ \ \ \ \
| * | | | | | Documentation: Fix comments in the source code (#10941)David Cole2011-08-047-14/+14
* | | | | | | Merge topic 'enable-parallel-xcode-builds'David Cole2011-08-161-22/+23
|\ \ \ \ \ \ \
| * | | | | | | Xcode: Rearrange CMakeReRun to enable parallel buildsJohan Björk2011-08-041-22/+23
* | | | | | | | Merge topic 'fix-imported-target-depend-crash'David Cole2011-08-161-3/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Do not crash when an imported target depends on a missing targetBrad King2011-08-041-3/+5