Joshua Haberman
9521803d40
Sync from Piper @375548932
...
PROTOBUF_SYNC_PIPER
4 years ago
Joshua Haberman
96ccf402fe
Remove build badges, they were consistently out of date and not very useful. ( #8634 )
4 years ago
Paul Yang
64dd751868
Update kokoro badge bucket to protobuf-kokoro-badges ( #8138 )
4 years ago
Paul Yang
823f351448
Port for php8 ( #8105 )
...
* Port for php8
* Port php c extension for php8
* Update composer.json
* Drop php7.0 support
* Update phpunit for php7.1 in c extension test
* Add back support for php7.0
* Add badge for php8 continuous build
4 years ago
Joshua Haberman
25755efc4f
Sync from Piper @319848517
...
PROTOBUF_SYNC_PIPER
4 years ago
3ks
86b3ccf28c
change go's runtime
4 years ago
listonjesse
2ae7cf0e03
Auxillary -> Auxiliary
5 years ago
Joshua Haberman
bb30225f06
Sync from Piper @307316823
...
PROTOBUF_SYNC_PIPER
5 years ago
Paul Yang
f15ac4091f
Drop 3.3, 3.4 and use single version docker images for all python tests ( #7396 )
...
* Create a new docker image for python 3.6
The previous one cannot build, because python3.6 was removed from
stretch.
* Drop support for 3.3 and 3.4
Also update all docker file to be single version
5 years ago
Tomo Suzuki
8b09686253
Added linkage monitor badge ( #6327 )
5 years ago
Paul Yang
f891a16058
Add link to continuous test badges ( #5855 )
...
* Add link to continuous test badges
* Add badge for dist_install
6 years ago
Paul Yang
71fc8b4b25
Update kokoro badges for python tests ( #5495 )
6 years ago
Paul Yang
acc0fc2a9e
Remove ruby21 and ruby22 tests ( #5277 )
...
* Remove ruby21 and ruby22 tests
* Update test badge
6 years ago
Michael Thomsen
fe1266260c
Dart build status
...
Add build status badge for Dart
6 years ago
Feng Xiao
afe98de32a
Replace repo links.
6 years ago
Feng Xiao
b4646ecfff
Add status badge for bazel build.
6 years ago
Feng Xiao
35bd9fd05e
Remove jruby badge from our README.md.
7 years ago
Feng Xiao
eac0e92798
Add kokoro build status badges.
...
Moved the badges to the language table as they are per-language based.
Some badges are not yet available due to stuck kokoro jobs.
7 years ago
Feng Xiao
9f5bdedbe1
Remove broken build status icons.
7 years ago
Feng Xiao
d5a0024171
Remove javanano.
7 years ago
Feng Xiao
74bf45f379
Add bazel support for examples.
...
The example utilizes native bazel rules (proto_library, cc_proto_library,
java_proto_library, java_lite_proto_library) to show how easy it is to
build protobuf with bazel's native support. It also makes use of well
known types which was not possible until the latest bazel 0.5.4 release
and https://github.com/google/protobuf/pull/3594 .
7 years ago
Yilun Chong
4e67590e1b
fix readme.md
8 years ago
Yilun Chong
58a3c74df0
add test_proto2_message.proto and change conformnace/makefile.am
8 years ago
Maxwell Paul Brickner
d07efbad91
Updated links to use https
...
Howdy!
I just updated some links to use https instead of http.
Thanks! ^ _ ^
8 years ago
postmasters
4777574a6c
Add a link to dart-lang/protobuf
8 years ago
Marc Abramowitz
86208c526b
README.md: Make docs URL a link
...
Dedent URL so it renders as a link and not as code (fixed width font and not clickable).
8 years ago
Feng Xiao
4c252dd80b
Add a badge for bazel build status.
8 years ago
Paul Yang
e28286fa05
Add 32-bit machine test on jenkins. ( #2245 )
8 years ago
Paul Yang
e0e54661f7
Check in php implementation. ( #2052 )
...
This pull request includes two implementation: C extension and PHP
package. Both implementations support encode/decode of singular,
repeated and map fields.
8 years ago
Feng Xiao
8b301451bc
Add a jenkins test status badge.
...
[ci skip]
Change-Id: I5bf4f204e7ef0144d8fc984a985d502f92ce95ce
8 years ago
Feng Xiao
f8c37b97da
Add a jenkins test status badge.
...
[ci skip]
Change-Id: I5bf4f204e7ef0144d8fc984a985d502f92ce95ce
8 years ago
Sylvain Baubeau
e5ec85e7a5
Fix typos in README.md
9 years ago
Feng Xiao
d0e0114f31
Refactor README.md.
...
Move the original README.md to src since it's talking about C++
exclusively and add a more general README.md to document how
to install protoc for all languages.
9 years ago
Radoslaw Busz
7d91667e82
Update README.md - remove typo
9 years ago
Feng Xiao
64d865210f
Update README.md and remove INSTALL.txt
...
Added instructions on what tools to install to compile protobuf from
source. Removed the INSTALL.txt file because it's just a simple copy of
the autoconf documentation and confuses users.
Change-Id: I6fd8aa13495f1238fe5c62451b95ad480b1c4bed
9 years ago
Feng Xiao
e96ff30120
Down-integrate from internal code base.
...
[ci skip]
Change-Id: I9391c09640e0b0b2b21c45a97a1fc91814d95c5d
10 years ago
Feng Xiao
9c8db515d5
Add a badge for AppVeyor build.
...
Change-Id: Ic59d78d699af0e5f50377f83c8a7ea9a78074d81
10 years ago
Feng Xiao
ee6b3d5529
Remove vsprojects.
10 years ago
Jon Skeet
836a273544
Create README.md
10 years ago
Jisi Liu
581a5266ee
Add unix tools instructions for Mac.
...
Change-Id: I287d613fbe4180e41de67e26dfb905edeeebcf9d
10 years ago
Feng Xiao
0c7f6241e5
Adds Travis Cl support to test the code automatically.
10 years ago
Andrew Paprocki
1ddf6937ee
Added contributor and updated README to add AIX.
10 years ago
Feng Xiao
b168d1fd1d
Fix the formating of bold text.
10 years ago
Feng Xiao
17007a6c47
Update README.md to markdown format.
10 years ago
Feng Xiao
bc72de8ea0
Rename README.txt to README.md
10 years ago
Feng Xiao
de00052be7
Add instructions on how to generate the configure script.
10 years ago
Feng Xiao
e9c00d9dd0
Rename COPYING.txt to LICENSE for opensource compliance and update links
...
in README.txt.
10 years ago
xiaofeng@google.com
eaaef0b39b
Fix issues: 342, 424, 428, 430, 436
12 years ago
kenton@google.com
3c66c2e641
Allow dependents to use pkg-config to figure out what flags to pass to link against protobuf.
16 years ago
kenton@google.com
9824eda6b5
enable cross-compiling
16 years ago