aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support "Solaris 10 using recent Sun Studio".kenton@google.com2008-12-047-0/+52
* Add full-system test for custom enum value options. (Previously, only akenton@google.com2008-12-022-2/+7
* * Avoid using pushd/popd in generate_descriptor_proto.sh because they arekenton@google.com2008-12-025-4/+39
* Fix call to superclass.__init__() to work on newer versions of Python.kenton@google.com2008-12-021-1/+1
* * Update version compatibility stuff -- 2.0.3 is in no way compatible withkenton@google.com2008-12-015-11/+12
* Update CHANGES.txt with stuff from 2.0.3.kenton@google.com2008-11-251-0/+50
* Integrate changes from internal code.kenton@google.com2008-11-2176-238/+2461
* Support HP C++ on Tru64.kenton@google.com2008-11-1416-52/+120
* Fix bugs in zero_copy_stream_impl.kenton@google.com2008-11-072-20/+77
* Only build tests when running "make check", not "make".kenton@google.com2008-11-071-1/+1
* Fixed alignment issue that caused bus errors on platforms like sparc whichkenton@google.com2008-11-072-39/+12
* Simplify some template usage so that older compilers can handle it. (Userskenton@google.com2008-11-061-3/+5
* Work around GCC 4.3.0 x86_64 compiler bug (seen on Fedora 9).kenton@google.com2008-11-063-178/+120
* Update MSVC installation instructions for static linking change.kenton@google.com2008-10-211-7/+6
* Avoid an "unused parameter" warning when using high warning levels.kenton@google.com2008-10-161-2/+2
* Update version number to 2.0.3-SNAPSHOT.kenton@google.com2008-10-165-5/+5
* Make Python example output identical to C++ and Java by removing redundantkenton@google.com2008-10-071-3/+3
* * Fixed template specialization syntax that MSVC 2005 didn't like. Not sure ifkenton@google.com2008-10-032-5/+3
* Improvements to configure.ac from Jeff Bailey.kenton@google.com2008-09-301-3/+4
* Pass -Wall,no-obsolete to autoreconf.kenton@google.com2008-09-301-2/+2
* Improve autogen.sh.kenton@google.com2008-09-302-7/+4
* Added clarification to license that generated code is owned by the owner of thekenton@google.com2008-09-301-0/+5
* * Fix build on MSVC.kenton@google.com2008-09-309-136/+120
* Add file missing from rev 50.kenton@google.com2008-09-241-0/+271
* Integrate changes from internal Google-internal branch.kenton@google.com2008-09-24209-3102/+10534
* Add file that was mysteriously missing from SVN tree.kenton@google.com2008-09-231-0/+51
* Explicitly identify superclass in initializer lists for generated messagekenton@google.com2008-09-232-32/+67
* Work around absence of hash_map.kenton@google.com2008-09-197-15/+62
* Add @Override annotation to generated Java code where appropriate.temporal2008-09-172-0/+13
* Add code suggested by Michal Januszewski <michalj@gmail.com> to ensure thattemporal2008-09-151-0/+5
* 2.0.1 release.temporal2008-08-277-25/+30
* More prep for 2.0.1:temporal2008-08-182-4/+6
* Add missing module to setup.py.temporal2008-08-181-1/+2
* Update CHANGES.txt for v2.0.1. Also update beta warning in README.txt.temporal2008-08-152-3/+57
* Add missing file.temporal2008-08-131-0/+216
* Integrate recent changes from google3.temporal2008-08-1344-2132/+3434
* Heuristically detect sub-messages when printing unknown fields.temporal2008-08-066-4/+146
* Apply Leandro Lucarella <llucax@gmail.com>'s patches for VIM highlightingtemporal2008-07-313-2/+11
* Applied Ulrich Kunitz's patches to slightly optimize Python serialization code.temporal2008-07-273-4/+5
* Fix static initialization ordering bug that caused crashes at startup whentemporal2008-07-251-1/+9
* Sync code with Google-internal branch. Changes:temporal2008-07-2314-64/+230
* misc. stuff:temporal2008-07-219-21/+195
* Fix Python service CallMethod() implementation.temporal2008-07-182-2/+20
* Allow trailing slashes in --proto_path mappings.temporal2008-07-163-1/+19
* Fix bytes type setter to work with byte sequences with embedded NULLs.temporal2008-07-163-22/+76
* Initial checkin.temporal2008-07-10269-0/+96422