aboutsummaryrefslogtreecommitdiff
path: root/src/google
Commit message (Expand)AuthorAgeFilesLines
* Add atomicops from V8.pliard@google.com2012-03-029-0/+1617
* A workaround for MSVC 2010 x64 platform bug,liujisi@google.com2011-07-051-0/+7
* Add missing dll export macros.liujisi@google.com2011-07-054-6/+6
* Remove extra semicolon in primitive repeated field init code.liujisi@google.com2011-07-051-1/+1
* Update comments for globally unique extension number for custom options.liujisi@google.com2011-05-251-4/+9
* Allow String to be used as message names.liujisi@google.com2011-05-041-22/+27
* Update mainline version to 2.4.2-pre.liujisi@google.com2011-05-033-3/+3
* Define serailVersionUID for generated java class.liujisi@google.com2011-04-291-0/+1
* Use fully qualified java.lang.Object in protoc java code.liujisi@google.com2011-04-082-7/+8
* Add an intermediate method to propagate the friendship access to nested class...liujisi@google.com2011-02-071-3/+6
* Update version number to 2.4.1 in common.h.liujisi@google.com2011-02-033-3/+3
* Use Subprocess::Win32ErrorMessage() in command_line_interface_unittest to mak...liujisi@google.com2010-12-211-3/+3
* Escape C++ Trigraphs.liujisi@google.com2010-12-216-4/+26
* Boost version number to 2.4.0-pre, add more test cases for text_format.py abo...liujisi@google.com2010-12-093-9/+9
* Fix issues: 223 224 242.liujisi@google.com2010-12-081-1/+1
* Add new files for vcprojs, fix issues: 165, 211, 228, 240liujisi@google.com2010-12-073-10/+44
* Fix issues: 200 202 211 215 237 246.liujisi@google.com2010-12-063-5/+17
* Fix issues: 166 167 172 175 181 188 192 194 195.liujisi@google.com2010-12-037-63/+25
* Fix byte encoding macros.liujisi@google.com2010-12-011-4/+2
* Add some explicit casts to eliminate some warnings as described in issue 83 c...kenton@google.com2010-11-301-2/+2
* Submit recent changes from internal branch. See CHANGES.txt for more details.liujisi@google.com2010-11-0289-2236/+8810
* Roll back revision 313. A similar but far more exensive change was made in o...kenton@google.com2010-09-172-51/+9
* add cast to avoid compiler warningkenton@google.com2010-04-231-1/+2
* Allow services with lite runtime when using rpc generator plugin.kenton@google.com2010-04-192-3/+17
* Improve coded_stream.h handling on MSVC. Avoid a bogus runtime check and ena...kenton@google.com2010-04-051-16/+28
* Use full paths when writing MSVS-style errors. Patch from Oleg Smolsky.kenton@google.com2010-04-052-4/+14
* Fix bug with permanent callbacks that delete themselves when run. Patch from...kenton@google.com2010-02-162-6/+24
* Remove comment referring to non-protobuf code.kenton@google.com2010-02-101-3/+1
* Fix missing header issue -- INT_MAX is defined in limits.h. I chose to use a...kenton@google.com2010-02-091-1/+1
* Fix issue 162: generated code should #include <algorithm> for std::swap().kenton@google.com2010-02-013-1/+9
* Optimize Java string serialization. Patch from Evan Jones.kenton@google.com2010-02-012-9/+51
* More Java warning tweaks from Evan Jones.kenton@google.com2010-01-282-14/+24
* Add missing include (that apparently didn't break anything on most platforms).kenton@google.com2010-01-201-0/+1
* Fix obvious syntax error that somehow works fine on MSVC and GCC 3.x-win32.kenton@google.com2010-01-201-1/+1
* Fix issues with Windows build: Always use ASCII version of CreateProcess (ev...kenton@google.com2010-01-153-30/+29
* Fixes compile on GCC 3.2 according to Sergey Tihansky.kenton@google.com2010-01-131-1/+1
* Fix bogus sign-compare warnings in header at request of user.kenton@google.com2010-01-111-2/+2
* Update version number in trunk to 2.3.1.kenton@google.com2010-01-093-3/+3
* Fix memory leak in CommandLineInterface, not that it really matters.kenton@google.com2010-01-081-5/+9
* Minor compatibility tweaks for FreeBSD.kenton@google.com2010-01-081-1/+1
* Tweak doc comments.kenton@google.com2010-01-084-15/+41
* Address comments from various code reviews.kenton@google.com2010-01-071-1/+10
* Monty Taylor claims this helps the drizzle compile for some reason.kenton@google.com2010-01-051-4/+6
* Fixed DLL compile under MSVC.kenton@google.com2010-01-045-22/+25
* Fix syntax of function definition in shell script so that it hopefully works ...kenton@google.com2010-01-041-1/+1
* Improve zip/jar support:kenton@google.com2010-01-043-12/+108
* Allow protoc to output directly to zip/jar/par/war files.kenton@google.com2009-12-244-50/+356
* Refactor the way output is handled in CommandLineInterface -- now it will be ...kenton@google.com2009-12-235-324/+279
* Actually, that last revision can be simpler -- we don't need to parse strings...kenton@google.com2009-12-231-8/+8
* In Python, avoid relying on float('inf') and float('nan') as these don't work...kenton@google.com2009-12-231-6/+14