Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-29 | Merge branch 'master' of /home/eichlan/git/clic | Mike Buland | |
2015-01-29 | Minor tweak to some display text. | Mike Buland | |
2015-01-07 | Fixed parsing bug, added unit tests, debug cleanup.0.12 | Mike Buland | |
There was an issue with order of operations outside of parenthesies, easily solved. | |||
2014-12-01 | Added "--sum" command line option. | Mike Buland | |
Reads in a list of numbers on standard in, one per line, and sums them. | |||
2014-11-28 | Division fixes, better config, more tests.0.11 | Mike Buland | |
Other minor fixes and options such as --version being added. | |||
2014-11-25 | Added a new 'execute' command line parameter. | Mike Buland | |
2014-10-30 | The new division works great! | Mike Buland | |
Other minor bug fixes including scale issues, digit() access stopped a digit before the final possible digit in the scale, >, >=, <, <= all work correctly with mixed scale numbers now, probably other fixes. | |||
2013-11-14 | Fixed (?) parsing order of operations bug, added unit tests. | Mike Buland | |
2013-05-17 | The --text-primes option supports a parameter. | Mike Buland | |
You can tell it where to start now. | |||
2013-05-10 | Added more checking & unit-tests. | Mike Buland | |
2013-05-09 | Added Number::toRadix & Number::set( int32_t ). | Mike Buland | |
Both very handy. I'll add other numeric setters later, it was very easy. | |||
2013-05-09 | Added better filtering in Number::set, and cli options. | Mike Buland | |
The command line options let you set the initial radix/scale, and there's a function te test if any number is prime, that's fun. | |||
2013-05-08 | Added a funny option to generate primes. | Mike Buland | |
...But primes in base 36 and it skips all numbers with digits in the range 0-9 | |||
2013-04-23 | Fixed random zeros bug.0.03 | Mike Buland | |
They weren't that random, the resize routine in PackedIntArray was written poorly. It was growing too much and computing the size of the original array incorrectly, so not all the data was being copied every time. | |||
2013-04-23 | Added stdlib for exit in the options.cpp file. | Mike Buland | |
2013-04-23 | Added cli params & a unit test. | Mike Buland | |