aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Use Subprocess::Win32ErrorMessage() in command_line_interface_unittest to mak...Gravatar liujisi@google.com2010-12-21
* Escape C++ Trigraphs.Gravatar liujisi@google.com2010-12-21
* Boost version number to 2.4.0-pre, add more test cases for text_format.py abo...Gravatar liujisi@google.com2010-12-09
* Fix issues: 223 224 242.Gravatar liujisi@google.com2010-12-08
* Add new files for vcprojs, fix issues: 165, 211, 228, 240Gravatar liujisi@google.com2010-12-07
* Fix issues: 200 202 211 215 237 246.Gravatar liujisi@google.com2010-12-06
* Fix issues: 166 167 172 175 181 188 192 194 195.Gravatar liujisi@google.com2010-12-03
* Fix byte encoding macros.Gravatar liujisi@google.com2010-12-01
* Add some explicit casts to eliminate some warnings as described in issue 83 c...Gravatar kenton@google.com2010-11-30
* Submit recent changes from internal branch. See CHANGES.txt for more details.Gravatar liujisi@google.com2010-11-02
* Roll back revision 313. A similar but far more exensive change was made in o...Gravatar kenton@google.com2010-09-17
* add cast to avoid compiler warningGravatar kenton@google.com2010-04-23
* Allow services with lite runtime when using rpc generator plugin.Gravatar kenton@google.com2010-04-19
* Improve coded_stream.h handling on MSVC. Avoid a bogus runtime check and ena...Gravatar kenton@google.com2010-04-05
* Use full paths when writing MSVS-style errors. Patch from Oleg Smolsky.Gravatar kenton@google.com2010-04-05
* Fix bug with permanent callbacks that delete themselves when run. Patch from...Gravatar kenton@google.com2010-02-16
* Remove comment referring to non-protobuf code.Gravatar kenton@google.com2010-02-10
* Fix missing header issue -- INT_MAX is defined in limits.h. I chose to use a...Gravatar kenton@google.com2010-02-09
* Fix issue 162: generated code should #include <algorithm> for std::swap().Gravatar kenton@google.com2010-02-01
* Optimize Java string serialization. Patch from Evan Jones.Gravatar kenton@google.com2010-02-01
* More Java warning tweaks from Evan Jones.Gravatar kenton@google.com2010-01-28
* Add missing include (that apparently didn't break anything on most platforms).Gravatar kenton@google.com2010-01-20
* Fix obvious syntax error that somehow works fine on MSVC and GCC 3.x-win32.Gravatar kenton@google.com2010-01-20
* Fix issues with Windows build: Always use ASCII version of CreateProcess (ev...Gravatar kenton@google.com2010-01-15
* Fixes compile on GCC 3.2 according to Sergey Tihansky.Gravatar kenton@google.com2010-01-13
* Fix bogus sign-compare warnings in header at request of user.Gravatar kenton@google.com2010-01-11
* Update version number in trunk to 2.3.1.Gravatar kenton@google.com2010-01-09
* Fix memory leak in CommandLineInterface, not that it really matters.Gravatar kenton@google.com2010-01-08
* Minor compatibility tweaks for FreeBSD.Gravatar kenton@google.com2010-01-08
* Tweak doc comments.Gravatar kenton@google.com2010-01-08
* Add missing file to dist.Gravatar kenton@google.com2010-01-07
* Address comments from various code reviews.Gravatar kenton@google.com2010-01-07
* Monty Taylor claims this helps the drizzle compile for some reason.Gravatar kenton@google.com2010-01-05
* Fixed DLL compile under MSVC.Gravatar kenton@google.com2010-01-04
* Fix syntax of function definition in shell script so that it hopefully works ...Gravatar kenton@google.com2010-01-04
* Improve zip/jar support:Gravatar kenton@google.com2010-01-04
* Allow protoc to output directly to zip/jar/par/war files.Gravatar kenton@google.com2009-12-24
* Refactor the way output is handled in CommandLineInterface -- now it will be ...Gravatar kenton@google.com2009-12-23
* Actually, that last revision can be simpler -- we don't need to parse strings...Gravatar kenton@google.com2009-12-23
* In Python, avoid relying on float('inf') and float('nan') as these don't work...Gravatar kenton@google.com2009-12-23
* Make extension identifiers final. This improves security when untrusted code...Gravatar kenton@google.com2009-12-22
* Mark plugins as experimental for now.Gravatar kenton@google.com2009-12-22
* When serializing to an ostream, verify that there were no stream-level errors...Gravatar kenton@google.com2009-12-22
* 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
* 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 Sm...Gravatar kenton@google.com2009-12-21