index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
cmUseMangledMesaCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
use cmSystemTools::MoveFileIfDifferent()
Rolf Eike Beer
2019-09-09
1
-2
/
+1
*
cmCommand refactor: cmUseMangledMesaCommand
Gabor Bencze
2019-08-25
1
-8
/
+14
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-14
/
+6
*
clang-tidy: isolate declarations for readability
Regina Pfeifer
2019-08-21
1
-1
/
+2
*
Source: change parameters to std::string
Vitaly Stakhovsky
2019-05-19
1
-6
/
+6
*
Modernize: Enable modernize-raw-string-literal in clang-tidy
Artur Ryt
2019-04-02
1
-1
/
+1
*
cmSystemTools::Error: consolidate parameters into single std::string
Vitaly Stakhovsky
2019-02-20
1
-4
/
+4
*
cmSystemTools: copy file member functions accept std::string params
Vitaly Stakhovsky
2019-01-29
1
-1
/
+1
*
Remove unnecessary c_str() in RegularExpression::find calls
Vitaly Stakhovsky
2018-08-07
1
-3
/
+3
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-1
/
+1
*
Fix trivial typos in text
luzpaz
2017-11-03
1
-2
/
+2
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-3
/
+2
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-2
/
+2
*
fix some include-what-you-use diagnostics
Daniel Pfeifer
2017-02-17
1
-1
/
+0
*
cmDisallowedCommand: extract policy checking from cmCommand
Daniel Pfeifer
2017-02-13
1
-5
/
+0
*
Remove redundant c_str() calls
Daniel Pfeifer
2016-10-30
1
-1
/
+1
*
Separate compilation for commands included in cmCommands
Daniel Pfeifer
2016-10-21
1
-2
/
+5
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11
/
+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-49
/
+32
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-1
/
+1
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0
/
+1
*
Replace 'foo.size() == 0' pattern with foo.empty().
Stephen Kelly
2015-01-18
1
-1
/
+1
*
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-2
/
+2
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-1
/
+1
*
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-2
/
+3
*
Add policy CMP0030 to disallow use_mangled_mesa
Brad King
2013-10-22
1
-1
/
+3
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-6
/
+6
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14
/
+9
*
ENH: add return and break support to cmake, also change basic command invocat...
Ken Martin
2008-01-23
1
-1
/
+1
*
STYLE: fix line length
Ken Martin
2006-05-12
1
-1
/
+2
*
STYLE: fix line lengths
Bill Hoffman
2006-03-10
1
-2
/
+4
*
ENH: add better error reporting for file open failures
Bill Hoffman
2004-09-07
1
-0
/
+1
*
BUG: fix spelling errors BUG 952
Bill Hoffman
2004-07-09
1
-2
/
+2
*
ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpr...
Brad King
2003-06-23
1
-3
/
+5
*
Remove warnings
Andy Cedilnik
2003-03-27
1
-2
/
+0
*
Implement GetLineFromStream that actually works and use it instead of getline
Andy Cedilnik
2003-03-27
1
-19
/
+14
*
spelling errors
Bill Hoffman
2003-02-14
1
-1
/
+1
*
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...
Brad King
2002-10-23
1
-3
/
+3
*
Rename variables to remove warnings
Andy Cedilnik
2002-10-17
1
-2
/
+2
*
make sure ; expansion is done in all commands
Bill Hoffman
2002-03-29
1
-1
/
+1
*
ENH: add error checking for mmesa
Bill Hoffman
2002-03-26
1
-0
/
+11
*
ENH: expand variables in arguments before the commands get them
Bill Hoffman
2002-03-05
1
-5
/
+2
*
ENH:Updated copyright
Will Schroeder
2002-01-21
1
-29
/
+5
*
ENH: change InitialPass to take a const reference to the argument string, to ...
Bill Hoffman
2001-09-20
1
-2
/
+3
*
ENH: change to take a path as input
Bill Hoffman
2001-09-17
1
-6
/
+4
*
ENH: add Use mangled mesa command
Bill Hoffman
2001-09-17
1
-0
/
+154