summaryrefslogtreecommitdiffstats
path: root/Source/cmOrderDirectories.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-201-2/+2
|/
* cmOrderDirectories: Port to cmGeneratorTarget.Stephen Kelly2015-08-051-3/+5
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-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-161-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
* COMP: Fix unreachable code warning in cmOrderDirectories.Brad King2008-02-221-1/+1
* COMP: Remove unused local variable from cmOrderDirectories.Brad King2008-02-211-1/+0
* ENH: Improve linking to third-party shared libraries on soname platformsBrad King2008-02-211-1/+9
* ENH: Better linker search path computation.Brad King2008-02-211-0/+524