aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/snappy.rb
AgeCommit message (Collapse)Author
2013-12-04snappy: restore relocatable bottleJack Nagel
2013-12-04Temporarily disable cellar :anyJack Nagel
These need to be updated to reflect changes to relocation.
2013-11-07snappy: add bottle.BrewTestBot
2013-10-17snappy 1.1.1Brett Koonce
Closes #23323. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-02-16snappy 1.1.0Christian Köstlin
Closes #17867. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-09snappy: use options dslAdam Vandenberg
2012-07-18snappy: add --universal optionBrandon Harvey (bbook)
Closes #13473. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-06-12snappy 1.0.5nibbles 2bits
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-05Snappy: Update to 1.0.4Paul Ingles
Closes #7983. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-07-17snappy 1.0.3Paul Ingles
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-27Snappy 1.0.1Maxim Chernyak aka hakunin
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-22snappy 1.0.0Johan Oskarsson
Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. For instance, compared to the fastest mode of zlib, Snappy is an order of magnitude faster for most inputs, but the resulting compressed files are anywhere from 20% to 100% bigger. On a single core of a Core i7 processor in 64-bit mode, Snappy compresses at about 250 MB/sec or more and decompresses at about 500 MB/sec or more. http://code.google.com/p/snappy/ Signed-off-by: Adam Vandenberg <flangy@gmail.com>