Commit Graph

85 Commits

Author SHA1 Message Date
Hugues Delorme
e60938ea84 Use Doxygen grouping 2015-09-09 11:44:34 +02:00
Hugues Delorme
16fdbb799c gmio_stl: fix Doxygen warnings about invalid <name> HTML tag 2015-09-09 10:56:42 +02:00
Hugues Delorme
56142b5826 gmio_stl: move param doc inline 2015-07-28 15:14:39 +02:00
Hugues Delorme
c406a8bb92 Replace fougsys.fr -> fougue.pro 2015-07-13 11:44:29 +02:00
Hugues Delorme
f0f30bb8f1 gmio_stl: silent false-positive coverity defect 2015-07-13 11:20:26 +02:00
Hugues Delorme
13b1d32a9a Rename pointer on functions members
xxx_func -> func_xxx
2015-07-10 11:33:05 +02:00
Hugues Delorme
26fc957569 gmio_stl: fix case where solid name is composed of many words 2015-07-10 10:55:02 +02:00
Hugues Delorme
2857f5ca30 gmio_stl: add gmio_stl_get_format_file() 2015-07-10 09:54:22 +02:00
Hugues Delorme
2b099f8edb gmio_stl: simplify doc on STL error codes 2015-06-10 16:11:16 +02:00
Hugues Delorme
9091d714b2 gmio_stl: fix doc about filepath argument in stl_io.h 2015-06-10 15:05:49 +02:00
Hugues Delorme
3508eaa236 gmio_stl: fix regression in gmio_stlb_read() 2015-05-28 17:32:05 +02:00
Hugues Delorme
304e1c39bb gmio_core,stl: add new error code GMIO_ERROR_STDIO 2015-05-28 17:31:36 +02:00
Hugues Delorme
3511859908 Hexadecimal error codes 2015-05-28 16:19:31 +02:00
Hugues Delorme
742de300fe gmio_stl: for passing STL binary header data, replace uint8_t* with new gmio_stlb_header 2015-05-28 16:19:07 +02:00
Hugues Delorme
28d133dfa0 gmio_stl: fix doc 2015-05-28 09:52:56 +02:00
Hugues Delorme
fec6742698 GeomIO -> gmio 2015-05-28 09:40:24 +02:00
Hugues Delorme
fcf5e1b5bd cmake: add doc target 2015-05-28 09:36:24 +02:00
Hugues Delorme
6eb38fcd8b gmio_stl: add option "stl_write_triangles_only" and function gmio_stlb_write_header() 2015-05-27 17:29:48 +02:00
Hugues Delorme
47f3724b3c gmio_stl: fix minor code style issue 2015-05-06 09:01:56 +02:00
Hugues Delorme
19316bc3ee gmio_stl: remove GMIO_LIBSTL_EXPORT from internal function decl 2015-05-06 09:01:38 +02:00
Hugues Delorme
25df817b82 Update copyright 2015-04-30 18:19:45 +02:00
Hugues Delorme
b0fdde43da gmio_stl: rename error GMIO_STL_ERROR_INVALID_REAL32_PREC to GMIO_STL_ERROR_INVALID_FLOAT32_PREC 2015-04-15 17:14:34 +02:00
Hugues Delorme
d3fb4132fb gmio_stl: add option stla_float32_format 2015-04-15 17:11:15 +02:00
Hugues Delorme
32ef47c0d3 gmio_stl: remove needless #include 2015-04-03 11:16:25 +02:00
Hugues Delorme
4fe921c11a gmio_stl: simplify API for write operation 2015-04-02 18:05:01 +02:00
Hugues Delorme
8d8cff6f0e gmio_stl: fix constness of the mesh param in stl_io.h 2015-04-02 17:09:02 +02:00
Hugues Delorme
f0e4c41ed3 gmio_stl: move stl_io options into stl_io_options.h 2015-04-02 17:00:49 +02:00
Hugues Delorme
38c444e7b0 gmio_stl: add gmio_stl_write() and gmio_stl_write_file() 2015-04-02 16:38:14 +02:00
Hugues Delorme
5302ff1ac6 gmio_stl: let gmio_stl_read_file() accept a gmio_task_iface object 2015-04-02 16:09:08 +02:00
Hugues Delorme
06bf919a3a gmio_stl: minor optimizations in stla_write.c 2015-04-02 15:38:50 +02:00
Hugues Delorme
69d68a4ba9 gmio_stl: simplify façade API for stl_io.h 2015-04-02 15:36:57 +02:00
Hugues Delorme
7fc0836c2b gmio_stl: prefix enum values of gmio_stl_format with GMIO_STL_FORMAT 2015-04-02 10:58:10 +02:00
Hugues Delorme
2af6e06380 gmio_stl,support: better consistency of double-inclusion guard macros 2015-04-02 10:53:58 +02:00
Hugues Delorme
9649f47188 doc: fix doxygen warnings 2015-04-02 10:53:55 +02:00
Hugues Delorme
8ed353ac0e gmio_stl: fix minor header licenses issues 2015-04-02 10:53:54 +02:00
Hugues Delorme
306916327d gmio_core,stl: change prefix of enum values for gmio_error and gmio_stl_error 2015-04-02 10:53:51 +02:00
Hugues Delorme
f09fcaec53 gmio_core: prefix values of gmio_endianness with GMIO_ENDIANNESS 2015-04-02 10:53:40 +02:00
Hugues Delorme
45fd39dd7f gmio_stl: fix some cases where STL ascii format won't be detected
New cases:
  * mixed-case <solid> token like Solid, SOLID, ...
  * <solid> token not followed by space char, like solid\n
2015-03-31 16:18:35 +02:00
Hugues Delorme
f58b6e56b4 gmio_core: add string_utils.h 2015-03-31 16:16:04 +02:00
Hugues Delorme
047f24c6dc gmio_stla: improve error report for input operation, accept mixed-case text 2015-03-31 15:56:36 +02:00
Hugues Delorme
0f3b8d1e59 Improve use of inlined functions 2015-03-31 10:10:26 +02:00
Hugues Delorme
cb39f6e8e6 gmio_stl: fix minor doc issues in stl_io.h 2015-03-30 17:26:38 +02:00
Hugues Delorme
9f5cbf6297 Make all inline functions declared as "static" 2015-03-30 10:53:34 +02:00
Hugues Delorme
ac56054988 gmio_core: make error functions internal and inline 2015-03-30 10:26:39 +02:00
Hugues Delorme
922367f3b1 gmio_stl: add helper functions for gmio_stl_mesh_creator 2015-03-30 10:18:18 +02:00
Hugues Delorme
762ca148cb gmio_stl: minor optimizations 2015-03-30 09:57:48 +02:00
Hugues Delorme
ae82134463 gmio_stl: simplify options in stl_io.h 2015-03-30 09:30:55 +02:00
Hugues Delorme
d73515e9fe gmio_core: make GMIO_HOST_ENDIANNESS a value of gmio_endianness 2015-03-30 09:15:20 +02:00
Hugues Delorme
e15e3f8142 Direct link to the license file 2015-03-30 09:05:25 +02:00
Hugues Delorme
b91b5ad196 gmio_stl: simpler API for gmio_stl_get_format() 2015-03-23 18:21:52 +01:00