aboutsummaryrefslogtreecommitdiff
path: root/libs/libglog
Commit message (Collapse)AuthorAge
* libglog: removeRosen Penev2020-04-09
| | | | | | Was used by libfolly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libglog: Replace deprecated usleep with nanosleepRosen Penev2019-07-31
| | | | | | Optionally fixes compilation with uClibc-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libglog: Switch to CMakeRosen Penev2019-07-31
| | | | | | | | | | | Allows removal of InstallDev as well as further simplification. Also 100KB smaller package. Added some C/LDFLAGS to further reduce the size. Small Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Replace PKG_LICENSE_FILE with PKG_LICENSE_FILESRosen Penev2019-04-30
| | | | | | | The latter is actually what is used by the build system. Increased PKG_RELEASE for all packages as this changes the ipk. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libglog: Add gflags a dependency for libglogAmol Bhave2019-04-29
| | | | | | | | | | | | | Depends on PR #7098 With gflags available, glog's compilation behaves differently and includes gflags specific code. This code allows customizing logging in programs that use glog, using command command line parameters. Compile tested: openwrt-18.06 for ipq40xx, ipq806x, x86 and ar71xx Run tested: Tested on devices running on the above architectures. Signed-off-by: Amol Bhave <ambhave@fb.com>
* glog: Bump version to 0.4.0Amol Bhave2019-04-03
| | | | | | | | | bump glog version from 0.3.5 to 0.4.0 Tested by building another package which depends on glog and verify that it builds successfully. Signed-off-by: Amol Bhave <ambhave@fb.com>
* libglog: fix removing libunwind dependencyEneas U de Queiroz2018-12-07
| | | | | | | ac_cv_header_libunwind_h needs to be set to 0, as ac_cv_have_libunwind_h overwritten based on the former's value. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* libglog: Remove libunwind dependencyRosen Penev2018-10-20
| | | | | | Switched to codeload and updated Makefile for consistency between projects Signed-off-by: Rosen Penev <rosenp@gmail.com>
* glog: new packageAmir Sabbaghi2017-09-24
glog is C++ implementation of the Google logging module Signed-off-by: Amir Sabbaghi <asaba90@gmail.com>