- 27 Jul, 2010 2 commits
-
-
kenton@google.com authored
-
kenton@google.com authored
-
- 23 Apr, 2010 1 commit
-
-
kenton@google.com authored
-
- 19 Apr, 2010 1 commit
-
-
kenton@google.com authored
-
- 05 Apr, 2010 2 commits
-
-
kenton@google.com authored
Improve coded_stream.h handling on MSVC. Avoid a bogus runtime check and enable little-endian optimization. Based on patch from Nathan McDaniel.
-
kenton@google.com authored
-
- 16 Feb, 2010 1 commit
-
-
kenton@google.com authored
-
- 10 Feb, 2010 1 commit
-
-
kenton@google.com authored
-
- 09 Feb, 2010 1 commit
-
-
kenton@google.com authored
Fix missing header issue -- INT_MAX is defined in limits.h. I chose to use a different constant rather than add the #include.
-
- 01 Feb, 2010 2 commits
-
-
kenton@google.com authored
-
kenton@google.com authored
-
- 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 5 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.
-