Laurent Rineau
Laurent Rineau
Previous release: https://github.com/CGAL/cgal/issues/5834 Next release: https://github.com/CGAL/cgal/issues/6453 ## Before the beta release - [x] Update of the Supported platforms. - [x] Update the Installation/lib/cmake/CGAL/CGALConfigVersion.cmake - [x] Update the file Installation/include/CGAL/version.h (for...
Previous release: https://github.com/CGAL/cgal/issues/5745 Next release: https://github.com/CGAL/cgal/issues/6242 # Before the beta release - [x] Update of the Supported platforms. - [x] Update the `Installation/lib/cmake/CGAL/CGALConfigVersion.cmake` - [x] Update the file `Installation/include/CGAL/version.h` (for...
Previous release: https://github.com/CGAL/cgal/issues/6242 Next release: #7367 # Before the beta release - [x] Update of the Supported platforms. - [x] Update the `Installation/lib/cmake/CGAL/CGALConfigVersion.cmake` - [x] Update the file `Installation/include/CGAL/version.h` (for...
## Issue Details ``` [lrineau@fernand]~% ack 'static const bool value.*sizeof' Git/cgal-master/^build* Git/cgal-master/BGL/include/CGAL/boost/graph/internal/Has_member_clear.h 28: static const bool value = (sizeof(f(0)) == sizeof(char)); Git/cgal-master/BGL/include/CGAL/boost/graph/internal/Has_member_id.h 28: static const bool value = (sizeof(char) ==...
## Summary of Changes Based on #4876, display graphically the thread IDs of vertices in a C3t3 produced by Mesh_3. ## Release Management * Affected package(s): Mesh_3 * License and...
I think we should review all of our wiki pages. If you intend to review a wiki page, please announce here is comments, and then eventually also announce when the...
https://github.com/CGAL/cgal-swig-bindings/wiki/Installation
See https://github.com/actions/virtual-environments/issues/2667 @maxGimeno: I think now our we must install Boost using the package managers (vcpkg, apt, brew).
On Linux, with `CGAL_DIR` is header-only, then all user-code is compiled with `-DCGAL_HEADER_ONLY=1`. Then, ``, one can read: ```c++ #if defined(CGAL_HEADER_ONLY) && ! defined(CGAL_USE_Qt5_RESOURCES) # define CGAL_DLL_IMPORT # define CGAL_DLL_EXPORT...
## Summary of Changes Fix files `*/package_info/*/dependencies`. For Periodic and SMDS_3, that is just the change of the order, using the `C` locale (`export LC_ALL=C`). For Weights and Shape_regularization... how...