summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'link-library-parse-regex'David Cole2010-11-231-1/+1
|\
| * Prefer non-empty prefixes when matching lib names (#11468)Brad King2010-11-181-1/+1
* | Merge topic 'IncludeCMakeDetermineCompilerIdInDetermineASMCompiler'David Cole2010-11-231-0/+1
|\ \
| * | Include CMakeDetermineCompilerId in CMakeDetermineASMCompiler.cmake (#11467)Alex Neundorf2010-11-171-0/+1
* | | Merge topic 'spelling'David Cole2010-11-231-1/+1
|\ \ \
| * | | Modules: Fix spelling 'becase' -> 'because'.Andrius Štikonas2010-11-171-1/+1
| |/ /
* | | Merge topic 'CPackRPM-ComponentSupport'David Cole2010-11-237-81/+214
|\ \ \
| * | | CPack fix kwstyle breakage and make CPackRPM backward compatibleEric NOULARD2010-11-153-8/+28
| * | | CPackRPM add basic component support to CPackRPMEric NOULARD2010-11-137-81/+194
* | | | Merge topic 'ImprovedDotSupport2'David Cole2010-11-235-344/+642
|\ \ \ \
| * | | | Exclude targets from the graphviz file based on a regexAlex Neundorf2010-11-142-2/+20
| * | | | Collect targets and libs on demand instead of in the ctorAlex Neundorf2010-11-142-6/+26
| * | | | Use std::cout instead of fprintfAlex Neundorf2010-11-142-4/+5
| * | | | Enable/disable generating graphs depending on the target typeAlex Neundorf2010-11-142-8/+48
| * | | | Move the code for generating dot-files into separate class cmGraphVizWriterAlex Neundorf2010-11-095-343/+456
| * | | | Generate separate dot files for each target, and a big one with everything.Alex Neundorf2010-10-312-69/+149
| * | | | Properly insert all targets, also those which don't link to anything.Alex Neundorf2010-10-312-85/+45
| * | | | Move the code for collecting targets and libraries into separate functionsAlex Neundorf2010-10-312-119/+175
| * | | | Remove trailing whitespace and minor formatting changes for the dot-codeAlex Neundorf2010-10-311-97/+107
* | | | | Merge topic 'AddASM_NASMSupport'David Cole2010-11-236-12/+109
|\ \ \ \ \
| * | | | | Some more fixes for nasm support, from Etienne (#10069)Alex Neundorf2010-11-121-17/+19
| * | | | | Use CMAKE_ASM_NASM_FLAGS for nasm instead of FLAGSAlex Neundorf2010-10-211-1/+1
| * | | | | Add support for yasm, a nasm compatible assemblerAlex Neundorf2010-10-212-3/+3
| * | | | | We already have 2010, fix copyright year.Alex Neundorf2010-09-273-3/+3
| * | | | | Add missing copyright headersAlex Neundorf2010-09-273-0/+42
| * | | | | Improve misleading comments.Alex Neundorf2010-09-253-12/+13
| * | | | | Add support for nasm assembler, patch by Peter Collingbourne (see #10069)Alex Neundorf2010-09-253-0/+52
* | | | | | Merge topic 'moc-includes-regex'David Cole2010-11-231-4/+4
|\ \ \ \ \ \
| * | | | | | Fix regex for moc includes when looking for frameworks.Clinton Stimpson2010-08-021-4/+4
* | | | | | | KWSys Nightly Date StampKWSys Robot2010-11-231-1/+1
* | | | | | | KWSys Nightly Date StampKWSys Robot2010-11-221-1/+1
* | | | | | | KWSys Nightly Date StampKWSys Robot2010-11-211-1/+1
* | | | | | | KWSys Nightly Date StampKWSys Robot2010-11-201-1/+1
* | | | | | | KWSys Nightly Date StampKWSys Robot2010-11-191-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2010-11-181-1/+1
| |_|_|_|/ |/| | | |
* | | | | KWSys Nightly Date StampKWSys Robot2010-11-171-1/+1
* | | | | Merge topic 'EP-extra-generator'David Cole2010-11-161-1/+6
|\ \ \ \ \
| * | | | | BUG 11451 - pass CMAKE_EXTRA_GENERATOR down.Marcus D. Hanwell2010-11-131-1/+6
* | | | | | Merge topic 'find-doc-init'David Cole2010-11-1614-42/+88
|\ \ \ \ \ \
| * | | | | | Speedup find_* commands (#11412)Brad King2010-11-1214-42/+88
| |/ / / / /
* | | | | | Merge topic 'cray-compiler'David Cole2010-11-168-0/+50
|\ \ \ \ \ \
| * | | | | | Teach CMake about Cray C, C++, and Fortran compilersBrad King2010-11-126-0/+14
| * | | | | | Create Fortran info variables for .mod behaviorBrad King2010-11-122-0/+36
* | | | | | | Merge topic 'MakeCodeBlocksGeneratorNonVerbose2'David Cole2010-11-168-248/+210
|\ \ \ \ \ \ \
| * | | | | | | Don't disable colors in the CodeBlocks generator and minor cleanup.Alex Neundorf2010-11-115-23/+0
| * | | | | | | Remove the "early alpha stage" comments about Eclipse and C::BAlex Neundorf2010-11-112-4/+0
| * | | | | | | Don't enforce VERBOSE makefiles for the CodeBlocks generatorAlex Neundorf2010-11-114-15/+4
| * | | | | | | Remove trailing whitespaceAlex Neundorf2010-11-118-208/+208
| |/ / / / / /
* | | | | | | Merge topic 'fix-FOLDER-plus-include_external_msproject'David Cole2010-11-162-37/+49
|\ \ \ \ \ \ \
| * | | | | | | Honor FOLDER on include_external_msproject targets (#11436)David Cole2010-11-102-37/+49