]> git.tdb.fi Git - builder.git/history - source/androidtools.cpp
Refactor transitive dependencies to work on all targets
[builder.git] / source / androidtools.cpp
2022-12-28 Mikko RasaRearrange sources into subdirectories
2022-12-26 Mikko RasaInitialize AndroidDevKit::supported_api_levels in the...
2022-12-26 Mikko RasaUse priorities to determine the default toolchain
2022-12-24 Mikko RasaFix bit shifts to be 64-bit
2022-12-21 Mikko RasaRefactor logger to do message formatting internally
2022-12-21 Mikko RasaTrack Android API levels with a bitmask
2022-12-19 Mikko RasaReplace basic for loops with range-based loops or algor...
2021-09-01 Mikko RasaUse getenv from mspcore
2021-08-29 Mikko RasaAdapt to changes in mspcore
2017-12-04 Mikko RasaUse $sdk_root/ndk-bundle as default path for Android NDK
2017-12-04 Mikko RasaRecognize and use the common sysroot in newer Android...
2017-12-02 Mikko RasaImprove problem reporting for the Android toolchain
2017-12-01 Mikko RasaCollapse the language-specific compilers into a single...
2014-10-10 Mikko RasaProvide the AR tool on Android
2014-10-10 Mikko RasaA bunch of new tools and targets to build Android packages
2014-10-10 Mikko RasaAdd some logging to AndroidTools
2014-10-10 Mikko RasaIntroduce a helper function in Architecture to pick...
2014-10-08 Mikko RasaA bunch of minor cleanups
2014-10-03 Mikko RasaRudimentary support for compiling things for Android