Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | polynomial: Fix too-small array in test. | Tavian Barnes | 2014-07-29 | 1 | -7/+9 |
| | |||||
* | Add a C99 conformance test for the headers. | Tavian Barnes | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | Use // comments when possible. | Tavian Barnes | 2014-06-07 | 1 | -11/+11 |
| | |||||
* | Fix a bug in cubic polynomial solver, and add more tests. | Tavian Barnes | 2014-02-03 | 1 | -32/+160 |
| | |||||
* | Fix the polynomial solver when the bounds are exact. | Tavian Barnes | 2012-12-21 | 1 | -0/+24 |
| | |||||
* | Improve the unit test macro API a bit. | Tavian Barnes | 2012-12-18 | 1 | -14/+25 |
| | |||||
* | Convert the polynomial tests to the new testing framework. | Tavian Barnes | 2012-12-18 | 1 | -31/+26 |
| | |||||
* | Use Rouillier and Zimmerman's version of the Uspensky algorithm. | Tavian Barnes | 2011-10-31 | 1 | -8/+8 |
| | |||||
* | Make API more consistent. | Tavian Barnes | 2011-10-30 | 1 | -4/+4 |
| | | | | Object methods should be dmnsn_<object>_<fn>(). | ||||
* | Group tests and benchmarks with the corresponding source code. | Tavian Barnes | 2011-05-15 | 1 | -0/+62 |