Sébastien Loriot
8350dea94a
char* -> std::string
2021-10-04 09:49:24 +02:00
Sébastien Loriot
47028cd184
automatically move data files in data dir + update paths
...
Done for OFF/OBJ/STL/XYZ/PWN/PLY
2021-10-04 09:42:49 +02:00
Sébastien Loriot
814c9138ef
Merge remote-tracking branch 'cgal/5.3.x-branch'
2021-08-12 10:38:11 +02:00
Sébastien Loriot
aee767b2e3
update to valid format
2021-07-30 10:07:33 +02:00
Maxime Gimeno
8aa6bb3953
fix test WKT.
2021-07-22 09:00:21 +02:00
Maxime Gimeno
a3d1765ab4
Merge remote-tracking branch 'cgal/master' into CGAL-Clean_up_boost_versions-maxGimeno
2021-07-19 14:18:40 +02:00
Maxime Gimeno
e6c767d5c9
Simplify the GNUC versions tests
2021-05-12 15:45:07 +02:00
Maxime Gimeno
393ae7dae6
Clean-up boost_version reqs
2021-05-12 15:03:53 +02:00
Sébastien Loriot
4e519a3c7a
move documented IO functions in IO namespace
2021-05-05 13:15:37 +02:00
Sébastien Loriot
fb6f703b55
IO namespace for files in IO directories
2021-05-04 14:36:06 +02:00
Maxime Gimeno
c49152359c
update max version of cmake and announce the new minimal in CHANGE.md
2021-04-15 15:08:54 +02:00
Maxime Gimeno
436a81b8f6
Restore old STL behavior (binary may start with `solid`"
2020-12-07 12:15:56 +01:00
Maxime Gimeno
d00c494e89
add some tests to read ascii in binary mode
2020-12-03 13:27:28 +01:00
Maxime Gimeno
512975b354
Finish fixing STL.
2020-11-26 10:33:35 +01:00
Maxime Gimeno
7cfb944afb
Fixes
2020-11-19 12:11:51 +01:00
Maxime Gimeno
3b70343590
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-11-16 16:19:43 +01:00
Mael Rouxel-Labbé
630d9eb2f6
Various fixes in IO tests (BGL/PS/PMP/SS)
2020-10-13 18:15:34 +02:00
Mael Rouxel-Labbé
8b7ed1d3b0
Add missing data files
2020-10-13 17:55:19 +02:00
Maxime Gimeno
9c15f2c9dc
Use FeatureSummary in the demo, and remove CGAL_FOUND
2020-08-04 12:46:17 +02:00
Mael Rouxel-Labbé
2d51d86787
Make verbose a NP instead of a parameter + various fixes in CGAL
2020-07-16 20:22:26 +02:00
Mael Rouxel-Labbé
52d50f7d79
Doc improvements
2020-06-21 13:30:53 +02:00
Mael Rouxel-Labbé
21597d9c7c
Properly test polygon soup STL/OBJ/PLY
2020-05-29 17:01:45 +02:00
Mael Rouxel-Labbé
70777a5d08
Add some data
...
36091.stl taken from the 10kThingies data set, see
https://ten-thousand-models.appspot.com/detail.html?file_id=36091
for the author and license
2020-05-29 16:58:04 +02:00
Mael Rouxel-Labbé
ef9ffb4fd6
Add data/tests for GOCAD/OFF/OBJ
2020-05-29 12:07:56 +02:00
Mael Rouxel-Labbé
21dd72219e
Test GOCAD Polygon Soup IO
2020-05-28 19:22:43 +02:00
Mael Rouxel-Labbé
35ca98f8bd
Start fixing Stream_support/IO tests
2020-05-28 16:58:28 +02:00
Mael Rouxel-Labbé
580a1efd5c
Remove trailing whitespace / tabs
2020-05-22 15:31:50 +02:00
Maxime Gimeno
d6812d9561
Fixes for 3MF and OFF
2020-05-13 10:49:25 +02:00
Maxime Gimeno
049439fa6b
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-04-30 16:47:58 +02:00
Maxime Gimeno
e9d41d7b7d
Fixes for min/max
2020-04-21 11:38:37 +02:00
Maxime Gimeno
8a535e5e55
Replace std::vector by ranges in Stream_support IO function APIs
2020-03-27 12:54:03 +01:00
Maxime Gimeno
4e6fb685c6
Merge remote-tracking branch 'mine/CGAL_IO-maxGimeno' into HEAD
2020-03-27 11:11:10 +01:00
Sébastien Loriot
8bb22d5b2c
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of the 5.0 release branch
+ manual fix of the files (indentation was changed in the meantime):
* Spatial_sorting/include/CGAL/Multiscale_sort.h
* Spatial_sorting/test/Spatial_sorting/test_multiscale.cpp
2020-03-26 14:26:59 +01:00
Sébastien Loriot
8b153fb495
Merge branch 'cgal/releases/CGAL-5.0-branch'
...
whitespace+tab removal, merged with option -Xignore-space-change
2020-03-26 14:22:32 +01:00
Sébastien Loriot
0779373835
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of 4.14 release branch
+ manual fix on one line in:
* Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
* .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
Sébastien Loriot
0a46621dc6
Merge branch 'cgal/releases/CGAL-4.14-branch'
...
whitespace+tab removal, merged with option -Xignore-all-space
2020-03-26 13:28:46 +01:00
Sébastien Loriot
590612a563
run the script to remove tabs and trailing whitespaces
2020-03-26 13:25:16 +01:00
Mael Rouxel-Labbé
30d4754a04
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-03-17 09:03:12 +01:00
Sebastien Loriot
0c8e9cb0c1
Merge pull request #4212 from maxGimeno/Demo-Save_the_scene_entirely-maxGimeno
...
CGAL 3D Demo: Enhancement of the Scene Saving System
2020-03-16 16:35:45 +01:00
Maxime Gimeno
d8fd359399
Merge remote-tracking branch 'cgal/master' into Demo-Save_the_scene_entirely-maxGimeno
2020-02-24 16:41:34 +01:00
Laurent Rineau
28f5b1e783
Fix CMake syntax error in previous commit
...
@maxGimeno Please test your commits.
2020-02-19 16:59:39 +01:00
Maxime Gimeno
310be1cf6b
update test's CMakeLists
2020-02-19 13:46:11 +01:00
Mael Rouxel-Labbé
ae1c28c885
Move 3MF FaceGraph reading from SS to BGL
2020-01-29 11:34:32 +01:00
Mael Rouxel-Labbé
828e47f61e
Fix some header includes
2020-01-17 17:55:53 +01:00
Mael Rouxel-Labbé
43a7c3c82b
Misc minor doc changes
2020-01-17 17:11:07 +01:00
Mael Rouxel-Labbé
1e50d911fd
Move Inventor/test to Stream_support/test (following headers)
2020-01-17 15:47:27 +01:00
Mael Rouxel-Labbé
6dee990920
Move a test from Polyhedron to Stream_support
2020-01-17 14:08:53 +01:00
Mael Rouxel-Labbé
d620198049
Merge branch 'CGAL_IO-maxGimeno-old' into CGAL_IO-maxGimeno
2020-01-17 12:34:08 +01:00
Maxime Gimeno
94bbd715ab
Remove test of unexisting functions
2020-01-09 14:57:22 +01:00
Maxime Gimeno
6c35826afd
Fixes and apply to multipolygon
2020-01-03 10:51:19 +01:00