Branimir Karadžić
dd3e205018
clang on VS201x.
2014-10-16 19:49:49 -07:00
Branimir Karadžić
e3236f0183
RPI can do file RW.
2014-08-24 18:40:48 -07:00
Branimir Karadžić
4cced4f357
Added check for POD type in templatized read/write function.
2014-08-19 20:22:18 -07:00
Branimir Karadžić
8a9b8e8059
Cleanup.
2014-08-06 21:19:12 -07:00
Branimir Karadžić
d8ef558932
Added thread test.
2014-08-03 09:33:11 -07:00
Branimir Karadžić
0b7c335824
Cleanup.
2014-07-09 21:40:32 -07:00
lye
9277c9b6b3
Add FreeBSD support to the codebase.
...
The FreeBSD-specific compatibility changes are invoked when the
__FreeBSD__ macro is defined, which is the default for (I think all?)
toolchains on FreeBSD. This turns on the BX_PLATFORM_FREEBSD macro which
can be used for further specializations.
FreeBSD is a mix between Linux, NaCl and OSX, with some extra cavaets that
have been worked around:
* malloc.h is deprecated; FreeBSD uses stdlib.h instead.
* alloca.h doesn't exist; it's also in stdlib.h.
2014-07-09 20:48:56 -07:00
bkaradzic
86b481c471
Using language compliant header guards.
2013-11-13 21:55:44 -08:00
bkaradzic
10be2a8270
Added endian aware read/writing functions.
2013-09-02 16:23:21 -07:00
bkaradzic
8d57efa35b
Added open/close file reader/writer funcs.
2013-08-26 22:36:08 -07:00
bkaradzic
8076ad6df7
Added iOS simulator configuration.
2013-07-21 14:43:36 -07:00
bkaradzic
1672e0c17d
Updated copyright notice year.
2013-07-06 16:14:34 -07:00
bkaradzic
8363d283bd
Fixed Android toolchain settings.
2013-04-17 22:18:42 -07:00
bkaradzic
82aa4d3bc6
Normalized line endings.
2013-02-21 21:15:20 -08:00
bkaradzic
712b0c8f54
Added BX_CONFIG_ENABLE_MSVC_LEVEL4_WARNINGS.
2013-02-12 23:39:33 -08:00
Garett Bass
97a411578f
Fix for MSVC warning
...
MSVC warning C4100: '_size' : unreferenced formal parameter
MSVC warning C4100: '_data' : unreferenced formal parameter
2013-02-12 22:51:20 -08:00
bkaradzic
4562c2de18
Fixed OSX build (thanks to @gtbass).
2012-12-08 18:20:18 -08:00
bkaradzic
cd52ad2e5b
Fixed includes.
2012-11-27 22:14:18 -08:00
bkaradzic
9849a71d58
Added readerwriter interfaces.
2012-11-25 18:22:04 -08:00