Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 |
| | |||||
* | - Welcome to 2008. | Derick Rethans | 2008-01-02 | 1 | -1/+1 |
| | |||||
* | - Doc fixes. | Tobias Schlitt | 2007-09-12 | 1 | -1/+1 |
| | |||||
* | - PHPUnit 3.1 Migration | Sebastian Bergmann | 2007-07-02 | 1 | -8/+8 |
| | | | | | | | | | | | - Migrate PHPUnit_Framework_Assert::getAttribute() to PHPUnit_Framework_Assert::readAttribute(). - Use PHPUnit_Framework_TestCase::setLocale(). - Populate code coverage whitelist from autoload arrays. - Remove ezcTestRunner::addFileToFilter(). # PHPUnit 3.1 is now required. | ||||
* | - Added one more test for invalid matrix multiplication | Kore Nordmann | 2007-05-10 | 1 | -0/+24 |
| | |||||
* | - Fixed issue #10246: sprintf output modification in PHP 5.2.1 | Kore Nordmann | 2007-03-01 | 1 | -0/+29 |
| | |||||
* | - Fixed issue #9950: Improved ezcGraphPolynom::__toString method for more | Kore Nordmann | 2007-01-24 | 1 | -1/+1 |
| | | | | | | | exact output # Based on a patch by Matthew Carroll | ||||
* | - Welcome to 2007. | Derick Rethans | 2007-01-11 | 1 | -1/+1 |
| | |||||
* | - Fixed: Bug #9823 (Failing tests with PHP 5.1) | Kore Nordmann | 2006-12-15 | 1 | -0/+5 |
| | | | | | | | | | # Test failed because of # a) (string) does not call __toString (now skipped) # b) different null parameter handling between 5.1 and 5.2 in imagepng # (workaround) | ||||
* | - CS change (automatic script) | Derick Rethans | 2006-12-14 | 1 | -1/+1 |
| | |||||
* | - Added more tests | Kore Nordmann | 2006-10-27 | 1 | -0/+31 |
| | |||||
* | 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. | ||||
* | Clean up setUp() and tearDown(). | Sebastian Bergmann | 2006-09-14 | 1 | -19/+0 |
| | |||||
* | - Fixed matrices to use parameter order <row>, <column> | Kore Nordmann | 2006-08-17 | 1 | -6/+52 |
| | | | | | | | | | - 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 | ||||
* | - Added transpose method to matrix class | Kore Nordmann | 2006-08-16 | 1 | -0/+18 |
| | |||||
* | - Added matrix and polynom classes for future use in statistical datasets | Kore Nordmann | 2006-08-16 | 1 | -0/+263 |