aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.am
Commit message (Collapse)AuthorAge
* Merge pull request #4299 from hekike/feat/add-commonjs-strict-import-styleGravatar Joshua Haberman2018-07-02
|\ | | | | Feat: add import-style=commonjs_strict option to the compiler
* | Add msbuild targets to C# tools for protoc compilers (#4648)Gravatar Sydney Acksman2018-06-21
| | | | | | | | | | | | * Added props to C# tools * Add targets file to makefile.am
* | Introduce Proto C API; based on cl/198113115 by amauryfaGravatar Thomas Colthurst2018-05-30
| |
* | PHP namespaces for nested messages and enums (#4536)Gravatar Brent Shaffer2018-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * uses namespaces for nested messages and enums * fixes namespaces for PHP dist * fixes namespace for Descriptors, adds Cardinality and Kind * fixes nested namespaces for reserved words and adds tests * adds tests and generator fix for php class prefixes * fixes escaping of protobuf packages, enum comments, misc others * nice refactor of generated code * adds class files for backwards compatibility * simplifies code with templates * adds compatibility files to makefile * cleanup of generator and fixes nested namespace bug * regenerates proto types * remove internal BC classes * adds deprecated warning, adds methods back * simplifies if statement * fixes dist files * addresses review comments * adds back TYPE_URL_PREFIX constant * adds @deprecated to old nested class files * skips tests which require a separate process when protobuf.so is enabled * Adds tests for legacy nested classes that do not require separate processes to test * uses legacy names for GPBUtil message check * adds block for IDE @deprecated message * Namespace for nested message/enum in c extension * Remove unused code
* | Add missing ruby/tests/test_ruby_package.protoGravatar Bo Yang2018-05-22
| |
| * Fix strict JS generator with import in a protofileGravatar Peter Marton2018-05-08
| |
| * Test: cover import_style=commonjs_strictGravatar Peter Marton2018-05-08
| |
* | Include version.rc.in in distribution packageGravatar Jozef Izso2018-04-28
|/
* Remove the iOS Test App.Gravatar Thomas Van Lenten2018-04-20
| | | | | | The tests can run as what Apple calls a Logic Test (under xctest), which means it doesn't have to load an full UI App under the simulator, which speeds things up a fair amount.
* Update Makefile.am for Java lite files.Gravatar Feng Xiao2018-04-18
|
* 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.
* Add the files added in #4485.Gravatar Thomas Van Lenten2018-04-06
|
* Merge pull request #4283 from ObsidianMinor/csharp/better-test-runnersGravatar Feng Xiao2018-04-04
|\ | | | | [C#] Update test project to be used with dotnet test and Visual Studio Test Explorer
* | Add compile test sources for to test include order.Gravatar Thomas Van Lenten2018-04-02
| | | | | | | | | | | | | | | | | | | | | | To ensure all headers aren't dependent on other things being imported before/after them, make a source that just imports each header and add it to the unittesting target, that way we ensure it can be included on its own with ordering issues. Also do this testing with a few generated headers that aren't part of the library to help ensure the different generated imports needed are complete.
* | Add extra C# file to Makefile.amGravatar Jon Skeet2018-03-27
| |
* | Include googletest as a submodule (#3993)Gravatar Carlos O'Ryan2018-03-26
| | | | | | Add googletest as a submodule in third_party/googletest.
* | Remove javanano.Gravatar Feng Xiao2018-03-26
| |
* | Added map_lite_test.proto to fix LiteTestGravatar Adam Cozzette2018-03-20
| |
* | Added pyext/thread_unsafe_shared_ptr.hGravatar Adam Cozzette2018-03-20
| |
* | Include no_package.proto in Python testGravatar Adam Cozzette2018-03-14
| |
| * Remove Google.Protobuf.Test/Program.cs from Makefile.amGravatar ObsidianMinor2018-02-06
|/
* Merge remote-tracking branch 'origin/3.5.x' into masterGravatar Jisi Liu2018-01-03
|\
| * Cherrypick for csharp, including:Gravatar Jie Luo2017-12-19
| | | | | | | | | | | | Add preserve UnknownFields Compare floating point values bitwise Add auto-generated header to C# generated files
* | Add unknown field support for csharp (#3936)Gravatar Jie Luo2017-12-13
| | | | | | Add unknown field support for csharp
* | Compare floating point values bitwise in C#Gravatar Jon Skeet2017-12-09
| | | | | | | | | | This is the manual code part of the Google.Protobuf library, and tests. Some tests will fail until codegen is changed and rerun.
| * Add discard unknown API in ruby. (#3990)Gravatar Paul Yang2017-12-07
| | | | | | | | | | | | | | | | | | | | | | | | * Add discard unknown API in ruby. * Add test for oneof message field. * Add TestUnknown to represent unknown field data clearly. * Only serialize the message with unknown fields itself in test. * Move discard_unknown from Message to Google.Protobuf
* | Updated Makefile.am to add a new file to EXTRA_DISTGravatar Adam Cozzette2017-12-01
| |
* | Add a UTF-8 decoder that uses Unsafe to directly decode a byte buffer.Gravatar Anuraag Agrawal2017-11-29
| |
* | Fix up warnings from Xcode 9.1 (#3887)Gravatar dmaclach2017-11-16
| | | | | | | | Fix up warnings from Xcode 9.1
* | Move C#-only test protos to csharp/protosGravatar Jon Skeet2017-11-12
|/ | | | | | | | | | unittest_proto3 had been changed in a very backward-incompatible way which was never going to work with C# as it imports proto2 messages. This is now a copy of the old file, but with a package name change for compatibility with the remaining files in src/google/protobuf. The other moves are for files that are only used by C#.
* Merge remote-tracking branch 'origin/3.4.x' into masterGravatar Jisi Liu2017-10-25
|\
| * Merge pull request #3578 from pherl/filedeprecationGravatar Jisi Liu2017-10-18
| |\ | | | | | | Add @Deprecated annotation support for proto file.
* | | Fix distcheckGravatar Jisi Liu2017-10-11
| | |
* | | Merge remote-tracking branch 'origin/3.4.x' into masterGravatar Jisi Liu2017-10-11
|\| |
* | | Add well known types to php runtime. (#3697)Gravatar Paul Yang2017-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add well known types to php runtime. * Fix php7.0 tests * No longer generate empty.proto in test as it has been included in runtime. * Fix zts build * Clean code * Rename g_p_b_empty to empty. * Don't generate code for empty.proto in compatibility test * Fix 32-bit * Fix mac build * Fix Makefile.am to add new files
* | | 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
* | | Enforce all error report for php tests. (#3670)Gravatar Paul Yang2017-09-22
| | | | | | | | | | | | | | | | | | * Enforce all error report for php tests. * Import vendor/autoload.php in tests/bootstrap_phpunit.php
* | | Integrated internal changes from GoogleGravatar Adam Cozzette2017-09-14
| | |
| * | Exclude valid constant name from reserved name.Gravatar Bo Yang2017-09-12
| | |
* | | Update examples file list.Gravatar Feng Xiao2017-09-11
| | |
| * | Add prefix to php reserved keywords.Gravatar Bo Yang2017-09-08
| | |
* | | Add native php support for Duration. (#3583)Gravatar Paul Yang2017-09-05
| | |
| | * Fix dist checkGravatar Jisi Liu2017-08-31
| | |
* | | Add php support for Timestamp. (#3575)Gravatar Paul Yang2017-08-31
| | | | | | | | | | | | | | | | | | * Add php support for Timestamp. * Fix comments
| * | change the field number of php_generic_service to fix the conflict with (#3576)Gravatar Paul Yang2017-08-30
| |/ | | | | internal descriptor.proto
* | Add any support in php runtime. (#3486)Gravatar Paul Yang2017-08-25
| | | | | | | | | | | | | | | | | | | | | | | | * Add any support in php runtime. * Remove unused file in config.m4 * Fix comments * Fix error for tsrmls build * Add newly added file to Makefile.am
| * Add mising cmake files in distGravatar Jisi Liu2017-08-24
|/
* Merge branch 'master' into 3.4.xGravatar Bo Yang2017-08-05
|\
| * Update PHP descriptors (#3391)Gravatar michaelbausor2017-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add descriptors test * Update descriptors tests * Add public descriptors * Add test_desriptors.proto to test script * Update composer files * Remove references to GPBType, update tests to be compatible with c * Update for c extension compatibility * Remove nested enums for descriptor, update tests * Strip leading '.' from descriptor name * Update tests with test for getClass, fix OneofDescriptor * Add new files to Makefile.am
| * Expose descriptor API in php c extension (#3422)Gravatar Paul Yang2017-08-02
| |