• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

brick / math / 336

Builds Branch Commit Type Ran Committer Via Coverage
336 master Use strcmp() inside NativeCalculator::doCmp() push 26 Apr 2019 08:08AM UTC BenMorel travis-ci pending completion   set done
335 master Use spaceship operator for digit comparison It works on digits-as-string directly, and makes each iteration of the loop ~2x faster. push 25 Apr 2019 09:47PM UTC BenMorel travis-ci pending completion   set done
334 master Avoid passing string lengths around in NativeCalculator method calls Benchmarks show that it is faster to call strlen() again in the method, rather than passing lengths as parameters. This is explained by the fact that STRLEN is now a single opco... push 25 Apr 2019 09:28PM UTC BenMorel travis-ci pending completion   set done
333 master Ignore code coverage on private constructor for non-instantiable class push 25 Apr 2019 04:54PM UTC BenMorel travis-ci pending completion   set done
332 master Remove deprecated BigInteger::parse() push 25 Apr 2019 04:34PM UTC BenMorel travis-ci pending completion   set done
331 master Optimize Calculator::fromArbitraryBase() for leading zeros and one push 25 Apr 2019 04:12PM UTC BenMorel travis-ci pending completion   set done
330 0.8.8 Internally use fromBase() inside BigInteger::parse() push 25 Apr 2019 03:23PM UTC BenMorel travis-ci pending completion   set done
329 master Internally use fromBase() inside BigInteger::parse() push 25 Apr 2019 02:57PM UTC BenMorel travis-ci pending completion   set done
328 master Add BigInteger::toArbitraryBase() push 25 Apr 2019 01:06PM UTC BenMorel travis-ci pending completion   set done
327 master Fix Calculator::toBase() returning an empty string for zero push 25 Apr 2019 11:58AM UTC BenMorel travis-ci pending completion   set done
326 ieee754 Replace PHP_FLOAT_* tests with hex values These constants are not available in PHP 7.1. push 20 Apr 2019 11:51PM UTC BenMorel travis-ci pending completion   set done
325 ieee754 Add tests for PHP_FLOAT_MIN and PHP_FLOAT_MAX Note: as far as I know, PHP uses 64-bit IEEE 754 (double) on all platforms, so these constants should return the same values everywhere. push 20 Apr 2019 11:40PM UTC BenMorel travis-ci pending completion   set done
324 ieee754 Add support for subnormal IEEE 754 numbers push 20 Apr 2019 11:32PM UTC BenMorel travis-ci pending completion   set done
323 0.8.7 Improve NativeCalculator::doMul() performance Calculating using blocks of digits, just like doAdd() and doSub(). push 20 Apr 2019 10:40PM UTC BenMorel travis-ci pending completion   set done
322 master Improve NativeCalculator::doMul() performance Calculating using blocks of digits, just like doAdd() and doSub(). push 20 Apr 2019 10:08PM UTC BenMorel travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • …
  • 44
  • 45
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc