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
*
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
|
\
|
*
Remove borland workarounds.
Stephen Kelly
2014-10-15
1
-2/+0
*
|
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-8/+8
|
/
*
file: Add ENCODING option to file(STRINGS) command (#10519)
Clinton Stimpson
2014-08-06
1
-1/+69
*
file: Refactor internal implementation of file(STRINGS)
Clinton Stimpson
2014-08-06
1
-18/+28
*
Encoding: Replace some system calls with kwsys calls which handle unicode.
Clinton Stimpson
2014-07-01
1
-10/+2
*
file(INSTALL): Add undocumented options to control output verbosity
Brad King
2014-06-24
1
-3/+58
*
file(INSTALL): Report existing DIRECTORY as Up-to-date
Brad King
2014-06-24
1
-1/+2
*
file(INSTALL): Do not pre-create DESTINATION for DIRECTORY
Brad King
2014-06-24
1
-10/+13
*
genex: remove the need for backtraces
Ben Boeckel
2014-06-05
1
-2/+2
*
cmMakefile: return a backtrace
Ben Boeckel
2014-06-05
1
-2/+1
*
file: Report system error on failure to open file
Brad King
2014-05-20
1
-6/+8
*
file: Avoid runaway DOWNLOAD/UPLOAD progress reports (#14807)
Brad King
2014-03-17
1
-0/+5
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-71/+71
*
file DOWNLOAD: Display the curl result status when a hash mismatch occurs.
Matt McCormick
2014-01-16
1
-0/+2
*
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-8/+9
*
Remove some uses of obsolete 'register' storage specifier
Sean McBride
2013-06-28
1
-2/+2
*
Merge topic 'genex-generate-file'
Brad King
2013-05-28
1
-0/+78
|
\
|
*
file: Add GENERATE command to produce files at generate time
Stephen Kelly
2013-05-24
1
-0/+78
*
|
Fix spelling and typos (affecting binary data / module messages)
Andreas Mohr
2013-05-07
1
-2/+2
|
/
*
file: Do not remove symlinked directories recursively (#10538)
Brad King
2013-02-13
1
-1/+2
*
CMake: Fix dashboard warnings
David Cole
2012-12-05
1
-1/+1
*
CMake: Add TIMESTAMP subcommand to string and file commands
Nils Gladitz
2012-12-05
1
-0/+57
*
file: remove dead code
Amine Chadly
2012-11-02
1
-10/+5
*
Merge topic 'file-DOWNLOAD-EXPECTED_HASH'
David Cole
2012-09-25
1
-17/+18
|
\
|
*
file(DOWNLOAD): Change EXPECTED_HASH to take ALGO=value
Brad King
2012-09-19
1
-17/+18
[next]