Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-04 | [depends][flatbuffers] Update to 23.3.3 | Markus Härer | |
2023-04-21 | tools/depends: flatbuffers: add -DCMAKE_INSTALL_LIBDIR=lib for native build | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-17 | tools/depends: split ARCHIVE_TOOL and ARCHIVE_TOOL_FLAGS to be consistent | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-17 | tools/depends: split RETRIEVE_TOOL and RETRIEVE_TOOL_FLAGS to be consistent | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-17 | tools/depends: improve download retry logic | Lukas Rusak | |
This also adds the ability to print the new sha512 hash if there is a mismatch | |||
2023-02-14 | Revert "tools/depends: improve download retry logic and add download target" | fuzzard | |
2023-02-07 | tools/depends: split ARCHIVE_TOOL and ARCHIVE_TOOL_FLAGS to be consistent | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-02-07 | tools/depends: split RETRIEVE_TOOL and RETRIEVE_TOOL_FLAGS to be consistent | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-02-07 | tools/depends: improve download retry logic | Lukas Rusak | |
This also adds the ability to print the new sha512 hash if there is a mismatch | |||
2022-12-29 | tools/depends: make the hash file an order only prerequisite | Lukas Rusak | |
this fixes an issue when rebuilding the dependencies that if a target is already built it doesn't get rebuilt ref: https://www.gnu.org/software/make/manual/html_node/Prerequisite-Types.html | |||
2022-02-07 | [depends] add tarball hash checking | wsnipex | |
2022-01-24 | [cmake] add URL_HASH to ExternalProject_add calls in Find modules | fuzzard | |
Provides a SHA512 hash to our possible "Internal" depends to verify download of tarballs. Implementation currently supports SHA256, SHA512 and any additional cmake supported algo's can be implemented easily. This supports differing supported hash types per dependency if desired, so if a new algo is introduced for a particular dependency, we dont have to mass change all other existing hash types. | |||
2022-01-08 | [cmake] module Flatbuffers use version helper | fuzzard | |
2021-11-20 | [tools/depends] bump flatbuffers 2.0.0 | fuzzard | |
Bump native and target flatbuffers 2.0.0 | |||
2020-07-28 | [tools/depends] bump flatbuffers 1.12.0 | fuzzard | |
2019-09-01 | [depends] bump flatbuffers to 1.11.0 | Rechi | |
2019-06-13 | [depends] refresh flatbuffers patches | Rechi | |
2019-05-28 | [depends] remove superfluous -native directory postfix | Rechi | |
2018-08-21 | [depends] Fix standalone build of flatbuffers with GCC 8.1 | Garrett Brown | |
2018-08-14 | tools/depends: Add FlatBuffers v1.9.0 compiler and headers | Garrett Brown | |
This adds the flatc compiler to native depends and the flatbuffer headers to target depends. |