summaryrefslogtreecommitdiffstats
path: root/Source/cmVariableWatchCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-3/+3
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-2/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-1/+1
* Merge branch 'dev/fix-variable-watch-crash' into cmake-syntaxBrad King2013-08-081-56/+85
|\
| * variable_watch: Check newValue for NULLBen Boeckel2013-08-081-1/+1
| * variable_watch: Don't share memory for callbacksBen Boeckel2013-08-081-54/+83
| * variable_watch: Fix a typo in the error messageBen Boeckel2013-08-081-1/+1
* | cmListFileArgument: Generalize 'Quoted' bool to 'Delimeter' enumBrad King2013-08-081-5/+10
|/
* variable_watch: Print accesses as "CMake Debug Log" messagesBrad King2013-06-031-5/+3
* variable_watch: Remove leftover debugging code (#14187)Brad King2013-06-031-13/+0
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-2/+4
* STYLE: Fix line lengthsAndy Cedilnik2007-04-121-7/+14
* ENH: Add variable watch commandAndy Cedilnik2007-04-111-0/+136