summaryrefslogtreecommitdiffstats
path: root/Source/cmUseMangledMesaCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
|
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-2/+2
| | | | | Use an ad-hoc clang tool for matching the calls which should be ported.
* Remove some c_str() calls.Stephen Kelly2014-03-111-1/+1
| | | | | | Use the clang RemoveCStrCalls tool to automatically migrate the code. This was only run on linux, so does not have any positive or negative effect on other platforms.
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-2/+3
| | | | | Also use SystemTools::Fopen() instead of fopen(). This is to eventually support utf-8 filenames.
* Add policy CMP0030 to disallow use_mangled_mesaBrad King2013-10-221-1/+3
|
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-6/+6
| | | | | | | | | | | | | | | | | Our Git commit hooks disallow modification or addition of lines with trailing whitespace. Wipe out all remnants of trailing whitespace everywhere except third-party code. Run the following shell code: git ls-files -z -- \ bootstrap doxygen.config '*.readme' \ '*.c' '*.cmake' '*.cpp' '*.cxx' \ '*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \ '*.mm' '*.pike' '*.py' '*.txt' '*.vim' | egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' | egrep -z -v '^(Modules/CPack\..*\.in)' | xargs -0 sed -i 's/ \+$//'
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* ENH: add return and break support to cmake, also change basic command ↵Ken Martin2008-01-231-1/+1
| | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class
* STYLE: fix line lengthKen Martin2006-05-121-1/+2
|
* STYLE: fix line lengthsBill Hoffman2006-03-101-2/+4
|
* ENH: add better error reporting for file open failuresBill Hoffman2004-09-071-0/+1
|
* BUG: fix spelling errors BUG 952Bill Hoffman2004-07-091-2/+2
|
* ENH: Merged use of the kwsys RegularExpression class instead of ↵Brad King2003-06-231-3/+5
| | | | cmRegularExpression.
* Remove warningsAndy Cedilnik2003-03-271-2/+0
|
* Implement GetLineFromStream that actually works and use it instead of getlineAndy Cedilnik2003-03-271-19/+14
|
* spelling errorsBill Hoffman2003-02-141-1/+1
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* Rename variables to remove warningsAndy Cedilnik2002-10-171-2/+2
|
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-1/+1
|
* ENH: add error checking for mmesaBill Hoffman2002-03-261-0/+11
|
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-5/+2
|
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* ENH: change InitialPass to take a const reference to the argument string, to ↵Bill Hoffman2001-09-201-2/+3
| | | | avoid changes to the file cache
* ENH: change to take a path as inputBill Hoffman2001-09-171-6/+4
|
* ENH: add Use mangled mesa commandBill Hoffman2001-09-171-0/+154