Releases: uwx/leveldb-win
b7d30232: Internal cleanup migrating StatusOr.
Built from branch master at 2020-09-02T15:45:40.0000000Z.
b7d302326961fb809d92a95ce813e2d26fe2e16e
: Internal cleanup migrating StatusOr.
PiperOrigin-RevId: 329720018
1454924a: Merge pull request #822 from jl0x61:bugFix
Built from branch master at 2020-07-15T16:20:04.0000000Z.
1454924aacba2ea3cdf183bbed512566a600b05a
: Merge pull request #822 from jl0x61:bugFix
PiperOrigin-RevId: 321372819
c46e79c7: Merge pull request #819 from wzk784533:master
Built from branch master at 2020-07-13T19:14:04.0000000Z.
c46e79c760125f9adb87a575d94034032637f8d0
: Merge pull request #819 from wzk784533:master
PiperOrigin-RevId: 321000544
5bd5f0f6: Merge pull request #798 from lntotk:master
Built from branch master at 2020-05-04T22:47:40.0000000Z.
5bd5f0f67a5eb0ed74c16b3ae847ec4e5bc3e412
: Merge pull request #798 from lntotk:master
PiperOrigin-RevId: 309738404
23b6337f: Fix Travis CI build.
Built from branch master at 2020-04-30T01:18:25.0000000Z.
23b6337f69a39d16570f8a66db69b55535d59a51
: Fix Travis CI build.
PiperOrigin-RevId: 309138195
a6b3a201: Add some std:: qualifiers to types and functions.
Built from branch master at 2020-04-29T22:31:41.0000000Z.
a6b3a2012e9c598258a295aef74d88b796c47a2b
: Add some std:: qualifiers to types and functions.
PiperOrigin-RevId: 309110431
3f934e37: Switch from C headers to C++ headers.
Built from branch master at 2020-04-29T19:59:39.0000000Z.
3f934e3705444a3df80b128ddefc4cf440441ffe
: Switch from C headers to C++ headers.
*This CL makes the following substitutions.
- assert.h -> cassert
- math.h -> cmath
- stdarg.h -> cstdarg
- stddef.h -> cstddef
- stdint.h -> cstdint
- stdio.h -> cstdio
- stdlib.h -> cstdlib
- string.h -> cstring
PiperOrigin-RevId: 309080151*
23d67e7c: Fix C++11 build.
Built from branch master at 2020-04-28T16:41:33.0000000Z.
23d67e7c1f4396919bd0c73c0eced13a0dac37f3
: Fix C++11 build.
PiperOrigin-RevId: 308839805
98a3b8cf: change const to constexpr
Built from branch master at 2020-04-17T21:19:50.0000000Z.
98a3b8cf6531220c5ecfe124ebfe7d29deb1251b
: change const to constexpr
PiperOrigin-RevId: 307113877
201f5220: Remove leveldb::port::kLittleEndian.
Built from branch master at 2020-04-13T23:18:12.0000000Z.
201f52201f5dd9701e7a8ceaa0ec4d344e69e022
: Remove leveldb::port::kLittleEndian.
*Clang 10 includes the optimizations described in
https://bugs.llvm.org/show_bug.cgi?id=41761. This means that the
platform-independent implementations of {Decode,Encode}Fixed{32,64}()
compile to one instruction on the most recent Clang and GCC.
PiperOrigin-RevId: 306330166*