Skip to content

Releases: fougue/gmio

v0.4.1

14 Apr 09:31
Compare
Choose a tag to compare
  • CMake: fix finding of C99 functions with Visual C++ 2015
    GitHub issue #9
  • Doc: make version.h appear in generated Doxygen documentation

v0.4.0

06 Apr 08:53
Compare
Choose a tag to compare
  • AMF : add AMF file format support(export only)
    This is a new module providing complete support for writting geometry in the AMF v1.2 format.
    Output can be plain XML or compressed on-the-fly in a ZIP archive.
    (GitHub issue #6)

  • Core : fix wrong error code name GMIO_ERROR_TRANSFER_STOPPED
    Error code renamed to GMIO_ERROR_TASK_STOPPED
    (GitHub issue #7)

  • STL : better API with consistent function names
    Renamed functions gmio_stl_infos_get_xxx() -> gmio_stl_infos_probe_xxx()
    (GitHub issue #3)

  • STL : add overload function gmio_stl_infos_probe_file()
    Facility function over gmio_stl_infos_probe() for files
    (GitHub issue #4)

  • STL : fix segfault in function gmio_stl_infos_probe()
    (GitHub issue #8)

  • Support : add OpenCascade Poly_Triangulation support for STL format
    See new gmio_stl_mesh_occpolytri / gmio_stl_mesh_creator_occpolytri in header stl_occ_polytri.h
    (GitHub issue #5)

  • Support : add OpenCascade TopoDS_Shape support for STL solid import
    See new gmio_stl_mesh_creator_occshape in header stl_occ_brep.h
    (GitHub issue #5)

v0.3.2

12 Oct 07:57
Compare
Choose a tag to compare

STL : fix ending error when reading multiple STL solids from stream (GitHub issue #2)

v0.3.1

21 Sep 07:06
Compare
Choose a tag to compare
  • Support : fix compilation error with OpenCascade v6.8.0 (GitHub issue #1)
  • Support : OpenCascade related files no longer requires C++11
  • STL : remove public #include of internal header

v0.3.0

05 Jul 14:48
Compare
Choose a tag to compare
  • Relicense under BSD 2-clause
  • STL : add read/write option stla_dont_check_lc_numeric
    Functions 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.

v0.2.1

30 Jun 13:45
Compare
Choose a tag to compare

Support : fix compilation errors with Clang in fake_support

v0.2.0

29 Jun 16:06
Compare
Choose a tag to compare

Support : fix duplicated vertices when reading STL file into StlMesh_Mesh