summaryrefslogtreecommitdiff
path: root/Source/cmcldeps.cxx
Commit message (Expand)AuthorAgeFilesLines
* MSVC: Recognize -XYZ as well as /XYZ when parsing MS tool command linesDubach, Joev2022-07-271-0/+1
* cmcldeps: Suppress rc dummy outputOrgad Shaneh2021-11-291-1/+2
* cmcldeps: replace inefficient std::string::substr usageRolf Eike Beer2020-03-231-26/+24
* replace private startsWith() implementation with cmHasPrefix()Rolf Eike Beer2020-03-231-8/+4
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+5
* RC: Pass output file in a way that llvm-rc 7 and below understandZsolt Parragi2019-02-271-1/+1
* Using front() and back() instead of calculationsCengizhan Pasaoglu2018-11-061-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* cmcldeps: prefer the /TC flagBen Boeckel2016-10-141-6/+1
* cmcldeps: append strings as stringsBen Boeckel2016-10-141-1/+1
* cmcldeps: search for single-byte strings as charactersBen Boeckel2016-10-141-2/+2
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-171-0/+1
* Prefer istringstream and ostringstream over stringstream.Daniel Pfeifer2016-06-141-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-64/+66
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-2/+2
* cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-201-2/+3
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-1/+1
* Windows: Use wide-character system APIsClinton Stimpson2013-12-091-3/+4
* Ninja: Make cmcldeps depfile output more consistent with 'ninja -t msvc'Reid Kleckner2013-07-261-9/+24
* Fix spelling and typos (product names)Andreas Mohr2013-05-071-1/+1
* Resolve warnings about shadowing parameters and local variables.Stephen Kelly2012-11-131-0/+4
* Ninja: don't suppress warning about compiler optionsPeter Kümmel2012-09-041-1/+3
* Ninja: readd quotes to src file path before patching itPeter Kümmel2012-07-161-0/+3
* Ninja: also stop when .rc's .d file couldn't be generatedPeter Kümmel2012-07-151-3/+6
* Ninja: print error message when command failedPeter Kuemmel2012-06-281-17/+8
* Remove process execution code from cmcldeps and have it use cmake code.Bill Hoffman2012-06-271-482/+34
* Ninja: disable cldeps for bcc32, it's too old, and ninja would also not buildPeter Kuemmel2012-06-181-6/+1
* Ninja: try work around for bcc32 bugPeter Kuemmel2012-06-171-1/+7
* Ninja: build server fixesPeter Kuemmel2012-06-171-3/+3
* Ninja: maybe this fixes the bcc32 buildPeter Kuemmel2012-06-161-0/+1
* Ninja: msvc6 for-scopingPeter Kuemmel2012-06-161-7/+7
* Ninja: build with old msvc versionsPeter Kuemmel2012-06-161-20/+31
* Ninja: build server fixesPeter Kuemmel2012-06-161-52/+51
* Ninja: some bytes of the rc files couldn't be piped correctlyPeter Kuemmel2012-06-151-9/+18
* Ninja: don't remove space between command and parametersPeter Kuemmel2012-06-151-1/+1
* Ninja: build cmcldeps with mingwPeter Kuemmel2012-06-151-0/+2
* Ninja: but cl supports /nologo ...Peter Kuemmel2012-06-151-3/+4
* Ninja: no /nologo option in old rc.exePeter Kuemmel2012-06-151-3/+2
* Ninja: don't pollute build dir with preprocessed rc filesPeter Kuemmel2012-06-151-1/+1
* Ninja: ninja now also could read parentheses in .d filesPeter Kuemmel2012-06-141-8/+4
* Ninja: cmcldepsPeter Kuemmel2012-06-141-38/+39
* Ninja: suppress startup logosPeter Kuemmel2012-06-141-3/+5
* Ninja: onyl use pre processor for rc file parsingPeter Kuemmel2012-06-131-16/+12
* Ninja: extract dependencies for .rc files with msvc toolsPeter Kuemmel2012-06-131-20/+74
* Ninja: ninja can't read dep. pathes with parenthesesPeter Kuemmel2012-06-121-6/+3
* Ninja: use slahes in .d filesPeter Kuemmel2012-06-101-1/+1
* Ninja: fix line lengthPeter Kuemmel2012-06-101-7/+19
* Ninja: allow spaces in cldeps's .d filePeter Kuemmel2012-06-101-7/+14