aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Mark plugins as experimental for now.Gravatar kenton@google.com2009-12-22
|
* getExtension() on an empty repeated field should return an empty list, not a ↵Gravatar kenton@google.com2009-12-22
| | | | singular default value.
* When serializing to an ostream, verify that there were no stream-level ↵Gravatar kenton@google.com2009-12-22
| | | | errors before returning success.
* Clarify that pushLimit() does not limit the number of bytes CodedInputStream ↵Gravatar kenton@google.com2009-12-22
| | | | will read from the underlying InputStream.
* Accept form feeds as whitespace.Gravatar kenton@google.com2009-12-22
|
* Hopefully fix build on Sun Studio.Gravatar kenton@google.com2009-12-22
|
* Build DLLs on Cygwin and MinGW.Gravatar kenton@google.com2009-12-22
|
* Make sure test_plugin.vcproj is included in dist.Gravatar kenton@google.com2009-12-21
|
* Fix build on MSVC.Gravatar kenton@google.com2009-12-21
|
* Fix build on GCC 3.3/Linux.Gravatar kenton@google.com2009-12-21
|
* Argh, this line was not supposed to be submitted.Gravatar kenton@google.com2009-12-21
|
* Use unordered_map when available. Changes to stl_hash.m4 provided by Oleg ↵Gravatar kenton@google.com2009-12-21
| | | | Smolsky.
* Add a code generator insertion point for Java builders.Gravatar temporal2009-12-20
|
* Fix build on MinGW/Win32 (including implementing Subprocess using ↵Gravatar kenton@google.com2009-12-19
| | | | CreateProcess()).
* Ensure that 'once' objects are declared using the macro. This is either the ↵Gravatar temporal2009-12-18
| | | | third or fourth time I've screwed this up when down-integrating, because our internal code does not require the macro (it's not portable) and on Linux a pthread_once_t that is zero-initialized just happens to work. So, I only discover the problem when I test on Mac, then kick myself for making the same mistake yet again. No more! This time, I have renamed GoogleOnceType to ProtobufOnceType, thus making the type name differ from our internal code. As a result, if you don't update the decls to use the macros, they won't compile. Hah! Take that, future self!
* Fix Cygwin build.Gravatar kenton@google.com2009-12-18
|
* Commit missing files from r251. Sigh.Gravatar kenton@google.com2009-12-18
|
* Set version to 2.3.0-pre.Gravatar kenton@google.com2009-12-18
|
* Point test_plugin at the correct gtest headers.Gravatar kenton@google.com2009-12-18
|
* Massive roll-up of changes. See CHANGES.txt.Gravatar kenton@google.com2009-12-18
|
* Some sort of emacs protobuf mode fix.Gravatar kenton@google.com2009-12-18
|
* Fix UTF-8 validity checks to not do unaligned reads.Gravatar kenton@google.com2009-12-11
|
* fix SONAME in trunkGravatar kenton@google.com2009-12-11
|
* Fix Issue 136: the memoized serialized size for packed fields may notGravatar jasonh+personal@google.com2009-12-01
| | | | | | | | | | | | | be properly set. writeTo() may be invoked without a call to getSerializedSize(), so the generated serialization methods would write a length of 0 for non-empty packed fields. Just call getSerializedSize() at the beginning of writeTo(): although this means that we may compute the byte size needlessly when there are no packed fields, in practice, getSerializedSize() will already have been called - all of the writeTo() wrappers in AbstractMessageLite invoke it. Tested: new unittest case in WireFormatTest.java now passes
* CodedInputStream.getTotalBytesRead(); patch from Michael Kucharski.Gravatar kenton@google.com2009-11-12
|
* Add benchmarks for writing to a FileOutputStream. Patch from Evan Jones.Gravatar kenton@google.com2009-11-03
|
* Convert ProtoBench.java to unix-style line endings.Gravatar kenton@google.com2009-11-03
|
* Optimize Java serialization of small messages to streams. Patch from Evan ↵Gravatar kenton@google.com2009-11-02
| | | | Jones.
* Explicitly call superclass constructor in generated code to avoid pedantic ↵Gravatar kenton@google.com2009-10-30
| | | | warning. Based on patch from Oleg Smolsky.
* Fix MSVC version check -- I was given bad info.Gravatar kenton@google.com2009-10-12
|
* Support MSVC 2010 beta 1.Gravatar kenton@google.com2009-10-12
|
* Improve error message regarding proto_path not matching .proto file.Gravatar kenton@google.com2009-10-07
|
* Detect whether zlib is new enough. Based on patch from Oliver Jowett.Gravatar kenton@google.com2009-09-15
|
* Fix protobuf-mode on XEmacs.Gravatar kenton@google.com2009-09-15
|
* Fix cross-compiling when building in a dedicated build directory. Fix ↵Gravatar kenton@google.com2009-09-11
| | | | pointed out by Pierre Kestener.
* Make sure to quality calls to std::swap. Otherwise, if a google::swap() ↵Gravatar kenton@google.com2009-09-02
| | | | exists (e.g. because the user is using our own dense_hash_map implementation) it will be chosen instead, leading to a compile error.
* Remove test that had undefined behavior and thus did not pass on some platforms.Gravatar kenton@google.com2009-09-02
|
* HPUX patch from Alexander Melnikov.Gravatar kenton@google.com2009-08-17
|
* Update experimental SEBS file to support cross-compiling.Gravatar temporal2009-08-17
|
* Don't use RTTI in down_cast if GOOGLE_PROTOBUF_NO_RTTI is defined. Patch ↵Gravatar kenton@google.com2009-08-14
| | | | from Chris Masone (of Google).
* Set version number to 2.2.1 in trunk.Gravatar kenton@google.com2009-08-13
|
* Set release date.Gravatar kenton@google.com2009-08-12
|
* Add new headers to extract_includes.bat.Gravatar kenton@google.com2009-08-11
|
* Oops, unittest_enormous_descriptor.proto still needs to be in the dist.Gravatar kenton@google.com2009-08-11
|
* Don't build unittest_enormous_decsriptor.proto in C++ because it's very slow ↵Gravatar kenton@google.com2009-08-11
| | | | on older GCCs. This file was meant for testing Java anyway.
* Hack to make gtest sub-package compile correctly on Sun Studio.Gravatar kenton@google.com2009-08-10
|
* Fix MSVC projects to ensure that protoc is built before lite-test attempts ↵Gravatar kenton@google.com2009-08-10
| | | | to use it and that lite-test and tests don't attempt to generate the same .pb.* files at the same time.
* Make tests compile on Sun Studio. Patch from Monty Taylor.Gravatar kenton@google.com2009-08-10
|
* Experimental alternative build definition.Gravatar temporal2009-08-10
|
* Remove more of the stuff that was supposed to be removed in r190.Gravatar kenton@google.com2009-08-08
|