~aleteoryx/muditaos

ref: 2eca1d9b04a9da03fadb0192b0597942481e3fef muditaos/third-party d---------
6ae7f791 — Jakub Pyszczak 4 years ago
[EGD-7004] Removed sensitive data

Sensitive data removed from logs in module-bsp.
Commented out legacy code removed.
75203316 — DariuszSabala 4 years ago
[BH-464] Moved USB stack to third-party dir

Moved USB stack, defined separate library and its dependencies,
assigned library to specific sections in linker script, reduced
build time by more than 10 percent thanks to ending building
usb stack file both in module-bsp and module-vfs
3bdc27a1 — Marek Niepieklo 4 years ago
[CP-270] Replace CRC32 library

Replaced CRC-32 lib from csbruce.com/software/ with
github.com/stbrumme/hash-library
82b58594 — Mateusz Grzegorzek 4 years ago
[BH-363] Move libphonenumber to a separate directory

Move libphonenumber to a separate directory
db6e7d04 — Marek Niepieklo 4 years ago
[CP-163] Implement FS Endpoint read file

Implemented get file opration in FS Endpoint
028804ea — Lukasz Skrzypczak 4 years ago
[BH-459] Moved fatfs to third-party v2

2nd approach to moving fatfs to third-party. Declared as INTERFACE.
39a760ba — Maciej Gibowicz 4 years ago
[EGD-6702] Add time zone library

The library is used to manually set the time zone.
It is based on the IANA time zone database.
02b8d2bf — Piotr Tański 4 years ago
Merge branch 'master' into stable
1a2e12af — Radoslaw Wicik 4 years ago
[BH-373] Convert utils json into a lib

Moving json to a third-party standalone library.
b6739819 — Alek Rudnik 4 years ago
Merge branch 'master' into stable
e13ad08b — Lukasz Skrzypczak 4 years ago
[BH-378] Utils move log to library

Moved log to separate library
c3a6c4a9 — Mateusz Grzegorzek 4 years ago
[BH-396] Move CrashDebug to a separate directory

Move CrashDebug to a separate directory
40cef99e — DariuszSabala 4 years ago
[BH-360] Move TPLIB re2 to separate dir

Changed submodule directory and updated cmake scripts.
Updated paths in PureCoverage script and Doxyfile
5ad878c6 — Paweł Joński 4 years ago
[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
a360d13b — DariuszSabala 4 years ago
[BH-460] Moved TPLIB littlefs

Moved littlefs library to dedicated third party directory,
fixed include paths
82030a32 — Alek Rudnik 4 years ago
Merge branch 'master' into stable
40530e39 — Lukasz Skrzypczak 4 years ago
[BH-399] Cleaning

Cleaned to match newest master
fbb820c2 — Artur Śleszyński 4 years ago
[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.
e6e9a79f — DariuszSabala 4 years ago
[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
b9694428 — Pawel.Paprocki 4 years ago
[BH-365] Move TPLIB (tinyexpr) to separate directory

Move library, amend CMAKE files
Next