Thomas Van Lenten
44fdead9d2
Merge pull request #1291 from sergiocampama/devel
...
Adds more information to Objective C error.
9 years ago
Jisi Liu
9aea0ef0cd
Merge pull request #1312 from petewarden/master
...
Bazel iOS build settings
9 years ago
Steven Parkes
a9244ca0df
add java/util support based on java/util/pom.xml
9 years ago
Jisi Liu
c71f1847c8
Merge pull request #1278 from smparkes/master
...
pass correct args to protoc for wellknown protos when used as an external repository
9 years ago
Feng Xiao
dfaf1aac30
Merge pull request #1317 from benvanik/patch-1
...
Fixing compilation error when building with emscripten.
9 years ago
Ben Vanik
58f07644ea
Fixing compilation error when building with emscripten.
...
This change was previously done in //third_party in CL 108656107 but never made it to the open source project and was overwritten in an update.
9 years ago
Steven Parkes
ea1886661e
pass correct args to protoc for java wellknown protos when used as an external repository
9 years ago
Pete Warden
bc2d6c2504
Merge remote-tracking branch 'upstream/master'
9 years ago
Pete Warden
f0c1a86372
Added iOS settings to Bazel build
9 years ago
Feng Xiao
48ebb29a8e
Merge pull request #1299 from tatraian/master
...
Fix compiling clang/libc++ builds. (Issue: #1266 )
9 years ago
Antal Tátrai
e2fb1d9822
Comment has been added to fix (issue #1266 )
9 years ago
Thomas Van Lenten
a8db268d8f
Merge pull request #1309 from thomasvl/leading_special_prop_names
...
Fix up handing of fields with leading names that should be all caps.
9 years ago
Thomas Van Lenten
1bf4b38f29
Fix up handing of fields with leading names that should be all caps.
...
Add a compile test to confirm things are working as expected.
9 years ago
Joshua Haberman
3dd3238189
Merge pull request #1306 from silviulica/master
...
Update version to 3.0.0b2.post2
9 years ago
Silviu Calinoiu
4573edba76
Update version to 3.0.0b2.post2
9 years ago
Thomas Van Lenten
6a8815bef9
Merge pull request #1304 from thomasvl/headerdocs
...
HeaderDoc support in the library and generated sources
9 years ago
Thomas Van Lenten
36650a07cf
HeaderDoc support in the library and generated sources
...
- Convert most of the core library headers over to HeaderDoc format.
- Switch the generated comments over to HeaderDoc.
- Create GPBCodedOutputStream_PackagePrivate and move some things into there
that should be more internal.
9 years ago
Jon Skeet
f2d3408676
Merge pull request #1301 from avgweb/master
...
Replace StringBuilder with TextWriter in JsonFormatter
9 years ago
avgweb
ad2d775e1b
Replace StringBuilder with TextWriter in JsonFormatter
9 years ago
Joshua Haberman
9242d9b7f4
Merge pull request #1298 from craigcitro/fix_setup
...
Add back the namespace_packages arg in setup.py.
9 years ago
Antal Tátrai
3cc35adb6d
Fix compiling clang/libc++ builds. (Issue: #1266 )
9 years ago
Craig Citro
0e7c0c2fb8
Add back the namespace_packages arg in setup.py.
...
Improves #1296 .
The problem: in the previous patch, we tweaked the __init__.py files to use
namespaces, but no longer declared ourselves as a namespace package. The
second half was unwise.
Note that this only comes up when installing protobuf alongside another
package that also installs into the google namespace; as of right now, the
only PyPI package that does is googleapis-common-protos, though the GAE SDK
also uses google.appengine. Installing either or both of those alongside this
package now works.
The case that still remains is the upgrade path, which is also what worried me
in #713 . It seems that if protobuf 2.6.1 is installed, there's no way to
safely upgrade that to work with a newer protobuf. However, `pip uninstall` &&
`pip install` does the trick.
9 years ago
Joshua Haberman
e70f9256af
Merge pull request #1139 from haberman/rubyjsoncamel
...
Changed Ruby to properly camelCase its JSON by default.
9 years ago
Josh Haberman
67c727cd41
Rearranged and commented files for running under Jenkins.
9 years ago
Joshua Haberman
37663e861b
Merge pull request #1292 from haberman/ruby-allow-descriptor
...
Generate well-known types in Ruby extension and prune unneeded proto2 dependencies.
9 years ago
Josh Haberman
35227b4f31
Removed the generated Ruby file from Makefile.am.
9 years ago
Josh Haberman
7d793c167f
Disable attempt to use ccache for docker build.
9 years ago
Josh Haberman
2bda98f79c
Properly report C++ build time.
9 years ago
Josh Haberman
1ee0fda556
Use a local Maven repository to avoid network fetches during tests.
9 years ago
Josh Haberman
513875da77
Generate well-known types in Ruby extension and prune unneeded proto2 dependencies.
9 years ago
Sergio Campama
b5a35b4411
Adds more information to Objective C error when the expected objc_class_prefix option is missing.
9 years ago
Josh Haberman
2f3f1de16d
Make Java copy into separate directories so the tests can run concurrently.
9 years ago
Josh Haberman
38bc15552d
Added code to generate XML output file for more granular results.
9 years ago
Josh Haberman
ffc811804f
Added Ruby 2.1, Oracle Java, and C#.
9 years ago
Josh Haberman
78f9b68600
Upgrade Python packages using pip.
9 years ago
Josh Haberman
f6153b540a
Work around tox bug.
9 years ago
Josh Haberman
b28b3f60a1
Configure ccache directory.
9 years ago
Josh Haberman
d08c39c218
Put Maven in batch mode to avoid spamming the logs.
9 years ago
Josh Haberman
483533d3a2
Install Python deps in Docker image.
9 years ago
Josh Haberman
0b931bcd53
Add another test (javanano), but run it in parallel.
9 years ago
Josh Haberman
0f8c25d105
Properly add JDK deps in the Docker image.
9 years ago
Josh Haberman
738393b2c0
Try running multiple tests in a row.
9 years ago
Josh Haberman
d33e93b833
Added ccache support.
9 years ago
Josh Haberman
57be1d7eb2
Added some initial shell scripts and docker file.
9 years ago
Paul Yang
78105897a8
Merge pull request #1260 from legrosbuffle/master
...
Make cpp generated enum constants constexpr when Options::proto_h is specified
9 years ago
Jon Skeet
584233bd04
Merge pull request #1287 from jskeet/fix-typo
...
Fix copy/paste typo in CodedInputStreamTest
9 years ago
Jon Skeet
f222a9a5e6
Fix copy/paste typo in CodedInputStreamTest
9 years ago
Joshua Haberman
52f62e3652
Merge pull request #1274 from murgatroid99/node_relative_requires
...
Fix CommonJS relative require generation, and test it
9 years ago
Jan Tattermusch
9f775a82cd
Merge pull request #1286 from jskeet/idisposable
...
Implement IDisposable for CodedInputStream and CodedOutputStream
9 years ago
Jon Skeet
c0cf71bec9
Implement IDisposable for CodedInputStream and CodedOutputStream
...
This fixes issue #679 and issue #1282 .
(The .gitignore change is just around ncrunch; I can put it in a separate PR if you really want.)
9 years ago