aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler
Commit message (Expand)AuthorAgeFilesLines
* Better support for using the proto library from a framework.Thomas Van Lenten2016-06-134-48/+199
* Fix the command line interface unittest againJisi Liu2016-05-101-3/+4
* Merge pull request #1409 from eeight/fix_enum_corruptionFeng Xiao2016-05-041-2/+4
|\
| * Fix bug with silent message corruption in LITE_RUNTIME.Petr Prokhorenkov2016-04-211-2/+4
* | Merge branch 'master' of github.com:google/protobufJisi Liu2016-04-281-4/+5
|\ \
| * | Proper checking of enum with non zero defaultThomas Van Lenten2016-04-261-4/+5
| * | Merge pull request #1416 from cwhipkey/masterFeng Xiao2016-04-201-12/+9
| |\ \
| | * | Change protobuf CPP proto generator to support the 'lite' option inChad Whipkey2016-04-151-12/+9
| | |/
* | / Down integrate from Google internal.Jisi Liu2016-04-2853-995/+980
|/ /
* | Merge pull request #1401 from jskeet/enum-casingJon Skeet2016-04-207-7/+152
|\ \ | |/ |/|
| * Attempt to fix AppVeyor build by exporting GetEnumValueNameJon Skeet2016-04-202-1/+9
| * Add C# codegen changes to enum value names (mostly C++)Jon Skeet2016-04-206-6/+141
| * Use 0 as the default value for all enums, rather than finding the actual enum...Jon Skeet2016-04-111-1/+3
* | Merge pull request #1397 from google/internal-mergeJoshua Haberman2016-04-1156-710/+1566
|\ \ | |/ |/|
| * Merge branch 'master' into internal-mergeJosh Haberman2016-04-0735-113/+296
| |\
| * | Fix javanano packageJisi Liu2016-03-311-0/+3
| * | Merge branch 'master' of github.com:google/protobufJisi Liu2016-03-3017-314/+474
| |\ \
| * | | Integrate google internal changes.Jisi Liu2016-03-3056-727/+1596
* | | | Fix to csharp_options - initialize internal_access to false.Jon Skeet2016-04-081-1/+2
* | | | Merge pull request #1393 from gvaish/masterJon Skeet2016-04-073-1/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | Added support for internal_access for C#Gaurav Vaish2016-04-073-1/+6
* | | | Merge pull request #1392 from anandolee/masterJie Luo2016-04-077-19/+35
|\ \ \ \ | |/ / / |/| | |
| * | | sync the Manually integrate changes in google3/third_partyJie Luo2016-04-067-19/+35
* | | | 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-0530-84/+175
|\ \ \ \
| * | | | Added access_level for typesGaurav Vaish2016-04-0530-84/+175
| | |_|/ | |/| |
* / | | Added deprecated option handling for objective-c generatorOleg Vereshko2016-04-045-11/+41
|/ / /
* | | 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
| | |/ | |/|
* | | 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 #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-161-1/+1
|\ \
| * | Removal of null checkeissajamil@gmail.com2015-03-291-1/+1
* | | Merge pull request #1144 from dongjoon-hyun/remove_redundant_theJoshua Haberman2016-02-112-3/+3
|\ \ \
| * | | Remove redundant `the` in comments.Dongjoon Hyun2016-02-032-3/+3
* | | | make 'no syntax' warning useful by showing which fileJoshua Humphries2016-02-061-3/+3
* | | | Rename Preconditions to ProtoPreconditionsJon Skeet2016-02-041-2/+2
* | | | Rename GeneratedCodeInfo to GeneratedClrTypeInfoJon Skeet2016-02-041-4/+4
|/ / /