aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/glog.rb
AgeCommit message (Collapse)Author
2015-03-31glog 0.3.4David Christenson
Update to latest stable release, remove obsolete patches, change URLs to GitHub, modernize formula. Closes #38246. Signed-off-by: Brett Koonce <koonce@gmail.com>
2014-11-28Revert "glog: gflags compatibility fix"Dominyk Tiller
This reverts commit d12fcb69b9f8aaa29552195baec4c8099fcef32f. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-11-28glog: add 0.3.3 bottle.BrewTestBot
2014-11-28glog: gflags compatibility fixDominyk Tiller
Closes #34416. The upstream issue tracker for Glog is pretty dead, and gflags development seems to be outpacing it considerably, so vendoring the old version of gflags is a workaround. Closes #34451. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-04-26Use githubusercontent domainJack Nagel
2014-03-16glog: use checksummed patchesJack Nagel
2014-03-08Batch convert http urls from Google Code to httpsIan Lancaster
Closes #27218.
2013-11-08glog: fix patchesNoah Manneschmidt
Avoid using a patch URL with a token that expires Avoid using a hash when patches need to be applied in order Closes #24068. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-10-27Minor fix to location of patch for glogMiguel Algaba
Closes #23674. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-24glog: add patches to fix Mavericks build.Daniel Sloof
Two patches are applied: - Since glog has not yet released a a version 0.3.4, we manually apply a a patch that mirrors the following changeset: https://code.google.com/p/google-glog/source/detail?r=134 This patch cleans up the way of determining which logging includes need to be included (prefixed, etc). - A patch making sure we are only including tr1 prefixed stuff and slist on when using libc++. The first patch can likely be removed when upstream releases a new version. Upstream is aware of the second issue: https://code.google.com/p/google-glog/issues/detail?id=121 Closes #23506. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-02-05glog 0.3.3Brett Koonce
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-03-08glog 0.3.2Xiyue Deng
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-29More formula that now depend on automakeMax Howell
gst-plugins-base didn't need the autoreconf in any form I could see. So removed.
2011-07-21glog 0.3.1-1kaolin fire
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-04-29glogDouglas Creager
A C++ logging framework from Google. The latest release doesn't compile on Mac OS, but the SVN HEAD seems to work. Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Comment why url is commented out autoreconf: upstream has a libtool script checked into SVN that doesn't work on Mac OS. Just running configure/make gave me compile errors; explicitly running autoreconf first made it work.