<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libglog, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2020-04-09T07:57:30Z</updated>
<entry>
<title>libglog: remove</title>
<updated>2020-04-09T07:57:30Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-04-04T21:40:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3106071c283cdfb75816c38392c88f75f00f522b'/>
<id>urn:sha1:3106071c283cdfb75816c38392c88f75f00f522b</id>
<content type='text'>
Was used by libfolly.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libglog: Replace deprecated usleep with nanosleep</title>
<updated>2019-07-31T20:38:43Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-07-31T20:36:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=14328668180d07ced919415f35463f63a99c973d'/>
<id>urn:sha1:14328668180d07ced919415f35463f63a99c973d</id>
<content type='text'>
Optionally fixes compilation with uClibc-ng.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libglog: Switch to CMake</title>
<updated>2019-07-31T20:38:42Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-07-31T05:22:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=85fab04196354146d23ebfae99f64900fd43fc8a'/>
<id>urn:sha1:85fab04196354146d23ebfae99f64900fd43fc8a</id>
<content type='text'>
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 &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Replace PKG_LICENSE_FILE with PKG_LICENSE_FILES</title>
<updated>2019-04-30T21:52:57Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-04-30T21:52:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8e6f049b268186e9db31225e4fe0ab21d96ad373'/>
<id>urn:sha1:8e6f049b268186e9db31225e4fe0ab21d96ad373</id>
<content type='text'>
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 &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libglog: Add gflags a dependency for libglog</title>
<updated>2019-04-30T01:32:48Z</updated>
<author>
<name>Amol Bhave</name>
</author>
<published>2019-01-05T04:44:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=44c24203a57d110f9b8c8cebfcbf24f2503d430b'/>
<id>urn:sha1:44c24203a57d110f9b8c8cebfcbf24f2503d430b</id>
<content type='text'>
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 &lt;ambhave@fb.com&gt;
</content>
</entry>
<entry>
<title>glog: Bump version to 0.4.0</title>
<updated>2019-04-03T18:53:51Z</updated>
<author>
<name>Amol Bhave</name>
</author>
<published>2019-04-03T18:24:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2b7842348e3f5a75d35bae6e477d1201c3f688af'/>
<id>urn:sha1:2b7842348e3f5a75d35bae6e477d1201c3f688af</id>
<content type='text'>
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 &lt;ambhave@fb.com&gt;
</content>
</entry>
<entry>
<title>libglog: fix removing libunwind dependency</title>
<updated>2018-12-07T19:06:01Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2018-12-07T19:02:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ec317934b2317e0e0f1831c703a643028d1acaa6'/>
<id>urn:sha1:ec317934b2317e0e0f1831c703a643028d1acaa6</id>
<content type='text'>
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 &lt;cote2004-github@yahoo.com&gt;
</content>
</entry>
<entry>
<title>libglog: Remove libunwind dependency</title>
<updated>2018-10-20T18:41:16Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-10-19T20:45:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ca9d59631ddb7d5c2e0a46d7ac4b7ad8269198fe'/>
<id>urn:sha1:ca9d59631ddb7d5c2e0a46d7ac4b7ad8269198fe</id>
<content type='text'>
Switched to codeload and updated Makefile for consistency between projects

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>glog: new package</title>
<updated>2017-09-24T07:14:42Z</updated>
<author>
<name>Amir Sabbaghi</name>
</author>
<published>2017-02-11T08:40:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c0420e4f5c4d16cf7842ca1a4f136d9c4cbc678e'/>
<id>urn:sha1:c0420e4f5c4d16cf7842ca1a4f136d9c4cbc678e</id>
<content type='text'>
glog is C++ implementation of the Google logging module

Signed-off-by: Amir Sabbaghi &lt;asaba90@gmail.com&gt;
</content>
</entry>
</feed>
