Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | COMMON: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-06-08 | COMMON: Try to document the SineTable/CosineTable table entries. | Johannes Schickel | |
2012-04-14 | COMMON: Replaced static Sine and Cosine tables with dynamic generated. | D G Turner | |
This removes the large static tables from the binary (which saves 500K to 1Mb of binary size) and replaced them with a class which generates the required tables as needed in RAM. This has been tested with QDM2 and shows no obvious performance degredation and Memprof shows no significant rise in RAM usage. | |||
2011-07-19 | COMMON: Move cosine/sine tables out of header files | Matthew Hoops | |
Access is now restricted to using the getSineTable()/getCosineTable() helper functions. | |||
2011-07-02 | COMMON: Add some simple math utilities | Matthew Hoops | |
Based on eos' code |