Commit Graph

601 Commits

Author SHA1 Message Date
Hugues Delorme
ae24778347 appveyor: fix multiline command 2016-03-08 16:43:15 +01:00
Hugues Delorme
04128d9d97 appveyor: fix cmake call 2016-03-08 16:32:46 +01:00
Hugues Delorme
9543e38ef0 appveyor: fix marks around env var 2016-03-08 16:23:31 +01:00
Hugues Delorme
e43e734a68 appveyor: hopefully fix syntax errors 2016-03-08 16:00:38 +01:00
Hugues Delorme
e9c0b0c911 appveyor: build examples and benchmark_gmio 2016-03-08 15:52:31 +01:00
Hugues Delorme
2743fd2f2b Fix typo 2016-03-08 15:24:48 +01:00
Hugues Delorme
480c0fbf11 gmio_stl: use snprintf() instead of sprintf() in stla_error_token_expected() 2016-03-08 15:24:33 +01:00
Hugues Delorme
37c4a2a576 Introduce GMIO_STL_FORMAT_TAG_BINARY 2016-03-08 10:29:49 +01:00
Hugues Delorme
363b38bf2d travis: build examples and benchmark_gmio 2016-03-08 10:14:40 +01:00
Hugues Delorme
f99983b3fa Add target for "examples" 2016-03-07 17:48:33 +01:00
Hugues Delorme
b6c9518e97 cmake: check all available compiler features even if BUILD_STRICT_C90 2016-03-07 17:09:06 +01:00
Hugues Delorme
43a296656d Fix minor code style issues 2016-03-07 16:43:51 +01:00
Hugues Delorme
bdb3b1e7e6 Hopefully fix newly detected coverity defects 2016-03-03 17:34:20 +01:00
Hugues Delorme
ffb980ae63 Fix warnings about integer comparisons 2016-03-02 18:05:19 +01:00
Hugues Delorme
2ec351d8d3 tests: hopefully fix Clang warnings about printf() uses 2016-03-01 18:18:05 +01:00
Hugues Delorme
315c5f71fa Add new example for gmio_stl_infos_get() 2016-03-01 17:36:26 +01:00
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