blob: 3464386c7874c0306abfd5b32ba19e79289faa54 [file] [log] [blame]
Dan Egnorbfe2dd02010-03-05 14:57:21 -08001URL: http://code.google.com/p/guava-libraries/source/checkout
Paul Duffin85993cc2015-08-06 14:38:03 +01002Version: v18.0
Jesse Wilson090f9b42009-12-10 17:44:48 -08003License: Apache 2
Paul Duffin85993cc2015-08-06 14:38:03 +01004Description: "Guava: Google Core Libraries for Java 1.7"
Dan Egnorca9d5e72010-03-09 09:18:44 -08005
Paul Duffin85993cc2015-08-06 14:38:03 +01006Local Modifications:
7 Replace usages of Unsafe.compareAndSwap(Int|Long) in Striped64.java with Atomic(Integer|Long)FieldUpdater classes
8 Remove usages of Unsafe in UnsignedBytes.java and use standard Java
9 Add Closeables.closeQuietly(Closeable) back in temporarily until all usages are removed
Jesse Wilson090f9b42009-12-10 17:44:48 -080010
Dan Egnorbfe2dd02010-03-05 14:57:21 -080011Guava-libraries are a grab bag of utility libraries published by Google as
12open source, including among other things the Google collections libraries.
Jesse Wilson090f9b42009-12-10 17:44:48 -080013
Dan Egnorbfe2dd02010-03-05 14:57:21 -080014This code is built as a static library.