summaryrefslogtreecommitdiffstats
path: root/Source/cmExportLibraryDependenciesCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: apply readability-redundant-control-flow fixesDaniel Pfeifer2016-12-121-1/+0
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-2/+5
* Separate compilation for commands included in cmCommandsDaniel Pfeifer2016-10-211-2/+10
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-2/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Remove redundant get() call on smart pointerDaniel Pfeifer2016-09-161-1/+1
* use empty method to check for emptynessDaniel Pfeifer2016-09-151-1/+1
* Do not place CMake version in export filesChristoph GrĂ¼ninger2016-07-111-1/+1
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-4/+4
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-74/+51
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-2/+2
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-141-2/+2
* cmTarget: Move link type enum out.Stephen Kelly2015-10-141-3/+3
* cmExportLibraryDependenciesCommand: Port to cmMakefile.Stephen Kelly2015-08-071-5/+3
* export_library_dependencies: Use original link libraries internallyBrad King2014-07-141-6/+4
* Remove some c_str() calls.Stephen Kelly2014-03-111-1/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-6/+6
* cmTarget: Remove the project argument to FindTargetBen Boeckel2014-03-081-1/+1
* CMakeLists: Generate the cmCommands.cxx file.Stephen Kelly2014-02-091-0/+208