aboutsummaryrefslogtreecommitdiffstats
path: root/src/gqueue/gqueue.c
Commit message (Collapse)AuthorAgeFilesLines
* Make all include paths in ugfx relative.inmarket2015-11-211-1/+1
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-211-0/+464
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-201-469/+0
|
* New gqueue calls to allow inserting an object into the queue at an arbitrary ↵inmarket2014-05-091-0/+75
| | | | location.
* Add some safety parameter checking to queueinginmarket2014-03-241-7/+9
|
* Move queued buffer code from gaudio into gqueueinmarket2014-03-201-0/+56
|
* Add support for gfxQueueGSyncGetI()inmarket2014-03-111-0/+11
|
* Add I class rouitines to GQUEUEinmarket2014-03-031-53/+73
|
* Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.inmarket2013-12-211-3/+3
|
* whitespacesJoel Bodenmann2013-12-181-6/+45
|
* Update some GQUEUE prototypesinmarket2013-08-011-3/+3
|
* fixed typo in GQueueJoel Bodenmann2013-07-271-2/+2
|
* fixed license headersJoel Bodenmann2013-07-211-1/+1
|
* License header updatesinmarket2013-06-151-17/+5
|
* Clean up GWIN Event assignment. Optimise event efficiency.inmarket2013-06-101-0/+8
|
* Add a simple GWIN window manager, Change the way GWIN visibility worksinmarket2013-06-081-7/+22
|
* More GOS module changesinmarket2013-05-261-0/+255
GQUEUE as a seperate module GOS changes including basic Win32 O/S support