Laurent Rineau
|
2a5b7cd7ba
|
Merge pull request #4111 from lrineau/CGAL-fix_ctest_on_Windows-GF
Fix CTest on windows
|
2019-09-05 14:59:38 +02:00 |
Laurent Rineau
|
94d654b9ab
|
Fill CGAL_EXECUTABLE_TARGETS wherever that was missing
|
2019-09-04 14:19:54 +02:00 |
Sebastien Loriot
|
6cab82b7c8
|
Merge pull request #4169 from sloriot/Argt-doc_fixes
User manual fixes
|
2019-08-27 06:18:16 +02:00 |
Sébastien Loriot
|
3787e86753
|
doc fix
|
2019-08-21 09:10:37 +02:00 |
Sébastien Loriot
|
25a05e9f4c
|
Merge branch 'CGAL-named_function_parameters-4.14' into master
Conflicts resolved by hand
|
2019-07-28 23:46:43 +02:00 |
Sébastien Loriot
|
2f81a21523
|
Merge 'CGAL-named_function_parameters' for 4.13-branch into 4.14-branch
Conflicts resolved by hand
|
2019-07-28 22:30:13 +02:00 |
Sebastien Loriot
|
2a426bb1e1
|
Merge pull request #4063 from sloriot/CGAL-NO_CXX11
Remove CGAL_CXX11 macro usage
|
2019-07-19 16:16:22 +02:00 |
Sebastien Loriot
|
667e4022f7
|
Merge pull request #4060 from sloriot/CGAL-doc_match_brackets
match @{ and @}
|
2019-07-18 16:26:43 +02:00 |
Sébastien Loriot
|
560c77f567
|
rename named function parameter class
|
2019-07-15 06:25:02 +02:00 |
Laurent Rineau
|
d3b9d89596
|
Merge pull request #4013 from lrineau/CGAL_Core-no_need_for_Boost.Thread-GF
Remove the need for Boost.Thread (but for CGAL_Core and gcc<9.1)
|
2019-07-10 14:22:53 +02:00 |
Sébastien Loriot
|
fbafb9d06f
|
fix remaining mismatches and fix bugs
|
2019-07-10 11:40:45 +02:00 |
Sébastien Loriot
|
c0edb5ecaa
|
remove CGAL_CXX11 macro usage
|
2019-07-08 11:42:17 +02:00 |
Sébastien Loriot
|
983645a51a
|
match @{ and @}
|
2019-07-05 21:49:46 +02:00 |
Laurent Rineau
|
4fbf00fb8a
|
CMake>=3.13: opt for for new policies up to 3.15
|
2019-06-19 14:34:59 +02:00 |
Laurent Rineau
|
7b0c6f0cf7
|
Fix a stack-use-after-scope in Arr_polycurve_basic_traits_2
Before this patch, `Arr_polycurve_basic_traits_2` was holding a const
reference to a temporary object.
Here was the result of ctest, with the address sanitizer:
```shellsession
$ make && ASAN_OPTIONS=detect_leaks=0 ctest -L Arr -j6
[...]
The following tests FAILED:
144 - execution___of__generic_curve_data (Failed)
170 - execution___of__polycurve_circular_arc (Failed)
172 - execution___of__polycurve_conic (Failed)
176 - execution___of__polycurves_basic (Failed)
178 - execution___of__polylines (Failed)
2166 - test_traits_test_polylines__data_polylines_compare_y_at_x__polyline_traits (Failed)
2168 - test_traits_test_polylines__data_polylines_intersect__polyline_traits (Failed)
2169 - test_traits_test_polylines__data_polylines_split__polyline_traits (Failed)
2171 - test_traits_test_polylines__data_polylines_assertions__polyline_traits (Failed)
2175 - test_traits_conic_polycurve__data_polycurves_conics_compare_y_at_x__polycurve_conic_traits (Failed)
2176 - test_traits_conic_polycurve__data_polycurves_conics_compare_y_at_x_left__polycurve_conic_traits (Failed)
2177 - test_traits_conic_polycurve__data_polycurves_conics_compare_y_at_x_right__polycurve_conic_traits (Failed)
2179 - test_traits_conic_polycurve__data_polycurves_conics_intersect__polycurve_conic_traits (Failed)
2180 - test_traits_conic_polycurve__data_polycurves_conics_split__polycurve_conic_traits (Failed)
2193 - test_traits_circular_arc_polycurve__data_Polycurves_circular_arcs_compare_y_at_x__polycurve_circular_arc_traits (Failed)
2198 - test_traits_circular_arc_polycurve__data_Polycurves_circular_arcs_split__polycurve_circular_arc_traits (Failed)
2221 - test_traits_non_caching_polylines__data_polylines_compare_y_at_x__non_caching_polyline_traits (Failed)
2223 - test_traits_non_caching_polylines__data_polylines_intersect__non_caching_polyline_traits (Failed)
2224 - test_traits_non_caching_polylines__data_polylines_split__non_caching_polyline_traits (Failed)
2226 - test_traits_non_caching_polylines__data_polylines_assertions__non_caching_polyline_traits (Failed)
2400 - execution___of__test_construction_polylines (Failed)
2477 - execution___of__test_io (Failed)
```
This is fixed rather easily, by copying the traits class, instead of
holding a reference to it.
|
2019-06-18 15:18:15 +02:00 |
Andreas Fabri
|
4581f1b7a8
|
Morte replacements
|
2019-06-05 08:39:55 +02:00 |
Laurent Rineau
|
419032d859
|
Merge pull request #3947 from MaelRL/CGAL-Fix_typos-GF
Fix some typos in code/comments/documentation
|
2019-05-23 08:50:14 +02:00 |
Laurent Rineau
|
7e58feacfe
|
Merge pull request #3797 from afabri/CGAL-Exact_algebraic-GF
Number_types: Add Exact_algebraic
|
2019-05-21 16:37:07 +02:00 |
Laurent Rineau
|
b8fe6b10ee
|
Merge pull request #3804 from afabri/CGAL_tests_must_not_include_basic-GF
Do not include <CGAL/basic.h>
|
2019-05-21 16:37:01 +02:00 |
Mael Rouxel-Labbé
|
2848158354
|
Fix typos
|
2019-05-20 08:54:04 +02:00 |
Laurent Rineau
|
90782d4b7f
|
Revert the merge of two pull-requests that target CGAL-4.14-branch
- Revert "Merge pull request #3857 from MaelRL/CGAL-Fix_duplicate_non_manifold_vertices-GF"
- Revert "Merge pull request #3898 from lrineau/Mesh_3-stop_during_protection-lrineau"
|
2019-05-14 17:50:45 +02:00 |
Laurent Rineau
|
2f8eeb0db3
|
Fix the headers dependency-hell around gmpxx in Number_types
|
2019-05-09 15:05:23 +02:00 |
Sébastien Loriot
|
1398af1b0b
|
Merge remote-tracking branch 'cgal/master' into HEAD
|
2019-04-12 17:44:31 +02:00 |
Sébastien Loriot
|
c8a3fdaff6
|
Merge pull request #3625 from sgiraudot/Stream_support-Enhance_color-GF
[Small Feature] Reworked CGAL::Color
|
2019-04-12 15:54:30 +02:00 |
Sébastien Loriot
|
db65bd8ecc
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
|
2019-04-11 21:38:48 +02:00 |
albert-github
|
1dd7473818
|
Correction of links
Correction of redirected links and links that moved to another place.
|
2019-04-11 21:37:05 +02:00 |
Simon Giraudot
|
d314711eaf
|
Merge remote-tracking branch 'mine/Stream_support-Enhance_color-GF' into Stream_support-Enhance_color-GF
|
2019-04-09 15:00:56 +02:00 |
Simon Giraudot
|
2c1ca1e893
|
Replace old color API using global const variable with new one using functions
|
2019-04-03 11:51:29 +02:00 |
Sébastien Loriot
|
d60f5645aa
|
replace BOOST_FOREACH by c++ ranged-based for loop
some of the command used for the replacement:
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\(([a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((const [a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((const typename [a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((typename [<>a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack "boost/foreach.hpp" -l --cpp | xargs sed -i '/boost\/foreach.hpp>/d'
|
2019-03-29 13:22:15 +01:00 |
Sébastien Loriot
|
4464229a52
|
remove cpp11 workarounds in argt related packages
|
2019-03-29 10:41:50 +01:00 |
Laurent Rineau
|
fc81d3bfec
|
Merge pull request #3780 from afabri/CGAL-links-GF
Some Documentation Fixes for Issue #3457
|
2019-03-27 18:05:17 +01:00 |
Andreas Fabri
|
a1609350aa
|
Remove #include<CGAL/basic.h> amd put what is needed if something is missing
|
2019-03-27 15:21:33 +01:00 |
Laurent Rineau
|
6a2b92f7e7
|
Adapt the Arrangement_on_surface_2 testsuite to LEDA
|
2019-03-27 14:16:50 +01:00 |
Maxime Gimeno
|
cd97b36e9b
|
Fixes in arrangement
|
2019-03-27 14:16:50 +01:00 |
Andreas Fabri
|
a472c24185
|
http:/www.boost.org -> https://www.bost.org
|
2019-03-20 08:59:22 +01:00 |
Laurent Rineau
|
9d40c3e1fc
|
Merge pull request #3769 from sloriot/CGAL-doc_fixes
Various doc fixes
|
2019-03-19 18:30:36 +01:00 |
Sébastien Loriot
|
d2c10d1fde
|
remove macro defined twice
|
2019-03-15 09:31:34 +01:00 |
Maxime Gimeno
|
330c6ec9b1
|
Merge pull request #3759 from maxGimeno/Cross_compilation-Update_scripts-GF
Testsuite : Use ctest
|
2019-03-12 17:04:19 +01:00 |
Laurent Rineau
|
2671d056cf
|
Merge pull request #3685 from afabri/CGAL-cleanup-GF
CGAL: Clean up examples and tests
|
2019-02-28 20:48:48 +01:00 |
Maxime Gimeno
|
7407a432ce
|
Merge branch 'master' of https://github.com/CGAL/cgal into Cross_compilation-Update_scripts-GF
|
2019-02-28 11:59:04 +01:00 |
Laurent Rineau
|
8693f95dac
|
Merge pull request #3619 from albert-github/feature/bug_headers
Update of headers
|
2019-02-22 16:39:09 +01:00 |
Laurent Rineau
|
5376673151
|
Fix the testsuite of Arrangement_on_surface_2
|
2019-02-21 17:00:53 +01:00 |
Laurent Rineau
|
a144940b6d
|
Use cgal_add_test for every tests of Arrangement_on_surface_2
|
2019-02-21 12:24:17 +01:00 |
Laurent Rineau
|
b56f51982b
|
Merge pull request #3591 from albert-github/feature/bug_advanced_concept
Make advanced concept documentation analogous to advanced class.
|
2019-02-16 14:00:21 +01:00 |
Andreas Fabri
|
e62ab30e6c
|
Fixes of fixes
|
2019-02-15 09:03:58 +01:00 |
Sébastien Loriot
|
59bc453b42
|
first batch of replacement for level 1 in classified ref man
command used:
grep -l "##" */doc/*/PackageDescription.txt | xargs sed -i -E 's/\#\#\s*([[:print:]]+[[:alnum:]])\s*\#\#\s*$/\\cgalCRPSection{\1}/'
|
2019-02-14 10:32:39 +01:00 |
Sébastien Loriot
|
20a3888f0a
|
remove unused concept
|
2019-02-13 19:12:43 +01:00 |
Andreas Fabri
|
dcb6c1478c
|
Fix Arrangement_2
|
2019-02-08 08:57:43 +01:00 |
Andreas Fabri
|
cc23699ea0
|
fix Arrangement_2
|
2019-01-28 09:14:59 +01:00 |
Laurent Rineau
|
afc3de2894
|
Merge branch 'master' into Stream_support-Color-GF
|
2019-01-23 09:37:08 +01:00 |