Laurent Rineau
1d63eeb5dc
Add support for testing on Android
2017-11-14 10:39:35 +01:00
Laurent Rineau
264c23294f
Ease the cross-compilation
2017-11-14 10:38:51 +01:00
Laurent Rineau
260c4dac61
Fix the API of cgal_add_test
2017-11-03 15:05:35 +01:00
Laurent Rineau
252eb66dc2
Split cgal_add_test further, with the new cgal_setup_test_properties
2017-11-03 11:13:49 +01:00
Laurent Rineau
855d995e1e
Improvements
...
- split `cgal_add_test()` into `cgal_add_test()` and
`cgal_add_compilation_test()`
- `cgal_add_test()` have more parameters:
- an optional custom `TEST_NAME`,
- extra arguments to use for the test.
- Add CTest support for `test/Sweep_line_2/`
2017-11-03 09:34:55 +01:00
Laurent Rineau
39cb35b134
Avoid CMake errors with CMake<=3.4
2017-10-31 13:37:43 +01:00
Laurent Rineau
633374027b
Do not run a test if the compilation failed
...
The test binary may have been compiled in a previous compilation.
But if the current compilation failed, do not run the test.
2017-10-26 19:50:40 +02:00
Laurent Rineau
6c24ed92e5
Deal with comments (`#`) in test/Set_movable_separability_2/*.cmd
2017-10-24 11:46:40 +02:00
Laurent Rineau
1fbdd79363
Avoid adding the same test twice
2017-10-23 16:10:06 +02:00
Laurent Rineau
45d60917e4
Use CMake 3.7 fixtures, to execute in a dedicated directory
2017-10-20 17:02:32 +02:00
Laurent Rineau
a335b979f2
Include the file only once, in a all-CGAL build
2017-10-20 17:02:15 +02:00
Laurent Rineau
e73c95d4cd
Do not test demos
2017-10-20 17:01:43 +02:00
Laurent Rineau
9a127c6f5d
Add CMake option CGAL_CTEST_DISPLAY_MEM_AND_TIME
...
"Display memory and real time usage at end of CTest test outputs"
2017-10-20 10:26:11 +02:00
Laurent Rineau
a63cfa9612
Parse the XML file Test.xml from `ctest -D`
...
... eventually, that will help move from our testsuite scripts to
CTest testsuite, plus CDash.
2017-10-20 00:15:04 +02:00
Laurent Rineau
75e61a8eb9
Merge pull request #2471 from jubalh/master
...
Include OpenGL ES for arm
2017-10-13 16:53:44 +02:00
Laurent Rineau
05a3370ad3
Rename to <CGAL/functional.h>
2017-10-04 16:32:11 +02:00
Laurent Rineau
7e9f756935
Replace all std::unary_function by CGAL::unary_function
2017-10-04 15:57:09 +02:00
Andreas Fabri
2c2e26f07e
Include CGAL/unary_function.h
2017-10-04 13:36:00 +01:00
Michael Vetter
154c48e8e3
Include OpenGL ES for arm
...
If we compile CGAL with having Qt present on arm, Qt will use OpenGL ES
headers. But CGAL/gl.h includes specifically include <GL/gl.h> which are
the desktop headers. They cannot be mixed.
2017-09-27 15:59:28 +02:00
Sebastien Loriot
cd085f8880
Merge pull request #2369 from MaelRL/P2T2-Add_alpha_shapes-GF
...
Periodic_2_triangulation_2: Add support for alpha shapes
2017-09-27 15:49:13 +02:00
Laurent Rineau
f8c5efb9e3
Merge pull request #2373 from sgiraudot/Classification-GF
...
Classification (new package)
2017-09-22 15:18:52 +02:00
Laurent Rineau
bac0452224
Merge branch 'releases/CGAL-4.11-branch'
2017-09-18 16:53:29 +02:00
Laurent Rineau
52f8481d44
Prepare CGAL-4.11
2017-09-18 16:52:24 +02:00
Laurent Rineau
037cba3fae
Merge pull request #2336 from maxGimeno/Detect_features-GF
...
PMP: Detect features
2017-09-18 14:29:55 +02:00
Laurent Rineau
f7bdc97380
Merge pull request #2425 from MaelRL/Interpolation-Fix_gradient_fitting-GF
2017-09-15 16:58:03 +02:00
Mael Rouxel-Labbé
ed5d8311fe
Modified changes.html
2017-09-13 16:25:02 +02:00
Simon Giraudot
0e3695b991
Update changes.html + package description
2017-09-12 07:39:19 +02:00
Simon Giraudot
38663431a1
Merge branch 'Classification-GF-old' into Classification-GF
2017-09-11 11:53:13 +02:00
Simon Giraudot
fe8b47f373
Update changes.html
2017-09-11 10:32:14 +02:00
Laurent Rineau
fda741e038
Merge pull request #2259 from efifogel/Set_movable_separability_2-tau
...
new package: 2D Movable Separability of Sets (2D Casting)
2017-09-08 17:40:40 +02:00
Laurent Rineau
76f427a329
Merge pull request #2399 from lrineau/CGAL-ease_cross_compilation-GF
...
Ease the cross-compilation (to Android for example)
2017-09-07 17:30:40 +02:00
Laurent Rineau
6fbfc14241
Merge pull request #2399 from lrineau/CGAL-ease_cross_compilation-GF
...
Ease the cross-compilation (to Android for example)
2017-09-07 17:20:24 +02:00
Laurent Rineau
cef2f82bce
Merge pull request #2386 from afabri/Surface_mesh-fix_doc-GF
...
Document breaking change
2017-09-07 17:19:34 +02:00
Laurent Rineau
08676e21fa
Do not test the files config/testfiles/*.cpp while cross-compiling
2017-09-06 16:52:33 +02:00
Laurent Rineau
f002ab7d3c
Merge pull request #2254 from maxGimeno/Output_surface_facets_to_facegraph-GF
...
Surface_mesher: Output Surface Facets To Facegraph
2017-09-04 15:09:44 +02:00
Andreas Fabri
1af69b33f9
Document that the mesh is no longer cleared in operator>>(istream, Surface_mesh)
2017-09-04 13:34:02 +01:00
Laurent Rineau
07ffeab72c
Merge pull request #2357 from sloriot/CMake-install_var_relative
...
Make install paths relative as documented
2017-08-28 12:57:07 +02:00
Laurent Rineau
7d04e54da5
Merge pull request #2360 from sloriot/Update_license_files
...
Update license files
2017-08-28 12:50:54 +02:00
Laurent Rineau
e00851da24
Merge pull request #2357 from sloriot/CMake-install_var_relative
...
Make install paths relative as documented
2017-08-28 12:50:36 +02:00
Laurent Rineau
63f5286372
Merge pull request #2375 from sloriot/Cmake-remove_FindCGAL
...
Remove files no longer needed since CGAL uses the config mode of cmake
2017-08-28 12:49:55 +02:00
Simon Giraudot
97aefb29b6
Add license for Classification
2017-08-28 10:18:53 +02:00
Sébastien Loriot
a3cbacd968
remove files no longer needed since CGAL uses the config mode of cmake
2017-08-25 17:00:22 +02:00
Simon Giraudot
7a79bf6580
Remove useless modifications
2017-08-25 15:51:58 +02:00
Simon Giraudot
6c4b27c743
Merge branch 'Classification-GF-old' into Classification-GF
2017-08-25 14:28:10 +02:00
Sébastien Loriot
a89784027b
update files
2017-08-24 14:19:56 +02:00
Sébastien Loriot
f51f0cba1a
update messages
2017-08-24 14:19:29 +02:00
Mael Rouxel-Labbé
9a3973634a
Modified changes.html
2017-08-24 11:33:56 +02:00
Sébastien Loriot
7c6f6fc966
generate license files
2017-08-23 09:22:05 +02:00
Sébastien Loriot
1035aa802e
display the name of the macro in the error and warning messages
...
this eases the creation of license.h file
2017-08-23 09:21:29 +02:00
Sébastien Loriot
ab56ebb4e6
make PMP subpackage license file generated
2017-08-23 09:19:10 +02:00