Commit Graph

120 Commits

Author SHA1 Message Date
Hugues Delorme
2a525d654b tests: test gmio_stl_infos_get() against all STL models 2016-01-21 16:11:45 +01:00
Hugues Delorme
0e479bdc48 tests: add new comparison testing facilities 2016-01-21 14:52:26 +01:00
Hugues Delorme
523cd028b8 gmio_stl: rename gmio_stl_triangle::normal -> gmio_stl_triangle::n 2016-01-20 17:47:30 +01:00
Hugues Delorme
b63f722142 tests: use a randomly computed array of floats in fast_atof benchmark 2016-01-14 10:24:15 +01:00
Hugues Delorme
332edde857 tests: remove --debug from ctest command 2016-01-13 17:29:53 +01:00
Hugues Delorme
6bf6f8789b tests: verbose ctest 2016-01-13 15:42:50 +01:00
Hugues Delorme
d0b213a652 tests: move gmio_stlb_header_to_printable_str() to gmio_stl/stlb_header.h 2016-01-13 15:25:18 +01:00
Hugues Delorme
9dc842a35d tests: enable fast_atof() benchmark check only for release builds 2016-01-13 10:55:59 +01:00
Hugues Delorme
4a34063af9 gmio_core: rename string_utils.h -> string_ascii_utils.h 2016-01-13 10:21:27 +01:00
Hugues Delorme
f2a1665493 gmio_core: rename gmio_stringstream_init() to gmio_stringstream_init_pos() 2016-01-13 10:04:41 +01:00
Hugues Delorme
351bb6cafc benchmarks: give void* instead of char* to benchmark functions 2016-01-12 17:37:45 +01:00
Hugues Delorme
8c5aea272f tests: add benchmark for fast_atof() 2016-01-12 16:32:11 +01:00
Hugues Delorme
decb5fedc7 tests: add gmio_ro_buffer() and gmio_rw_buffer() constructors 2016-01-12 16:31:18 +01:00
Hugues Delorme
02668e0cb0 tests: remove typedef around struct gmio_ro_buffer 2016-01-05 11:48:56 +01:00
Hugues Delorme
9d9d65bbd5 gmio_core: rename member gmio_rwargs::memblock -> stream_memblock 2016-01-05 11:44:10 +01:00
Hugues Delorme
0298cf3c89 gmio_stl: restore stream pos at exit of gmio_stl_infos_get() 2015-12-18 15:30:50 +01:00
Hugues Delorme
b514f12cc3 gmio_stl: rename STL write option for binary header 2015-12-17 19:02:24 +01:00
Hugues Delorme
71bc14b6dc gmio_stl: API change in stl_io 2015-12-17 12:31:30 +01:00
Hugues Delorme
0f04b296fb gmio_stl: separate implementations for ASCII/binary gmio_stl_infos_get() 2015-12-17 12:03:45 +01:00
Hugues Delorme
5aa0b38f5a gmio_stl: major revamp of API 2015-12-09 18:51:03 +01:00
Hugues Delorme
99e1d9aefa cmake: disable GCC warnings about universal zero initializer {0} 2015-12-04 12:48:00 +01:00
Hugues Delorme
9d08aa82ca Fix code style issue 2015-12-03 18:17:42 +01:00
Hugues Delorme
d9f143d7d3 tests: add new STL ascii model 2015-12-03 18:10:09 +01:00
Hugues Delorme
a2c071369b gmio_core: rename gmio_stream_pos -> gmio_streampos 2015-12-03 18:03:46 +01:00
Hugues Delorme
fb81b25407 Several changes
* Remove typedefs on struct and enums
* First working version of gmio_stla_stats_get()
2015-12-03 18:00:25 +01:00
Hugues Delorme
83cf16b11f tests: simplify init of gmio_ro_buffer objects 2015-11-23 16:50:32 +01:00
Hugues Delorme
f686f35207 gmio_core/internal: embed gmio_stream inside gmio_stringstream 2015-11-23 16:44:45 +01:00
Hugues Delorme
0e526a6ec7 tests: distinct structs for read-only or read/write stream buffers 2015-11-23 16:35:26 +01:00
Hugues Delorme
de5bc9c6f4 tests: fix compilation error when GMIO_BUILD_SHARED_LIBS=ON 2015-11-20 12:02:09 +01:00
Hugues Delorme
c1db98e8c3 gmio_core/internal: rename gmio_string_stream_fwd_iterator -> gmio_stringstream 2015-11-20 11:53:57 +01:00
Hugues Delorme
be5c1cd65d gmio_core/internal: add gmio_parse_float32() 2015-11-20 11:19:32 +01:00
Hugues Delorme
47b134797a tests: use GMIO_PRAGMA_MSVC_WARNING_XXX() 2015-11-19 16:16:23 +01:00
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
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
978770c161 Fix more MSVC and GCC compilation warnings 2015-11-06 13:56:16 +01:00
Hugues Delorme
b356ced118 Introduce typedefs gmio_streamsize_t and gmio_streamoffset_t 2015-11-06 13:43:03 +01:00
Hugues Delorme
5a6ef8366c gmio_core: add typedef for 64b integers 2015-11-06 12:40:57 +01:00
Hugues Delorme
72e4660dfa gmio_core/internal: minor optimizations in string_parse 2015-10-30 12:38:57 +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
7a63ad86aa gmio_core/internal: create string.h for string objects 2015-10-22 09:58:38 +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
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
d994e151b9 tests: add link to interesting resource about {0} initialization 2015-09-22 18:17:17 +02:00
Hugues Delorme
53002389e1 gmio_support: add gmio_[i/o]stream_cpp() functions 2015-09-21 15:58:44 +02:00
Hugues Delorme
6488c03667 tests: implement get/set_pos() functions for gmio_stream_buffer 2015-09-21 15:44:55 +02:00
Hugues Delorme
ff2368e053 support: add (broken) support of C++ standard streams 2015-09-20 22:58:56 +02:00
Hugues Delorme
f6e5f8937b Fix minor code styles issues 2015-09-19 23:14:42 +02:00