gecko-dev/toolkit/components/protobuf
Mike Hommey 6ee09a673c Bug 1319604 - Only add -Wno-null-conversion when building with clang. r=gps
--HG--
extra : rebase_source : 31fa23a16c85cb5a44f3eae4665cf1fb59e68337
2016-11-23 09:14:37 +09:00
..
src/google/protobuf Bug 1192556 - #ifdef AtomicWord typedef in protobuf to fix build on OpenBSD/i386. r=fitzgen 2016-03-07 14:14:00 +01:00
COPYING.txt
m-c-changes.patch Bug 1192556 - #ifdef AtomicWord typedef in protobuf to fix build on OpenBSD/i386. r=fitzgen 2016-03-07 14:14:00 +01:00
moz.build Bug 1319604 - Only add -Wno-null-conversion when building with clang. r=gps 2016-11-23 09:14:37 +09:00
README.txt
upgrade_protobuf.sh

Protocol Buffers (protobuf) source is available (via svn) at:

    svn checkout http://protobuf.googlecode.com/svn/trunk/ protobuf-read-only

Or via git at:

    https://github.com/google/protobuf

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

The tree's current version of the protobuf library is 2.6.1.

We do not include the protobuf tests or the protoc compiler.

--------------------------------------------------------------------------------

# Upgrading the Protobuf Library

1. Get a new protobuf release from https://github.com/google/protobuf/releases

2. Run `$ ./toolkit/components/protobuf/upgrade_protobuf.sh ~/path/to/release/checkout/of/protobuf`.

3. Update the moz.build to export the new set of headers and add any new .cc
   files to the unified sources and remove old ones.