Hugues Delorme
9ce3e42fa8
gmio_core: rename error code name GMIO_ERROR_TRANSFER_STOPPED
...
GitHub issue #7
2016-12-01 10:39:12 +01:00
Hugues Delorme
4a10787a0d
gmio_stl: simplify a bit by internally forcing non NULL read/write options
2016-12-01 09:53:09 +01:00
Hugues Delorme
07d7dd75be
gmio_core: move gmio_check_lc_numeric() into internal/error_check.h
2016-12-01 09:53:09 +01:00
Hugues Delorme
1168ef04ed
gmio_core,stl: refactor basic error checking
2016-12-01 09:53:07 +01:00
Hugues Delorme
df2eac3ff1
Relicense under BSD 2-clause
2016-07-05 12:46:22 +02:00
Hugues Delorme
89d268f052
gmio_stl: add read/write option stla_dont_check_lc_numeric
...
gmio_stla_read() and gmio_stla_write() now checks LC_NUMERIC is
either "C" or "POSIX", if not then GMIO_ERROR_BAD_LC_NUMERIC is returned.
This option is controlled with:
* gmio_stl_read_options.stla_dont_check_lc_numeric
* gmio_write_read_options.stla_dont_check_lc_numeric
2016-07-05 11:52:11 +02:00
Hugues Delorme
be5dba661e
Update copyright mention
2016-06-24 12:03:07 +02:00
Hugues Delorme
61be8c6972
Add possibility to use google double-conversion library
...
String->float and float->string conversion functions may have
different implementations in stringstream.h depending on new
cmake options: GMIO_STR2FLOAT_LIB and GMIO_FLOAT2STR_LIB
2016-06-08 11:00:54 +02: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
e4492f92f9
Rename gmio_stl_coords -> gmio_vec3_f32(core)
2016-03-11 10:33:13 +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
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
523cd028b8
gmio_stl: rename gmio_stl_triangle::normal -> gmio_stl_triangle::n
2016-01-20 17:47:30 +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
9d9d65bbd5
gmio_core: rename member gmio_rwargs::memblock -> stream_memblock
2016-01-05 11:44:10 +01:00
Hugues Delorme
5aa0b38f5a
gmio_stl: major revamp of API
2015-12-09 18:51:03 +01:00
Hugues Delorme
fb81b25407
Several changes
...
* Remove typedefs on struct and enums
* First working version of gmio_stla_stats_get()
2015-12-03 18:00:25 +01:00
Hugues Delorme
64e2456728
gmio_stl/internal: improve STL ascii output implementation
2015-10-28 16:38:57 +01:00
Hugues Delorme
a66370a76a
gmio_stl: cache add/get triangle function pointers
2015-10-14 18:17:03 +02:00
Hugues Delorme
598123ca47
Rename gmio_buffer -> gmio_memblock
2015-09-25 13:16:41 +02:00
Hugues Delorme
c406a8bb92
Replace fougsys.fr -> fougue.pro
2015-07-13 11:44:29 +02:00
Hugues Delorme
13b1d32a9a
Rename pointer on functions members
...
xxx_func -> func_xxx
2015-07-10 11:33:05 +02:00
Hugues Delorme
fec6742698
GeomIO -> gmio
2015-05-28 09:40: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
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
4fe921c11a
gmio_stl: simplify API for write operation
2015-04-02 18:05:01 +02:00