gecko-dev/toolkit/components/protobuf
Brian Smith ea66053341 Bug 1119776, Part 7: Avoid defining snprintf when MSVC provides it (other), r=bsmedberg
--HG--
extra : rebase_source : 3fc7e4e83f57252e15cf32846f23e497f8532ea5
2015-01-08 22:35:33 -08:00
..
google/protobuf Bug 1119776, Part 7: Avoid defining snprintf when MSVC provides it (other), r=bsmedberg 2015-01-08 22:35:33 -08:00
COPYING.txt
moz.build Bug 1095882 - Suppress MSVC warnings in third-party code: toolkit/components/protobuf. r=Mossop 2014-11-08 00:28:21 -08:00
r512.patch Bug 892856 - Protobuf fails to build in VS 2013. r=mmc 2013-11-05 15:54:30 +09:00
README.txt Bug 892856 - Fix protobuf to build with VS2013 v2. r=mmc 2014-01-18 02:17:51 +09:00
update.sh Bug 892856 - Protobuf fails to build in VS 2013. r=mmc 2013-11-05 15:54:30 +09:00
vs2013.patch Bug 892856 - Fix protobuf to build with VS2013 v2. r=mmc 2014-01-18 02:17:51 +09:00

This library has been updated to protobuf-2.4.1 as of 11/30/12.

Protocol Buffers (protobuf) source is available (via svn) at:
svn checkout http://protobuf.googlecode.com/svn/trunk/ protobuf-read-only

This code is covered under the BSD license (see COPYING.txt). Documentation is
available at http://code.google.com/p/protobuf.

This import includes only files in protobuf-lite, a lighter-weight library that
does not support reflection or descriptors. Manual changes include removing all
tests, testdata, config.h, and all files not used in protobuf-lite.

Applied Patches
===============
r512.patch:
  Support VS2013 (from revision r512)

vs2013.patch
  Additional changes to support VS2013 missed from revision r512.