index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmFileCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use better KWSys SystemTools::GetEnv and HasEnv signatures
Dāvis Mosāns
2016-07-18
1
-5/+6
*
Avoid using KWSys auto_ptr by adopting it ourselves
Brad King
2016-06-29
1
-7/+7
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-16/+16
*
mark functions with CM_OVERRIDE
Daniel Pfeifer
2016-06-27
1
-9/+9
*
Remove redundant arguments from fstream constructors
Daniel Pfeifer
2016-06-14
1
-2/+2
*
file: Sort GLOB results to make it deterministic (#14491)
Reiner Herrmann
2016-05-17
1
-0/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-1805/+1169
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-35/+0
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
1
-0/+6
*
Source: Stabilize include order of sys/types.h before sys/stat.h
Brad King
2016-05-03
1
-1/+3
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-9/+9
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
Fix spelling typos in comments and documentation (#16037)
Felix Geyer
2016-03-29
1
-1/+1
*
file(DOWNLOAD): Fill STATUS variable on hash mismatch (#15987)
Brad King
2016-02-25
1
-0/+9
*
Port CMake from cmIML to KWIML
Brad King
2015-12-18
1
-2/+2
*
Remove unused cmLocalGenerator include.
Stephen Kelly
2015-10-05
1
-1/+0
*
cmMakefile: Store EvaluationFiles.
Stephen Kelly
2015-08-01
1
-5/+2
*
cmAlgorithms: Rename cmRange to cmMakeRange.
Stephen Kelly
2015-07-22
1
-1/+1
*
Genex: Store a backtrace, not a pointer to one.
Stephen Kelly
2015-07-17
1
-2/+2
*
Fix preprocessor checks WIN32 => _WIN32
Brad King
2015-06-15
1
-3/+3
*
cmFileCommand: Fix implementation of CMP0009.
Stephen Kelly
2015-06-09
1
-8/+4
*
cmFileCommand: Do not log raw protocol data from curl (#15589)
Brad King
2015-05-28
1
-3/+26
*
cmFileCommand: Clarify logic for populating LOG variable
Brad King
2015-05-28
1
-1/+1
*
cmFileCommand: Rename variable verboseLog => logVar
Brad King
2015-05-28
1
-5/+4
*
cmFileCommand: Remove leftover no-op debugging logic
Brad King
2015-05-28
1
-11/+0
*
Merge topic 'refactor-cmPolicies'
Brad King
2015-05-05
1
-4/+2
|
\
|
*
Port to static cmPolicies API.
Stephen Kelly
2015-05-04
1
-4/+2
*
|
Port to cmMakefile::GetGlobalGenerator.
Stephen Kelly
2015-05-03
1
-4/+3
|
/
*
cmMakefile: Rename GetCurrent{Output,Binary}Directory.
Stephen Kelly
2015-04-20
1
-2/+2
*
cmMakefile: Rename GetCurrent{,Source}Directory.
Stephen Kelly
2015-04-20
1
-10/+10
*
Add some missing includes.
Stephen Kelly
2015-04-12
1
-0/+2
*
Fix warnings from clang scanbuild.
Bill Hoffman
2015-03-25
1
-0/+1
*
file: Teach GLOB to list directories optionally
Domen Vrankar
2015-03-20
1
-3/+59
*
Include cmAlgorithms where it is used.
Stephen Kelly
2015-03-10
1
-0/+1
*
Merge topic 'install-manifest-optimize'
Brad King
2015-02-27
1
-1/+4
|
\
|
*
install: Write the entire installation manifest at once
Robert Goulet
2015-02-26
1
-1/+4
*
|
Use cmJoin to accumulate string ranges.
Stephen Kelly
2015-02-11
1
-5/+1
*
|
Remove use of cmsys_stl.
Stephen Kelly
2015-02-05
1
-2/+2
|
/
*
file: Teach STRINGS to support UTF-16 and UTF-32 encodings
Justin Borodinsky
2015-01-27
1
-3/+61
*
cmake: Use a default CA path when not using system curl
Brad King
2015-01-23
1
-4/+5
*
Replace 'foo.length() >= 1' pattern with !foo.empty()
Stephen Kelly
2015-01-18
1
-1/+1
*
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-10/+10
*
Replace 'foo.size() == 0' pattern with foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-3/+3
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-49/+49
*
file: Use 'long' to represent the parsed LOCK TIMEOUT value
Ruslan Baratov
2014-12-05
1
-4/+5
*
file: Add LOCK subcommand to do file and directory locking
Ruslan Baratov
2014-12-03
1
-0/+203
*
Remove some unneeded c_str calls.
Stephen Kelly
2014-11-23
1
-2/+2
*
Encoding: Use encoding libcurl expects with file: urls.
Clinton Stimpson
2014-11-05
1
-0/+38
*
Merge topic 'remove-borland-build'
Brad King
2014-10-21
1
-2/+0
|
\
[prev]
[next]