Commit Graph

75 Commits

Author SHA1 Message Date
Hugues Delorme
e6aa381bad gmio_core: fix possible crashes in fast_atof.h 2015-04-10 14:26:32 +02:00
Hugues Delorme
b7aa93bcfa gmio_core: add conversion routines for float32/int32 2015-04-10 14:25:57 +02:00
Hugues Delorme
d2026aacb4 gmio_core: fix linking error when fast_atof.h get included more than once 2015-04-10 10:11:21 +02:00
Hugues Delorme
cc28eb9d54 gmio_core: inline functions in convert.h 2015-04-10 10:10:25 +02:00
Hugues Delorme
85839abf00 gmio_core: get rid of alloca() support 2015-04-03 15:15:01 +02:00
Hugues Delorme
0f5141979a cmake: on UNIX systems force 64b overrides of stat(), fstat(), ... 2015-04-03 15:12:58 +02:00
Hugues Delorme
9ee0abfdc6 gmio_core: add doc for task_iface 2015-04-02 16:14:46 +02:00
Hugues Delorme
560ca7c28b gmio_core: in string_parse.c, enable GMIO_USE_FAST_ATOF by default 2015-04-02 16:09:49 +02:00
Hugues Delorme
ef3beb2b50 gmio_core: add gmio_task_iface structure 2015-04-02 16:08:11 +02:00
Hugues Delorme
6a5ac600bd gmio_core: fix bug in gmio_next_char_from_stream() 2015-04-02 15:38:06 +02:00
Hugues Delorme
692c2d7f58 gmio_core: add "default gmio_buffer constructor function" 2015-04-02 15:36:30 +02:00
Hugues Delorme
027f9bfc2a gmio_core: rename GMIO_ENDIANNESS_OTHER to GMIO_ENDIANNESS_UNKNOWN 2015-04-02 10:53:59 +02:00
Hugues Delorme
cdda49e7b3 cmake: protect GMIO_HAVE_STDINT_H and GMIO_HAVE_STDBOOL_H from multiple definitions 2015-04-02 10:53:56 +02:00
Hugues Delorme
306916327d gmio_core,stl: change prefix of enum values for gmio_error and gmio_stl_error 2015-04-02 10:53:51 +02:00
Hugues Delorme
f09fcaec53 gmio_core: prefix values of gmio_endianness with GMIO_ENDIANNESS 2015-04-02 10:53:40 +02:00
Hugues Delorme
2929ea45c5 gmio_core: in gmio_stream_stdio_size(), use fstat64() when available 2015-04-02 09:39:11 +02:00
Hugues Delorme
6df6299036 cmake: rename GMIO_HAVE_WIN_ALLOCA_FUNC to GMIO_HAVE_WIN__ALLOCA_FUNC 2015-04-01 15:43:03 +02:00
Hugues Delorme
c0db993f05 gmio_core: fix compilation warning in gmio_buffer_alloca() 2015-04-01 15:39:53 +02:00
Hugues Delorme
76ee571cd5 gmio_core: provide a POSIX implementation for gmio_stream_stdio_size() 2015-04-01 15:39:00 +02:00
Hugues Delorme
a04b9b2cda gmio_core/internal: make gmio_next_char() easier to maintain 2015-03-31 17:09:36 +02:00
Hugues Delorme
f58b6e56b4 gmio_core: add string_utils.h 2015-03-31 16:16:04 +02:00
Hugues Delorme
5d379980f6 gmio_core: use internal C-locale isspace() + bug fixes 2015-03-31 15:53:58 +02:00
Hugues Delorme
a099b94cf2 gmio_core: fix GCC compilation error in fast_atof.h 2015-03-31 15:51:59 +02:00
Hugues Delorme
0f3b8d1e59 Improve use of inlined functions 2015-03-31 10:10:26 +02:00
Hugues Delorme
82f6386256 gmio_core: add more doc for gmio_stream::rewind_func() 2015-03-30 17:50:27 +02:00
Hugues Delorme
d55fdbb612 gmio_core: remove useless memory.h header file 2015-03-30 17:42:13 +02:00
Hugues Delorme
e9ed4b511e gmio_core: remove useless gmio_stream utility functions 2015-03-30 17:26:11 +02:00
Hugues Delorme
55a985d3ee gmio_core: let gmio_buffer() initialized the deallocate_func field 2015-03-30 17:25:23 +02:00
Hugues Delorme
ca43839585 gmio_core: force size to 0 for NULL buffer 2015-03-30 16:48:05 +02:00
Hugues Delorme
8c92dc2e76 Fix indentation issues 2015-03-30 16:43:26 +02:00
Hugues Delorme
d3f4062bc8 gmio_core: add utility functions for gmio_buffer 2015-03-30 16:37:47 +02:00
Hugues Delorme
9f5cbf6297 Make all inline functions declared as "static" 2015-03-30 10:53:34 +02:00
Hugues Delorme
ac56054988 gmio_core: make error functions internal and inline 2015-03-30 10:26:39 +02:00
Hugues Delorme
d73515e9fe gmio_core: make GMIO_HOST_ENDIANNESS a value of gmio_endianness 2015-03-30 09:15:20 +02:00
Hugues Delorme
e15e3f8142 Direct link to the license file 2015-03-30 09:05:25 +02:00
Hugues Delorme
ded90344f4 cmake: detect availability of powf() 2015-03-26 12:04:17 +01:00
Hugues Delorme
b49357024b gmio_core: fix C4127 warnings in fast_atof.h 2015-03-26 11:47:10 +01:00
Hugues Delorme
83a8b004f1 gmio_core: adapt fast_atof.h for ISO-C90 2015-03-23 18:27:57 +01:00
Hugues Delorme
ba87db052f gmio_core: add original fast_atof.h from IrrLicht 2015-03-23 18:25:43 +01:00
Hugues Delorme
6fd9399fdd gmio_stl: new STL read facade functions 2015-03-23 18:21:04 +01:00
Hugues Delorme
4fcfbab5e0 gmio_core: add gmio_buffer structure 2015-03-23 18:18:28 +01:00
Hugues Delorme
cc9e0b2546 gmio_core: add size_func and rewind_func function pointers to gmio_stream 2015-03-23 18:15:31 +01:00
Hugues Delorme
47d5700157 gmio_core: add error code GMIO_UNKNOWN_ERROR 2015-03-23 18:13:07 +01:00
Hugues Delorme
a5eef58d83 gmio_core: remove non-supported GMIO_MIDDLE_ENDIAN byte order 2015-03-20 11:42:56 +01:00
Hugues Delorme
828f970da5 Use configure-time constant for the host's endianness 2015-03-20 11:42:55 +01:00
Hugues Delorme
6b7ead1f24 Improve indentation 2015-03-20 11:42:38 +01:00
Hugues Delorme
9b44fcf6dd gmio_core: simplify if statements in gmio_host_endianness() 2015-03-19 16:36:02 +01:00
Hugues Delorme
e7757fcbda Add some utility variant API functions 2015-03-19 16:34:53 +01:00
Hugues Delorme
5d29d48de0 Move GMIO_C_LINKAGE_BEGIN where really useful 2015-03-13 11:07:07 +01:00
Hugues Delorme
86a05d38bb gmio_core: move some helper functions into internal/
This applies to gmio_stream and gmio_transfer helper functions
2015-03-13 11:04:14 +01:00