aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
Commit message (Collapse)AuthorAge
* Remove js_embed binary. (#4709)Gravatar Feng Xiao2018-06-01
| | | | * Remove js_embed binary.
* Adopt ruby_package in ruby generated code. (#4627)Gravatar Paul Yang2018-05-17
| | | | | | * Adopt ruby_package in ruby generated code. * Add test for ruby_package
* Add __init__.py files to compiler and util subpackages (#4117)Gravatar Thomas Hisch2018-04-09
| | | | | | The compiler and util subpackages are created by the build_py class in setup.py. This has caused an issue in the protobuf package in conda-forge (https://github.com/conda-forge/protobuf-feedstock/issues/40), which is fixed by this commit.
* Updated .gitignore to exclude downloaded gmock/ directoryGravatar Adam Cozzette2018-03-27
|
* Include googletest as a submodule (#3993)Gravatar Carlos O'Ryan2018-03-26
| | | Add googletest as a submodule in third_party/googletest.
* Reserve unknown in Ruby (#3763)Gravatar Paul Yang2017-10-26
| | | | | | | | | | | | | | | | | | | | | | | | * Reserve unknown in ruby * Revert ruby tests. Wait for cpp impl for conformance test * Add conformance test for preserving unknown * Add unknown field conformance test to csharp failure list. * Fix comments * Fix comment * Fix comments * Fix typo * Use stringsink_string directly * Mark hd unused * Remove unused encodeunknown_handlerfunc
* Fix ruby segment fault (#3708)Gravatar Paul Yang2017-10-03
| | | | | | | | | | | | | | | | * Fix ruby segment fault 1) rb_ary_new cannot be called during allocate function. During allocate fucntion, the containing object hasn't been marked and rb_ary_new may invoke gc to collect containing object. 2) The global map should be marked before allocating it. Otherwise it may be garbage collected. * Add test * Remove commented code * Fix grammer error
* update .gitignoreGravatar Yilun Chong2017-06-28
|
* revert .gitignoreGravatar Yilun Chong2017-06-28
|
* change ignoreGravatar Yilun Chong2017-06-27
|
* bazel: add bazel symlinks to .gitignoreGravatar Jakob Buchgraber2017-06-16
|
* Add compatibility test for php. (#3041)Gravatar Paul Yang2017-05-05
| | | | | | * Add compatibility test for php. * Revert API incompatible change.
* Merge remote-tracking branch 'remotes/google/3.3.x' into merge-3.3-to-masterGravatar Adam Cozzette2017-04-27
|\
| * Make PHP c extension work with PHP7 (#2951)Gravatar Paul Yang2017-04-19
| |
* | Merge pull request #2930 from anuraaga/dev_ragGravatar Adam Cozzette2017-04-04
|\ \ | | | | | | Fix error message for int64 parse failure.
* | | Added compatibility tests for version 3.0.0Gravatar Adam Cozzette2017-04-03
| |/ |/|
| * Add IntelliJ project to gitignore for java project.Gravatar Anuraag Agrawal2017-04-03
| |
* | Add some new ignores for things generated in conformance.Gravatar Thomas Van Lenten2017-03-28
|/
* Add conformance test for php (#2655)Gravatar Paul Yang2017-02-01
|
* Auto-generate well_known_types_embed.ccGravatar Adam Cozzette2016-12-19
| | | | | | | Until now this file was just checked into the repo, but actually it should be generated from any.js, struct.js, and timestamp.js. This change updates the build system to make this happen. To make it work I also had to remove some C++11 features from embed.cc.
* Make php generated code conform to PSR-4. (#2435)Gravatar Paul Yang2016-12-08
| | | | 1. Generate single file for each message. 2. Lazily initiate metadata.
* Updated .gitignore with Java and JavaScript build artifactsGravatar Adam Cozzette2016-09-29
|
* Auto-generate proto files for tests.Gravatar Bo Yang2016-09-15
|
* Check in php implementation. (#2052)Gravatar Paul Yang2016-09-15
| | | | | This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields.
* Add note about JSON tests maybe being wrong. (#1992)Gravatar Thomas Van Lenten2016-08-23
| | | | | | | | Add note about JSON tests maybe being wrong. - Add note about the JSON test maybe not being correct yet. - Add test to checks the generated names for double underscores to be sure they are what is expected.
* Fix up ignores and conformance generationGravatar Thomas Van Lenten2016-08-15
| | | | | | - Update ruby conformance generation for rename of generated files that seems to have happened. - Update gitignores for the above and for the no-warnings-test.
* Expand the OS X/Xcode gitignoresGravatar Thomas Van Lenten2016-05-19
| | | | | - Add the folder CocoaPods will add to the root folder. - Move and expand the entries in the objectivec directory.
* Add two missing ignores for conformance directory.Gravatar Thomas Van Lenten2016-05-06
|
* Manually down-integrate python JSON struct support from internal code base.Gravatar CH Albach2016-01-29
|
* Add support for the conformance test for objc when run on OS XGravatar Thomas Van Lenten2015-11-18
|
* Cleanups of deps and ignores for conformanceGravatar Thomas Van Lenten2015-11-16
| | | | | | - Hopefully complete the deps for other languages for the generated conformance proto sources. - List the generated sources for cleanup by make's clean rules. - Make the toplevel nuke the pyc files that can get created in the ObjC dir.
* Update the Mac build script to include the conformance testsGravatar Thomas Van Lenten2015-11-04
| | | | | - Kick off the conformance tests - Add missing ignore for something generated by a build on the conformance directory.
* Improved SHARED build from CMake projectGravatar Konstantin Podsvirov2015-10-15
|
* Fix duplicate entry in .gitignoreGravatar Dan O'Reilly2015-08-18
| | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
* Merge remote-tracking branch 'upstream/master' into py2_py3_straddleGravatar Dan O'Reilly2015-08-12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: python/google/protobuf/descriptor_pool.py python/google/protobuf/internal/api_implementation_default_test.py python/google/protobuf/internal/cpp_message.py python/google/protobuf/internal/descriptor_database_test.py python/google/protobuf/internal/descriptor_pool_test.py python/google/protobuf/internal/descriptor_python_test.py python/google/protobuf/internal/descriptor_test.py python/google/protobuf/internal/generator_test.py python/google/protobuf/internal/message_factory_python_test.py python/google/protobuf/internal/message_factory_test.py python/google/protobuf/internal/message_test.py python/google/protobuf/internal/proto_builder_test.py python/google/protobuf/internal/python_message.py python/google/protobuf/internal/reflection_test.py python/google/protobuf/internal/service_reflection_test.py python/google/protobuf/internal/symbol_database_test.py python/google/protobuf/internal/text_encoding_test.py python/google/protobuf/internal/text_format_test.py python/google/protobuf/internal/unknown_fields_test.py python/google/protobuf/internal/wire_format_test.py python/google/protobuf/pyext/descriptor_cpp2_test.py python/google/protobuf/pyext/message_factory_cpp2_test.py python/google/protobuf/pyext/reflection_cpp2_generated_test.py python/setup.py ruby/lib/google/protobuf/message_exts.rb
| * Merge remote-tracking branch 'upstream/master' into proto3-onlyGravatar Jon Skeet2015-06-19
| |\
| | * Fix broken builds.Gravatar Feng Xiao2015-06-17
| | |
| * | Updates to handle use of cmake for Windows builds.Gravatar Jon Skeet2015-06-17
| |/
| * Make pbconfig.h independent of config.hGravatar Jisi Liu2015-06-13
| | | | | | | | Change-Id: I31ead985b4ac5b02fb7558d34c1da19fd837b50a
| * ObjC fixup for the branch.Gravatar Thomas Van Lenten2015-05-26
| | | | | | | | | | | | | | | | - Shouldn't need SRCROOT in the project since Xcode should be setting the working directory to where the project lives. - Remove the packed/unpacked repeated enum field in the tests and update the code to handle the defaults. - Move up the ignore to cover .DS_Store files in src also. add starstar
| * Fix bugs in objective-c.Gravatar Bo Yang2015-05-25
| |
| * Fix C2385: accessing parent classes' member without specifying is ambiguous.Gravatar Bo Yang2015-05-24
| |
| * down-integrate internal changesGravatar Bo Yang2015-05-21
| |
| * Merge branch 'master' of github.com:google/protobuf into integrate_from_masterGravatar Jan Tattermusch2015-05-13
| |\
| | * Merge pull request #331 from thomasvl/objc_alpha1_dropGravatar Paul Yang2015-05-06
| | |\ | | | | | | | | Objective C compiler plugin and runtime
| | * | [PYTHON] gitignore eggsGravatar Tamir Duberstein2015-05-06
| | | |
| | | * Alpha 1 drop of Google's Objective C plugin and runtime support for protobufs.Gravatar Thomas Van Lenten2015-05-06
| | |/
| * | Change to using xUnit for all unit tests, and fetch that via NuGet.Gravatar Jon Skeet2015-04-30
| | | | | | | | | | | | This includes fetching the VS unit test runner package, so that tests can be run from Visual Studio's Test Explorer.
| * | Add C# files to Visual Studio projects.Gravatar Jon Skeet2015-04-24
| |/ | | | | | | Also ignore Windows native build output files.
| * `.gitignore` generated fileGravatar Tamir Duberstein2015-03-31
| |