aboutsummaryrefslogtreecommitdiffstats
path: root/include/gmisc
Commit message (Collapse)AuthorAgeFilesLines
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-192-290/+0
|
* Fix incorrect naming of GMISC_INVSQRT_... macros.inmarket2013-11-091-6/+6
|
* GMISC invsqrt() function.inmarket2013-10-241-1/+26
| | | | | | | Fix a 64bit processor bug. Add support for processors where the floating point and integer endianness don't match. Add support for processors with a non-standard floating point format. Update gdisp_streaming demo with extra comments to reflect the above changes.
* GDISP streaming bug fixesinmarket2013-09-242-6/+23
| | | | | Win32 bitmap support Win32 Rotation is back to front. Need to check touch and other drivers.
* GDISP revamp - stage 1inmarket2013-09-061-0/+1
| | | | | | | | | | New low level driver interface: Only Win32 ported currently Significant reduction in GDISP stack usage Improved performance particularly for native streaming drivers New circle, ellipse, arc routines (draw and fill) that are significantly more efficient and don't overdraw New arc draw algorithm that measures angles correctly. New arc fill algorithm for that actually works without overdrawing or gaps. Much more to come...
* fixed license headersJoel Bodenmann2013-07-212-2/+2
|
* doxygen updatesJoel Bodenmann2013-07-211-1/+3
|
* License header updatesinmarket2013-06-152-2/+2
|
* GOS module, for operating system independanceinmarket2013-05-252-6/+116
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* Reinsertion of doxygen headersAndrew Hannam2013-05-061-0/+9
| | | | Reinsertion of doxygen headers that got lost in license change
* updated license headersJoel Bodenmann2013-05-032-43/+9
|
* Revert "updated license headers"Joel Bodenmann2013-05-022-18/+0
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-022-0/+18
|
* updated copyright - 2013Joel Bodenmann2013-03-062-2/+2
|
* GAUDIN implemented with GADC driverAndrew Hannam2013-03-011-106/+108
|
* Implement GMISC Array OperationsAndrew Hannam2013-01-171-0/+6
|
* New Subsystems GADC, GAUDIN, GAUDOUT, GMISCAndrew Hannam2013-01-172-0/+152
Subsystem definitions and API (not fully implemented yet)