Feng Xiao
c3cb53b8f4
Merge pull request #556 from mgiuca/fix-clang-warning
...
Fix "sometimes-uninitialized" warning on Windows Clang.
10 years ago
Matt Giuca
43dcbbfec7
Fix "sometimes-uninitialized" warning on Windows Clang.
10 years ago
Jisi Liu
d40a0db202
Merge pull request #540 from pherl/clean-warnings
...
fix compiler warnings.
10 years ago
Paul Yang
eda912eeb3
Merge pull request #512 from pherl/bazel
...
Enable tests for bazel build.
10 years ago
Jisi Liu
658e72d8fb
fix compiler warnings.
...
- control reaches end of non-void function.
- remove a deprecated IsMatch.
Change-Id: Ifdeb15879bbcf591c48dc7fda1cd8994bdf87bb3
10 years ago
Jisi Liu
53c306de19
Merge pull request #538 from google/jtattermusch-patch-1
...
fix typo in cmake/README.md
10 years ago
Jan Tattermusch
60161997c8
fix typo in cmake/README.md
10 years ago
Joshua Haberman
242fdef65a
Merge pull request #530 from haberman/updateupb
...
Update upb to fix two bugs in the Ruby library.
10 years ago
Josh Haberman
fb8ed707a2
Update upb to fix two bugs in the Ruby library.
...
Fixes:
https://github.com/google/protobuf/issues/502
https://github.com/google/protobuf/issues/425
10 years ago
Feng Xiao
d0eb7786a9
Fix appveyor tests.
10 years ago
Paul Yang
d3d66d7976
Merge pull request #503 from thomasvl/add_nonnill_markup
...
Add nonnull/nullable/null_resettable markup to ObjC library.
10 years ago
Jisi Liu
7a0c431c8f
Enable tests for bazel build.
...
Change-Id: I63ed5fb58a45e098f2fd1fa457a219148de030bd
10 years ago
Jisi Liu
5b3a8e7635
Merge pull request #510 from pherl/bazel
...
Remove OUTS constants in BUILD
10 years ago
Jisi Liu
94062398dc
Remove OUTS constants in BUILD
...
Induce those from the input proto file names instead to reduce the
lenght of the BUILD file.
Change-Id: I1dda57dedac547f4bd0cc3a7d08fb611d72acd13
10 years ago
Jisi Liu
89834be92e
Merge pull request #509 from pherl/update_BUILD
...
Update BUILD for the recent json util change.
10 years ago
Jisi Liu
af3eafd1b1
Update BUILD for the recent json util change.
...
Change-Id: I0b5a2c017f5412aaca3a47815671753cdef63165
10 years ago
Jisi Liu
d6286a9f41
Merge pull request #508 from pherl/nanfix
...
using ::isnan to avoid conflicts with std::isnan for C++11 build.
10 years ago
Jisi Liu
a2b7937777
using ::isnan to avoid conflicts with std::isnan for C++11 build.
...
Change-Id: I057b44eff04c3b0062a4fd4307ce6e4ca1eb952b
10 years ago
Jisi Liu
e6484d306d
Fix distcheck.
...
Change-Id: I74e2d5958b5e7b15d10e5a6468bca917323b9739
10 years ago
Jisi Liu
1e534d7ac3
Merge pull request #505 from pherl/bazel
...
Add bazel support for the project
10 years ago
Jisi Liu
e438a51389
Remove redundant include
...
Change-Id: I62640af99e3c2650a29dc5468ce3deb7b6c7efdf
10 years ago
Jisi Liu
d19604fac5
Add Bazel BUILD for the project.
...
Change-Id: I5a299d969ff96d7d2f80aadc7e8987d461d24b8f
10 years ago
Jisi Liu
1c42a8b336
Move cmake/update_file_lists.sh preparing for bazel support.
...
Change-Id: Idecb2e3a5169f7b40d832242c9c10b0eb4325654
10 years ago
Feng Xiao
e9a122eb19
Merge pull request #501 from xfxyjwf/down
...
Down-integrate from internal code base.
10 years ago
Feng Xiao
818c5eee08
Fix broken builds.
10 years ago
Jisi Liu
b36395b2ba
Merge pull request #497 from pherl/config_h
...
Check HAVE_CONFIG_H before including "config.h"
10 years ago
Jisi Liu
78d470c7a5
Make the code independent of config.h
...
Now the Build tool needs to define -DHAVE_ZLIB and -DHAVE-PTHREAD rather
than providing a config.h
- Make pbconfig.h a manually written file to handle hash conditions
according to platform related macros.
- Remove #include "config.h" from source code.
- Changed the configure.ac and Makefile.am to pass down the macros.
- Change cmake to pass down the the macros.
Change-Id: I537249d5df8fdeba189706aec436d1ab1104a4dc
10 years ago
Thomas Van Lenten
8c88957ef3
Add nonnil markup to ObjC library.
...
Add the clang annotations to the objc library and generated code to help with Swift bridging and compiler checks.
10 years ago
Feng Xiao
e96ff30120
Down-integrate from internal code base.
...
[ci skip]
Change-Id: I9391c09640e0b0b2b21c45a97a1fc91814d95c5d
10 years ago
Feng Xiao
4cbb612299
Merge pull request #499 from xfxyjwf/appveyor
...
Add a badge for AppVeyor build.
10 years ago
Feng Xiao
4479076bbd
Merge pull request #488 from AustinSchuh/ruby_test_fix
...
Modified FindRubyTestDir to use GOOGLE_THIRD_PARTY_PROTOBUF
10 years ago
Feng Xiao
9c8db515d5
Add a badge for AppVeyor build.
...
Change-Id: Ic59d78d699af0e5f50377f83c8a7ea9a78074d81
10 years ago
Jisi Liu
6f56b1a691
Merge pull request #498 from pherl/rmconfig
...
Remove config.h.include which is no longer needed
10 years ago
Jisi Liu
80da6d3727
Remove the file from Makefile.am
...
Change-Id: I2015df2409aa95401af658b40023c8f9b9d75068
10 years ago
Jisi Liu
9bbb78f167
Remove config.h.include which is no longer needed as pbconfig.h is not a
...
generated file now.
Change-Id: I68b397e7fa9248abc93d5c12efd5cd31e380c9ab
10 years ago
Jisi Liu
cf141287ea
Merge pull request #495 from pherl/master
...
Make pbconfig.h independent of config.h
10 years ago
Jisi Liu
f48dca5044
Make pbconfig.h independent of config.h
...
Change-Id: I31ead985b4ac5b02fb7558d34c1da19fd837b50a
10 years ago
Feng Xiao
52737c2bc8
Add appveyor.xml for windows tests.
10 years ago
Feng Xiao
54a4cccb97
Merge pull request #481 from Qartar/master
...
Workaround for MSVC's string literal compiler limit.
10 years ago
Feng Xiao
68c8762b98
Merge pull request #489 from tamird/go-package-descriptor
...
Give descriptor.proto a go package
10 years ago
Qartar
2fe6d7bc57
Workaround for MSVC's string literal compiler limit.
...
Escape characters don't count for string literal size, no need to pre-generate escape string.
Added unit test to touch enormous cpp generated descriptor.
Updated makefile to include enormous_descriptor.proto
Fixed language compatibility error.
10 years ago
Tamir Duberstein
66463d7e4b
Give descriptor.proto a go package
...
This is currently done in golang/protobuf using `sed`. This change
should simplify things.
10 years ago
Austin Schuh
1ecef1a2f5
Modified FindRubyTestDir to use GOOGLE_THIRD_PARTY_PROTOBUF
10 years ago
Jisi Liu
7b35416374
Merge pull request #486 from thomasvl/assets_podspec
...
Update podspec, rename assets to drop @
10 years ago
Thomas Van Lenten
0f2b4a0e82
Update podspec for files that can build now, rename assets to not need @ in the name.
10 years ago
Feng Xiao
91becaa867
Merge pull request #483 from thomasvl/fixup_travis_2
...
Remove the OS X checks from travis.sh, instead use excludes
10 years ago
Joshua Haberman
c35ac0789b
Merge pull request #477 from haberman/upbupdate
...
Updated upb to latest version (C89).
10 years ago
Thomas Van Lenten
c4d3638f51
Remove the OS X checks from travis.sh, instead use excludes to not fire up a vm for something we can't test.
10 years ago
Paul Yang
686db5c355
Merge pull request #484 from TeBoring/temp
...
Update version number of objective-c to 3.0.0-alpha-4-pre
10 years ago
Paul Yang
fb466c13a7
Merge pull request #480 from thomasvl/objc_beta_drop
...
Beta quality drop of Objective C Support.
10 years ago