Hugues Delorme
6f944d5efc
zip_utils.c: remove needless comments
2017-01-09 14:27:13 +01:00
Hugues Delorme
fe6858a0b9
Merge branch 'develop' of https://github.com/fougue/gmio into develop
2017-01-09 12:18:34 +01:00
Hugues Delorme
b8ad964edc
Minor fixes/improvements on the doxygen doc
2017-01-09 11:08:11 +01:00
Hugues Delorme
bf8e01d237
gmio_core: fix GCC compilation errors
2017-01-06 18:29:46 +01:00
Hugues Delorme
8bcac9ad47
tests: fully test ZIP archive generated by gmio_amf_write()
2017-01-06 12:24:28 +01:00
Hugues Delorme
7f794f532a
Fix some compilation errors for Visual C++ 2012
...
Unfortunately Visual C++ 2012 can't compile gmio because it
does not support mixing declarations and instructions.
Visual C++ 2013 at least is a prerequisite.
2017-01-04 12:13:45 +01:00
Hugues Delorme
88655ddcdb
core: fix some compilation warnings in zlib_utils.c
2016-12-28 20:13:22 +01:00
Hugues Delorme
a2ad3b9d4b
gmio_amf: add ZIP archiving (Zip64 format to be further supported)
2016-12-23 13:06:24 +01:00
Hugues Delorme
73eb7a522e
gmio_core/internal: add ZIP utils
2016-12-23 13:04:52 +01:00
Hugues Delorme
f369553af9
gmio_core: add 64b functions in byte_codec.h
2016-12-14 15:28:51 +01:00
Hugues Delorme
d859adf366
gmio_core: move gmio_zlib_compress_options in zlib_compress.h
...
Also add internal/zlib_utils.h
2016-12-08 16:02:35 +01:00
Hugues Delorme
456eddc520
gmio_amf: add file format support(export only)
...
GitHub issue #6
2016-12-05 17:58:40 +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
ec5ea263d4
gmio_core: function gmio_stringstream_default_func_read() cannot be "inline"
2016-12-01 09:53:06 +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
6c0e50cac4
gmio_core/internal: fix gmio_vec3{f,d}_cross_product() functions
2016-04-25 17:18:54 +02:00
Hugues Delorme
61a44ca6dc
gmio_core/internal: rename gmio_string::max_len to "capacity"
2016-04-07 10:38:40 +02:00
Hugues Delorme
e97c880343
gmio_core: use new integer type intmax_t instead for gmio_task_iface::func_handle_progress()
2016-04-07 10:13:32 +02:00
Hugues Delorme
911825e1c3
More doc
2016-04-06 17:33:05 +02: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
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
47123e2d26
Replace some sprintf() calls with snprintf()
2016-03-10 15:23:01 +01:00
Hugues Delorme
fb04b67308
gmio_core: fix compilation errors with fallback gmio_snprintf()
2016-03-08 18:22:12 +01:00
Hugues Delorme
10e2102b29
gmio_core/internal: add portable snprintf() wrapper
2016-03-08 17:28:43 +01:00
Hugues Delorme
bdb3b1e7e6
Hopefully fix newly detected coverity defects
2016-03-03 17:34:20 +01:00
Hugues Delorme
77c65947bb
Add support of multi STL solids loading
2016-02-24 16:46:48 +01:00
Hugues Delorme
b42e2b36ee
Fix Clang compiler error and warnings
2016-02-12 11:45:46 +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
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
775c756818
gmio_core: rename GMIO_STRINGUTILS_CTYPE_H -> GMIO_STRING_ASCII_UTILS_CTYPE_H
2016-01-13 10:37:04 +01:00
Hugues Delorme
4a34063af9
gmio_core: rename string_utils.h -> string_ascii_utils.h
2016-01-13 10:21:27 +01:00
Hugues Delorme
a6dff8a150
More doc
2016-01-13 10:15:04 +01:00
Hugues Delorme
f2a1665493
gmio_core: rename gmio_stringstream_init() to gmio_stringstream_init_pos()
2016-01-13 10:04:41 +01:00
Hugues Delorme
38bfdb6e72
gmio_core: add gmio_stringstream() constructor
2016-01-12 16:29:31 +01:00
Hugues Delorme
56241d22f6
gmio_core: fix spacing issues
2016-01-05 11:44:53 +01:00
Hugues Delorme
0298cf3c89
gmio_stl: restore stream pos at exit of gmio_stl_infos_get()
2015-12-18 15:30:50 +01:00
Hugues Delorme
bc986080d6
gmio_core: fix compilation error with GCC-4.6
2015-12-17 12:41:34 +01:00
Hugues Delorme
0f04b296fb
gmio_stl: separate implementations for ASCII/binary gmio_stl_infos_get()
2015-12-17 12:03:45 +01:00
Hugues Delorme
5aa0b38f5a
gmio_stl: major revamp of API
2015-12-09 18:51:03 +01:00