Hugues Delorme
941a015bfb
gmio_stl: rename functions/structs in stl_infos.h (_get -> _probe)
...
Rename :
* Func gmio_stl_infos_get() -> gmio_stl_infos_probe()
* Func gmio_stla_infos_get_streamsize() -> gmio_stla_infos_probe_streamsize()
* Struct gmio_stl_infos_get_options -> gmio_stl_infos_probe_options
GitHub issue #3
2016-12-01 09:52:20 +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
c5f4570797
Doc
2016-03-29 12:22:30 +02:00
Hugues Delorme
d5133928c4
API simplification, more homogeneous
2016-03-11 12:43:30 +01:00
Hugues Delorme
afbe34cc91
Fix doc
2016-02-05 12:20:49 +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
b514f12cc3
gmio_stl: rename STL write option for binary header
2015-12-17 19:02:24 +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
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
c406a8bb92
Replace fougsys.fr -> fougue.pro
2015-07-13 11:44:29 +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
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
25df817b82
Update copyright
2015-04-30 18:19:45 +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
Hugues Delorme
f0e4c41ed3
gmio_stl: move stl_io options into stl_io_options.h
2015-04-02 17:00:49 +02:00