index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmcldeps.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmcldeps: Restore support for rc.exe path not fully GetShortPathName-d
Brad King
2023-10-23
1
-1/+2
*
cmcldeps: Avoid passing /nologo more than once to RC compiler
Brad King
2023-06-07
1
-2/+11
*
cmcldeps: Do not pass linker flags to cl
Benjamin Buch
2023-06-07
1
-19/+5
*
cmcldeps: Remove unused C and CXX support
Benjamin Buch
2023-06-07
1
-9/+4
*
MSVC: Recognize -XYZ as well as /XYZ when parsing MS tool command lines
Dubach, Joev
2022-07-27
1
-0/+1
*
cmcldeps: Suppress rc dummy output
Orgad Shaneh
2021-11-29
1
-1/+2
*
cmcldeps: replace inefficient std::string::substr usage
Rolf Eike Beer
2020-03-23
1
-26/+24
*
replace private startsWith() implementation with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-8/+4
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-3/+5
*
RC: Pass output file in a way that llvm-rc 7 and below understand
Zsolt Parragi
2019-02-27
1
-1/+1
*
Using front() and back() instead of calculations
Cengizhan Pasaoglu
2018-11-06
1
-1/+1
*
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-16
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
[next]