Commit Graph

461 Commits

Author SHA1 Message Date
Hugues Delorme
8e4c556ba6 cmake: remove _FUNC and _SYM variable suffix 2017-04-14 10:45:05 +02:00
Hugues Delorme
ed230f6945 core: make version.h appear in generated doc 2017-04-14 10:39:24 +02:00
Hugues Delorme
62a9ec97c8 Minor doc fixes 2017-04-05 12:27:30 +02:00
Hugues Delorme
b7832bb33d Fix most of GCC and MSVC warnings 2017-03-30 11:37:24 +02:00
Hugues Delorme
c1c58f087c Fix some TODO concerning error handling 2017-03-30 09:54:31 +02:00
Hugues Delorme
dd57fa5d54 Minor fixes 2017-03-29 12:05:52 +02:00
Hugues Delorme
1521a12c71 Fix detected coverity defects 2017-03-29 12:04:11 +02:00
Hugues Delorme
f54dd0a1fa gmio_stl: fix segfault in gmio_stla_infos_probe()
GitHub issue #8
2017-03-21 18:43:47 +01:00
Hugues Delorme
ac64e8aedd Minor changes 2017-03-21 16:19:58 +01:00
Hugues Delorme
7ff9b74c13 gmio_core: fix /* */ comment 2017-03-16 16:40:28 +01:00
Hugues Delorme
3952c8e0ee gmio_amf: only one function for mesh element metadata 2017-03-16 16:39:57 +01:00
Hugues Delorme
5f31fcddf7 gmio_amf: more documentation 2017-03-01 11:26:06 +01:00
Hugues Delorme
5214718a2b Minor doc improvements 2017-02-24 12:51:28 +01:00
Hugues Delorme
ffcb0a5189 gmio_support: implement support of Poly_Triangulation
GitHub issue #5
2017-02-24 12:50:23 +01:00
Hugues Delorme
39ffae94c5 Use #pragma once 2017-01-30 11:41:20 +01:00
Hugues Delorme
f4d5402ca9 zlib: 1.2.8 -> 1.2.11 2017-01-27 11:42:24 +01:00
Hugues Delorme
70453b15a8 copyright: 2016 -> 2017 2017-01-26 18:05:12 +01:00
Hugues Delorme
1b1b2f03ea gmio_amf: make z_stream alloc/free functions parametrizable 2017-01-26 17:42:12 +01:00
Hugues Delorme
e7a36b4a60 Minor doc improvements 2017-01-26 17:25:05 +01:00
Hugues Delorme
14a7be93a6 gmio_amf: auto-define ZIP entry filename from filepath in gmio_amf_write_file() 2017-01-26 17:24:54 +01:00
Hugues Delorme
6897ca12d5 gmio_core: add new internal functions
gmio_fileutils_find_basefilename()
gmio_const_string_concat()
2017-01-26 17:23:50 +01:00
Hugues Delorme
4f319710be gmio_core: test zlib enum values 2017-01-19 17:49:11 +01:00
Hugues Delorme
bd1600a10d gmio_amf: rename some ZIP fields in gmio_amf_write_options 2017-01-19 17:26:42 +01:00
Hugues Delorme
abb7bafc4a gmio_core: fix zip64 corrupted output 2017-01-18 11:12:41 +01:00
Hugues Delorme
8999472912 gmio_core: drop support of obsolete ZIP disk 2017-01-13 10:49:15 +01:00
Hugues Delorme
929f54e13c Clarify format of error codes 2017-01-12 10:25:30 +01:00
Hugues Delorme
0481df6e61 gmio_amf: add Zip64 support 2017-01-12 09:30:48 +01:00
Hugues Delorme
cad0804c17 Move back const_string.h in gmio_core/internal 2017-01-09 15:45:22 +01:00
Hugues Delorme
3914e51863 zip_utils.c: factorize initial bytes and magic read+check 2017-01-09 15:27:14 +01:00
Hugues Delorme
f1a6bf764c Harmonize gmio_adv_encode_xxx() API functions 2017-01-09 14:43:55 +01:00
Hugues Delorme
1c80b326ee Merge branch 'develop' of https://github.com/fougue/gmio into develop 2017-01-09 14:27:18 +01:00
Hugues Delorme
6f944d5efc zip_utils.c: remove needless comments 2017-01-09 14:27:13 +01:00
Hugues Delorme
5951d7be70 gmio_core: add gmio_adv_[de,en]code_xxx() functions in byte_codec.h 2017-01-09 12:58:19 +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
d8da7293ef Drop C90 support for C99 instead 2016-12-14 15:46:59 +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
091f665a6d cmake: build static and DLL targets 2016-12-05 17:51:27 +01:00
Hugues Delorme
fbf56aaa78 zlib: don't install headers and misc files 2016-12-05 15:39:03 +01:00
Hugues Delorme
4000e76080 zlib: move detection in root CMakeLists.txt 2016-12-05 15:10:37 +01:00
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
bd7f665041 3rdparty: initial import of zlib 2016-12-01 10:38:59 +01:00