[BH-396] Move CrashDebug to a separate directory Move CrashDebug to a separate directory
[BH-360] Move TPLIB re2 to separate dir Changed submodule directory and updated cmake scripts. Updated paths in PureCoverage script and Doxyfile
[BH-371] Replace gsl with mainline submodule and move to third-party Replacing loose gsl files with gsl mainline project as submodule and moving it to third-party
[BH-460] Moved TPLIB littlefs Moved littlefs library to dedicated third party directory, fixed include paths
[BH-399] Cleaning Cleaned to match newest master
[BH-357] Move protobuf to third-party dir * Use the CMakeLists.txt from lib authors. * Disable building libprotobuf in the all target. * Disable warnings in the libprotobuf-lite target.
[BH-397] Move TPLIB parallel-hashmap Changed submodule directory and changed way its linked, in order to use target_link_libraries checkouted phmap dependency to the newest revision which includes small cmake fixes (see 031d214f2ce1973933abdf2a998d986ff8094d8e), updated paths in PureCoverage script and Doxyfile
[BH-365] Move TPLIB (tinyexpr) to separate directory Move library, amend CMAKE files
[BH-461] Move TPLIB minimp3 to separate dir Moved minimp3 to third-party directory, added our CMakeLists.txt with interface library defined and upgraded include paths
[BH-398] Move sml to a separate directory Move sml to a separate directory
[BH-359] Move TPLIB pugixml to separate dir Changed submodule directory and updated cmake scripts and include paths
[BH-361] Move date to separate directory Move date to separate directory
[BH-356] Move TPLIB (microtar) to separate directory Move microtar to lib, amend CMAKE files
[BH-364] Move TPLIB magic_enum to separate dir Changed submodule directory and updated cmake scripts and include paths
[BH-358] Add Move TPLIB (CRC32) to separate directory Change directory location and update CMAKE
[EGD-4651] Fix CrashDump submodule path git:protocol requires proper credential, prevents some script to be run correctly
[EGD-6156] Create crash dumps Integrate the CrashCatcher library in order to store phone state after a fault occurs. The dumps are stored in the CrashCatcher hex format and can be debugged using the CrashDebug stub built for x86_64 via the 'debug_crash_dump.sh' script.
[EGD-5868] Add access to backup over MTP This change adds access to backups via MTP after backup file has been successfuly created.
[EGD-5855] Daily build scripts Adding script for creating daily releases in docker environment
[EGD-6027] Moved test harness to separate repository Common code for QAE and development moved to separate repository to achieve more granular controll and more fluent flow