Commit Graph

678 Commits

Author SHA1 Message Date
Hugues Delorme
09412eadb9 benchmark_assimp: fix compilation warning 2016-03-23 17:07:40 +01:00
Hugues Delorme
055ceb24b9 benchmark_gmio: replace printf() by fprintf(stderr) for error report 2016-03-21 10:18:30 +01:00
Hugues Delorme
c9a8313b42 benchmarks: replace printf() by std::cerr for error report 2016-03-21 10:18:01 +01:00
Hugues Delorme
64b1acd310 Update README |skip_ci] 2016-03-16 12:26:11 +01:00
Hugues Delorme
1b54c12c98 benchmark_opencascade: fix crash 2016-03-16 12:25:54 +01:00
Hugues Delorme
0f4fe791b4 Update README [skip_ci] 2016-03-14 18:00:50 +01:00
Hugues Delorme
b2286b7b50 doc: rename mainpage.c -> mainpage.dox 2016-03-14 17:41:56 +01:00
Hugues Delorme
2bce508e56 gmio_core: fix fallback of gmio_powf() 2016-03-14 17:35:18 +01:00
Hugues Delorme
33317b2613 Add more C99 compat functions 2016-03-14 17:07:06 +01:00
Hugues Delorme
2f873e3089 Rename gmio_vec3 structs
*gmio_vec3_f32 -> gmio_vec3f
*gmio_vec3_f64 -> gmio_vec3d
2016-03-14 17:07:05 +01:00
Hugues Delorme
2764e77c56 Improve doc 2016-03-14 17:06:47 +01:00
Hugues Delorme
9c83cf96e9 Update README 2016-03-14 12:36:46 +01:00
Hugues Delorme
de2461c7fe Update README 2016-03-11 12:43:51 +01:00
Hugues Delorme
d5133928c4 API simplification, more homogeneous 2016-03-11 12:43:30 +01:00
Hugues Delorme
e4492f92f9 Rename gmio_stl_coords -> gmio_vec3_f32(core) 2016-03-11 10:33:13 +01:00
Hugues Delorme
0a14409aea Doc fixes 2016-03-11 10:07:53 +01:00
Hugues Delorme
e9be2a62d5 gmio_stl: factor some internal code in stl_format.c 2016-03-11 10:02:02 +01:00
Hugues Delorme
8ea5125b4b Fix some warnings 2016-03-10 18:27:10 +01:00
Hugues Delorme
603adc474c tests: centralize STL read testcases 2016-03-10 17:55:38 +01:00
Hugues Delorme
a66112d114 tests: add testcase solid_header_no_facets.le_stlb 2016-03-10 15:39:06 +01:00
Hugues Delorme
47123e2d26 Replace some sprintf() calls with snprintf() 2016-03-10 15:23:01 +01:00
Hugues Delorme
aa372aa507 appveyor: specify config in "cmake --build" commands 2016-03-09 10:33:01 +01:00
Hugues Delorme
fdfb87af4c appveyor: explicitly build tests targets 2016-03-09 10:19:15 +01:00
Hugues Delorme
ff1017d41f appveyor: fix running of ctest in the right folder 2016-03-09 09:47:33 +01:00
Hugues Delorme
fb04b67308 gmio_core: fix compilation errors with fallback gmio_snprintf() 2016-03-08 18:22:12 +01:00
Hugues Delorme
fdc3d4c82d appveyor: build and run check target 2016-03-08 18:14:50 +01:00
Hugues Delorme
10e2102b29 gmio_core/internal: add portable snprintf() wrapper 2016-03-08 17:28:43 +01:00
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