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
Simon Giraudot
8c725b75a9
Fix CMakeLists: make components of Boost needed for classif optional
2018-01-12 14:15:03 +01:00
Simon Giraudot
b9126941ad
Improve CMakeLists of classification
2018-01-12 14:15:02 +01:00
Laurent Rineau
0681ac6dbc
Fix the TBB_USE_FILE warnings
2017-11-15 17:00:02 +01:00
Simon Giraudot
3bf3401c6f
Disable boost 64/32b intergers warning on Windows
2017-09-11 11:38:17 +02:00
Simon Giraudot
b4d843ef84
Fix various errors and warnings from windows testsuite
2017-09-05 08:20:17 +02:00
Simon Giraudot
2dc463d4ba
Fix more conversion warnings
2017-08-31 15:33:30 +02:00
Simon Giraudot
5f5d27f1a8
Fix all implicit convertion warnings
2017-08-30 10:46:49 +02:00
Simon Giraudot
f808a11146
Fix CMakeLists project names
2017-08-29 17:10:14 +02:00
Simon Giraudot
1052bb6522
Update examples and test
2017-08-25 15:33:26 +02:00
Simon Giraudot
aac29a8949
Remove outdated tests
2017-08-25 14:35:21 +02:00
Simon Giraudot
50c5221377
test for point set classifier
2017-01-10 10:35:47 +01:00
Simon Giraudot
3450868674
Add test for classifier
2017-01-10 10:12:26 +01:00
Simon Giraudot
31278c59cb
Change package name, namespaces, etc.
2016-11-03 10:05:45 +01:00