Commit Graph

20 Commits

Author SHA1 Message Date
Hugues Delorme
843af6f4e9 cmake: enable c++11 when required 2017-03-16 16:41:13 +01:00
Hugues Delorme
39ffae94c5 Use #pragma once 2017-01-30 11:41:20 +01:00
Hugues Delorme
70453b15a8 copyright: 2016 -> 2017 2017-01-26 18:05:12 +01:00
Hugues Delorme
091f665a6d cmake: build static and DLL targets 2016-12-05 17:51:27 +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
38ae856f36 gmio_support: OpenCascade support no longer requires C++11 2016-07-26 16:23:03 +02:00
Hugues Delorme
df2eac3ff1 Relicense under BSD 2-clause 2016-07-05 12:46:22 +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
751414654d gcc: add -std=c++0x where needed 2016-06-14 18:10:20 +02:00
Hugues Delorme
05ea032f3d gmio_support: refactor gmio_stl_mesh OCC support
Make use of gmio_support for OpenCascade less error-prone
and easier to maintain.
Ugly const_cast<> have also been eradicated.
2016-06-14 16:42:22 +02:00
Hugues Delorme
38a0a71a55 examples: fix build errors 2016-04-15 13:05:36 +02: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
2764e77c56 Improve doc 2016-03-14 17:06:47 +01:00
Hugues Delorme
e4492f92f9 Rename gmio_stl_coords -> gmio_vec3_f32(core) 2016-03-11 10:33:13 +01:00
Hugues Delorme
8ea5125b4b Fix some warnings 2016-03-10 18:27:10 +01:00
Hugues Delorme
37c4a2a576 Introduce GMIO_STL_FORMAT_TAG_BINARY 2016-03-08 10:29:49 +01:00
Hugues Delorme
f99983b3fa Add target for "examples" 2016-03-07 17:48:33 +01:00
Hugues Delorme
315c5f71fa Add new example for gmio_stl_infos_get() 2016-03-01 17:36:26 +01:00
Hugues Delorme
764afc7925 Add examples 2016-03-01 17:11:08 +01:00