Commit Graph

789 Commits

Author SHA1 Message Date
Hugues Delorme
c4564cb5d2 tests: fix compilation errors when using UTEST_FAIL() in one line scope 2015-11-19 15:31:18 +01:00
Hugues Delorme
2db6415405 gmio_core: simplify strtof10() 2015-11-10 12:25:56 +01:00
Hugues Delorme
516242b9ba gmio_stl: fix some defects reported by coverity scan 2015-11-06 15:33:01 +01:00
Hugues Delorme
c800b4afc3 tests: fix resource leaks in test_stl_io.c 2015-11-06 15:29:29 +01:00
Hugues Delorme
02e7508ee6 utest: add new utest macro UTEST_FAIL() 2015-11-06 15:29:05 +01:00
Hugues Delorme
108acf2ccd gmio_core: layout code with brief /* */ comments 2015-11-06 14:15:22 +01:00
Hugues Delorme
978770c161 Fix more MSVC and GCC compilation warnings 2015-11-06 13:56:16 +01:00
Hugues Delorme
f8c279e6db benchmarks: correctly handle 32/64b architecture in assimp and opencascade 2015-11-06 13:43:56 +01:00
Hugues Delorme
b356ced118 Introduce typedefs gmio_streamsize_t and gmio_streamoffset_t 2015-11-06 13:43:03 +01:00
Hugues Delorme
82ca359f62 benchmarks: fix integer type mismatch in commons 2015-11-06 13:40:15 +01:00
Hugues Delorme
5a6ef8366c gmio_core: add typedef for 64b integers 2015-11-06 12:40:57 +01:00
Hugues Delorme
4b64d196db travis: back to previous matrix 2015-11-06 12:37:30 +01:00
Hugues Delorme
789637db94 cmake: add reminder GCC option for ubsan 2015-11-03 18:09:25 +01:00
Hugues Delorme
6988b777e9 gmio_stl: improve speed of STL ascii read operations 2015-11-02 10:47:11 +01:00
Hugues Delorme
620930b33f gmio_core/internal: add gmio_to_float32() which is faster than gmio_get_float32() 2015-11-02 10:46:42 +01:00
Hugues Delorme
4be2c0b3fc gmio_core/internal: micro-optimizations in gmio_ascii_stricmp() 2015-11-02 10:45:55 +01:00
Hugues Delorme
72e4660dfa gmio_core/internal: minor optimizations in string_parse 2015-10-30 12:38:57 +01:00
Hugues Delorme
28dd6de941 gmio_core/internal: give <ctype.h> implementations for tolower/toupper functions 2015-10-30 11:51:31 +01:00
Hugues Delorme
2f282d6c29 gmio_core/internal: rename gmio_clocale_xxx() -> gmio_ascii_xxx() 2015-10-29 15:23:21 +01:00
Hugues Delorme
e4b7753fea gmio_core/internal: separate declaration/definition in string_utils.h 2015-10-29 11:45:21 +01:00
Hugues Delorme
0981f63658 gmio_core/internal: rename buffer->str for gmio_string_t variables 2015-10-29 11:25:04 +01:00
Hugues Delorme
64e2456728 gmio_stl/internal: improve STL ascii output implementation 2015-10-28 16:38:57 +01:00
Hugues Delorme
39132c0b3f gmio_core/internal: fix strlen in GMIO_CONST_STRING_FROM_ARRAY() 2015-10-28 16:13:23 +01:00
Hugues Delorme
6d8d694806 gmio_core/internal: fix GCC "char subscripts" warnings in string_utils.h 2015-10-28 16:12:23 +01:00
Hugues Delorme
b7dc8335dd gmio_core/internal: fix GCC compilation error 2015-10-28 16:11:31 +01:00
Hugues Delorme
02863819bf benchmarks: add table column "ratio" 2015-10-28 16:03:31 +01:00
Hugues Delorme
5d514218ac benchmarks: let size of table columns adapts to contents 2015-10-28 14:56:52 +01:00
Hugues Delorme
7a63ad86aa gmio_core/internal: create string.h for string objects 2015-10-22 09:58:38 +02:00
Hugues Delorme
7aeb74ef40 fast_atof: use gmio_clocale_isdigit() 2015-10-21 18:38:04 +02:00
Hugues Delorme
88252c8f8d gmio_core/internal: add gmio_clocale_isdigit()
Also use tables for islower/isupper conversions
2015-10-21 18:37:21 +02:00
Hugues Delorme
49d91f8a8c travis: reduce matrix 2015-10-21 18:35:47 +02:00
Hugues Delorme
d7d51fa210 gmio_stl: faster parsing of STL ascii contents
Don't try to qualify each eaten word from the text stream.
Instead str compare the next word with the expected token string
2015-10-21 18:35:09 +02:00
Hugues Delorme
a66370a76a gmio_stl: cache add/get triangle function pointers 2015-10-14 18:17:03 +02:00
Hugues Delorme
83725f4201 gmio_support: cache OCC triangles and vertices arrays 2015-10-14 12:06:47 +02:00
Hugues Delorme
f5c93e70fe gmio_stl: µ optimizations in gmio_stlb_read_facets() 2015-10-06 11:30:36 +02:00
Hugues Delorme
0e7e0f9ff9 gmio_stl: fix compilation errors in stla_stats.* 2015-09-25 20:13:43 +02:00
Hugues Delorme
bfc38e58b8 gmio_stl: add stla_stats API(no implementation yet) 2015-09-25 16:26:08 +02:00
Hugues Delorme
4295ae5bc2 tests: fix compilation errors 2015-09-25 16:24:17 +02:00
Hugues Delorme
598123ca47 Rename gmio_buffer -> gmio_memblock 2015-09-25 13:16:41 +02:00
Hugues Delorme
cc18d93bb1 cmake: support TinyCC 2015-09-24 18:16:08 +02:00
Hugues Delorme
4cd679ef29 benchmarks: fix libc timer 2015-09-23 19:32:43 +02:00
Hugues Delorme
17a911c2ee benchmarks: fix compilation error with GCC 4.9.1 2015-09-23 19:28:04 +02:00
Hugues Delorme
abbcbb6fbe benchmarks: better formatted output(use markdown) 2015-09-23 15:30:17 +02:00
Hugues Delorme
8ca22bbf4c Merge branch 'master' of https://github.com/fougue/gmio 2015-09-23 08:52:19 +02:00
Hugues Delorme
80bd4cb6d7 tests: conditionally compile internal source files
This fixes issue with gcov not generating .gcda files for internal sources
2015-09-22 22:38:04 +02:00
Hugues Delorme
60c1683965 benchmarks: put a CMakeLists.txt file per sub-folder 2015-09-22 18:33:19 +02:00
Hugues Delorme
cf05510529 cmake: simplify examples in comments 2015-09-22 18:17:43 +02:00
Hugues Delorme
d994e151b9 tests: add link to interesting resource about {0} initialization 2015-09-22 18:17:17 +02:00
Hugues Delorme
8f4064ab7e benchmark_gmio: fix compilation errors due to recent API changes 2015-09-22 18:16:39 +02:00
Hugues Delorme
53002389e1 gmio_support: add gmio_[i/o]stream_cpp() functions 2015-09-21 15:58:44 +02:00