aboutsummaryrefslogtreecommitdiffstats
path: root/src/gqueue
Commit message (Collapse)AuthorAgeFilesLines
* Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, ↵inmarket2018-11-032-5/+5
| | | | gMutex etc
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-032-4/+4
|
* Update license headerTibo Clausen2018-10-016-6/+6
|
* Fix fully sync queueTibo Clausen2018-10-012-5/+5
|
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-082-5/+5
|
* Added type gDelay to replace V2.x delaytime_tinmarket2018-07-082-12/+12
| | | | | | Added type gTicks to replace V2.x systemticks_t Added type gThreadreturn to replace V2.x threadreturn_t Added type gThreadpriority to replace V2.x threadpriority_t
* Added new type definitions - moving towards V3.0inmarket2018-06-232-50/+41
|
* First set of V3 macro changesinmarket2018-02-272-10/+10
|
* Add compatibility with Visual Studio and make compile warning capabilities ↵inmarket2017-06-301-1/+5
| | | | more cross platform
* 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)
* Another minor updateinmarket2015-10-051-1/+1
| | | | Also add new studio options file
* Added ability to compile ugfx as a single file (excluding driver and board ↵inmarket2015-06-081-0/+8
| | | | | | files). Simply compile src/gfx_mk.c
* Add the license to the makefilesinmarket2015-06-081-0/+5
|
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-216-9/+4
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* Doxygen fixesJoel Bodenmann2014-11-281-0/+18
|
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-202-2/+2
|
* Reworking the GWIN doxygen documentation.Joel Bodenmann2014-05-201-17/+17
|
* New gqueue calls to allow inserting an object into the queue at an arbitrary ↵inmarket2014-05-092-0/+100
| | | | location.
* removed another doxygen todo where the information already exists.inmarket2014-03-301-2/+0
|
* doxygen fixesJoel Bodenmann2014-03-281-1/+3
|
* Add some safety parameter checking to queueinginmarket2014-03-241-7/+9
|
* Move queued buffer code from gaudio into gqueueinmarket2014-03-204-24/+167
|
* Add support for gfxQueueGSyncGetI()inmarket2014-03-112-6/+18
|
* Add I class rouitines to GQUEUEinmarket2014-03-032-56/+106
|
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-194-0/+340
|
* 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-262-0/+256
GQUEUE as a seperate module GOS changes including basic Win32 O/S support