aboutsummaryrefslogtreecommitdiffstats
path: root/include/gmisc/options.h
Commit message (Collapse)AuthorAgeFilesLines
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-191-78/+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-241-6/+6
| | | | | Win32 bitmap support Win32 Rotation is back to front. Need to check touch and other drivers.
* fixed license headersJoel Bodenmann2013-07-211-1/+1
|
* License header updatesinmarket2013-06-151-1/+1
|
* GOS module, for operating system independanceinmarket2013-05-251-6/+20
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* updated license headersJoel Bodenmann2013-05-031-19/+6
|
* Revert "updated license headers"Joel Bodenmann2013-05-021-9/+0
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-021-0/+9
|
* updated copyright - 2013Joel Bodenmann2013-03-061-1/+1
|
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-111-0/+52
|
* removed GDISP_LLD() macroJoel Bodenmann2013-02-111-52/+0
|
* New Subsystems GADC, GAUDIN, GAUDOUT, GMISCAndrew Hannam2013-01-171-0/+52
Subsystem definitions and API (not fully implemented yet)