Commit Graph

717 Commits

Author SHA1 Message Date
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
Hugues Delorme
0f1cc05d59 Bump version number to 0.3.2 2016-09-29 16:18:08 +02:00
Hugues Delorme
1d000a0684 Merge branch 'hotfix-0.3.1' 2016-09-21 09:04:15 +02:00
Hugues Delorme
3f042c4778 tests: fix regression link error 2016-09-21 09:03:39 +02:00
Hugues Delorme
2347c9d706 Merge branch 'hotfix-0.3.1' 2016-09-20 17:22:14 +02:00
Hugues Delorme
fe9208d163 Bump version to v0.3.1 2016-09-20 17:06:26 +02:00
Hugues Delorme
ea8a789220 gmio_stl: remove public #include of internal header 2016-09-19 18:28:42 +02:00
Hugues Delorme
7082098bdb gmio_support: fix issue with not using the C++ universal initialiser in stream_qt.cpp 2016-07-26 16:23:42 +02:00
Hugues Delorme
38ae856f36 gmio_support: OpenCascade support no longer requires C++11 2016-07-26 16:23:03 +02:00
Hugues Delorme
362c789f5b gmio_support: fix compilation error with OpenCascade v6.8.0 2016-07-25 16:17:38 +02:00
Hugues Delorme
8d91deb116 Merge branch 'develop' 2016-07-05 16:42:12 +02:00
Hugues Delorme
4e013f213c tests: fix link errors when GMIO_BUILD_SHARED_LIBS=ON 2016-07-05 15:53:27 +02:00
Hugues Delorme
058db6cb4d test_stl: fix C90 compilation error 2016-07-05 14:28:38 +02:00
Hugues Delorme
09d2daf015 Add ChangeLog file 2016-07-05 14:20:44 +02: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
61e4fd5066 cmake: treat VC++ warning C4133 as an error 2016-07-05 11:52:10 +02:00
Hugues Delorme
da65a12d24 Start v0.3.0 2016-07-05 11:52:09 +02:00
Hugues Delorme
11cef6d88a Merge branch 'hotfix-0.2.1' into develop 2016-07-04 15:23:08 +02:00
Hugues Delorme
1a9b40b358 Merge branch 'hotfix-0.2.1' 2016-06-30 15:40:28 +02:00
Hugues Delorme
5d4c91d09b Release v0.2.1 2016-06-30 15:39:43 +02:00
Hugues Delorme
185b70084a fake_support: fix compilation error with Clang 2016-06-30 10:39:45 +02:00
Hugues Delorme
c9ce1e04d0 Merge branch 'hotfix-0.2' into develop 2016-06-29 18:08:45 +02:00
Hugues Delorme
29c5f8b750 Merge branch 'hotfix-0.2' 2016-06-29 17:59:31 +02:00
Hugues Delorme
2b63b5433f Release v0.2.0 2016-06-29 17:58:58 +02:00
Hugues Delorme
9d88a7464d Add script to automate version bumping 2016-06-29 17:56:17 +02:00
Hugues Delorme
d2ba019733 gmio_support: fix duplicated vertices when reading STL file into StlMesh_Mesh 2016-06-29 16:52:32 +02:00
Hugues Delorme
25d2ff32fb README: fix broken links 2016-06-24 12:43:31 +02:00