summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fix-2828-more-info-in-script-mode'Brad King2011-02-221-5/+15
|\
| * Fix KWStyle line-too-long complaint (#2828)David Cole2011-02-041-1/+2
| * Add CMAKE_ARGC and CMAKE_ARGV0..N-1 variables (#2828)David Cole2011-02-031-5/+8
| * Add CMAKE_SCRIPT_MODE_FILE variable (#2828)David Cole2011-02-021-0/+6
* | Merge topic 'fix-10704-manifest-no-vs10'Brad King2011-02-221-1/+4
|\ \
| * | VS: Only use /MANIFEST if hasManifest is true (#11216)David Cole2011-02-091-1/+4
| |/
* | Merge topic 'disallow-funny-path-names'Brad King2011-02-221-0/+24
|\ \
| * | Reject directory names containing '=' (#11689)Brad King2011-01-141-0/+24
* | | Documentation: Sync two differing copies of -E docs (#10446)David Cole2011-02-041-9/+11
| |/ |/|
* | Merge branch 'dev/add_test-working-directory' into dev/strict-modeBrad King2011-01-271-2/+5
|\ \ | |/
| * Fix incremental linking for VS2010 with nmake or make.Bill Hoffman2010-12-091-0/+4
| * Merge topic 'dev/fix-cache-variable-parsing-ambiguity'David Cole2010-11-231-2/+1
| |\
| | * Condense parsing of cache entriesBen Boeckel2010-11-221-2/+1
* | | Add method to unwatch a manual variableBen Boeckel2011-01-131-0/+8
* | | Give a better message for unused variablesBen Boeckel2011-01-131-1/+1
* | | Merge branch 'ImprovedDotSupport2' into dev/strict-modeBrad King2010-12-171-306/+80
|\ \ \ | |/ /
| * | Move the code for generating dot-files into separate class cmGraphVizWriterAlex Neundorf2010-11-091-324/+12
| * | Generate separate dot files for each target, and a big one with everything.Alex Neundorf2010-10-311-68/+140
| * | Properly insert all targets, also those which don't link to anything.Alex Neundorf2010-10-311-84/+45
| * | Move the code for collecting targets and libraries into separate functionsAlex Neundorf2010-10-311-82/+126
| * | Remove trailing whitespace and minor formatting changes for the dot-codeAlex Neundorf2010-10-311-97/+107
| |/
| * Merge topic 'vs-project-groups'Brad King2010-10-051-1/+1
| |\
| | * New USE_FOLDERS property OFF by default. (#3796)David Cole2010-10-021-1/+1
* | | Merge branch 'cmake-guiRememberAdvancedCheckbox' into dev/strict-modeBrad King2010-12-171-0/+35
|\ \ \ | |/ /
| * | Add a delay after untar on windows to make external project work on windows 7Bill Hoffman2010-09-211-0/+18
| * | Merge topic 'vs-project-groups'Brad King2010-09-081-0/+17
| |\ \ | | |/
| | * Add FOLDER target property, for IDEs (#3796)David Cole2010-09-031-0/+17
* | | Use 'CMake Warning' versus 'warning' for CDashBen Boeckel2010-12-071-1/+1
* | | Don't warn during configure when doing everythingBen Boeckel2010-11-151-0/+6
* | | When checking for variables, specify a reasonBen Boeckel2010-11-151-2/+3
* | | Fix line lengthsBen Boeckel2010-10-061-1/+2
* | | Add argument to arg parsing to not set directoriesBen Boeckel2010-10-051-2/+2
* | | Fix long lines for KWStyleBen Boeckel2010-09-231-3/+4
* | | Add a method to put a watch for variablesBen Boeckel2010-09-221-4/+9
* | | Fix line lengths to be no more than 78Ben Boeckel2010-09-161-2/+4
* | | Be consistent with single and double quotesBen Boeckel2010-09-021-1/+1
* | | Change logic of flag to turn off cli unused checksBen Boeckel2010-09-021-3/+3
* | | Run the unused variables check on the final passBen Boeckel2010-09-021-15/+19
* | | VariableWatch is not available when bootstrappingBen Boeckel2010-09-021-0/+4
* | | Add a missing comma to the warning messageBen Boeckel2010-09-011-2/+2
* | | Add a flag to warn about system filesBen Boeckel2010-09-011-0/+6
* | | Rename flags again and use variablewatch for cliBen Boeckel2010-09-011-7/+36
* | | Default to marking things as usedBen Boeckel2010-09-011-2/+1
* | | Rename find-unused to warn-unusedBen Boeckel2010-09-011-5/+5
* | | Rename strict-mode to warn-uninitializedBen Boeckel2010-09-011-4/+4
* | | Add flags to detect unused variablesBen Boeckel2010-09-011-0/+14
* | | Make --strict-mode option, and integrate with cmake-guiBill Hoffman2010-09-011-0/+6
|/ /
* | Fix spelling errors reported by Lintian.Kai Wasserbäch2010-07-131-1/+1
|/
* Merge branch 'script-mode-keep-makeflags'Brad King2010-06-221-10/+10
|\
| * Preserve ENV{MAKEFLAGS} in CMake script modeBrad King2010-06-211-10/+10