| Removed some debugging from the travis config. |
|
More...
|
over 10 years ago
|
| HHVM tests all pass, so adding HHVM to the readme. |
|
More...
|
over 10 years ago
|
| Minor whitespace / rearrange of code. |
|
More...
|
over 10 years ago
|
| Fixed a bug with ftruncate that doesn't appear in PHP but does on HHVM. |
|
More...
|
over 10 years ago
|
| Added new Logger class for testing. |
|
More...
|
over 10 years ago
|
| Ensure ccache is used by travis. |
|
More...
|
over 10 years ago
|
| Changed autoconf to find PHP before HHVM and rename some of the variables to make them sane. |
|
More...
|
over 10 years ago
|
| Added debugging for the travis build |
|
More...
|
over 10 years ago
|
| Added map output to the reference app. |
|
More...
|
over 10 years ago
|
| Added two print methods to aid in debuggin. |
|
More...
|
over 10 years ago
|
| Fix the install script to use bash instead of sh. |
|
More...
|
over 10 years ago
|
| Added support for running the tests with hhvm. |
|
More...
|
over 10 years ago
|
| Added a linting test. |
|
More...
|
over 10 years ago
|
| Ensure the .dist directory is cached by travis. |
|
More...
|
over 10 years ago
|
| Added Travis badges to the README. |
|
More...
|
over 10 years ago
|
| Changed our php_options to use proto2 for backwards compatibility. |
|
More...
|
over 10 years ago
|
| Fixed varint_float decoding on PHP 7.0. |
|
More...
|
over 10 years ago
|
| Dropped testing of PHP 5.4. |
|
More...
|
over 10 years ago
|
| Changed the install-protobuf.sh not to download the protobuf library multiple times, and enabled ccache. |
|
More...
|
over 10 years ago
|
| More changes to make travis work. Download latest libprotobuf (3 beta), minor Makefile tweaks. |
|
More...
|
over 10 years ago
|
| Compile on pre c++11 compilers, by replacing nullptr with NULL, and <cstdint> with <stdint.h>. |
|
More...
|
over 10 years ago
|
| Droped autoconf to 2.69, and removed the use of AC_CHECK_HEADER_STDBOOL as travis only supports a old autoconf |
|
More...
|
over 10 years ago
|
| Changed travis to run autogen/configure and log version numbers. |
|
More...
|
over 10 years ago
|
| Used a older version of PHPUnit so we can run on PHP 5.3 and later, and minor tweaks to the Makefile. |
|
More...
|
over 10 years ago
|
| Added a first attempt at a travis config. |
|
More...
|
over 10 years ago
|
| Added Makefile for the test directory, and autoconf for php and composer. Thus cleaning up the root Makefile. |
|
More...
|
over 10 years ago
|
| A few minor tweaks, to clean out some TODOs, and to make minor speed up to varints. |
|
More...
|
over 10 years ago
|
| Added additional unit tests for varints, and added benchmarks. |
|
More...
|
over 10 years ago
|
| Added a encode/decode varint function that uses bcmath and gmp. |
|
More...
|
over 10 years ago
|
| Moved the php_options.proto into the src directory so the C++ file is generated into src directory. |
|
More...
|
over 10 years ago
|