| Commit message (Expand) | Author | Age | Files | Lines |
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -12/+5 |
|
|
* | stringapi: Take strings in escaping functions | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings for globbing parameters | Ben Boeckel | 2014-03-08 | 1 | -2/+3 |
|
|
* | stringapi: Accept strings when MD5 hashing data | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | Windows: Make file delete/rename retry configurable | Brad King | 2014-02-12 | 1 | -0/+9 |
|
|
* | cmSystemTools: Add PrintSingleCommand method | Brad King | 2013-11-15 | 1 | -0/+2 |
|
|
* | cmSystemTools: Add RunSingleCommand overload for std::vector<std::string> | Brad King | 2013-11-15 | 1 | -0/+5 |
|
|
* | Refactor internal resource location APIs and initialization | Brad King | 2013-11-12 | 1 | -7/+10 |
|
|
* | cmSystemTools: Drop old RunCommand method | Brad King | 2013-10-19 | 1 | -27/+0 |
|
|
* | Teach --help-* options to load documentation from .rst files | Brad King | 2013-10-16 | 1 | -0/+3 |
|
|
* | Add option to use stdout/stderr of original terminal in cmake --build | Patrick Gansterer | 2013-07-29 | 1 | -2/+3 |
|
|
* | cmDependsC: Collapse relative include paths | Pavel Shramov | 2013-06-26 | 1 | -0/+6 |
|
|
* | cmSystemTools: Fix typo in comment. | Stephen Kelly | 2013-06-11 | 1 | -1/+1 |
|
|
* | Merge topic 'rpath-on-mac' | Brad King | 2013-06-03 | 1 | -0/+4 |
|\ |
|
| * | OS X: Add RPATH support for Mac. | Clinton Stimpson | 2013-06-03 | 1 | -0/+4 |
|
|
* | | Fix spelling and typos (non-binary) | Andreas Mohr | 2013-05-07 | 1 | -1/+1 |
|/ |
|
* | cmake-gui: Fix error status when interrupted. | Clinton Stimpson | 2012-09-04 | 1 | -1/+2 |
|
|
* | CTest: Simplify environment save/restore | Brad King | 2012-04-24 | 1 | -10/+2 |
|
|
* | Merge branch 'target-include-directories' into ninja-generator | David Cole | 2012-02-22 | 1 | -1/+8 |
|\ |
|
| * | Merge topic 'interrupt-bug-12649' | David Cole | 2012-02-14 | 1 | -1/+8 |
| |\ |
|
| | * | cmake-gui: Improve interrupt granularity to fix bug 12649. | Clinton Stimpson | 2012-01-02 | 1 | -1/+8 |
|
|
* | | | Add cmSystemTools::TrimWhitespace function | Peter Collingbourne | 2012-02-02 | 1 | -0/+5 |
|/ / |
|
* | | Fix typos arguement -> argument. | Stephen Kelly | 2012-01-08 | 1 | -2/+2 |
|/ |
|
* | RunSingleCommand: Add a OUTPUT_NORMAL flag. | Johan Björk | 2011-07-28 | 1 | -2/+7 |
|
|
* | RunSingleCommand: Replace verbose boolean with enum | Johan Björk | 2011-07-28 | 1 | -6/+12 |
|
|
* | cmSystemTools: Remove trailing whitespace | Brad King | 2011-07-28 | 1 | -37/+37 |
|
|
* | Merge topic 'xcode-source_groups-folders-issue-10039' | Brad King | 2011-06-08 | 1 | -0/+3 |
|\ |
|
| * | CMake: Move tokenize to cmSystemTools | Johan Björk | 2011-06-07 | 1 | -0/+3 |
|
|
* | | Merge topic 'output-compile-lines' | Brad King | 2011-05-24 | 1 | -0/+2 |
|\ \ |
|
| * | | run_compile_commands: Avoid extra stl vector conversion | Brad King | 2011-05-18 | 1 | -0/+2 |
| |/ |
|
* | | Improve string(RANDOM) default seed | Brad King | 2011-05-17 | 1 | -0/+3 |
|/ |
|
* | CPack Backward-compatibly enforce DESTDIR for DEB and RPM | Eric NOULARD | 2010-08-23 | 1 | -0/+6 |
|
|
* | Remove cmSystemTools::EscapeSpaces method | Brad King | 2010-08-18 | 1 | -6/+0 |
|
|
* | CPack: Try harder to remove temporary dir (#10793) | Brad King | 2010-06-04 | 1 | -0/+3 |
|
|
* | Preserve environment variables across calls to cmCTestScriptHandler::RunConfi... | David Cole | 2009-12-23 | 1 | -0/+14 |
|
|
* | Move cURL dependent code out of CMakeLib to fix complex tests. | Zach Mullen | 2009-12-22 | 1 | -12/+0 |
|
|
* | Make new web api safe for bootstrap build. | Zach Mullen | 2009-12-21 | 1 | -12/+12 |
|
|
* | Added functionality to allow CTest to easily access web APIs. This will be u... | Zach Mullen | 2009-12-21 | 1 | -0/+12 |
|
|
* | Added support for CTest awareness of the CDash version. This will help forwa... | Zach Mullen | 2009-12-21 | 1 | -0/+11 |
|
|
* | Add JOM support and clean up some of the tar -E stuff | Bill Hoffman | 2009-11-05 | 1 | -4/+2 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: Add cmSystemTools::ParseUnixCommandLine | Brad King | 2009-07-13 | 1 | -0/+4 |
|
|
* | ENH: Remove unused cmSystemTools::RemoveEscapes | Brad King | 2009-06-24 | 1 | -7/+1 |
|
|
* | ENH: move PutEnv to SystemTools | Bill Hoffman | 2009-06-05 | 1 | -4/+0 |
|
|
* | ENH: Remove obscure method from KWSys SystemTools | Brad King | 2009-04-21 | 1 | -0/+8 |
|
|
* | ENH: Move RenameFile to cmSystemTools | Brad King | 2009-04-15 | 1 | -0/+4 |
|
|
* | ENH: Create cmXMLSafe to help escapes in XML | Brad King | 2009-02-05 | 1 | -3/+0 |
|
|
* | ENH: Implement feature request from issue 7885. Allow setting environment var... | David Cole | 2008-11-26 | 1 | -0/+11 |
|
|
* | ENH: Inform user when RPATH or RUNPATH is removed | Brad King | 2008-08-14 | 1 | -1/+2 |
|
|
* | ENH: Added WOW64 key view support to KWSys SystemTools' windows registry API. | Brad King | 2008-05-27 | 1 | -1/+2 |
|
|