summaryrefslogtreecommitdiff
path: root/Source/cmOrderDirectories.cxx
Commit message (Expand)AuthorAgeFilesLines
* Source: Fix typos and spelling in commentsJosef Angstenberger2021-05-071-1/+1
* Source: Reduce c_str() usagevvs314152021-03-131-1/+1
* cmOrderDirectories: Modernize memory managementMarc Chevrier2019-12-181-12/+11
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-2/+4
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-6/+6
* Refactor: Use cmStrCat to construct error stringsAsit Dhal2019-09-181-7/+7
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-8/+6
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-2/+2
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-5/+3
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-0/+1
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-4/+2
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-1/+1
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-2/+3
* Using front() and back() instead of calculationsCengizhan Pasaoglu2018-11-061-1/+1
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-4/+4
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-31/+24
* Pass large types by const&, small types by valueDaniel Pfeifer2017-06-041-1/+1
* cmOrderDirectories: Consider symlinks when checking implicit directoriesBrad King2017-03-021-2/+7
* cmOrderDirectories: Factor out implicit directory checkBrad King2017-03-011-6/+9
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-2/+4
* Add CM_OVERRIDE to some functionsDaniel Pfeifer2016-06-271-4/+4
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-218/+156
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-24/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Merge topic 'reduce-realpath-calls'Brad King2015-12-021-4/+22
|\
| * cmOrderDirectories: Reduce repeat realpath() callsBrad King2015-12-011-2/+15
| * cmOrderDirectories: Factor out directory comparisonBrad King2015-12-011-4/+9
* | cmGeneratorTarget: Provide direct access to the backtrace.Stephen Kelly2015-10-211-2/+2
|/
* cmOrderDirectories: Port to cmGeneratorTarget.Stephen Kelly2015-08-051-3/+5
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-111-0/+1
* Use the cmDeleteAll algorithm instead of trivial raw loops.Stephen Kelly2015-01-131-12/+2
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-4/+4
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-1/+1
* Tolerate symlinks during RPATH ordering (#13429)Brad King2014-09-091-2/+8
* regex: Use static regexs where possibleBen Boeckel2014-06-091-4/+4
* Remove some c_str() calls.Stephen Kelly2014-03-111-1/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-10/+10
* cmTarget: Make GetProperty() const.Stephen Kelly2013-10-311-1/+1
* OS X: Enable rpath support on Mac OS X when find_library() is used.Clinton Stimpson2013-07-151-14/+8
* OS X: Add RPATH support for Mac.Clinton Stimpson2013-06-031-4/+41
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Link runtime libraries of all languagesBrad King2009-07-271-0/+12
* STYLE: Factor CollectOriginalDirectories codeBrad King2009-07-141-20/+27
* BUG: Fix same-file check for directory orderingBrad King2008-12-261-14/+11
* ENH: Warn when system libraries may be hidden.Brad King2008-07-291-3/+69
* ENH: Provide context in path ordering warningsBrad King2008-07-291-7/+10
* STYLE: Fix typo in comment in cmOrderDirectoriesBrad King2008-07-291-1/+1