summaryrefslogtreecommitdiff
path: root/Source/cmExportLibraryDependenciesCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmMakefile: Define cmTargetMap type in cmMakefile instead of cmTargetSebastian Holtermann2019-05-231-2/+1
* cmSystemTools::Error: consolidate parameters into single std::stringVitaly Stakhovsky2019-02-201-1/+1
* Work around clang-cl breakage on make_unique/std::forwardZsolt Parragi2019-02-111-1/+2
* cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-1/+1
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-261-7/+7
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-25/+17
* Use C++11 unordered containersDaniel Pfeifer2017-08-221-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* fix some include-what-you-use diagnosticsDaniel Pfeifer2017-02-171-1/+0
* cmDisallowedCommand: extract policy checking from cmCommandDaniel Pfeifer2017-02-131-6/+0
* 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-151-2/+2
* cmTarget: Move link type enum out.Stephen Kelly2015-10-151-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