aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Use static_cast instead of dynamic_cast in arena unittest so that it canGravatar Jisi Liu2015-02-20
* Fix review comments.Gravatar Jisi Liu2015-02-19
* Remove the unused set common oneof variables in helperGravatar Jisi Liu2015-02-19
* fix equal and hash for bytes field for javanano oneofGravatar Jisi Liu2015-02-19
* Clear oneofs.Gravatar Jisi Liu2015-02-19
* hashcode and equals for oneofs in nano.Gravatar Jisi Liu2015-02-19
* Equals for message oneof field in nano.Gravatar Jisi Liu2015-02-19
* Oneof message level elements (consts, case getter/clear) and messsage type fi...Gravatar Jisi Liu2015-02-19
* Initial check-in for message oneof.Gravatar Jisi Liu2015-02-19
* Initial check in for primitive oneof fields.Gravatar Jisi Liu2015-02-19
* Merge branch 'master' of github.com:google/protobufGravatar Josh Haberman2015-02-17
|\
* | Integrate changes from Google open-source branch.Gravatar Josh Haberman2015-02-17
| * Merge pull request #204 from pherl/masterGravatar Jisi Liu2015-02-17
| |\
| * | Properly support maps in Ruby protoc and another bugfix.Gravatar Chris Fallin2015-02-12
| * | MIPS: remove immediate constraint within CompareAndSwap.Gravatar Gordana Cmiljanovic2015-02-09
| * | Add missing LIBPROTOC_EXPORT to ruby generatorGravatar Nobuaki Sukegawa2015-02-08
| | * Get the map factory per mergeFrom() call for JavaNano.Gravatar Jisi Liu2015-02-07
| | * implement hashCode() for JavaNano maps.Gravatar Jisi Liu2015-02-06
| | * Implement Equals for nano.Gravatar Jisi Liu2015-02-06
| | * Fix the behavior when merging conflicting keys, the new value alwaysGravatar Jisi Liu2015-02-05
| | * Moving internal code to InternalNano and rename MapUtil to MapFactories.Gravatar Jisi Liu2015-02-04
| | * parsing and serialzation for maps in JavaNano.Gravatar Jisi Liu2015-02-03
| | * Parsing for Maps in JavaNanoGravatar Jisi Liu2015-02-02
| * | Merge pull request #186 from ennerf/win32-msvc-fixGravatar Feng Xiao2015-02-02
| |\ \
| | | * Use map generator for maps field; skip entry message.Gravatar Jisi Liu2015-02-02
| * | | Merge pull request #168 from cfallin/ruby-oneofGravatar Joshua Haberman2015-02-02
| |\ \ \
| | | * | removed accidental whitespaceGravatar Florian Enner2015-02-02
| | | * | replaced type fix with the recommended wayGravatar Florian Enner2015-01-31
| | | * | fixed MSVC compile errorGravatar Florian Enner2015-01-31
| | |/ / | |/| |
| | | * Initial checkin for maps support in JavaNano.Gravatar Jisi Liu2015-01-30
| | |/ | |/|
| * | Fix illegal C++ use of reinterpret_cast<> to cast between nullptr_t and a poi...Gravatar Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)2015-01-27
| | * Fix golden-file Ruby test to work with out-of-tree builds.Gravatar Chris Fallin2015-01-14
| | * Two tests for Ruby code generator:Gravatar Chris Fallin2015-01-14
| | * Support oneofs in the Ruby code generator.Gravatar Chris Fallin2015-01-14
| |/
| * Align backslash verticallyGravatar zhangkun832015-01-12
| * Include names.h as java_names.h in the opensource treeGravatar zhangkun832015-01-12
| * Improved little endian byte order detectionGravatar Kal Conley2014-12-16
| * Support Ruby code generation only for proto3.Gravatar Chris Fallin2014-12-12
| * Add missing header files in src/Makefile.amGravatar Feng Xiao2014-12-12
| * Rename protobuf Ruby module to google/protobuf and rework its buildGravatar Chris Fallin2014-12-12
|/
* Merge pull request #128 from krishnanm86/masterGravatar Feng Xiao2014-12-12
|\
| * Reverting the space at the end for both files changedGravatar Krishna2014-12-12
| * Reverting the space at the endGravatar Krishna2014-12-12
| * Returned print_indent and print_outdent back to printservicestub and printser...Gravatar Krishna2014-12-12
* | Merge pull request #113 from nsuke/oneof-c++11Gravatar Feng Xiao2014-12-11
|\ \
| | * Reverted changes to cpp_helpers.cc and made code reviews to python_geenerator.ccGravatar Krishna2014-12-11
* | | Merge branch v3.0.0-alpha-1 into master.Gravatar Feng Xiao2014-12-10
|\ \ \
| | | * Fixed bugsGravatar Krishna2014-12-10
| | | * Source code refactoring. Extracted common functionality in cpp_helpers.cc and...Gravatar Krishna2014-12-10
| * | | Fix LIBPROTOBUF_PROTOBUF annotations for buliding protobuf as DLLs.Gravatar Feng Xiao2014-12-09