summaryrefslogtreecommitdiff
path: root/Source/cmUseMangledMesaCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-49/+32
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* 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
* Remove some c_str() calls.Stephen Kelly2014-03-111-1/+1
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-2/+3
* 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
* 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-1/+1
* 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 cmRegularExpr...Brad King2003-06-231-3/+5
* 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 copyrigh...Brad King2002-10-231-3/+3
* 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
* ENH: change to take a path as inputBill Hoffman2001-09-171-6/+4
* ENH: add Use mangled mesa commandBill Hoffman2001-09-171-0/+154