0
I Use This!
Inactive

Commits : Listings

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