From e7e7fe61d6b0dfdf71dca91f8351f4736892c87e Mon Sep 17 00:00:00 2001 From: odidev Date: Wed, 21 Aug 2024 10:35:41 +0000 Subject: [PATCH] Add glog file Signed-off-by: odidev --- content/opensource_packages/glog.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 content/opensource_packages/glog.md diff --git a/content/opensource_packages/glog.md b/content/opensource_packages/glog.md new file mode 100644 index 00000000..545dc5ac --- /dev/null +++ b/content/opensource_packages/glog.md @@ -0,0 +1,29 @@ +--- +name: Google Logging (glog) +category: Miscellaneous +description: Google Logging is a C++14 library that implements application-level logging, and it provides various helper macros and logging APIs based on C++-style streams. +download_url: https://github.com/google/glog/releases +works_on_arm: true +supported_minimum_version: + version_number: 0.4.0 + release_date: 2019/03/22 + + +optional_info: + homepage_url: https://google.github.io/glog/stable/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://google.github.io/glog/stable/build/#cmake + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: There are no release notes specific to the Linux/ARM64 support, but the project can be built and tested from source using cmake, from version 0.4.0 onwards. before version 0.4.0, build fails on both AMD64 and ARM64 Linux platforms. + +---