albert-github
|
17a84db90e
|
Some obvious missing quotes
Some obvious missing quotes (last set)
|
2022-09-25 18:00:08 +02:00 |
Sébastien Loriot
|
9dd8235dc5
|
more workarounds for MSVC 2015
[skip ci]
|
2022-08-10 23:50:39 +02:00 |
Sébastien Loriot
|
861588abe1
|
Merge 'sloriot/CGAL-std_type_traits' into master
|
2022-08-03 20:19:51 +02:00 |
Andreas Fabri
|
70a06b4696
|
Do not use CGAL::iterator_v<> as it is responsible for the ICE of VC2015
|
2022-06-27 08:58:17 +01:00 |
Andreas Fabri
|
fe7d09ce90
|
Do not use is_iterator_v for VC2015
|
2022-06-24 15:24:28 +01:00 |
Laurent Rineau
|
9bf73ee910
|
Improve links
|
2022-06-13 16:27:43 +02:00 |
Laurent Rineau
|
c132b6a11e
|
Merge remote-tracking branch 'cgal/master' into Mesh_data_structure_3-new_package-jtournois
|
2022-06-13 16:26:34 +02:00 |
Sébastien Loriot
|
91671dae03
|
is_Range<>::value --> is_Range_v<>
|
2022-06-10 09:51:56 +02:00 |
Sébastien Loriot
|
b96f6d5ce9
|
move is_iterator to type_traits
|
2022-06-10 09:43:59 +02:00 |
Sébastien Loriot
|
44250cb019
|
is_iterator_XXX<>::value --> is_iterator_XXX_v<>
|
2022-06-10 09:40:29 +02:00 |
Sébastien Loriot
|
4f5f8341cc
|
use std::enable_if_t
|
2022-06-10 07:37:53 +02:00 |
Sébastien Loriot
|
5746e59b34
|
Merge cgal/master
|
2022-06-08 23:13:25 +02:00 |
Jane Tournois
|
355b52d21f
|
rename TMDS_3 to SMDS_3, end.
|
2022-06-08 22:57:25 +02:00 |
Jane Tournois
|
db30e44e43
|
add missing dependency
|
2022-06-08 22:53:18 +02:00 |
Jane Tournois
|
056f83d12a
|
add link
|
2022-06-08 22:51:24 +02:00 |
Jane Tournois
|
231ade3816
|
fix links and license
|
2022-06-08 22:51:24 +02:00 |
Sébastien Loriot
|
ff16bec071
|
clean up EXAMPLE_PATH
|
2022-05-23 16:52:17 +02:00 |
Laurent Rineau
|
734c96e951
|
Merge branch 'master' into pr/lrineau/6558
|
2022-05-06 16:25:32 +02:00 |
Laurent Rineau
|
2288225448
|
Massive update of CMake policies to version 3.23
|
2022-05-06 09:34:35 +02:00 |
Laurent Rineau
|
299a8a9072
|
Add #include vector
|
2022-04-28 12:08:39 +02:00 |
Laurent Rineau
|
362c30f1bd
|
Merge pull request #6454 from afabri/Stream_support-call_string_clear-GF
Stream_support: Make line a data member and call clear()
|
2022-03-31 16:57:58 +02:00 |
Andreas Fabri
|
96f1e69c71
|
Stream_support: Move string out of the loop and call clear()
|
2022-03-28 13:42:55 +01:00 |
Mael Rouxel-Labbé
|
fd950dad36
|
Better choice of kernel functors
|
2022-03-15 12:27:22 +01:00 |
Mael Rouxel-Labbé
|
3182689f30
|
Make write_STL (and write_polygon_mesh) compile with sqrt-less kernels
|
2022-03-15 00:45:56 +01:00 |
Laurent Rineau
|
89e4e4a367
|
Merge pull request #6376 from sloriot/Stream_support-fix_STL_binary
fix stl binary
|
2022-03-09 11:35:13 +01:00 |
Sébastien Loriot
|
72853c00da
|
remove unused variable
|
2022-03-04 15:29:34 +01:00 |
Sébastien Loriot
|
eb505ae8b8
|
remove unused variable
|
2022-03-04 06:04:39 +01:00 |
Sébastien Loriot
|
fef50179e0
|
allow ASCII files with many spaces on the first lines
|
2022-03-03 16:05:24 +01:00 |
Sébastien Loriot
|
733c8de28b
|
do not try to read after the 80 char for the header
Since the next "word" to be read is a INT32 in binary mode, the char read
from it does not mean anything
|
2022-03-03 11:14:50 +01:00 |
Sébastien Loriot
|
4f640c5bd6
|
add test failing from issue 6374
|
2022-03-03 11:14:19 +01:00 |
Charrière Maxime
|
98ee8d7560
|
Add CGAL::Color operator< and return values
|
2022-02-25 14:54:48 +01:00 |
Andreas Fabri
|
31ad9a98a4
|
Stream_support: clean up the examples for WKT
|
2022-02-22 15:06:03 +00:00 |
Laurent Rineau
|
c85cb0d2d9
|
Merge pull request #6296 from afabri/Stream_support-set_index-GF
Stream_support: Fix File_scanner_OFF::scan_facet()
|
2022-02-08 23:44:32 +01:00 |
Laurent Rineau
|
f9c05a0ba1
|
Merge pull request #6253 from afabri/P2T2-assert-GF
CGAL: In testcode do not use CGAL_assertion but assert
|
2022-02-02 16:38:22 +01:00 |
Laurent Rineau
|
5b42a501cc
|
Merge pull request #6266 from afabri/CGAL-assertions_in_examples-GF
CGAL Examples: CGAL_assertion -> assert
# Conflicts:
# HalfedgeDS/examples/HalfedgeDS/hds_prog_compact2.cpp
# Triangulation_2/examples/Triangulation_2/triangulation_print_OFF.h
|
2022-02-02 16:38:01 +01:00 |
Andreas Fabri
|
8d3f4fb20b
|
untabify
|
2022-02-02 07:43:47 +00:00 |
Andreas Fabri
|
a5110493f8
|
Stream_support: Fix File_scanner_OFF::scan_facet()
|
2022-02-02 07:38:42 +00:00 |
Andreas Fabri
|
79a38d5cb9
|
CGAL Examples: CGAL_assertion -> assert
|
2022-01-24 10:19:04 +00:00 |
Laurent Rineau
|
4c7719cd85
|
Merge pull request #6241 from sloriot/CGAL-warnings
Fix warnings
|
2022-01-21 14:40:16 +01:00 |
Andreas Fabri
|
8d749839d8
|
Deal with Stream_support
|
2022-01-18 18:41:42 +00:00 |
Sébastien Loriot
|
4fa136d17c
|
fix maybe uninitialized warning
|
2022-01-17 09:07:09 +01:00 |
Sébastien Loriot
|
10b0af3092
|
rename macro since Named_function_parameter is part of STL_Extension
|
2022-01-13 14:43:34 +01:00 |
Sébastien Loriot
|
6cfcc37f49
|
fix again the extra endcond
|
2022-01-13 11:35:27 +01:00 |
Sébastien Loriot
|
c169c41240
|
Merge remote-tracking branch 'maxGimeno/PMP-Example_of_new_mp_function-maxGimeno' into HEAD
|
2022-01-12 13:33:49 +01:00 |
Laurent Rineau
|
72b0a64a71
|
Merge pull request #5998 from afabri/Convex_hull-Index_triangle_set-GF
Convex_hull_3: output into a polygon soup
|
2022-01-12 12:24:10 +01:00 |
Sébastien Loriot
|
75b03e6c0a
|
use_default_values() -> default_values()
|
2022-01-10 18:36:37 +01:00 |
Sébastien Loriot
|
6d3176e061
|
move Named_parameters class in STL_extension
helpers stay in BGL because it depends on BGL tags
|
2022-01-07 15:12:22 +01:00 |
Sébastien Loriot
|
9112001f33
|
fix doc
|
2022-01-06 19:11:54 +01:00 |
Sébastien Loriot
|
f974016e73
|
replace overloads with default parameters (Stream_support)
|
2022-01-05 15:15:32 +01:00 |
Sébastien Loriot
|
a6d9b99466
|
move macros in BaseDoxyfile
|
2022-01-04 11:10:09 +01:00 |