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
/
cmSystemTools.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'join-algorithm'
Brad King
2015-01-12
1
-12/+6
|
\
|
*
Use the cmJoin algorithm where possible.
Stephen Kelly
2015-01-08
1
-12/+6
*
|
Merge topic 'add-xz-support'
Brad King
2015-01-12
1
-8/+21
|
\
\
|
*
|
cmSystemTools: use an enumeration for compression formats
Ben Boeckel
2015-01-12
1
-9/+20
|
*
|
cmake -E tar: add support for .xz files with 'J'
Ben Boeckel
2015-01-09
1
-2/+4
|
|
/
*
|
Merge topic 'drop-ancient-workarounds'
Brad King
2015-01-12
1
-5/+1
|
\
\
|
*
|
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-1/+1
|
*
|
Drop SGI as a CMake host compiler.
Stephen Kelly
2015-01-08
1
-4/+0
|
|
/
*
|
Use insert instead of a loop in some cases.
Stephen Kelly
2015-01-11
1
-5/+1
|
/
*
Mach-O: Use Mach-O parser to extract install names instead of otool.
Clinton Stimpson
2014-12-22
1
-22/+12
*
file: Use 'long' to represent the parsed LOCK TIMEOUT value
Ruslan Baratov
2014-12-05
1
-3/+4
*
cmSystemTools: Add StringToInt helper
Ruslan Baratov
2014-12-03
1
-0/+8
*
Merge topic 'remove-ancient-msvc-workarounds'
Brad King
2014-11-25
1
-3/+1
|
\
|
*
cmSystemTools: Remove MSVC6 compatibility define.
Stephen Kelly
2014-11-20
1
-3/+1
*
|
Remove some unneeded c_str calls.
Stephen Kelly
2014-11-23
1
-2/+2
|
/
*
cmSystemTools: reimplement verson comparison without sscanf()
Rolf Eike Beer
2014-10-31
1
-13/+21
*
Merge topic 'remove-borland-build'
Brad King
2014-10-21
1
-5/+1
|
\
|
*
Remove borland workarounds.
Stephen Kelly
2014-10-15
1
-5/+1
*
|
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-14/+14
|
/
*
Fix memory leaks in extract tar.
Bill Hoffman
2014-07-23
1
-0/+3
*
SystemTools: Use a set in Is{On,Off}
Ben Boeckel
2014-07-08
1
-6/+35
*
IsOff: Use the length for the string construction
Ben Boeckel
2014-07-08
1
-2/+3
*
Merge topic 'libarchive-encoding'
Brad King
2014-07-02
1
-6/+32
|
\
|
*
Encoding: Fix potential encoding issues with libarchive on Windows.
Clinton Stimpson
2014-07-02
1
-6/+32
*
|
Merge topic 'bootstrap-cmake-locations'
Brad King
2014-06-27
1
-1/+6
|
\
\
|
*
|
bootstrap: Fix "make test" and "make package" targets (#14989)
Brad King
2014-06-25
1
-0/+5
|
*
|
bootstrap: Clarify name of configured source directory
Brad King
2014-06-25
1
-1/+1
*
|
|
Encoding: Fix debug asserts parsing command line options with non-ascii chars.
Clinton Stimpson
2014-06-17
1
-1/+1
|
|
/
|
/
|
*
|
cmSystemTools: Add callback for Stderr
Brad King
2014-05-15
1
-14/+25
*
|
cmSystemTools: Simplify InterruptCallback definition
Brad King
2014-05-15
1
-2/+2
*
|
cmSystemTools: Rename ErrorCallback to MessageCallback
Brad King
2014-05-15
1
-9/+8
*
|
Merge topic 'fix-atomic-rename-Windows-sharing-violation'
Brad King
2014-05-14
1
-2/+4
|
\
\
|
|
/
|
*
cmSystemTools::RenameFile: Retry on Windows ERROR_SHARING_VIOLATION
Eric Berge
2014-05-13
1
-2/+4
*
|
cmSystemTools: Remove unreachable return on HP compiler
Brad King
2014-04-08
1
-1/+1
*
|
Re-word comment on unreachable return statements
Brad King
2014-04-07
1
-1/+1
*
|
Merge topic 'clang-warnings'
Brad King
2014-04-03
1
-0/+3
|
\
\
|
*
|
cmSystemTools: Restore unreachable return to silence warnings
Brad King
2014-04-02
1
-0/+3
*
|
|
Merge topic 'clang-warnings'
Brad King
2014-04-01
1
-1/+0
|
\
\
\
|
|
/
/
|
*
|
Remove 'return' statements that can never be reached
Sean McBride
2014-03-31
1
-1/+0
|
|
/
*
|
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-3/+3
*
|
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-41/+9
*
|
stringapi: Take strings in escaping functions
Ben Boeckel
2014-03-08
1
-3/+4
*
|
stringapi: Use strings for globbing parameters
Ben Boeckel
2014-03-08
1
-6/+6
*
|
stringapi: Accept strings when MD5 hashing data
Ben Boeckel
2014-03-08
1
-2/+2
*
|
ExpandListArguments: Optimize the parser
Ben Boeckel
2014-02-21
1
-33/+18
|
/
*
Windows: Make file delete/rename retry configurable
Brad King
2014-02-12
1
-4/+42
*
Merge topic 'minor-cleanups'
Brad King
2014-01-07
1
-10/+3
|
\
|
*
Add cmHasLiteralSuffix API.
Stephen Kelly
2014-01-06
1
-10/+3
*
|
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-6/+7
|
/
*
Windows: Use wide-character system APIs
Clinton Stimpson
2013-12-09
1
-11/+21
[next]