Skip to content

Commit

Permalink
Merge pull request #414 from odidev/oss-pika-glog
Browse files Browse the repository at this point in the history
Add glog file
  • Loading branch information
zachlasiuk authored Sep 18, 2024
2 parents e0534bc + e7e7fe6 commit beb5103
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions content/opensource_packages/glog.md
Original file line number Diff line number Diff line change
@@ -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.

---

0 comments on commit beb5103

Please sign in to comment.