Commit Graph

664 Commits

Author SHA1 Message Date
Hugues Delorme
1a95a58b5a cmake: add flag _CRT_NONSTDC_NO_DEPRECATE to silent MSVC deprecation warnings 2015-03-26 12:05:13 +01: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
00c28e1b44 benchs: revamp benchs for Assimp and OpenCascade 2015-03-23 18:31: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
b91b5ad196 gmio_stl: simpler API for gmio_stl_get_format() 2015-03-23 18:21:52 +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
6de7891d88 Improve doc 2015-03-20 11:42:59 +01:00
Hugues Delorme
1c9ccb6b61 gmio_stl: fix GCC -Wenum-compare warnings 2015-03-20 11:42:57 +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
d4019706a8 gmio_stla: fix bug that would leave stream_size to 0 in gmio_transfer::handle_progress_func() 2015-03-20 11:42:53 +01:00
Hugues Delorme
6b7ead1f24 Improve indentation 2015-03-20 11:42:38 +01:00
Hugues Delorme
e78c398026 gmio_stl: fix crash in case input gmio_transfer is null in gmio_stlb_read() 2015-03-19 16:40:50 +01:00
Hugues Delorme
9b44fcf6dd gmio_core: simplify if statements in gmio_host_endianness() 2015-03-19 16:36:02 +01:00
Hugues Delorme
39c3692d21 tests: add test_internal__safe_cast() 2015-03-19 16:35:17 +01:00
Hugues Delorme
e7757fcbda Add some utility variant API functions 2015-03-19 16:34:53 +01:00
Hugues Delorme
a0fa9bb206 gmio_support: make qt_stream.* compatible with Qt in namespace 2015-03-18 16:28:25 +01:00
Hugues Delorme
71b9faff4f gmio_stl: fix sprintf() format issue 2015-03-18 16:27:43 +01:00
Hugues Delorme
d137aac506 gmio_stl: more doc 2015-03-13 12:49:35 +01:00
Hugues Delorme
5d29d48de0 Move GMIO_C_LINKAGE_BEGIN where really useful 2015-03-13 11:07:07 +01:00
Hugues Delorme
002c3eae66 cmake: treat Visual C++ warnings as errors 2015-03-13 11:05:51 +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
Hugues Delorme
9ecdd222ea Extend API to support progress handling 2015-03-13 10:32:18 +01:00
Hugues Delorme
8d81cf5922 gmio_core: merge gmio_task_control into gmio_transfer 2015-03-12 17:46:40 +01:00
Hugues Delorme
8396eab3d6 Filter doc/html from "git status" 2015-03-05 10:06:44 +01:00
Hugues Delorme
85481e2e89 doc: effort to make it complete 2015-03-05 10:06:22 +01:00
Hugues Delorme
bb236cad3b gmio_support: add license headers 2015-03-04 17:41:07 +01:00
Hugues Delorme
df6b5f4722 cmake: more comments 2015-03-03 17:18:15 +01:00
Hugues Delorme
2cc2efcc9f tests: fix iso-c90 conformance 2015-03-03 17:10:10 +01:00
Hugues Delorme
61a127332a Rename license files 2015-03-03 16:55:25 +01:00
Hugues Delorme
c0cdd90f96 Rename some internal implementation stuff 2015-03-03 16:54:13 +01:00
Hugues Delorme
e27d79b2e3 gmio_core/internal: fix constness in API of string_parse.h 2015-03-03 16:44:14 +01:00
Hugues Delorme
100af32b21 cmake: for MSVC, enable /W4 and /Zc:strictStrings 2015-03-03 16:27:02 +01:00
Hugues Delorme
31e8daca93 Removed needless comment lines and doxygen tags 2015-03-03 11:37:38 +01:00
Hugues Delorme
6481a97b34 doc: reference README.md as main page for doxygen 2015-03-03 11:37:27 +01:00
Hugues Delorme
1888d4c9c7 Remove qmake/ 2015-03-03 10:46:42 +01:00
Hugues Delorme
0b0152dbb3 Rename gmio_realXX_t to gmio_floatXX_t (XX = 32,64) 2015-03-03 10:44:45 +01:00
Hugues Delorme
97923e2dfe Two spaces indentation for macros 2015-03-03 10:38:49 +01:00
Hugues Delorme
ae25e86825 Four spaces indentation 2015-03-03 10:35:36 +01:00
Hugues Delorme
7e32cf99d5 Fix Visual C++ C4267 warnings (conversion from size_t to uint32_t) 2015-03-03 10:29:47 +01:00
Hugues Delorme
d7a4e3b1b6 cmake: detection of the targer architecture bit size 2015-03-03 10:27:39 +01:00
Hugues Delorme
819aec00d4 gmio_core: add utility file min_max.h 2015-03-02 18:00:10 +01:00
Hugues Delorme
edf3beca79 gmio_core: rename _ascii_ functions and files to _string_ 2015-03-02 17:54:57 +01:00
Hugues Delorme
ab3bcd96a9 Let git ignore .txt.user files 2015-03-02 17:40:02 +01:00
Hugues Delorme
1518324fba Add licence files and headers 2015-03-02 17:38:33 +01:00