aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Update bundled gtest to latest version (1.3.0) and include it as aGravatar kenton@google.com2009-04-21
* Fix initialization ordering problem in logging code. Based on patch from Win...Gravatar kenton@google.com2009-04-18
* Generate field number constants. Patch from Michael Poole.Gravatar kenton@google.com2009-04-18
* Commit Michael Poole's patch for explicitly constructing all class fields inGravatar kenton@google.com2009-04-16
* Commit Brian Olson's gzip stream implementations.Gravatar kenton@google.com2009-04-16
* Adds a flag to protoc called --error_format which specifies whatGravatar kenton@google.com2009-04-15
* Submit files missing from previous submit.Gravatar kenton@google.com2009-02-10
* Push out changes from internal codebase.Gravatar kenton@google.com2009-01-22
* Update trunk version to 2.0.4-SNAPSHOT.Gravatar kenton@google.com2008-12-05
* Support "Solaris 10 using recent Sun Studio".Gravatar kenton@google.com2008-12-04
* Add full-system test for custom enum value options. (Previously, only aGravatar kenton@google.com2008-12-02
* * Avoid using pushd/popd in generate_descriptor_proto.sh because they areGravatar kenton@google.com2008-12-02
* * Update version compatibility stuff -- 2.0.3 is in no way compatible withGravatar kenton@google.com2008-12-01
* Integrate changes from internal code.Gravatar kenton@google.com2008-11-21
* Support HP C++ on Tru64.Gravatar kenton@google.com2008-11-14
* Fix bugs in zero_copy_stream_impl.Gravatar kenton@google.com2008-11-07
* Only build tests when running "make check", not "make".Gravatar kenton@google.com2008-11-07
* Fixed alignment issue that caused bus errors on platforms like sparc whichGravatar kenton@google.com2008-11-07
* Simplify some template usage so that older compilers can handle it. (UsersGravatar kenton@google.com2008-11-06
* Work around GCC 4.3.0 x86_64 compiler bug (seen on Fedora 9).Gravatar kenton@google.com2008-11-06
* Avoid an "unused parameter" warning when using high warning levels.Gravatar kenton@google.com2008-10-16
* Update version number to 2.0.3-SNAPSHOT.Gravatar kenton@google.com2008-10-16
* * Fixed template specialization syntax that MSVC 2005 didn't like. Not sure ifGravatar kenton@google.com2008-10-03
* * Fix build on MSVC.Gravatar kenton@google.com2008-09-30
* Add file missing from rev 50.Gravatar kenton@google.com2008-09-24
* Integrate changes from internal Google-internal branch.Gravatar kenton@google.com2008-09-24
* Add file that was mysteriously missing from SVN tree.Gravatar kenton@google.com2008-09-23
* Explicitly identify superclass in initializer lists for generated messageGravatar kenton@google.com2008-09-23
* Work around absence of hash_map.Gravatar kenton@google.com2008-09-19
* Add @Override annotation to generated Java code where appropriate.Gravatar temporal2008-09-17
* 2.0.1 release.Gravatar temporal2008-08-27
* More prep for 2.0.1:Gravatar temporal2008-08-18
* Integrate recent changes from google3.Gravatar temporal2008-08-13
* Heuristically detect sub-messages when printing unknown fields.Gravatar temporal2008-08-06
* Apply Leandro Lucarella <llucax@gmail.com>'s patches for VIM highlightingGravatar temporal2008-07-31
* Fix static initialization ordering bug that caused crashes at startup whenGravatar temporal2008-07-25
* Sync code with Google-internal branch. Changes:Gravatar temporal2008-07-23
* misc. stuff:Gravatar temporal2008-07-21
* Allow trailing slashes in --proto_path mappings.Gravatar temporal2008-07-16
* Fix bytes type setter to work with byte sequences with embedded NULLs.Gravatar temporal2008-07-16
* Initial checkin.Gravatar temporal2008-07-10