aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos
Commit message (Expand)AuthorAgeFilesLines
* Add support for gfxSemWaitI() GOS api.inmarket2014-03-118-0/+32
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-199-0/+1062
* added deinit() routines for all modules (not implemented so far)Joel Bodenmann2014-02-025-6/+35
* removing casts of gfxAlloc() return value as that is the whole idea behind ha...Joel Bodenmann2014-02-021-1/+1
* Fixes for the GOS Raw32 memory allocator.inmarket2013-12-211-6/+8
* More GOS Raw32 updates.inmarket2013-12-211-32/+18
* Fixes to the Raw32 threading.inmarket2013-12-211-62/+55
* Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.inmarket2013-12-213-5/+5
* whitespacesJoel Bodenmann2013-12-111-3/+5
* First cut of bare metal GOS layer. Only requires gfxGetSystemTicks() and gfxM...inmarket2013-12-112-0/+743
* doc fixinmarket2013-12-091-2/+2
* whitespacesJoel Bodenmann2013-12-073-53/+101
* removed POSIX, now having dedicated Linux and MAC OS-X portsJoel Bodenmann2013-07-233-173/+6
* POSIX port now became Linux and OSXJoel Bodenmann2013-07-232-0/+361
* posix doxygen fixJoel Bodenmann2013-07-231-1/+1
* POSIX fixJoel Bodenmann2013-07-221-1/+1
* gfxSystemLock() and gfxSystemUnlock() are required for correct operation of s...inmarket2013-07-221-2/+2
* GOS POSIX fixesJoel Bodenmann2013-07-221-32/+33
* fixed license headersJoel Bodenmann2013-07-213-3/+3
* Initial GOS port for POSIX (Linux). Untested.inmarket2013-07-211-1/+150
* Small gfxHalt bug fix for Win32 platforminmarket2013-07-211-1/+2
* Added gfxRealloc()inmarket2013-07-201-0/+18
* License header updatesinmarket2013-06-153-54/+15
* GOS updatesinmarket2013-06-022-6/+16
* More GOS module changesinmarket2013-05-262-112/+83
* GOS module, for operating system independanceinmarket2013-05-254-0/+274