Sébastien Loriot
ab48f63e30
update latest cmake version tested
2021-11-09 10:58:47 +01:00
Sébastien Loriot
fb6f703b55
IO namespace for files in IO directories
2021-05-04 14:36:06 +02:00
Maxime Gimeno
c49152359c
update max version of cmake and announce the new minimal in CHANGE.md
2021-04-15 15:08:54 +02:00
Sébastien Loriot
f4935dc199
Merge branch 'CGAL-Eigen3_support-5.1'
2021-01-15 10:54:02 +01:00
Sébastien Loriot
eecb00534e
fix macro name to be consistent with find_package
2021-01-15 10:43:34 +01:00
Maxime Gimeno
9c15f2c9dc
Use FeatureSummary in the demo, and remove CGAL_FOUND
2020-08-04 12:46:17 +02:00
Maxime Gimeno
7915057945
add missing includes
2020-05-29 16:35:21 +02:00
Simon Giraudot
421096fd7f
Use imported targets everywhere
2020-04-15 14:06:13 +02:00
Sébastien Loriot
8bb22d5b2c
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of the 5.0 release branch
+ manual fix of the files (indentation was changed in the meantime):
* Spatial_sorting/include/CGAL/Multiscale_sort.h
* Spatial_sorting/test/Spatial_sorting/test_multiscale.cpp
2020-03-26 14:26:59 +01:00
Sébastien Loriot
8b153fb495
Merge branch 'cgal/releases/CGAL-5.0-branch'
...
whitespace+tab removal, merged with option -Xignore-space-change
2020-03-26 14:22:32 +01:00
Sébastien Loriot
0779373835
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of 4.14 release branch
+ manual fix on one line in:
* Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
* .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
Sébastien Loriot
0a46621dc6
Merge branch 'cgal/releases/CGAL-4.14-branch'
...
whitespace+tab removal, merged with option -Xignore-all-space
2020-03-26 13:28:46 +01:00
Sébastien Loriot
590612a563
run the script to remove tabs and trailing whitespaces
2020-03-26 13:25:16 +01:00
Simon Giraudot
6c8fd43ebb
Use CGAL_target_use_* mechanism for Eigen, LASLIB, OpenCV, TensorFlow, GLPK, SCIP, Boost IOStreams and Serialization
2020-02-10 11:57:56 +01:00
Laurent Rineau
4fbf00fb8a
CMake>=3.13: opt for for new policies up to 3.15
2019-06-19 14:34:59 +02:00
Laurent Rineau
870ff45168
Merge pull request #3886 from lrineau/CGAL-Adapt_to_Boost_1.70-GF
...
Adapt to Boost 1.70
2019-05-07 15:48:03 +02:00
Laurent Rineau
aebb058b58
Merge pull request #3886 from lrineau/CGAL-Adapt_to_Boost_1.70-GF
...
Adapt to Boost 1.70
2019-05-07 15:45:00 +02:00
Laurent Rineau
e7d60760b9
Minimized the diff
...
Minimized the diff between:
- `examples/Classification/CMakeLists.txt`, and
- `test/Classification/CMakeLists.txt`.
2019-04-30 11:22:52 +02:00
Laurent Rineau
02dd93fc27
Boost Iostreams: link with ZLIB, if not Windows
...
If Boost static libraries are used, then ZLIB must be linked with
manually. With Boost shared libraries, the shared library
`boost_iostreams` itself is linked with ZLIB.
2019-04-30 11:21:47 +02:00
Simon Giraudot
bd2a66ffcd
Remove deprecated parts of Classification
2019-04-03 11:51:29 +02:00
Simon Giraudot
7518d5642a
Remove CGAL::Classification::RGB_Color and HSV_Color and just use CGAL::Color everywhere
2019-04-03 11:51:29 +02:00
Laurent Rineau
962afbfade
Merge pull request #3343 from sgiraudot/Point_set_3-v2-GF
...
[Small Feature] Point Set 3 v2
2019-02-13 15:38:53 +01:00
Simon Giraudot
c43ebbad8d
Propagate API change to classification test
2019-02-07 11:36:05 +01:00
Simon Giraudot
c81fbe4688
Move all classifiers based on other libraries to dedicated namespaces
2019-01-07 11:50:02 +01:00
Simon Giraudot
b79fef9cc8
Update number of feature generated in assertion (3 new features * 5 scales)
2018-12-18 10:47:49 +01:00
Simon Giraudot
eeed92c94d
Fix usage of concept Range (no resize() method, size should be taken care of by the user
2018-12-12 09:16:57 +01:00
Simon Giraudot
7ac0eccbb9
Add function to copy random forest classifier
2018-12-11 12:52:37 +01:00
Guillaume Damiand
7d406fbb9c
Merge branch 'master' into CGAL-cmake_cleanup-gdamiand
2018-11-05 07:32:58 +01:00
Guillaume Damiand
92ba7fa6c9
Update minimum cmake required version in all CMakeLists.txt
2018-10-18 14:49:23 +02:00
Guillaume Damiand
0bd9088b5a
Remove all include( ) and include( CGAL_CreateSingleSourceCGALProgram ) in CMakeLists.txt; they are no more required.
2018-10-17 14:17:08 +02:00
Guillaume Damiand
7f09308d33
Remove all include_directories(BEFORE ../../include) in CMakeLists.txt
2018-10-17 13:07:22 +02:00
Andreas Fabri
0b188f6dbf
With VC++ you must open a binary stream
2018-10-12 10:37:43 +02:00
Simon Giraudot
adc108ca75
Fix warning unused variable
2018-10-12 10:36:15 +02:00
Simon Giraudot
55b269d12a
Rename test to avoid conflict with other package
2018-10-04 15:39:49 +02:00
Simon Giraudot
55581cbdec
Update test_io with latest Local_eigen_analysis API
2018-10-04 12:08:06 +02:00
Simon Giraudot
98402a7cd9
Add test for IO functions of Classification
2018-10-04 12:04:46 +02:00
Simon Giraudot
c15704177d
Add dependency to Boost BZIP2 on Windows
2018-07-06 11:23:15 +02:00
Simon Giraudot
c2dc2f7a98
Bugfix in test: do not use temporary reference for threaded parts (+ add verbosity)
2018-07-05 09:08:29 +02:00
Simon Giraudot
c50ccdbcde
Fix not found library notice in CMakeLists
2018-07-05 09:08:28 +02:00
Simon Giraudot
241bbdb16a
Update CMakeLists.txt messages to trigger testsuite missing requirement detection
2018-07-05 09:08:28 +02:00
Simon Giraudot
4ceb1b3f39
Replace CGAL_assertion() by assert() in tests
2018-07-05 09:08:28 +02:00
Simon Giraudot
754f44167d
Update assertion with new number of generated features
2018-07-05 09:08:27 +02:00
Simon Giraudot
9a5a4770a5
Handle deprecated code (deprecated warnings + test)
2018-07-05 09:08:26 +02:00
Simon Giraudot
9a25a1248d
Update doc, examples and tests of Classification
2018-07-05 09:07:32 +02:00
Andreas Fabri
8d15f77479
Workaround for silencing a cmake warning for older versions
2018-01-17 08:54:06 +00:00
Simon Giraudot
3d17f81308
Fix bug in CMakeLists: WIN23 -> WIN32
2018-01-15 11:00:20 +01:00
Simon Giraudot
86090bf447
Adapt CMakeLists.txt to the Win32 specific Boost/ZLIB dependencies
2018-01-12 14:15:04 +01:00
Simon Giraudot
0c2aa33cc1
Fix CMakeLists management of CXX required features
2018-01-12 14:15:04 +01:00
Simon Giraudot
d9ee692059
Fix CMakeLists (exit() -> return())
2018-01-12 14:15:04 +01:00
Simon Giraudot
59780674e7
Fix Boost mixed-up required / optional_components
2018-01-12 14:15:03 +01:00