Stephen Kelly
|
ecdb1b3bba
Add some missing includes.
|
10 年之前 |
Bill Hoffman
|
a4a1b729c6
Fix warnings from clang scanbuild.
|
10 年之前 |
Domen Vrankar
|
a2c068a7ce
file: Teach GLOB to list directories optionally
|
10 年之前 |
Stephen Kelly
|
7916d7bac6
Include cmAlgorithms where it is used.
|
10 年之前 |
Brad King
|
38f1f4e7f3
Merge topic 'install-manifest-optimize'
|
10 年之前 |
Robert Goulet
|
c48141744e
install: Write the entire installation manifest at once
|
10 年之前 |
Stephen Kelly
|
27c6f017a1
Use cmJoin to accumulate string ranges.
|
10 年之前 |
Stephen Kelly
|
421eadb45b
Remove use of cmsys_stl.
|
10 年之前 |
Justin Borodinsky
|
1f77a7001b
file: Teach STRINGS to support UTF-16 and UTF-32 encodings
|
10 年之前 |
Brad King
|
0abd3e538e
cmake: Use a default CA path when not using system curl
|
10 年之前 |
Stephen Kelly
|
fd0c036c0c
Replace 'foo.length() >= 1' pattern with !foo.empty()
|
10 年之前 |
Stephen Kelly
|
fd7b371293
Replace foo.size() pattern with !foo.empty().
|
10 年之前 |
Stephen Kelly
|
930bd47816
Replace 'foo.size() == 0' pattern with foo.empty().
|
10 年之前 |
Stephen Kelly
|
d92887efab
Replace 'foo.size() > 0' pattern with !foo.empty().
|
10 年之前 |
Stephen Kelly
|
931e055d8c
Port all cmOStringStream to std::ostringstream.
|
10 年之前 |
Ruslan Baratov
|
97841dad2b
file: Use 'long' to represent the parsed LOCK TIMEOUT value
|
11 年之前 |
Ruslan Baratov
|
e6db4c5a4e
file: Add LOCK subcommand to do file and directory locking
|
11 年之前 |
Stephen Kelly
|
5eb4d7590e
Remove some unneeded c_str calls.
|
11 年之前 |
Clinton Stimpson
|
e63dcb1378
Encoding: Use encoding libcurl expects with file: urls.
|
11 年之前 |
Brad King
|
210230e216
Merge topic 'remove-borland-build'
|
11 年之前 |
Stephen Kelly
|
2db55ffa56
Remove borland workarounds.
|
11 年之前 |
Nils Gladitz
|
cc1139cc30
strings: Remove redundant calls to std::string::c_str()
|
11 年之前 |
Clinton Stimpson
|
5b30ec28f9
file: Add ENCODING option to file(STRINGS) command (#10519)
|
11 年之前 |
Clinton Stimpson
|
ffa373e711
file: Refactor internal implementation of file(STRINGS)
|
11 年之前 |
Clinton Stimpson
|
9571214e55
Encoding: Replace some system calls with kwsys calls which handle unicode.
|
11 年之前 |
Brad King
|
abebcd235c
file(INSTALL): Add undocumented options to control output verbosity
|
11 年之前 |
Brad King
|
464567a577
file(INSTALL): Report existing DIRECTORY as Up-to-date
|
11 年之前 |
Brad King
|
f701b0b7f7
file(INSTALL): Do not pre-create DESTINATION for DIRECTORY
|
11 年之前 |
Ben Boeckel
|
a08292059e
genex: remove the need for backtraces
|
11 年之前 |
Ben Boeckel
|
d46c650d67
cmMakefile: return a backtrace
|
11 年之前 |