Andreas Fabri
13ff46e8d5
Add a static global singleton responsible for deallocation of memory to avoid vld warning
2016-01-18 14:24:37 +01:00
Andreas Fabri
1fa552c1cb
Explain usage when called without arguments
2016-01-13 16:16:33 +01:00
Andreas Fabri
57ad151cd4
ImageIO no longer depends on VTK
...
* The non-documented WITH_VTK is no longer supported.
* The function CGAL::Image_3::read_vtk_image_data
has been replaced by a global function.
* Added Mesh_3/examples/Mesh_3/mesh_3D_gray_vtk_image.cpp
2016-01-13 15:50:54 +01:00
Laurent Rineau
9404a1e0ef
Fix compilation errors when WITH_VTK=ON in CMake
2016-01-11 16:28:13 +01:00
Sebastien Loriot
78dc72841e
Merge pull request #562 from sgiraudot/CGAL-Remove_register_keyword-GF
...
Remove deprecated "register" keyword
2015-12-18 16:52:14 +01:00
Sébastien Loriot
dd955cef30
Merge pull-request #483 from 'janetournois/Mesh_3-gray_level_image_oracle-lrineau'
...
Mesh 3 : add gray level image oracle
2015-12-18 16:46:46 +01:00
Simon Giraudot
f21cb46900
Remove deprecated "register" keyword
2015-12-17 08:20:56 +01:00
Andreas Fabri
c5ee0a9139
Include missing header
2015-12-08 11:25:00 +01:00
Andreas Fabri
0a1ecead08
Do not use a std::set to find the at most 8 different labels
2015-12-06 18:44:05 +01:00
Jane Tournois
3f308a48af
Merge branch 'Mesh_3-gray_level_image_oracle-lrineau-old' into Mesh_3-gray_level_image_oracle-lrineau
2015-11-17 11:16:53 +01:00
Maxime Gimeno
864c95ae08
Fix for #295
...
- Replacement of assert() by CGAL_assertion()
2015-10-29 10:39:53 +01:00
Jane Tournois
745a4f0288
Revert "fix conversion warning"
...
This reverts commit 74e5117dfb .
2015-10-13 12:38:16 +02:00
Jane Tournois
74e5117dfb
fix conversion warning
2015-10-13 12:06:26 +02:00
Guillaume Damiand
e4342d50d2
Merge remote-tracking branch 'cgal-dev/CGAL_headers_only-gdamiand_cjamin' into CGAL_headers_only-gdamiand_cjamin
2015-10-01 09:48:54 +02:00
Guillaume Damiand
cf1c0ea0ca
Merge branch 'CGAL_headers_only-gdamiand_cjamin-OLD' into CGAL_headers_only-gdamiand_cjamin
2015-10-01 09:12:55 +02:00
Sébastien Loriot
d0bd9c6557
fix conversion from float to unsigned char warning
2015-07-22 14:18:59 +02:00
Laurent Rineau
f9917c487e
CMake 2.8.11
2015-07-13 12:36:43 +02:00
Laurent Rineau
6d892480be
Merge branch 'lrineau/CGAL_ImageIO-fix_VTK_6_support-lrineau' into CGAL-Qt5_support-GF
...
Conflicts:
CGAL_ImageIO/demo/CGALimageIO/CMakeLists.txt
Installation/changes.html
2015-07-10 18:05:25 +02:00
Laurent Rineau
15c1469a54
CGAL requires CMake>=2.8.11.
2015-07-10 17:01:42 +02:00
Laurent Rineau
9550a41b67
Merge pull request #133 from bo0ts/Installation-add_exports-pmoeller
...
Add a CGALExports.cmake file
Conflicts:
GraphicsView/src/CGAL_Qt5/CMakeLists.txt
Installation/cmake/modules/CGALConfig_binary.cmake.in
Installation/cmake/modules/CGALConfig_install.cmake.in
There was also a conceptual conflict in:
Installation/src/CMakeLists.txt
2015-07-10 14:03:20 +02:00
Laurent Rineau
3ec0c69f8f
We want 2.8.10 for all demos
...
Previous versions are not tested by the CGAL daily test suite.
2015-07-09 17:50:22 +02:00
Laurent Rineau
6b24740299
Update the VTK support to VTK 6.x
2015-07-09 14:44:02 +02:00
Sébastien Loriot
e199f546d4
remove QT4 specific code
2015-07-07 19:36:04 +02:00
Laurent Rineau
e5bcdc5f3e
Update all CMakeLists.txt
...
- CMake 2.8.11 or later is now required
- GLEW is no longer used by demo/Polyhedron/
2015-07-06 18:14:34 +02:00
Philipp Möller
33a1fdbcbc
Replace CGAL_LIBRARY with the actual CGAL target
...
The variable CGAL_LIBRARY is no longer defined within the build as it is
completely unnecessary and using the actual target allows more features.
2015-07-03 12:30:23 +02:00
Guillaume Damiand
4bbe2a82e9
Add missing #include; add some case IO::PRETTY to avoid some warning.
2015-06-12 14:08:29 +02:00
Guillaume Damiand
b13fbae825
Move #include in header file instead of cpp.
2015-06-09 15:09:35 +02:00
Guillaume Damiand
1712a1b889
Modify #include for CGAL_ImageIO after the moves of header files
2015-03-26 21:16:09 +01:00
Guillaume Damiand
808c7c02fa
Move .h files of CGAL_ImageIO in src/CGAL_ImageIO/ (their original position)
2015-03-26 19:59:18 +01:00
Guillaume Damiand
0e31ccf5e5
Remove commented lines
2015-03-17 08:58:25 +01:00
Guillaume Damiand
7457fc2fc7
Replace #include name
2015-03-16 21:17:42 +01:00
Guillaume Damiand
cca136c131
Wip
2015-03-16 18:06:53 +01:00
Guillaume Damiand
f2576275de
typo in #include
2015-03-16 16:26:28 +01:00
Guillaume Damiand
e887fc1606
Ok for cgal_imageio
2015-03-16 16:22:01 +01:00
Clement Jamin
87579773c0
Merge branch 'CGAL_headers_only-gdamiand_cjamin' of github.com:CGAL/cgal-dev into CGAL_headers_only-gdamiand_cjamin
2015-03-16 16:16:42 +01:00
Clement Jamin
75e831e92e
inr now header-only
2015-03-16 16:16:24 +01:00
Guillaume Damiand
1f9e9eb57f
Replace include to use CGAL/
2015-03-16 16:15:29 +01:00
Guillaume Damiand
af94bfd463
Merge branch 'CGAL_headers_only-gdamiand_cjamin' of github.com:CGAL/cgal-dev into CGAL_headers_only-gdamiand_cjamin
2015-03-16 16:11:10 +01:00
Guillaume Damiand
a4afce92b6
Image_3, ImageIO, vmpendian and fgets
2015-03-16 16:11:01 +01:00
Clement Jamin
27cb122059
pnm now header-only
2015-03-16 16:05:47 +01:00
Clement Jamin
d5f5d3859b
iris now header-only
2015-03-16 15:57:56 +01:00
Clement Jamin
3eb3d85517
Merge branch 'CGAL_headers_only-gdamiand_cjamin' of github.com:CGAL/cgal-dev into CGAL_headers_only-gdamiand_cjamin
2015-03-16 15:47:22 +01:00
Clement Jamin
c5185334a1
Remove useless include
2015-03-16 15:45:53 +01:00
Guillaume Damiand
162c6c2cc0
bmp ho
2015-03-16 15:45:38 +01:00
Clement Jamin
b144467ac6
Reech4x4 now header only
2015-03-16 15:45:37 +01:00
Guillaume Damiand
d07a62fb56
Merge branch 'CGAL_headers_only-gdamiand_cjamin' of github.com:CGAL/cgal-dev into CGAL_headers_only-gdamiand_cjamin
2015-03-16 15:40:35 +01:00
Guillaume Damiand
34737af0e8
gis and gif are header only
2015-03-16 15:40:18 +01:00
Clement Jamin
ae11a78b8e
recbuffer now header-only
2015-03-16 15:25:59 +01:00
Clement Jamin
9eb08ce947
Merge branch 'CGAL_headers_only-gdamiand_cjamin' of github.com:CGAL/cgal-dev into CGAL_headers_only-gdamiand_cjamin
2015-03-16 14:47:55 +01:00
Clement Jamin
46a1756b00
mincio now header-only
2015-03-16 14:44:51 +01:00