Commit Graph

614 Commits

Author SHA1 Message Date
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
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
215fd68c2b gmio_core: more doc 2015-09-19 23:15:06 +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
fd19fa0726 Merge branch 'master' of https://github.com/fougue/gmio
Conflicts:
	tests/CMakeLists.txt
2015-09-14 11:33:08 +02:00
Hugues Delorme
5ecb401bc0 core_internal: disable unsused function 2015-09-14 11:27:27 +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
588da83012 tests: fix link error on Linux target (test_core) 2015-09-11 22:15:11 +02:00
Hugues Delorme
6e3a30bd8f travis: ensure sub-script fails on any error 2015-09-11 21:44:22 +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
ac7fd554f8 stla: fix two potential bugs in gmio_stla_read()
* more tolerant read of solid name (can even include "solid")
* set the attribute_byte_count to 0 (triangle passed to callback)
2015-09-11 16:34:18 +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