Commit Graph

660 Commits

Author SHA1 Message Date
Mael Rouxel-Labbé 5efa544734 Merge remote-tracking branch 'cgal/master' into SDG-Fix_doc-GF 2021-02-22 17:19:40 +01:00
Laurent Rineau a72fdb7b3c Merge pull request #5352 from lrineau/CGAL-fix_CGAL_IO-GF
Fixes after the PR "CGAL I/O
2021-02-18 15:23:43 +01:00
Maxime Gimeno 2dac31f36f Clean-up and fix doc 2021-02-05 14:14:11 +01:00
Maxime Gimeno df50c4cd0a replace WARNING: with NOTE: to avoid confusing the testsuite 2021-02-03 14:30:21 +01:00
Maxime Gimeno 7f537a19cb add missing headers 2021-02-03 08:59:54 +01:00
Maxime Gimeno 99d8d94631 add missing header 2021-02-02 09:36:38 +01:00
Maxime Gimeno 8e23769d8e Add missing overloads for set_default_stream_precision() 2021-01-29 09:28:51 +01:00
Maxime Gimeno 7bf9c14f72 Factorization 2021-01-28 10:01:52 +01:00
Maxime Gimeno 2d59464b2b remove os.precision(6) as it is the default. 2021-01-27 15:49:42 +01:00
Maxime Gimeno 41c823c083 replace default value of stream precision 2021-01-27 15:44:02 +01:00
Maxime Gimeno 7cf6a3bed0 Fix VRML_2 logic 2021-01-26 10:15:20 +01:00
Mael Rouxel-Labbé 1f45360d7a Merge remote-tracking branch 'cgal/master' into SDG-Fix_doc-GF 2021-01-26 09:05:24 +01:00
Maxime Gimeno 9ac0a1de04 Merge remote-tracking branch 'cgal/master' into CMake-modernization-maxGimeno 2021-01-18 11:52:30 +01:00
Maxime Gimeno 49f68654d6 WIP 2021-01-18 11:48:04 +01:00
Maxime Gimeno 2255f8e8ea Merge remote-tracking branch 'cgal/master' into CMake-modernization-maxGimeno 2021-01-13 14:34:09 +01:00
Maxime Gimeno 5948bc846e Try to remove Filtered_kernel from the dependencies of BGL 2021-01-11 14:11:30 +01:00
Maxime Gimeno 5d2ad68148 Add new Dependences. ATTENTION BGL is propagated through the NPs in Stream_support 2021-01-08 15:58:46 +01:00
Maxime Gimeno bcac80b15c Fixes and clean-up 2021-01-08 13:15:04 +01:00
Maxime Gimeno 00edae2400 More fixes 2020-12-10 12:55:04 +01:00
Maxime Gimeno f137b0e36d add misisng header 2020-12-10 09:13:21 +01:00
Maxime Gimeno 436a81b8f6 Restore old STL behavior (binary may start with `solid`" 2020-12-07 12:15:56 +01:00
Maxime Gimeno 8d9b58d2dd Fix read_STL() in binary_mode for ASCVII on Windows 2020-12-07 11:50:42 +01:00
Maxime Gimeno c76819d0a7 Check if a char is >0 before calling isdigit() because it asserts for negative numbers on windows. 2020-12-07 10:54:51 +01:00
Mael Rouxel-Labbé 6b87fe393d Fix various grammar issues 2020-12-05 11:11:33 +01:00
Maxime Gimeno d201bc7c96 Fix possible problems if a line is empty in scan_facet 2020-12-04 15:45:00 +01:00
Maxime Gimeno d00c494e89 add some tests to read ascii in binary mode 2020-12-03 13:27:28 +01:00
Maxime Gimeno 70801754ce Extract the test of invalid NOFF because it is supposed to work for Polyhedron 2020-12-02 10:22:39 +01:00
Maxime Gimeno 7a568c6a0c Fmore fixes 2020-12-01 15:08:56 +01:00
Maxime Gimeno 37b5928df2 Fixes of warnings and errors 2020-12-01 11:33:35 +01:00
Maxime Gimeno 2cd6d38764 Fix the conversion warning in OFF.h 2020-11-27 11:41:21 +01:00
Maxime GIMENO ff6238e478
Merge pull request #65 from GilesBathgate/fix-use-of-uninitialized-variable
Fix use of uninitialized variable in File_scanner_OFF.h
2020-11-27 09:18:55 +01:00
Sébastien Loriot 00488e7790 fix invalid init 2020-11-26 18:03:24 +01:00
Giles Bathgate 06a67b64a0 Fix use of uninitialized variable in File_scanner_OFF.h 2020-11-26 15:57:29 +00:00
Maxime Gimeno 54f89bc615 initialize data in File_writer_VRML_2 2020-11-26 15:52:45 +01:00
Maxime Gimeno fe48ffea42 Don't use FT() in Normal creation because Kernels based on Exact_integer can't construct from double. 2020-11-26 15:35:24 +01:00
Maxime Gimeno abed28fc12 fix warnings 2020-11-26 14:44:31 +01:00
Maxime Gimeno 512975b354 Finish fixing STL. 2020-11-26 10:33:35 +01:00
Maxime Gimeno 79977c45d8 WIP fix STL 2020-11-25 16:24:30 +01:00
Maxime Gimeno 277b8cc74b Fix OFF_reading 2020-11-25 13:40:19 +01:00
Andreas Fabri b16249b99a WIP to avoid seekg/tellg 2020-11-25 07:59:16 +00:00
Maxime Gimeno e76cc00c4f Fix reading of 0#red 2020-11-23 11:23:09 +01:00
Maxime Gimeno 493f034fda Fix some warnings 2020-11-23 11:06:59 +01:00
Maxime Gimeno 7cfb944afb Fixes 2020-11-19 12:11:51 +01:00
Maxime Gimeno 016adaa2a9 fix msvc2015 error 2020-11-18 12:58:15 +01:00
Maxime Gimeno 9f496e3e9d Fixes 2020-11-18 12:48:38 +01:00
Maxime Gimeno 3b70343590 Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno 2020-11-16 16:19:43 +01:00
Maxime Gimeno 753982443c Fix 3mf I/O and tests 2020-10-27 12:38:10 +01:00
Maxime Gimeno 2ad4c16b6e Merge remote-tracking branch 'cgal/master' into Cmake_improvements-maxGimeno 2020-10-26 15:00:53 +01:00
Maxime Gimeno 0149977558 Fix precision warning and add missinf ifdefs for polyhedron_iostream 2020-10-23 09:10:53 +02:00
Maxime Gimeno bebd60c12b Merge remote-tracking branch 'cgal/master' into Cmake_improvements-maxGimeno 2020-10-20 09:53:54 +02:00