Commit Graph

585 Commits

Author SHA1 Message Date
Hugues Delorme
764afc7925 Add examples 2016-03-01 17:11:08 +01:00
Hugues Delorme
74ae9ba752 gmio_stl: change API to use pointer arguments instead of confusing value 2016-03-01 14:50:31 +01:00
Hugues Delorme
77c65947bb Add support of multi STL solids loading 2016-02-24 16:46:48 +01:00
Hugues Delorme
9260bc480a tests: add missing test case "solid_jburkardt_sphere.stla" for test_stl_read() 2016-02-22 17:15:30 +01:00
Hugues Delorme
31f07a07ca gmio_stla: copy token string on next_token error 2016-02-22 17:14:47 +01:00
Hugues Delorme
706fc26b0e gmio_support: iterate on all StlMesh_Mesh's domains 2016-02-18 18:20:23 +01:00
Hugues Delorme
9cf0ac13df Fix Clang compilation error 2016-02-12 11:55:39 +01:00
Hugues Delorme
b42e2b36ee Fix Clang compiler error and warnings 2016-02-12 11:45:46 +01:00
Hugues Delorme
bd5a6cde4e tests: fix test_stl_triangle_compute_normal() 2016-02-11 11:05:32 +01:00
Hugues Delorme
5d6a9350c4 cmake: add reminder for SMVC loop-vectorizing reports 2016-02-05 12:21:29 +01:00
Hugues Delorme
afbe34cc91 Fix doc 2016-02-05 12:20:49 +01:00
Hugues Delorme
c425484c64 tests: remove debug trace 2016-02-05 12:20:37 +01:00
Hugues Delorme
f6b71695c0 gmio_stl: add utility function gmio_stl_triangle_compute_normal() 2016-02-05 12:20:14 +01:00
Hugues Delorme
07fdbb81f3 Minor doc fixes 2016-02-03 11:44:06 +01:00
Hugues Delorme
b7bceff748 gmio_stl: simplify code of gmio_stla_infos_get() 2016-02-03 11:43:52 +01:00
Hugues Delorme
f8e73f5747 gmio_stl: simplify API of gmio_stl_mesh_creator 2016-02-01 16:53:45 +01:00
Hugues Delorme
cdcc407071 gmio_stl: fix build error 2016-02-01 10:47:54 +01:00
Hugues Delorme
30e87e7d29 tests: weakier benchmark requirement for fast_atof() 2016-01-29 12:48:31 +01:00
Hugues Delorme
75cd51398e gmio_stl: improve API 2016-01-29 12:47:01 +01:00
Hugues Delorme
9ae18d1b9e Replace gmio_bool_t with bool 2016-01-26 17:03:58 +01:00
Hugues Delorme
0c15f9f325 Get rid of gmio_floatXX_t typedefs 2016-01-26 16:00:36 +01:00
Hugues Delorme
8a5f626663 gmio_stl: get rif of gmio_stlb_readwrite_helper 2016-01-26 15:54:06 +01:00
Hugues Delorme
fb8f7e0502 tests: enable models for testing 2016-01-26 11:50:55 +01:00
Hugues Delorme
5969cad14b tests: add new tests for gmio_stlb_header functions 2016-01-26 11:50:29 +01:00
Hugues Delorme
5605934628 gmio_stl: faster(2x) version of gmio_stla_infos_get() 2016-01-22 12:42:34 +01:00
Hugues Delorme
78ecd577dc gmio_stl: extract some STL ascii parsing functions to be reusable 2016-01-22 10:52:37 +01:00
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
3619a43992 gmio_core: remove needless gmio_streampos_null() 2016-01-20 18:23:09 +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
62715a3822 gmio_stl: minor code simplification in stlb_byte_swap.c 2016-01-20 17:42:24 +01:00
Hugues Delorme
431bdf5bb1 gmio_stl: improve scoping of local variables in gmio_stla_write() 2016-01-20 12:17:38 +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
6ed9a870b4 travis: cmake options implicitly set to OFF when not specified 2016-01-14 09:36:36 +01:00
Hugues Delorme
332edde857 tests: remove --debug from ctest command 2016-01-13 17:29:53 +01:00
Hugues Delorme
6c87a92a42 travis: hopefully fix use of gcc-4.9 2016-01-13 17:21:15 +01:00
Hugues Delorme
50db64cdb7 travis: force CC and CXX env variable for the linux gcc-4.9 build 2016-01-13 17:02:38 +01:00
Hugues Delorme
01d0180b99 travis: linux-gcc release build with gcc-4.9 2016-01-13 16:44:04 +01:00
Hugues Delorme
a6e16d42af travis: reduce matrix to 6 different builds(instead of 12) 2016-01-13 16:26:27 +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
0d7eb270bc gmio_stl: make use of gmio_stl_read_args::func_stla_get_streamsize 2016-01-13 15:00:08 +01:00
Hugues Delorme
f84eba82fb gmio_stl: fix minor typos 2016-01-13 14:59:35 +01:00
Hugues Delorme
2a6a2f3a8e benchmarks: fix warning about insane use of printf() 2016-01-13 14:57:58 +01:00
Hugues Delorme
073f897097 benchmark_gmio: fix hanging in some case with bmk_gmio_stl_infos_get() 2016-01-13 12:29:44 +01:00
Hugues Delorme
4856266e3e travis: enable "make check" for release builds 2016-01-13 10:57:00 +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
775c756818 gmio_core: rename GMIO_STRINGUTILS_CTYPE_H -> GMIO_STRING_ASCII_UTILS_CTYPE_H 2016-01-13 10:37:04 +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
a6dff8a150 More doc 2016-01-13 10:15:04 +01:00