Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added spacing according to coding standards | Derick Rethans | 2015-06-03 | 1 | -1/+1 |
| | |||||
* | avoid float precision issue | Remi Collet | 2015-06-03 | 1 | -1/+1 |
| | |||||
* | Ensure correct locale in all tests | Kore Nordmann | 2013-12-21 | 1 | -2/+4 |
| | |||||
* | - Updated: Moving copyright information to NOTICE files. | Ole Marius Smestad | 2010-08-12 | 1 | -1/+0 |
| | |||||
* | - Fixed: Adjusted source headers of Graph to Apache license. | Tobias Schlitt | 2010-07-30 | 1 | -1/+18 |
| | |||||
* | - s/2009/2010/g | Derick Rethans | 2010-01-08 | 1 | -1/+1 |
| | |||||
* | - s/2008/2009. | Derick Rethans | 2009-02-23 | 1 | -1/+1 |
| | |||||
* | - Fixed issue #12483: Average dataset does not work with a single value. | Kore Nordmann | 2008-02-05 | 1 | -0/+31 |
| | |||||
* | - Welcome to 2008. | Derick Rethans | 2008-01-02 | 1 | -1/+1 |
| | |||||
* | - Doc fixes. | Tobias Schlitt | 2007-09-12 | 1 | -1/+1 |
| | |||||
* | - Fixed issue #10246: sprintf output modification in PHP 5.2.1 | Kore Nordmann | 2007-03-01 | 1 | -0/+61 |
| | |||||
* | - Fixed issue #9950: Improved ezcGraphPolynom::__toString method for more | Kore Nordmann | 2007-01-24 | 1 | -7/+7 |
| | | | | | | | exact output # Based on a patch by Matthew Carroll | ||||
* | - Welcome to 2007. | Derick Rethans | 2007-01-11 | 1 | -1/+1 |
| | |||||
* | - Moced compare methods to ezcGraphTestCase | Kore Nordmann | 2006-12-15 | 1 | -28/+3 |
| | |||||
* | - CS change (automatic script) | Derick Rethans | 2006-12-14 | 1 | -3/+3 |
| | |||||
* | - Fixed: Bug #9588 (Wrong polynoms build from data) | Kore Nordmann | 2006-11-30 | 1 | -0/+38 |
| | |||||
* | - Throw ezcBaseValueExceptions instead of typecasting | Kore Nordmann | 2006-11-02 | 1 | -1/+61 |
| | | | | | | | - Do range checks instead of converting numbers using min and max - Extended testcases to test for ezcBaseValueExceptions | ||||
* | Subclassing PHPUnit_Framework_TestSuite is not the right way to customize ↵ | Sebastian Bergmann | 2006-10-05 | 1 | -1/+1 |
| | | | | the output of the TextUI test runner. | ||||
* | - Ensure proper polygon initialization | Kore Nordmann | 2006-09-24 | 1 | -0/+15 |
| | |||||
* | - Added tests for dataset average resolution | Kore Nordmann | 2006-09-21 | 1 | -0/+33 |
| | |||||
* | - Fixed endless loop on string keys for datasets with average dataset | Kore Nordmann | 2006-09-18 | 1 | -0/+54 |
| | | | | | | | - Added average dataset tests to test suite - Updated testfile because of SVG driver modifications | ||||
* | Clean up setUp() and tearDown(). | Sebastian Bergmann | 2006-09-14 | 1 | -13/+2 |
| | |||||
* | - Added test for constructor parameter | Kore Nordmann | 2006-09-07 | 1 | -0/+13 |
| | | | | | | - Fixed documentation | ||||
* | - Made maximum polynom order for average polynoms constructor parameter | Kore Nordmann | 2006-09-06 | 1 | -11/+4 |
| | |||||
* | - Got average datasets working | Kore Nordmann | 2006-09-06 | 1 | -0/+112 |
| | |||||
* | - Fixed matrices to use parameter order <row>, <column> | Kore Nordmann | 2006-08-17 | 1 | -0/+103 |
- Added dataset which builds polygon of defined order for set of points # Using least squares algorithm - Added method to solve a subset of nonlinear equatations to matrix class # Using Gauss-Newton algorithm |