aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Add more documentation for csharp_options.hJon Skeet2016-04-062-6/+18
* | | | | Line-wrapping changes only for C# generator codeJon Skeet2016-04-0620-44/+94
* | | | | Merge pull request #1349 from gvaish/masterJon Skeet2016-04-0531-84/+176
|\ \ \ \ \
| * | | | | Added access_level for typesGaurav Vaish2016-04-0531-84/+176
| | |_|_|/ | |/| | |
* / | | | Added deprecated option handling for objective-c generatorOleg Vereshko2016-04-045-11/+41
|/ / / /
* | | / Replace #include <iostream> with #include <ostream>Adam Michalik2016-03-301-1/+1
| |_|/ |/| |
* | | Use the T() instead of NULL for the default value.Jisi Liu2016-03-291-1/+1
* | | Update coded_stream.htopillar2016-03-221-1/+1
* | | Shrink ObjC overhead (generated size and some runtime sizes)Thomas Van Lenten2016-03-1716-276/+357
* | | Merge pull request #1291 from sergiocampama/develThomas Van Lenten2016-03-141-1/+2
|\ \ \
| * | | Adds more information to Objective C error when the expected objc_class_prefi...Sergio Campama2016-03-031-1/+2
| | |/ | |/|
* | | Fixing compilation error when building with emscripten.Ben Vanik2016-03-111-1/+3
* | | Merge pull request #1299 from tatraian/masterFeng Xiao2016-03-081-1/+5
|\ \ \
| * | | Comment has been added to fix (issue #1266)Antal Tátrai2016-03-081-0/+4
| * | | Fix compiling clang/libc++ builds. (Issue: #1266)Antal Tátrai2016-03-051-1/+1
* | | | Fix up handing of fields with leading names that should be all caps.Thomas Van Lenten2016-03-081-6/+9
* | | | HeaderDoc support in the library and generated sourcesThomas Van Lenten2016-03-077-20/+33
|/ / /
* / / Generate well-known types in Ruby extension and prune unneeded proto2 depende...Josh Haberman2016-03-031-11/+73
|/ /
* | Merge pull request #1260 from legrosbuffle/masterPaul Yang2016-03-021-2/+4
|\ \
| * | Make cpp generated enum constants constexpr when Options::proto_h isClement Courbet2016-02-191-2/+4
* | | Fix CommonJS relative require generation, and test itmurgatroid992016-02-241-1/+15
* | | Merge pull request #804 from bsilver8192/masterFeng Xiao2016-02-223-0/+160
|\ \ \
| * | | Add atomics support for 32-bit PPC.Brian Silverman2015-09-093-0/+160
* | | | Merge pull request #1215 from haberman/commonjsJoshua Haberman2016-02-192-57/+236
|\ \ \ \
| * | | | Fixed definition of extensions, and added CommonJS tests to Travis.Josh Haberman2016-02-181-1/+8
| * | | | Fixed nested message scopes for CommonJS.Josh Haberman2016-02-181-7/+5
| * | | | CommonJS tests are now passing.Josh Haberman2016-02-181-1/+5
| * | | | WIP.Josh Haberman2016-02-182-57/+227
| | |/ / | |/| |
* / | | Support ObjC Generic CollectionsThomas Van Lenten2016-02-1818-132/+237
|/ / /
* | | Merge pull request #260 from ejsd1989/issue-#242Joshua Haberman2016-02-162-4/+2
|\ \ \
| * | | Removal of null checkeissajamil@gmail.com2015-03-291-3/+1
| * | | Removal of null checkeissajamil@gmail.com2015-03-291-1/+1
* | | | Merge pull request #1144 from dongjoon-hyun/remove_redundant_theJoshua Haberman2016-02-114-5/+5
|\ \ \ \
| * | | | Remove redundant `the` in comments.Dongjoon Hyun2016-02-034-5/+5
* | | | | Merge pull request #1194 from Photonios/masterJoshua Haberman2016-02-116-37/+37
|\ \ \ \ \
| * | | | | Fixed unused parameters and extra ';'Swen Kooij2016-01-286-37/+37
* | | | | | Merge pull request #1217 from jhump/jh/make-warning-usefulJoshua Haberman2016-02-111-3/+3
|\ \ \ \ \ \
| * | | | | | make 'no syntax' warning useful by showing which fileJoshua Humphries2016-02-061-3/+3
* | | | | | | Merge pull request #1185 from kkm000/icl-fixJoshua Haberman2016-02-102-4/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix Intel compiler warnings in include files on Windowskkm2016-01-272-4/+4
| |/ / / / /
* | | | | | Rename Preconditions to ProtoPreconditionsJon Skeet2016-02-041-2/+2
* | | | | | Rename GeneratedCodeInfo to GeneratedClrTypeInfoJon Skeet2016-02-041-4/+4
| |/ / / / |/| | | |
* | | | | Integrate from google internal.Jisi Liu2016-01-298-61/+1435
|/ / / /
* | | | Refactor README.md.Feng Xiao2016-01-211-0/+209
* | | | Avoid upcasting uninitialized pointersBrian Silverman2016-01-201-2/+2
* | | | Merge pull request #789 from motahan/solaris64_fixFeng Xiao2016-01-203-2/+7
|\ \ \ \
| * | | | Fixing compile errors on Solaris in 64-bit modeMohamed El-Tahan2015-09-023-2/+7
* | | | | Fix compiler warning from repeated_field.hJohn Burke2016-01-191-1/+1
* | | | | Merge pull request #896 from jhump/jh/fix-ioexception-vs-invalidprotobuf-exce...Feng Xiao2016-01-162-10/+9
|\ \ \ \ \
| * | | | | fully qualify invocations of static methods on GeneratedMessageJoshua Humphries2016-01-151-6/+6