toolkit/components/protobuf/README.txt

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 This library has been updated to protobuf-2.4.1 as of 11/30/12.
     3 Protocol Buffers (protobuf) source is available (via svn) at:
     4 svn checkout http://protobuf.googlecode.com/svn/trunk/ protobuf-read-only
     6 This code is covered under the BSD license (see COPYING.txt). Documentation is
     7 available at http://code.google.com/p/protobuf.
     9 This import includes only files in protobuf-lite, a lighter-weight library that
    10 does not support reflection or descriptors. Manual changes include removing all
    11 tests, testdata, config.h, and all files not used in protobuf-lite.
    13 Applied Patches
    14 ===============
    15 r512.patch:
    16   Support VS2013 (from revision r512)
    18 vs2013.patch
    19   Additional changes to support VS2013 missed from revision r512.

mercurial