Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | array: Add DMNSN_NEW_ARRAY macro. | Tavian Barnes | 2014-05-31 | 1 | -1/+1 |
| | |||||
* | Use strerror_r if available instead of sys_errlist. | Tavian Barnes | 2014-02-03 | 1 | -4/+4 |
| | |||||
* | prtree: Sort large workloads in parallel. | Tavian Barnes | 2014-02-01 | 1 | -0/+1 |
| | | | | Performance benefit is around 33% for more than 1000 objects. | ||||
* | Allow other BVH implementations to be used. | Tavian Barnes | 2012-12-17 | 1 | -4/+5 |
| | | | | | dmnsn_bvh is now a generic API, which could potentially support octrees, etc, in addition to PR-trees. | ||||
* | Rename progress objects to future objects. | Tavian Barnes | 2011-10-19 | 1 | -1/+1 |
| | |||||
* | Use DMNSN_INTERNAL for prtree functions. | Tavian Barnes | 2011-08-25 | 1 | -2/+3 |
| | |||||
* | Rename dimension-impl.h to dimension-internal.h | Tavian Barnes | 2011-08-25 | 1 | -1/+1 |
| | |||||
* | Wrap pthread API to reduce duplicated error tests. | Tavian Barnes | 2011-08-02 | 1 | -1/+1 |
| | |||||
* | Vast libdimension API and internals improvements. | Tavian Barnes | 2011-06-13 | 1 | -5/+8 |
| | | | | | Couldn't really do these while I was trying to be POV-Ray compatible, 'cause they would've broken compatibility. | ||||
* | Add a refcount to objects. | Tavian Barnes | 2011-05-16 | 1 | -1/+1 |
| | |||||
* | Group tests and benchmarks with the corresponding source code. | Tavian Barnes | 2011-05-15 | 1 | -0/+98 |