aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
Commit message (Collapse)AuthorAge
* Remove jruby badge from our README.md.Gravatar Feng Xiao2018-05-24
|
* Add kokoro build status badges.Gravatar Feng Xiao2018-03-27
| | | | | Moved the badges to the language table as they are per-language based. Some badges are not yet available due to stuck kokoro jobs.
* Remove broken build status icons.Gravatar Feng Xiao2018-03-26
|
* Remove javanano.Gravatar Feng Xiao2018-03-26
|
* Add bazel support for examples.Gravatar Feng Xiao2017-09-08
| | | | | | | | 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 .
* Updated links to use httpsGravatar Maxwell Paul Brickner2017-06-23
| | | | | | | Howdy! I just updated some links to use https instead of http. Thanks! ^ _ ^
* Add a link to dart-lang/protobufGravatar postmasters2017-04-24
|
* README.md: Make docs URL a linkGravatar Marc Abramowitz2017-02-18
| | | Dedent URL so it renders as a link and not as code (fixed width font and not clickable).
* Add a badge for bazel build status.Gravatar Feng Xiao2016-12-12
|
* Add 32-bit machine test on jenkins. (#2245)Gravatar Paul Yang2016-10-12
|
* Check in php implementation. (#2052)Gravatar Paul Yang2016-09-15
| | | | | This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields.
* Add a jenkins test status badge.Gravatar Feng Xiao2016-08-12
| | | | | | [ci skip] Change-Id: I5bf4f204e7ef0144d8fc984a985d502f92ce95ce
* Fix typos in README.mdGravatar Sylvain Baubeau2016-01-25
|
* Refactor README.md.Gravatar Feng Xiao2016-01-21
| | | | | | 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.
* Update README.md - remove typoGravatar Radoslaw Busz2016-01-08
|
* Update README.md and remove INSTALL.txtGravatar Feng Xiao2016-01-06
| | | | | | | | 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
* Down-integrate from internal code base.Gravatar Feng Xiao2015-06-15
| | | | | | [ci skip] Change-Id: I9391c09640e0b0b2b21c45a97a1fc91814d95c5d
* Add a badge for AppVeyor build.Gravatar Feng Xiao2015-06-15
| | | | Change-Id: Ic59d78d699af0e5f50377f83c8a7ea9a78074d81
* Remove vsprojects.Gravatar Feng Xiao2015-06-05
|
* Add unix tools instructions for Mac.Gravatar Jisi Liu2015-02-24
| | | | Change-Id: I287d613fbe4180e41de67e26dfb905edeeebcf9d
* Adds Travis Cl support to test the code automatically.Gravatar Feng Xiao2014-12-12
|
* Added contributor and updated README to add AIX.Gravatar Andrew Paprocki2014-11-11
|
* Fix the formating of bold text.Gravatar Feng Xiao2014-08-28
|
* Update README.md to markdown format.Gravatar Feng Xiao2014-08-28
|
* Rename README.txt to README.mdGravatar Feng Xiao2014-08-28