1. 33165fe Submit recent changes from internal branch. See CHANGES.txt for more details. by liujisi@google.com · 14 years ago
  2. 6793c1a Use full paths when writing MSVS-style errors. Patch from Oleg Smolsky. by kenton@google.com · 14 years ago
  3. 5f12164 Refactor the way output is handled in CommandLineInterface -- now it will be stored in-memory until all code generators have completed, then dumped to disk all at once. While this means that protoc uses more memory, the code is much simpler, and handles insertions much faster. Also, this made it easier to implement a useful feature: insertions will be indented to match the insertion point line. Therefore, when inserting into Python code, you don't have to figure out how much to indent your inserted code. The refactoring should also make it easier to implement output-to-jar at some point. by kenton@google.com · 15 years ago
  4. c0ee4d2 Build DLLs on Cygwin and MinGW. by kenton@google.com · 15 years ago
  5. 684d45b Fix build on MinGW/Win32 (including implementing Subprocess using CreateProcess()). by kenton@google.com · 15 years ago
  6. 91218af Fix Cygwin build. by kenton@google.com · 15 years ago
  7. fccb146 Massive roll-up of changes. See CHANGES.txt. by kenton@google.com · 15 years ago
  8. 477f799 Improve error message regarding proto_path not matching .proto file. by kenton@google.com · 15 years ago
  9. 7fb9ae9 Make sure to quality calls to std::swap. Otherwise, if a google::swap() exists (e.g. because the user is using our own dense_hash_map implementation) it will be chosen instead, leading to a compile error. by kenton@google.com · 15 years ago
  10. ef3730c Add test verifying that protoc accepts trailing backslashes on Windows, which some users claim doesn't work. Seems to work on my machine. by kenton@google.com · 15 years ago
  11. f663b16 Adds a flag to protoc called --error_format which specifies what by kenton@google.com · 15 years ago
  12. 24bf56f Integrate changes from internal Google-internal branch. by kenton@google.com · 16 years ago
  13. 779f61c Integrate recent changes from google3. by temporal · 16 years ago
  14. cc93043 misc. stuff: by temporal · 16 years ago
  15. 40ee551 Initial checkin. by temporal · 16 years ago