summaryrefslogtreecommitdiff
path: root/Source/cmExportBuildAndroidMKGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-4/+4
* cmExportFileGenerator: Simplify collection of targets missing from export setBrad King2022-04-111-1/+2
* LINK_LIBRARIES: Evaluate separately for linking and usage requirementsBrad King2022-03-221-1/+2
* cmGeneratorTarget: Avoid boolean trap in usage requirement lookupBrad King2021-12-091-1/+2
* cmGeneratorTarget: Remove default config from Get* methodsBrad King2020-05-181-1/+3
* Refactoring: add cm::contains to <cmext/algorithm>Marc Chevrier2020-04-171-2/+3
* replace "substr(0, xx) ==" with cmHasPrefix()Rolf Eike Beer2020-03-231-2/+2
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-4/+3
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-2/+1
* cmAlgorithms: Add cmContainsRegina Pfeifer2019-08-191-3/+2
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-2/+2
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-1/+1
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+0
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-2/+2
* Android.mk: De-duplicate link libraries logic during exportBrad King2018-09-111-21/+5
* Fix transitive usage requirements through same-name imported targetsBrad King2018-09-101-1/+1
* LINK_OPTIONS: Add new family of propertiesMarc Chevrier2018-06-061-0/+6
* Merge topic 'object-library-export-as-interface'Brad King2018-03-011-1/+2
|\
| * install,export: Maybe transform OBJECT libraries to INTERFACE librariesBrad King2018-02-281-1/+2
* | Android.mk: Fix export of static libraries with PRIVATE dependenciesBrad King2018-02-141-2/+5
* | Android.mk: Evaluate generator expressions up frontBrad King2018-02-141-12/+13
|/
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-2/+1
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-261-2/+2
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-20/+16
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* clang-tidy: apply readability-redundant-string-init fixesDaniel Pfeifer2016-12-121-1/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-5/+13
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-12/+12
* Android: Record use of C++ by static libs in exported Android.mk filesBrad King2016-10-071-0/+12
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Convert: Inline MAKERULE conversionsStephen Kelly2016-09-191-2/+2
* use empty method to check for emptynessDaniel Pfeifer2016-09-151-1/+1
* Add support for creating prebuilt Android.mk filesBill Hoffman2016-09-131-0/+193