- 28 Jan, 2010 1 commit
-
-
kenton@google.com authored
-
- 21 Jan, 2010 1 commit
-
-
kenton@google.com authored
-
- 20 Jan, 2010 2 commits
-
-
kenton@google.com authored
-
kenton@google.com authored
-
- 15 Jan, 2010 1 commit
-
-
kenton@google.com authored
Fix issues with Windows build: Always use ASCII version of CreateProcess (even if UNICODE is defined) and move GetMessage macro work-around to common.h so that it covers extension_set.h as well. Patch from Nick Carter.
-
- 13 Jan, 2010 1 commit
-
-
kenton@google.com authored
-
- 12 Jan, 2010 1 commit
-
-
kenton@google.com authored
-
- 11 Jan, 2010 1 commit
-
-
kenton@google.com authored
-
- 09 Jan, 2010 2 commits
-
-
temporal authored
-
kenton@google.com authored
-
- 08 Jan, 2010 4 commits
-
-
kenton@google.com authored
-
kenton@google.com authored
-
kenton@google.com authored
-
kenton@google.com authored
-
- 07 Jan, 2010 3 commits
-
-
kenton@google.com authored
-
kenton@google.com authored
-
kenton@google.com authored
-
- 05 Jan, 2010 1 commit
-
-
kenton@google.com authored
-
- 04 Jan, 2010 5 commits
-
-
kenton@google.com authored
-
kenton@google.com authored
-
kenton@google.com authored
-
kenton@google.com authored
-
kenton@google.com authored
- Don't support par or war since par is not a standard format and outputting to war doesn't make sense. - Add boilerplate manifest when outputting to Jar. - Remove "XXX check conversion" comments because I don't care. - Add a test.
-
- 24 Dec, 2009 1 commit
-
-
kenton@google.com authored
-
- 23 Dec, 2009 7 commits
-
-
kenton@google.com authored
-
kenton@google.com authored
-
kenton@google.com authored
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.
-
kenton@google.com authored
Actually, that last revision can be simpler -- we don't need to parse strings at all, as simply entering 1e1000 as a float literal in Python will be evaluated as infinity.
-
kenton@google.com authored
In Python, avoid relying on float('inf') and float('nan') as these don't work on Windows with Python pre-2.6.
-
kenton@google.com authored
-
kenton@google.com authored
In Java's TextFormat, correcty concatenate adjacent string literals, as C++ does. Also fix a bug in handling of single-quoted strings.
-
- 22 Dec, 2009 8 commits
-
-
kenton@google.com authored
Make extension identifiers final. This improves security when untrusted code is present in the same class loader. In order to get around initialization ordering issues, I simply made the constructor for extension identifiers take no arguments and deferred initialization to an internalInit() method, which generated code will always call during init.
-
kenton@google.com authored
-
kenton@google.com authored
getExtension() on an empty repeated field should return an empty list, not a singular default value.
-
kenton@google.com authored
When serializing to an ostream, verify that there were no stream-level errors before returning success.
-
kenton@google.com authored
Clarify that pushLimit() does not limit the number of bytes CodedInputStream will read from the underlying InputStream.
-
kenton@google.com authored
-
kenton@google.com authored
-
kenton@google.com authored
-
- 21 Dec, 2009 1 commit
-
-
kenton@google.com authored
-