summaryrefslogtreecommitdiff
path: root/Source/cmExportLibraryDependenciesCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Rename cmProp in cmValueMarc Chevrier2021-09-211-2/+2
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-2/+1
* cmTarget::GetProperty: return cmPropVitaly Stakhovsky2020-03-301-2/+4
* cmGlobalGenerator: modernize memrory managemenbtMarc Chevrier2019-12-301-2/+2
* cmMakefile: Delay CheckTargetProperties and FinalPass to generate timeDaniel Eiband2019-11-241-3/+6
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* cmCommand refactor: cmExportLibraryDependenciesCommandGabor Bencze2019-08-251-8/+8
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-4/+3
* cmExportLibraryDependenciesCommand: Port away from FinalPassDaniel Pfeifer2019-07-181-33/+24
* Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-2/+2
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* 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