summaryrefslogtreecommitdiff
path: root/Source/cmComputeComponentGraph.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmComputeComponentGraph: use `size_t` for component indicesBen Boeckel2023-01-311-12/+15
* cmComputeComponentGraph: use a name for "invalid component"Ben Boeckel2023-01-311-3/+5
* cmComputeComponentGraph: Move work out of constructor into Compute() methodKyle Edwards2020-07-281-2/+6
* Ninja Multi-Config: Fix issue with framework dependencies and AutogenKyle Edwards2020-02-171-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+0
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* Track backtraces in target dependencies internallyBrad King2018-10-181-2/+2
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-3/+3
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-5/+5
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-36/+24
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-5/+0
* Distinguish "strong" and "weak" target dependency edgesBrad King2010-08-251-1/+4
* Split notion of node lists and edge listsBrad King2010-08-251-4/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Improve link line generation for static library cycles.Brad King2008-02-071-0/+161