albert-github
|
aaa6adb7c1
|
In a number of cases the command `@{` (or `\{`) is not closed by a corresponding closing command (`@}`). For the `\=name` command this is apparently not necessary but it is better to have corresponding open and close commands.
(also corrected a split in a line that I noticed in Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_conic_traits_2.h)
|
2024-12-25 15:09:57 +01:00 |
Laurent Rineau
|
d907b362bd
|
the patch was still not complete
|
2024-10-08 12:45:21 +02:00 |
Laurent Rineau
|
546d1301da
|
the patch was still incomplete
|
2024-10-08 10:55:27 +02:00 |
Laurent Rineau
|
cab1117b50
|
CGAL_Core: protect against macro `free`
From vcpkg CI, there is this error:
```
123456789101112131415161718192021222324252627C:\PROGRA~1\MICROS~1\2022\ENTERP~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe /TP -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_IOSTREAMS_DYN_LINK -DBOOST_IOSTREAMS_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_RANDOM_DYN_LINK -DBOOST_RANDOM_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_THREAD_USE_DLL -DCGAL_USE_GMPXX=1 -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DH5_BUILT_AS_DYNAMIC_LIB -D_LIB -D_USE_BOOST -D_USE_EIGEN -D_USE_FAST_CBRT -D_USE_FAST_FLOAT2INT -D_USE_NONFREE -D_USE_OPENGL -D_USE_SSE -ID:\b\openmvs\x64-windows-dbg\libs\MVS\MVS_autogen\include -ID:\b\openmvs\src\v2.1.0-1e694de437.clean -ID:\b\openmvs\x64-windows-dbg -external:ID:\installed\x64-windows\include -external:ID:\installed\x64-windows\include\eigen3 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi /Zm170 /Zc:__cplusplus /wd4231 /wd4251 /wd4308 /wd4396 /wd4503 /wd4661 /wd4996 /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -std:c++17 -D_SCL_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS /fp:strict /fp:except- /bigobj /Zc:__cplusplus /YuD:/b/openmvs/x64-windows-dbg/libs/MVS/CMakeFiles/MVS.dir/cmake_pch.hxx /FpD:/b/openmvs/x64-windows-dbg/libs/MVS/CMakeFiles/MVS.dir/./cmake_pch.cxx.pch /FID:/b/openmvs/x64-windows-dbg/libs/MVS/CMakeFiles/MVS.dir/cmake_pch.hxx /showIncludes /Folibs\MVS\CMakeFiles\MVS.dir\SceneReconstruct.cpp.obj /Fdlibs\MVS\CMakeFiles\MVS.dir\MVS.pdb /FS -c D:\b\openmvs\src\v2.1.0-1e694de437.clean\libs\MVS\SceneReconstruct.cpp
D:\installed\x64-windows\include\CGAL/CORE/MemoryPool.h(76): error C2059: syntax error: 'constant'
D:\installed\x64-windows\include\CGAL/CORE/MemoryPool.h(76): note: the template instantiation context (the oldest one first) is
D:\installed\x64-windows\include\CGAL/CORE/MemoryPool.h(39): note: while compiling class template 'CORE::MemoryPool'
D:\installed\x64-windows\include\CGAL/CORE/MemoryPool.h(119): error C2988: unrecognizable template declaration/definition
D:\installed\x64-windows\include\CGAL/CORE/MemoryPool.h(119): error C2059: syntax error: 'constant'
D:\installed\x64-windows\include\CGAL/CORE/Expr_impl.h(1217): error C2660: 'CORE::MemoryPool<CORE::ConstDoubleRep,1024>::_free_dbg': function does not take 2 arguments
D:\installed\x64-windows\include\CGAL/CORE/MemoryPool.h(76): note: see declaration of 'CORE::MemoryPool<CORE::ConstDoubleRep,1024>::_free_dbg'
D:\installed\x64-windows\include\CGAL/CORE/Expr_impl.h(1217): note: while trying to match the argument list '(void *, int)'
```
There is probably a macro named `free` somewhere.
|
2024-10-07 15:04:22 +02:00 |
Laurent Rineau
|
32893b91c0
|
Merge pull request #8263 from lrineau/CGAL-update_minimal_cmake-GF
cmake_minimum_required(VERSION 3.12...3.29)
|
2024-06-12 10:06:12 +02:00 |
Laurent Rineau
|
3a223ebd1e
|
cmake_minimum_required(VERSION 3.12...3.29)
|
2024-06-06 20:19:44 +02:00 |
albert-github
|
36c8b7589d
|
Spelling corrections
Last batch (for now) of spelling corrections in doxygen and normal comments
|
2024-05-31 19:05:34 +02:00 |
Laurent Rineau
|
7e25336b86
|
Merge pull request #8179 from afabri/CORE-faster_output-GF
CORE: Accelerate writing to a stream if precision <= 17
|
2024-05-21 20:54:10 +02:00 |
Andreas Fabri
|
2266c6d01f
|
CORE: Accelerate writing to a stream if precision <= 17
|
2024-05-02 17:22:56 +01:00 |
snoppy
|
685bb4a18e
|
chore: fix typos
Signed-off-by: snoppy <michaleli@foxmail.com>
|
2024-04-27 22:36:04 +08:00 |
Sebastien Loriot
|
a42ffdec11
|
Merge branch 'master' into CORE-boost_mp_number-GF
|
2024-03-26 00:27:22 +01:00 |
Sébastien Loriot
|
5b88dfa30b
|
avoid another warning
|
2024-03-22 11:44:53 +01:00 |
Andreas Fabri
|
93c94ca115
|
static_cast<long> and assertion that it fits
|
2024-03-22 11:28:50 +01:00 |
Sébastien Loriot
|
363c79f2c8
|
please clang
|
2024-03-21 12:30:59 +01:00 |
Sébastien Loriot
|
7d3bd7107a
|
add extLong constructor from std::size_t
try to workaround compilation issue on windows
|
2024-03-21 11:01:34 +01:00 |
Sébastien Loriot
|
c249476467
|
fix conversion warning
follow the code rather than the doc...
|
2024-03-20 13:42:45 +01:00 |
Sébastien Loriot
|
ae324aee83
|
fix compilation issue + use boost mp type
|
2024-03-19 15:27:54 +01:00 |
Sébastien Loriot
|
a26c93d8f6
|
fix warnings
|
2024-03-19 14:22:51 +01:00 |
Sébastien Loriot
|
dd9bf32ce4
|
more disambiguation
|
2024-03-15 13:33:07 +01:00 |
Sébastien Loriot
|
5f89d090b1
|
int/rat dispatch
|
2024-03-15 13:30:28 +01:00 |
Sébastien Loriot
|
01f89b0ccc
|
make call no longer ambiguious
|
2024-03-15 11:37:18 +01:00 |
Sébastien Loriot
|
3b1dd44081
|
WIP Expr constructor from expression
|
2024-03-15 11:18:56 +01:00 |
Andreas Fabri
|
8981c376d3
|
casts for dealing with expression templates
|
2024-03-15 09:39:05 +01:00 |
Sébastien Loriot
|
24015ce3a7
|
fix conditional compilation of programs using CORE
|
2024-03-14 11:30:14 +01:00 |
Sébastien Loriot
|
44b7ec6f3a
|
improve detection of cases when Core can be used
|
2024-03-14 11:11:18 +01:00 |
Andreas Fabri
|
7a0f3da89b
|
Update CGAL_Core/include/CGAL/CORE/extLong_impl.h
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
|
2024-03-07 11:26:14 +01:00 |
Andreas Fabri
|
4a30611cdb
|
Add parenthesis to avoid warning
|
2024-03-07 08:28:23 +00:00 |
Sébastien Loriot
|
d0d8efeeee
|
use GMP by default
|
2024-03-06 17:38:09 +01:00 |
Sébastien Loriot
|
4b5fabac12
|
disable warning/errors in the testsuite
it seems there are information but not errors
|
2024-03-01 14:42:57 +01:00 |
Sébastien Loriot
|
993991eade
|
turn warning messages in errors for the testsuite
|
2024-02-29 13:16:48 +01:00 |
Sébastien Loriot
|
6da4e7a57f
|
remove non-used functions
|
2024-02-28 17:22:41 +01:00 |
Sébastien Loriot
|
5825defee3
|
update license
|
2024-02-28 14:10:58 +01:00 |
Sébastien Loriot
|
c9c089ccc1
|
remove GMP specific files and hide GMP specific code
|
2024-02-28 11:38:56 +01:00 |
Andreas Fabri
|
1348552194
|
Add Is_one
|
2024-01-25 18:23:49 +00:00 |
Andreas Fabri
|
7a3c58c7cc
|
Real.h
|
2023-03-17 15:08:58 +01:00 |
Andreas Fabri
|
bb944fbf47
|
Fix in Real.h
|
2023-03-17 11:53:40 +01:00 |
Andreas Fabri
|
0d320e48a8
|
Merge branch 'Number_types-fix_VC2017_boost_mp-GF' into CORE-boost_mp_number-GF
|
2023-03-17 08:28:10 +01:00 |
Andreas Fabri
|
7fe1f09212
|
Fix in Poly.tcc
|
2023-03-14 18:00:34 +01:00 |
Andreas Fabri
|
01e2aef1d6
|
Fix in Real.h
|
2023-03-14 17:54:50 +01:00 |
Andreas Fabri
|
345e63921d
|
Remove function core_error()
|
2023-03-10 09:09:46 +00:00 |
Andreas Fabri
|
89c9f902ff
|
Use CGAL_assertion_msg
|
2023-03-09 14:14:37 +00:00 |
Andreas Fabri
|
44d289396c
|
Use the CGAL assertions/warnings/errors in Core
|
2023-03-09 13:12:32 +00:00 |
Andreas Fabri
|
d0ad8e03bd
|
Fix include guard
|
2023-03-07 13:30:40 +00:00 |
Andreas Fabri
|
c9c82b9a33
|
Remove the #if 0'ed code
|
2023-02-17 13:55:15 +00:00 |
Andreas Fabri
|
3446b03a22
|
inline
|
2023-02-10 08:25:33 +00:00 |
Andreas Fabri
|
3c763fd33a
|
Remove CoreIO_impl.h
|
2023-02-09 11:54:14 +00:00 |
Andreas Fabri
|
7879e2180d
|
Replace constructor by conversion operator
|
2023-02-08 07:12:34 +00:00 |
Andreas Fabri
|
2184d22c52
|
WIP [scip ci]
|
2023-02-07 21:18:31 +00:00 |
Andreas Fabri
|
fb71e3937e
|
Add numerator() and denominator()
|
2023-02-07 15:42:49 +00:00 |
Andreas Fabri
|
12f5892848
|
merge master
|
2023-02-06 14:25:03 +00:00 |