summaryrefslogtreecommitdiff
path: root/Source/cmUseMangledMesaCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* use cmSystemTools::MoveFileIfDifferent()Rolf Eike Beer2019-09-091-2/+1
* cmCommand refactor: cmUseMangledMesaCommandGabor Bencze2019-08-251-8/+14
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-14/+6
* clang-tidy: isolate declarations for readabilityRegina Pfeifer2019-08-211-1/+2
* Source: change parameters to std::stringVitaly Stakhovsky2019-05-191-6/+6
* Modernize: Enable modernize-raw-string-literal in clang-tidyArtur Ryt2019-04-021-1/+1
* cmSystemTools::Error: consolidate parameters into single std::stringVitaly Stakhovsky2019-02-201-4/+4
* cmSystemTools: copy file member functions accept std::string paramsVitaly Stakhovsky2019-01-291-1/+1
* Remove unnecessary c_str() in RegularExpression::find callsVitaly Stakhovsky2018-08-071-3/+3
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* Fix trivial typos in textluzpaz2017-11-031-2/+2
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-3/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* fix some include-what-you-use diagnosticsDaniel Pfeifer2017-02-171-1/+0
* cmDisallowedCommand: extract policy checking from cmCommandDaniel Pfeifer2017-02-131-5/+0
* Remove redundant c_str() callsDaniel Pfeifer2016-10-301-1/+1
* Separate compilation for commands included in cmCommandsDaniel Pfeifer2016-10-211-2/+5
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* 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