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
/
cmcldeps.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-2
/
+2
*
cmcldeps: prefer the /TC flag
Ben Boeckel
2016-10-14
1
-6
/
+1
*
cmcldeps: append strings as strings
Ben Boeckel
2016-10-14
1
-1
/
+1
*
cmcldeps: search for single-byte strings as characters
Ben Boeckel
2016-10-14
1
-2
/
+2
*
fix a batch of include-what-you-use violations
Daniel Pfeifer
2016-08-17
1
-0
/
+1
*
Prefer istringstream and ostringstream over stringstream.
Daniel Pfeifer
2016-06-14
1
-1
/
+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-64
/
+66
*
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
-2
/
+2
*
cmSystemTools: Teach RunSingleCommand to separate stdout and stderr
Brad King
2015-04-20
1
-2
/
+3
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-1
/
+1
*
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-1
/
+1
*
Windows: Use wide-character system APIs
Clinton Stimpson
2013-12-09
1
-3
/
+4
*
Ninja: Make cmcldeps depfile output more consistent with 'ninja -t msvc'
Reid Kleckner
2013-07-26
1
-9
/
+24
*
Fix spelling and typos (product names)
Andreas Mohr
2013-05-07
1
-1
/
+1
*
Resolve warnings about shadowing parameters and local variables.
Stephen Kelly
2012-11-13
1
-0
/
+4
*
Ninja: don't suppress warning about compiler options
Peter Kümmel
2012-09-04
1
-1
/
+3
*
Ninja: readd quotes to src file path before patching it
Peter Kümmel
2012-07-16
1
-0
/
+3
*
Ninja: also stop when .rc's .d file couldn't be generated
Peter Kümmel
2012-07-15
1
-3
/
+6
*
Ninja: print error message when command failed
Peter Kuemmel
2012-06-28
1
-17
/
+8
*
Remove process execution code from cmcldeps and have it use cmake code.
Bill Hoffman
2012-06-27
1
-482
/
+34
*
Ninja: disable cldeps for bcc32, it's too old, and ninja would also not build
Peter Kuemmel
2012-06-18
1
-6
/
+1
*
Ninja: try work around for bcc32 bug
Peter Kuemmel
2012-06-17
1
-1
/
+7
*
Ninja: build server fixes
Peter Kuemmel
2012-06-17
1
-3
/
+3
*
Ninja: maybe this fixes the bcc32 build
Peter Kuemmel
2012-06-16
1
-0
/
+1
*
Ninja: msvc6 for-scoping
Peter Kuemmel
2012-06-16
1
-7
/
+7
*
Ninja: build with old msvc versions
Peter Kuemmel
2012-06-16
1
-20
/
+31
*
Ninja: build server fixes
Peter Kuemmel
2012-06-16
1
-52
/
+51
*
Ninja: some bytes of the rc files couldn't be piped correctly
Peter Kuemmel
2012-06-15
1
-9
/
+18
*
Ninja: don't remove space between command and parameters
Peter Kuemmel
2012-06-15
1
-1
/
+1
*
Ninja: build cmcldeps with mingw
Peter Kuemmel
2012-06-15
1
-0
/
+2
*
Ninja: but cl supports /nologo ...
Peter Kuemmel
2012-06-15
1
-3
/
+4
*
Ninja: no /nologo option in old rc.exe
Peter Kuemmel
2012-06-15
1
-3
/
+2
*
Ninja: don't pollute build dir with preprocessed rc files
Peter Kuemmel
2012-06-15
1
-1
/
+1
*
Ninja: ninja now also could read parentheses in .d files
Peter Kuemmel
2012-06-14
1
-8
/
+4
*
Ninja: cmcldeps
Peter Kuemmel
2012-06-14
1
-38
/
+39
*
Ninja: suppress startup logos
Peter Kuemmel
2012-06-14
1
-3
/
+5
*
Ninja: onyl use pre processor for rc file parsing
Peter Kuemmel
2012-06-13
1
-16
/
+12
*
Ninja: extract dependencies for .rc files with msvc tools
Peter Kuemmel
2012-06-13
1
-20
/
+74
*
Ninja: ninja can't read dep. pathes with parentheses
Peter Kuemmel
2012-06-12
1
-6
/
+3
*
Ninja: use slahes in .d files
Peter Kuemmel
2012-06-10
1
-1
/
+1
*
Ninja: fix line length
Peter Kuemmel
2012-06-10
1
-7
/
+19
*
Ninja: allow spaces in cldeps's .d file
Peter Kuemmel
2012-06-10
1
-7
/
+14
*
Ninja: don't use cmcldeps for try_compile
Peter Kuemmel
2012-06-09
1
-4
/
+8
*
Ninja: add wrapper for cl to extract dependencies
Peter Kuemmel
2012-06-08
1
-0
/
+644