| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
1. Generate single file for each message.
2. Lazily initiate metadata.
|
| |
|
| |
|
|
|
|
|
| |
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.
- 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.
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
| |
- Add the folder CocoaPods will add to the root folder.
- Move and expand the entries in the objectivec directory.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
| |
- Kick off the conformance tests
- Add missing ignore for something generated by a build on the conformance directory.
|
| |
|
|
|
|
| |
Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |\ |
|
| | | |
|
| |/ |
|
| |
| |
| |
| | |
Change-Id: I31ead985b4ac5b02fb7558d34c1da19fd837b50a
|
| |
| |
| |
| |
| |
| |
| |
| | |
- 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
|
| | |
|
| | |
|
| | |
|
| |\ |
|
| | |\
| | | |
| | | | |
Objective C compiler plugin and runtime
|
| | | | |
|
| | |/ |
|
| | |
| | |
| | |
| | | |
This includes fetching the VS unit test runner package, so that tests can be run from Visual Studio's Test Explorer.
|
| |/
| |
| |
| | |
Also ignore Windows native build output files.
|
| | |
|
| |
| |
| |
| | |
Change-Id: I5418606cb51a43a8cd7f91f26448cf0e8dde1016
|
| |
| |
| |
| | |
Change-Id: I0054c8d6f80fc71073ca70a121f1acafc12e030b
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
|
|
|
| |
Ignore generated test scaffolding files.
Exclude Python build artifacts.
|
|
Includes files generated by each of:
* autogen.sh
* configure
* make
|