Commit Graph

744 Commits

Author SHA1 Message Date
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
579989484c Merge branch 'develop' of https://github.com/fougue/gmio into develop 2017-01-06 17:02:18 +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
3a11906c96 tests: refactoring about variable decls 2017-01-04 17:29:32 +01:00
Hugues Delorme
778b371304 tests: fix test_stla_lc_numeric() in case environment's loale is already
"C"
2017-01-04 17:22:41 +01:00
Hugues Delorme
998e901870 travis: fix path of travis-build.sh 2017-01-04 12:38:22 +01:00
Hugues Delorme
6dc41dc62b scripts: add local_build bat files 2017-01-04 12:27:18 +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
31d26ebd32 scripts: add containing folder 2017-01-02 11:45:51 +01:00
Hugues Delorme
8c22af1cae Update ChangeLog file 2017-01-02 11:28:53 +01:00
Hugues Delorme
b236063dff cmake: hopefully fix clang compilation errors 2016-12-31 15:44:12 +01:00
Hugues Delorme
b134f809e7 cmake: add case to detect x86 processor family 2016-12-30 16:57:34 +01:00
Hugues Delorme
b5ec0f89ac cmake: try to debug compilation error on travis CI 2016-12-30 16:52:36 +01:00
Hugues Delorme
33cd1d948b cmake: don't force CMP0018 2016-12-30 16:44:48 +01:00
Hugues Delorme
fcdc4bf6b3 cmake: hopefully fix relocation R_X86_64_32 errors with static builds 2016-12-30 16:41:25 +01:00
Hugues Delorme
469a525fc8 travis: verbose make 2016-12-30 00:08:50 +01:00
Hugues Delorme
88655ddcdb core: fix some compilation warnings in zlib_utils.c 2016-12-28 20:13:22 +01:00
Hugues Delorme
3acc51f73c cmake: force POSIX with gcc 2016-12-23 22:16:12 +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
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
ec5ea263d4 gmio_core: function gmio_stringstream_default_func_read() cannot be "inline" 2016-12-01 09:53:06 +01:00
Hugues Delorme
1bc3a98c5c gmio_stl: add "overload" function gmio_stl_infos_probe_file()
GitHub issue #4
2016-12-01 09:52:50 +01:00
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
4fe5eaad99 Bump version to v0.4.0 2016-11-29 09:56:42 +01:00
Hugues Delorme
a525eca318 gmio_stl: fix ending error when reading multiple STL solids from stream
This fixes GitHub issue #2
2016-09-29 16:26:23 +02:00