551 Commits (d2cc580704fa4e608eae104ce5be211a229b2d64)

Author SHA1 Message Date
Nils Gladitz d2cc580704 cmake: Teach "-E tar" command a "--format=" option 10 years ago
Stephen Kelly 37b88d348a cmAlgorithms: Add cmWrap. 11 years ago
Stephen Kelly ac26d4b343 Split cmAlgorithms into a separate header file. 11 years ago
Brad King c6ada8275b Makefile: Print all color escape sequences before newline 11 years ago
Brad King cd408d93fd Add setlocale() calls around use of libarchive APIs (#14934, #15377) 11 years ago
Stephen Kelly d8639733a4 cmSystemTools: Remove unnecessary comparison. 11 years ago
Stephen Kelly 803317aab6 cmSystemTools: Early return if size makes later comparison false. 11 years ago
Brad King 69ac6d2755 bootstrap: Enable color Makefile output 11 years ago
Stephen Kelly 421eadb45b Remove use of cmsys_stl. 11 years ago
Brad King 3a60c899fc cmake: Teach "-E tar" command a "--mtime=" option 11 years ago
Stephen Kelly 930bd47816 Replace 'foo.size() == 0' pattern with foo.empty(). 11 years ago
Ben Boeckel d811d238ab cmSystemTools: use an enumeration for compression formats 11 years ago
Stephen Kelly 931e055d8c Port all cmOStringStream to std::ostringstream. 11 years ago
Stephen Kelly 238dd2fbab Use insert instead of a loop in some cases. 11 years ago
Ben Boeckel df16dcfb44 cmake -E tar: add support for .xz files with 'J' 11 years ago
Stephen Kelly 55a73e6b1f Use the cmJoin algorithm where possible. 11 years ago
Stephen Kelly 26fb50114f Drop SGI as a CMake host compiler. 11 years ago
Clinton Stimpson c294a115f2 Mach-O: Use Mach-O parser to extract install names instead of otool. 11 years ago
Ruslan Baratov 97841dad2b file: Use 'long' to represent the parsed LOCK TIMEOUT value 11 years ago
Ruslan Baratov 05d6531c7a cmSystemTools: Add StringToInt helper 11 years ago
Stephen Kelly 5eb4d7590e Remove some unneeded c_str calls. 11 years ago
Stephen Kelly 4efcfe52f4 cmSystemTools: Remove MSVC6 compatibility define. 11 years ago
Rolf Eike Beer ef09df646a cmSystemTools: reimplement verson comparison without sscanf() 11 years ago
Stephen Kelly 2db55ffa56 Remove borland workarounds. 11 years ago
Nils Gladitz cc1139cc30 strings: Remove redundant calls to std::string::c_str() 11 years ago
Bill Hoffman 57a2df224a Fix memory leaks in extract tar. 11 years ago
Ben Boeckel 43a8c5526d SystemTools: Use a set in Is{On,Off} 12 years ago
Ben Boeckel 9270aa9a2d IsOff: Use the length for the string construction 12 years ago
Clinton Stimpson 71c981a213 Encoding: Fix potential encoding issues with libarchive on Windows. 11 years ago
Brad King 6650b0fa43 bootstrap: Fix "make test" and "make package" targets (#14989) 11 years ago
Brad King bc1517579d bootstrap: Clarify name of configured source directory 11 years ago
Clinton Stimpson b6b493a4ed Encoding: Fix debug asserts parsing command line options with non-ascii chars. 11 years ago
Brad King f52b5ae3c4 cmSystemTools: Add callback for Stderr 11 years ago
Brad King a9ae1d7a60 cmSystemTools: Simplify InterruptCallback definition 11 years ago
Brad King 73b13f5641 cmSystemTools: Rename ErrorCallback to MessageCallback 11 years ago
Eric Berge 24bd7ae11a cmSystemTools::RenameFile: Retry on Windows ERROR_SHARING_VIOLATION 11 years ago
Brad King a9fe65c316 cmSystemTools: Remove unreachable return on HP compiler 11 years ago
Brad King 72e137ea7d Re-word comment on unreachable return statements 11 years ago
Brad King 1de086855c cmSystemTools: Restore unreachable return to silence warnings 11 years ago
Sean McBride 8c9c4fe1a6 Remove 'return' statements that can never be reached 12 years ago
Stephen Kelly 21c573f682 Remove some c_str() calls. 12 years ago
Ben Boeckel 270eb96df0 strings: Remove cmStdString references 12 years ago
Ben Boeckel 215b1addf0 stringapi: Take strings in escaping functions 12 years ago
Ben Boeckel 23e9b80f58 stringapi: Use strings for globbing parameters 12 years ago
Ben Boeckel 77f60392d9 stringapi: Accept strings when MD5 hashing data 12 years ago
Ben Boeckel 67253133f8 ExpandListArguments: Optimize the parser 12 years ago
Brad King 7b1f966a6c Windows: Make file delete/rename retry configurable 12 years ago
Clinton Stimpson 5730710c86 Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. 12 years ago
Stephen Kelly 802a28fc5e Add cmHasLiteralSuffix API. 12 years ago
Clinton Stimpson 0b9906c2fb Windows: Use wide-character system APIs 12 years ago