Andreas Fabri
9dbd7f03c0
Add an example that shows what is needed for BGL-style algorithms when deriving from Surface_mesh
2017-11-24 08:30:56 +00:00
Laurent Rineau
249aed9fd1
Hack for the CGAL test suite
2017-11-23 17:06:47 +01:00
Laurent Rineau
ce9399d423
Display compiler and linker flags
2017-11-23 17:06:46 +01:00
Laurent Rineau
9eb2e30745
Deal with the macro CGAL_TEST_SUITE in header-only
2017-11-23 17:06:46 +01:00
Laurent Rineau
a2a5ca91a1
Unify CGAL_HEADER_ONLY and CGAL_HEADER_ONLY_STEP_2
2017-11-23 17:06:46 +01:00
Laurent Rineau
bec5f9aae1
Cosmetic change of the message of the signal handler on Windows
2017-11-23 17:06:46 +01:00
Laurent Rineau
21b9a2177d
Do not use the CGAL-components syntax for GMP, MPFR, MPFI, and RS3
2017-11-23 17:06:46 +01:00
Laurent Rineau
c0ad644269
Correct syntax for target_compile_definitions
2017-11-23 16:41:21 +01:00
Laurent Rineau
b9bd34edb6
Merge pull request #2624 from maxGimeno/Fix_doxygen_warning
...
Fix warning
2017-11-23 11:24:59 +01:00
Maxime Gimeno
cba9061d81
Fix warning
2017-11-23 11:19:23 +01:00
Laurent Rineau
4e78c4e10d
header-only: do not define unwanted CGAL components
2017-11-22 13:02:04 +01:00
Laurent Rineau
876e4f8321
Rename CGAL_Qt5_extras to CGAL_Qt5_moc_and_resources
2017-11-22 13:01:06 +01:00
Laurent Rineau
e8a40c535e
Do not export targets in header-only
...
...they are just defined in `CGALConfig.cmake`.
2017-11-22 12:46:44 +01:00
Laurent Rineau
19c5502ca8
Fix compilation of demos in non-header-only
...
Now the variables `CGAL_Qt5_MOC_FILES` and `CGAL_Qt5_RESOURCE_FILES` are no
longer used by the definition of `CGAL_Qt5_extras`: other names are used.
`CGAL_Qt5_extras` is not supposed to be used directly by
users/examples/demos' `CMakeLists.txt`.
2017-11-22 12:45:21 +01:00
Laurent Rineau
bc36af5eed
Fix CMake warnings about mixed usage of target_link_libraries
...
See https://cmake.org/cmake/help/v3.0/policy/CMP0023.html
2017-11-22 11:06:26 +01:00
Andreas Fabri
021b340509
Fix CGAL_Qt5
...
In non-header-only, the resources and MOC files are added directly to
the CGAL_Qt5 library.
2017-11-22 09:59:52 +00:00
Andreas Fabri
1a76bd66d9
In fact only include_directories is needed
2017-11-22 08:49:56 +00:00
Andreas Fabri
08d6a078b1
fix CMakeLists.txt of test/TDS_3
2017-11-22 07:24:43 +00:00
Laurent Rineau
18caaba64d
Fix the "-fp-model strict" for Intel
...
`-fp-model strict` is two arguments, not one!
```
[ 4%] Building CXX object src/CGAL/CMakeFiles/CGAL.dir/all_files.cpp.o
cd /home/cgal_tester/build/src/cmake/platforms/CentOS7-ICC-2016-Release/src/CGAL && /opt/intel/compilers_and_libraries_2016.4.258/linux/bin/intel64/icpc -DCGAL_EXPORTS -I/home/cgal_tester/build/src/cmake/platforms/CentOS7-ICC-2016-Release/include -I/mnt/testsuite/include -w1 -O3 -DCGAL_NDEBUG -fPIC "-fp-model strict" -o CMakeFiles/CGAL.dir/all_files.cpp.o -c /home/cgal_tester/build/src/cmake/platforms/CentOS7-ICC-2016-Release/src/CGAL/all_files.cpp
icpc: command line warning #10159 : invalid argument for option '-fp-model'
```
https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-4.12-Ic-97/Installation/TestReport_lrineau_CentOS7-ICC-2016-Release.gz
2017-11-21 13:51:24 +01:00
Guillaume Damiand
d5372e1a7d
Remove option '-std=c++11', committed by error.
2017-11-21 10:02:23 +01:00
Laurent Rineau
fe139a8a7a
Fix a typo
2017-11-21 09:51:55 +01:00
Marc Glisse
076c3b6ac1
Only check the result if we have computed a result.
2017-11-21 00:02:44 +01:00
Marc Glisse
2df3c40fd7
Don't test outer_range_contains in search_any_point.
...
That just slows it down. The test makes much more sense in search(),
which reports all points.
2017-11-20 23:13:47 +01:00
Sébastien Loriot
38810c9860
generate SVN like ID if generated from a git branch
2017-11-20 12:13:22 +01:00
Laurent Rineau
9c350f2c47
Fix CMake errors in CGAL demos, with CMake<3.4
2017-11-20 10:41:44 +01:00
Laurent Rineau
cf6522dba6
Fix CMake error on Windows about Boost.Thread and CGAL_Core
2017-11-20 10:40:45 +01:00
Mael Rouxel-Labbé
36a5a43111
Fixed 'Is_Gabriel' using wrong offsets in 27-sheeted triangulations
2017-11-17 17:21:45 +01:00
Mael Rouxel-Labbé
b0eb340e7f
Merge remote-tracking branch 'mine/P3T3-Fix_Gabriel_functions-GF' into P3RT3-Fix_Gabriel_functions-GF
2017-11-17 17:14:18 +01:00
Mael Rouxel-Labbé
8baa0be80f
Fixed 'Is_Gabriel' using wrong offsets in 27-sheeted triangulations
2017-11-17 17:04:48 +01:00
Laurent Rineau
e3bc760374
Fix compilation
2017-11-17 15:17:19 +01:00
Laurent Rineau
891a83840e
Merge branch 'CMake-parse_CTest_XML_output-lrineau' into CGAL-new_cmake-GF
2017-11-17 15:03:57 +01:00
Laurent Rineau
8a260c4c32
Remove CGAL setup flags
...
@afabri This commit removes our tricks with the compilation flags.
2017-11-17 12:57:12 +01:00
Laurent Rineau
25dffa1710
Modern usage of Qt5 CMake scripts, to allow CMAKE_WARN_DEPRECATED
2017-11-17 12:54:13 +01:00
Sébastien Loriot
dd5a9163d0
update the replacement string for URL
2017-11-17 12:28:33 +01:00
Sébastien Loriot
19adf3b05e
make the doc match struct/class with the implementation
2017-11-17 11:34:55 +01:00
Laurent Rineau
1dd41508fe
Fix the syntax error with CMake<=3.3
2017-11-17 11:33:56 +01:00
Laurent Rineau
0c5ffa9968
Fix Boost usage on Windows
2017-11-17 11:06:32 +01:00
Sébastien Loriot
eda6d41e8f
replace $URL$ and $Id$ when generating a release
2017-11-17 08:40:16 +01:00
Sébastien Loriot
76a543fd3b
clean up comments
2017-11-17 07:36:44 +01:00
Sébastien Loriot
203f7cd51e
merge two loops
2017-11-17 07:28:45 +01:00
Sébastien Loriot
dfbb997f48
add a first version of the cmake script to create a release
2017-11-17 07:09:28 +01:00
Laurent Rineau
21dabf1b1b
Add compilation tests for demos
2017-11-16 18:45:33 +01:00
Laurent Rineau
bbee705221
Add compilation tests for demos
2017-11-16 18:38:15 +01:00
Sébastien Loriot
5ae86589b1
rename archive directory
2017-11-16 17:34:44 +01:00
Sébastien Loriot
8e63440ad2
remove dont_submit file
2017-11-16 17:30:34 +01:00
Sébastien Loriot
b2f65226fd
remove unused file
2017-11-16 17:19:24 +01:00
Sébastien Loriot
abf157819c
remove unused doxygen files
2017-11-16 17:15:06 +01:00
Sébastien Loriot
8b72eacb8b
use a uniform name for TODO files
2017-11-16 17:10:05 +01:00
Sébastien Loriot
700351d093
remove useless files
2017-11-16 16:50:52 +01:00
Sébastien Loriot
3f0614cf66
remove all doxygen configuration files
2017-11-16 16:43:02 +01:00