160 Commits (e63151ff543bb665fea255713e2e643e64527517)

Author SHA1 Message Date
Alex Turbov e63151ff54 cmake: Add an option to control what files needs to be traced 9 years ago
Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
Brad King 0ac18d40c8 Remove `//------...` horizontal separator comments 9 years ago
Brad King 64b5520346 Isolate formatted streaming blocks with clang-format off/on 9 years ago
Brad King e1c7747253 Format include directive blocks and ordering with clang-format 9 years ago
Brad King b42866a34a Drop Visual Studio 6 generator 10 years ago
Sebastian Schuberth 497cad7c88 cmake: Teach --build to reject multiple --target options 10 years ago
Ben Boeckel 594bafe527 cmake: add --trace-expand option 10 years ago
Brad King 90ad087ab9 cmake: Fix --build <relative-dir> for VS generators (#15609) 10 years ago
Stephen Kelly a653611db0 cmake: Replace CurrentLocalGenerator concept with CurrentMakefile. 10 years ago
Stephen Kelly 8ab1cce704 cmMakefile: Rename method to something more appropriate. 10 years ago
Stephen Kelly 57bdc1a2f7 cmState: Compute and store directory components. 10 years ago
Stephen Kelly 54d6a9187f cmMakefile: Rename GetCurrent{Output,Binary}Directory. 10 years ago
Stephen Kelly 55d80d0a85 cmMakefile: Rename GetCurrent{,Source}Directory. 10 years ago
Stephen Kelly f081c5bddd cmState: Move CacheEntryType enum from cmCacheManager. 10 years ago
Stephen Kelly ff7169a03c Port to cmState. 10 years ago
Stephen Kelly ba404938a2 cmCacheManager: Port consumers to non-iterator API. 10 years ago
Brad King 3347c5e4f9 Revert topic 'refactor-cache-api' 10 years ago
Stephen Kelly 9410e24a4a cmCacheManager: Port consumers to non-iterator API. 10 years ago
Stephen Kelly 7916d7bac6 Include cmAlgorithms where it is used. 11 years ago
Brad King 87be2e1427 Do not call setlocale() globally in CMake applications (#15377) 11 years ago
Stephen Kelly fa889c4d2f cmakemain: Initialize vector content with iterators directly. 11 years ago
Stephen Kelly 8211010c3f cmakemain: Use member insert in command line handling code. 11 years ago
Stephen Kelly 930bd47816 Replace 'foo.size() == 0' pattern with foo.empty(). 11 years ago
Adam Strzelecki de7c2882ff cmake,ccmake: Produce shorter output on no arguments (#14973) 11 years ago
Clinton Stimpson c746b00eee Encoding: Change to only set LC_CTYPE to fix encoding issues with libarchive. 11 years ago
Clinton Stimpson 730e386291 Encoding: Add setlocale() to applications. 11 years ago
Brad King 73b13f5641 cmSystemTools: Rename ErrorCallback to MessageCallback 11 years ago
Clinton Stimpson a1e542f195 Use Encoding::CommandLineArguments for main() functions. 12 years ago
Stephen Kelly 4fe963f656 Use new cmHasLiteralPrefix function 12 years ago
Brad King d1526f825e Refactor internal resource location APIs and initialization 12 years ago
Brad King bcd5de775a cmake: Always pass through stdout/stderr in --build mode 12 years ago
Brad King a8226e91d7 cmake: Drop support for "-i" wizard mode 12 years ago
Brad King d4c3de2f15 cmake: Simplify -E command line processing 12 years ago
Brad King 9b212ad01a Make --help-* options available from all command-line tools 12 years ago
Brad King 0c39a757da Drop the 'Full' field from cmDocumentationEntry 12 years ago
Brad King 87cc62cab9 Drop "full" documentation output types 12 years ago
Brad King 6e68bc2273 cmake: Add --help-policy-list option 12 years ago
Brad King c04995b46e cmake: Split -E command implementation into separate source file 12 years ago
Patrick Gansterer 2b473d2eaa Add option to use stdout/stderr of original terminal in cmake --build 12 years ago
Alex Neundorf ee32673c7d Add documentation for the --graphviz support 12 years ago
Andreas Mohr ddac8d3d2d Fix spelling and typos (affecting binary data / module messages) 12 years ago
Brad King a943b5c4f3 Fail early if no current working directory exists 13 years ago
Alex Neundorf 38df155dd3 documentation: preparation for making the man section configurable 13 years ago
Alex Neundorf e6a935f39b -remove trailing whitespace 13 years ago
Eric NOULARD c6a0169442 CPack begin the implementation of --help-command* and --help-variables* 14 years ago
Matt McCormick 96d106a78d CMake: Remove documentation for -E build (#12446) 14 years ago
Alex Neundorf d3ae0fff7d Improve documentation for --find-package mode 14 years ago
Alex Neundorf 7690edffd9 Replace cmake::GetScriptMode() with GetWorkingMode() 14 years ago
Johan Björk 642f10066a RunSingleCommand: Add a OUTPUT_NORMAL flag. 14 years ago