Mael Rouxel-Labbé
|
07b9587eae
|
Merge remote-tracking branch 'afabri/Kernel_23-squared_length-GF' into gsoc2022-isosurface
|
2024-01-31 16:47:01 +01:00 |
Laurent Rineau
|
c0b02c48d6
|
Merge pull request #7927 from efifogel/Aos_2-observer-efif
Introduce Arr_observer<Arrangement_2>
|
2024-01-24 16:01:56 +01:00 |
Mael Rouxel-Labbé
|
984a541006
|
Fix usages of 'th `th
|
2024-01-23 21:50:04 +01:00 |
Sebastien Loriot
|
128b169b24
|
Fixes when neither LEDA nor GMP is available (#7960)
|
2024-01-19 13:57:12 +01:00 |
Sébastien Loriot
|
fbd15aa2ae
|
make it cleaner
|
2024-01-19 13:55:53 +01:00 |
Sébastien Loriot
|
8242a407b2
|
remove useless anchor
|
2024-01-04 16:34:06 +01:00 |
Sébastien Loriot
|
c35a1b15d1
|
add missing license include directives
|
2024-01-04 13:45:39 +01:00 |
Sébastien Loriot
|
e7c26349f2
|
move header in a package to GPL
|
2024-01-04 13:36:34 +01:00 |
Sébastien Loriot
|
ded0e2b5e8
|
typos
|
2024-01-03 18:57:05 +01:00 |
Sébastien Loriot
|
40e624c0ae
|
handle when LEDA is not present
|
2024-01-03 18:04:32 +01:00 |
Efi Fogel
|
74c89a16b9
|
Added missing "override"
|
2023-12-27 23:34:49 +02:00 |
Sebastien Loriot
|
caecbe29c7
|
Replace boost::mpl (#7813)
- `boost::mpl::if_` --> `std::conditional`
- `boost::enable_if` -> `std::enable_if`
- `boost::mpl::and_` -> `&&`
- `boost::mpl::or_` -> `||`
- `boost::constant::bool_` -> `std::bool_constant`
- ...
|
2023-12-26 17:33:36 +01:00 |
Efi Fogel
|
6b90164b55
|
Fixed the types used in all arrangement observers
|
2023-12-20 22:09:34 +02:00 |
Efi Fogel
|
c6a21e9f98
|
Fixed the definition of the memebrs before_assign(arr) before_attach(arr) of all observers (derived from Aos_observer)
|
2023-12-14 21:17:29 +02:00 |
Efi Fogel
|
0ec51c5110
|
Cleaned up
|
2023-12-13 13:49:14 +02:00 |
Efi Fogel
|
615850c4a6
|
Cleaned up
|
2023-12-13 13:41:51 +02:00 |
Efi Fogel
|
6089c485a1
|
Added the description of Arr_observer
|
2023-12-12 03:06:19 +02:00 |
Efi Fogel
|
92e2a7da2d
|
Eliminated the error-prone c-style casting of the arrangement that occurs when using observers; renamed Arr_observer => Aos_observer, and introduced Arr_observer for backward compatibility.
|
2023-12-12 02:54:19 +02:00 |
Efi Fogel
|
5544ff4893
|
Eliminated the error-prone c-style casting of the arrangement object that occurs when using observers.
|
2023-12-12 01:50:26 +02:00 |
Laurent Rineau
|
3cdaeee778
|
Merge pull request #7841 from efifogel/Aos_2-fixes-efif
Aos_2 fixes, by Efi
|
2023-11-29 17:23:18 +01:00 |
Laurent Rineau
|
95b83b1214
|
Merge pull request #7845 from puneetmatharu/patch-cgal-dont-override-build-testing
Patch usage of BUILD_TESTING to handle the case that CGAL is a subproject
|
2023-11-29 17:22:54 +01:00 |
Sébastien Loriot
|
30bdbab524
|
fix warnings
|
2023-11-27 13:20:38 +01:00 |
Sébastien Loriot
|
cfac63f156
|
Merge remote-tracking branch 'cgal/master' into HEAD
|
2023-11-16 11:35:35 +01:00 |
Sébastien Loriot
|
2f104a6f76
|
replace boost::mpl::not_
|
2023-11-10 16:38:24 +01:00 |
Sébastien Loriot
|
4344c3cc27
|
replace boost::mpl::or_
|
2023-11-10 16:34:19 +01:00 |
Sébastien Loriot
|
2277013d84
|
replace boost::mpl::and_
|
2023-11-10 16:19:26 +01:00 |
Efi Fogel
|
a850c34460
|
Fixed Are_mergable_2 functor; add code that tests whether the equal operator (operator==) is applicable to the data that extends the curve
|
2023-11-09 15:09:19 +02:00 |
Laurent Rineau
|
bdfe153cd9
|
Merge pull request #7784 from janetournois/BGL-warning_fixed-jtournois
BGL - no need to workaround boost 1.54 anymore
|
2023-11-06 12:52:24 +01:00 |
Sébastien Loriot
|
3176178224
|
fix compilation issues
|
2023-11-06 11:43:29 +01:00 |
Puneet Matharu
|
7944441068
|
Patch usage of BUILD_TESTING to handle the case that CGAL is a subproject.
|
2023-11-02 18:09:03 +00:00 |
Laurent Rineau
|
980b04e09b
|
fix the Arrangement demo
|
2023-11-01 21:17:19 +01:00 |
Laurent Rineau
|
51627e3505
|
Merge remote-tracking branch 'cgal/master' into CGAL-Qt6-GF
# Conflicts:
# GraphicsView/demo/Bounding_volumes/CMakeLists.txt
|
2023-11-01 20:59:44 +01:00 |
Efi Fogel
|
7458d6adf3
|
used epec (and not epic)
|
2023-11-01 19:12:25 +02:00 |
Efi Fogel
|
04cbb6ae79
|
Replaced CGAL timer with std (chrono)
|
2023-11-01 18:21:06 +02:00 |
Efi Fogel
|
51500440ea
|
Added missing 'conct' qualifier
|
2023-11-01 18:13:11 +02:00 |
Efi Fogel
|
4324b71e50
|
Replaced 'typedef' with 'using'
|
2023-11-01 18:11:51 +02:00 |
Efi Fogel
|
dedb100fa8
|
Ported to tikz
|
2023-10-23 16:23:04 +03:00 |
Efi Fogel
|
3f8ea79eb7
|
Added min_area_tri.tex and jeep.tex
|
2023-10-23 16:20:07 +03:00 |
Efi Fogel
|
2e32820dd3
|
ixed parameter types if interface functions
|
2023-10-23 16:07:57 +03:00 |
Laurent Rineau
|
a0ca27e40a
|
Merge pull request #7713 from efifogel/Aos_2-doc_fixes-efif
Aos_2: doc fixes
|
2023-10-16 11:13:41 +02:00 |
Jane Tournois
|
6b8eaa4e5c
|
remove CGAL workaround from cpp files
|
2023-10-12 10:12:09 +02:00 |
Laurent Rineau
|
1d29a75c9a
|
iformat/oformat are in CGAL::IO
The calls without the `IO::` namespace are deprecated.
|
2023-09-25 16:09:41 +02:00 |
Sébastien Loriot
|
8700394122
|
boost::mpl::if_ -> std::conditional
|
2023-09-24 22:57:20 +02:00 |
Efi Fogel
|
d2ab01fc5d
|
Forced references (to std::variant) not to spread over more than a single line to pacify older version of Doxygen
|
2023-09-20 12:25:17 +03:00 |
Efi Fogel
|
c66218bf85
|
Fixed typo
|
2023-09-19 13:42:40 +03:00 |
Efi Fogel
|
71cd38ecb5
|
Several fixes mainly related to output iterators
|
2023-09-19 12:20:06 +03:00 |
Laurent Rineau
|
28632f21fc
|
Merge branch 'master' into CGAL-Qt6-GF
# Conflicts:
# Installation/CHANGES.md
|
2023-09-14 17:40:05 +02:00 |
Laurent Rineau
|
b05e1e9e46
|
Remove UseCGAL.cmake
and our old CMake macros `use_lib` and `use_component`.
|
2023-09-14 17:32:55 +02:00 |
Laurent Rineau
|
2f6d51b49b
|
Remove a few occurrences of CGAL_Qt5
... and replace by CGAL_Qt6
|
2023-09-14 16:33:20 +02:00 |
Efi Fogel
|
2be0b164f1
|
Merge branch 'master' into Aos_2-fixes-efif
|
2023-09-14 17:17:49 +03:00 |