Commit Graph

102 Commits

Author SHA1 Message Date
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
Hugues Delorme
b0517b2f39 gmio: add get/set_pos functions to gmio_stream 2015-09-18 14:33:23 +02:00
Hugues Delorme
035e9c2ba6 tests: fix failure of test test_stlb_write()
Compiler: GCC v4.9.2
OS : linux-x64
2015-09-14 17:30:22 +02:00
Hugues Delorme
7cce53a9c5 tests: prefix core files with "_core_" 2015-09-14 11:25:29 +02:00
Hugues Delorme
047ef555f3 test_core: move main() in main_test_core.c 2015-09-14 11:20:12 +02:00
Hugues Delorme
a6ef1bc94e tests: add TODO for test_core__buffer() 2015-09-14 11:10:42 +02:00
Hugues Delorme
10bf55f18f tests: add test_stl_internal.c 2015-09-14 11:10:19 +02:00
Hugues Delorme
e559694bb5 test_stl: move main() in main_test_stl.c 2015-09-14 11:09:12 +02:00
Hugues Delorme
4c40002732 tests/stl_utils: add gmio_stl_nop_get_triangle() 2015-09-14 10:42:38 +02:00
Hugues Delorme
6e87e42dfe tests: move UTEST_ASSERT() in utest_assert.h 2015-09-14 10:36:39 +02:00
Hugues Delorme
2346927bbc tests: fix compilation error with GCC v4.6 2015-09-11 16:42:02 +02:00
Hugues Delorme
445cd44b73 tests: add test test_stla_write() 2015-09-11 16:36:03 +02:00
Hugues Delorme
4bde8be51f tests: add gmio_string_trim_from_end() to utils 2015-09-11 16:35:34 +02:00
Hugues Delorme
287ad5c13f tests: add more tools to stl_utils 2015-09-11 16:35:04 +02:00
Hugues Delorme
aca4e77976 tests: refactor tests tools for STL in stl_utils.* 2015-09-11 10:51:25 +02:00
Hugues Delorme
ffea4bb58b tests: add tests for writing in STL binary format 2015-09-10 18:03:12 +02:00
Hugues Delorme
02dc1f734a tests: add new testing model solid_one_facet.be_stlb 2015-09-10 16:12:05 +02:00
Hugues Delorme
edff3f77f8 tests: add test_core 2015-09-10 16:10:33 +02:00
Hugues Delorme
cdcf5f32fa travis: hopefull fix code coverage instrumentation 2015-09-10 09:40:17 +02:00