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
Hugues Delorme
8d6464a44e
README: add version badge
2016-06-24 12:13:51 +02:00
Hugues Delorme
be5dba661e
Update copyright mention
2016-06-24 12:03:07 +02:00
Hugues Delorme
9a35f1cdf8
README: add section "Getting help" [skip_ci]
2016-06-23 18:14:36 +02:00
Hugues Delorme
b9c4678c46
gmio_stl: fix crash with gmio_stla_infos_get() when flag_size not set
2016-06-23 17:48:59 +02:00
Hugues Delorme
4d913a9c6a
gmio_stl: add some \sa doc
2016-06-16 10:29:59 +02:00
Hugues Delorme
eb9719ef16
tests: include C sources directly
...
This avoids to declare prototypes of the test_xxx() functions
2016-06-16 10:29:27 +02:00
Hugues Delorme
806e2121c3
benchmark_occ: add command line options --step and --linear_deflection
2016-06-15 18:06:23 +02:00
Hugues Delorme
15558b4085
cmake: fix typo in comment
2016-06-15 18:05:51 +02:00
Hugues Delorme
751414654d
gcc: add -std=c++0x where needed
2016-06-14 18:10:20 +02:00
Hugues Delorme
d339924a7e
CI: build also with google_doubleconversion enabled
2016-06-14 17:25:14 +02:00
Hugues Delorme
312f81e0a9
doc: skip 3rdparty/ from input
2016-06-14 16:43:02 +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
61be8c6972
Add possibility to use google double-conversion library
...
String->float and float->string conversion functions may have
different implementations in stringstream.h depending on new
cmake options: GMIO_STR2FLOAT_LIB and GMIO_FLOAT2STR_LIB
2016-06-08 11:00:54 +02:00
Hugues Delorme
b36daae059
More doc
2016-05-13 10:57:12 +02:00
Hugues Delorme
ee5c908bb7
Improve doc
2016-04-27 16:11:00 +02:00
Hugues Delorme
109e3143d6
fake_support: fix GCC compilation error wit NCollection_StlIterator.hxx
2016-04-25 18:29:39 +02:00
Hugues Delorme
2f3f1afe9f
gmio_support: hide internal API of the OpenCascade iterators
2016-04-25 18:16:31 +02:00
Hugues Delorme
6c0e50cac4
gmio_core/internal: fix gmio_vec3{f,d}_cross_product() functions
2016-04-25 17:18:54 +02:00
Hugues Delorme
44f04f4221
benchmark_opencascade: add benchmark for writing a TopoDS_Shape
2016-04-25 17:18:17 +02:00
Hugues Delorme
cbfd3b438f
fake_support/opencascade: simplify Handle and array classes
2016-04-25 17:17:39 +02:00
Hugues Delorme
1b2c4e945e
gmio_support: provide gmio_stl_mesh support of TopoDS_Shape
2016-04-25 17:16:26 +02:00
Hugues Delorme
38a0a71a55
examples: fix build errors
2016-04-15 13:05:36 +02:00
Hugues Delorme
8d103964fb
gmio_support: fix minor issues in stl_occ* files
2016-04-15 12:47:05 +02:00
Hugues Delorme
ac6d242f9a
gmio_support: split stl_occ.h+cpp into stl_occ_mesh and stl_occ_meshvs
2016-04-15 12:37:05 +02:00
Hugues Delorme
6c2b784323
gmio_support: fix compiler errors with OpenCascade v7.0.0
2016-04-15 09:03:47 +02:00
Hugues Delorme
3dd860f261
README: add documentation section
2016-04-08 12:10:03 +02:00
Hugues Delorme
61a44ca6dc
gmio_core/internal: rename gmio_string::max_len to "capacity"
2016-04-07 10:38:40 +02:00
Hugues Delorme
e97c880343
gmio_core: use new integer type intmax_t instead for gmio_task_iface::func_handle_progress()
2016-04-07 10:13:32 +02:00