aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Add missing header files in src/Makefile.amGravatar Feng Xiao2014-12-12
* Update ruby DIST_FILES.Gravatar Feng Xiao2014-12-12
* Adds Travis Cl support to test the code automatically.Gravatar Feng Xiao2014-12-12
* Merge pull request #134 from cfallin/masterGravatar Joshua Haberman2014-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
|\ \
* | | Describe how to get gtest source for Visual Studio users.Gravatar Feng Xiao2014-12-11
* | | Update gtest version to v1.7.0.Gravatar Feng Xiao2014-12-11
| | * Reverted changes to cpp_helpers.cc and made code reviews to python_geenerator.ccGravatar Krishna2014-12-11
* | | Update version number to v3.0.0-preGravatar Feng Xiao2014-12-10
* | | 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
* | | | Merge pull request #121 from cfallin/masterGravatar Joshua Haberman2014-12-09
|\ \ \ \
| | * | | Fix LIBPROTOBUF_PROTOBUF annotations for buliding protobuf as DLLs.Gravatar Feng Xiao2014-12-09
| * | | | Provide a Ruby extension.Gravatar Chris Fallin2014-12-09
|/ / / /
| * | | Remove map_field.cc from lite-runtime.Gravatar Feng Xiao2014-12-09
| * | | Fix vsprojects/extract_includes.batGravatar Feng Xiao2014-12-09
| * | | Fix the intermediate directory of vc project files.Gravatar Feng Xiao2014-12-09
| * | | Down-integrate from internal code base.Gravatar Feng Xiao2014-12-09
* | | | Merge pull request #127 from tseaver/ignore-autogen-artifactsGravatar Feng Xiao2014-12-09
|\ \ \ \ | |_|_|/ |/| | |
| * | | Ignore artifacts from autogen.shGravatar Tres Seaver2014-12-09
|/ / /
| * | Fix compile issues and test failures in VS2008.Gravatar Feng Xiao2014-12-05
| * | Update VC projects to include new source files.Gravatar Feng Xiao2014-12-04
| * | Fix thread local annotatoin and add back type traits is_convertable for MSVCGravatar Feng Xiao2014-12-04
| * | Remove usage of features not supported in Java 1.6.Gravatar Feng Xiao2014-12-03
| * | Replace is_enum with is_proto_enum because is_enum is not supported on some p...Gravatar Feng Xiao2014-12-03
| * | Update post_process_dist.sh to produce a separate package for eachGravatar Feng Xiao2014-12-03
| * | Delete some globals in ShutdownProtobufLibrary().Gravatar Feng Xiao2014-12-03
| * | Add a missing Java dist file.Gravatar Feng Xiao2014-12-03
| * | Update version number in descriptor.pb.h and plugin.pb.h. Protect deathGravatar Feng Xiao2014-12-03
| * | Update version number to v3.0.0-alpha-1Gravatar Feng Xiao2014-12-03
|/ /
| * Make C++ string oneof field compatible with C++11Gravatar Nobuaki Sukegawa2014-12-03
| * Display element name in test error logGravatar Nobuaki Sukegawa2014-12-03
| * Make test code runnable with C++11Gravatar Nobuaki Sukegawa2014-12-03
|/
* Explicitly list all Java lite runtime tests (and exclude those dependingGravatar Feng Xiao2014-12-02
* Merge pull request #116 from xfxyjwf/fix_warningsGravatar Feng Xiao2014-12-02
|\
* \ Merge pull request #115 from xfxyjwf/fix_107Gravatar Feng Xiao2014-12-02
|\ \
* \ \ Merge pull request #111 from xfxyjwf/googlebotGravatar Feng Xiao2014-12-02
|\ \ \
* \ \ \ Merge pull request #105 from xfxyjwf/fix_92Gravatar Feng Xiao2014-12-02
|\ \ \ \
* \ \ \ \ Merge pull request #81 from xfxyjwf/syntax_warningGravatar Feng Xiao2014-12-02
|\ \ \ \ \
| | | | | * Get rid of some build warnings.Gravatar Feng Xiao2014-12-02
| |_|_|_|/ |/| | | |
| | | | * Add a ./configure flag "DIST_LANG" to select which langauge to includeGravatar Feng Xiao2014-12-02
| |_|_|/ |/| | |
* | | | Merge pull request #102 from fizbin/bytestring_serializableGravatar Feng Xiao2014-11-27
|\ \ \ \
| * | | | Add tests for other ByteString subclassesGravatar Daniel Martin2014-11-27
* | | | | Merge pull request #109 from nsuke/tb-vim-oneofGravatar Feng Xiao2014-11-26
|\ \ \ \ \