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
Guillaume Damiand
249b41b569
Wip
2015-03-16 14:41:45 +01:00
Clement Jamin
4fe4313caa
Fix typo
2015-03-16 14:23:31 +01:00
Guillaume Damiand
9c78897ba5
Merge branch 'CGAL_headers_only-gdamiand_cjamin-old' into CGAL_headers_only-gdamiand_cjamin
2015-03-16 14:00:43 +01:00
Guillaume Damiand
28cf600b2f
Inline only analyze.cpp
2014-12-15 21:20:34 +01:00
Guillaume Damiand
ebc4300334
Header only for random.cpp.
...
For the header only version, the global variable default_random no more exist => we need to replace all occurences of default_random by a call to the global function get_default_random().
As usual, no modification for the non header only version.
2014-11-14 14:20:26 +01:00
Jane Tournois
9c4038d267
add consistency in the use of size_t everywhere
2014-11-13 11:13:35 +01:00
Jane Tournois
f9e7e834a8
fix the use of istringstream
2014-11-12 10:46:43 +01:00
Jane Tournois
1957fe9d92
%zu in printf/scanf is not supported by most windows compilers
...
%zu does not match the ANSI norm either
We should use %Iu on Windows, %zu on other platforms.
So let's remove %zu and %Iu, and use C++ stringstream(s) instead
2014-11-06 14:22:59 +01:00
Jane Tournois
6529a13915
wdim should also be a std::size_t
2014-10-24 13:51:23 +02:00
Jane Tournois
127a07b0b1
fix warnings
2014-10-21 10:47:49 +02:00
Jane Tournois
b4a8992e2a
complete the use of std::size_t instead of unsigned int in Image_IO
2014-10-20 13:06:33 +02:00
Jane Tournois
06eb921215
fix the use of integers
...
patch suggested by Bryn Lloyd on cgal-discuss to avoid an integer overflow
problem that occurs when generating a 3D mesh from very large images
2014-10-20 12:39:03 +02:00
Laurent Rineau
36d8b5bd18
Convert source files encoding to utf-8
...
All non-ASCII files should be encoded in UTF-8. So far, the ZSH script
`Scripts/developer_scripts/detect_wrong_encoding` detects wrong encoding
in source/header files of include/, src/, and doc/.
2014-08-01 11:20:13 +02:00
Clement Jamin
fbf824c711
Merge branch 'Mesh_3-parallel-cjamin'
...
This branch introduces parallel algorithms in Triangulation_3 and Mesh_3,
as well as a Concurrent_compact_container. The corresponding features are:
https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Parallel_triangulation_3
https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Parallel_Mesh_3
Tested in CGAL-4.5-Ic-98.
Approved by the Release Manager.
2014-07-17 19:08:24 +02:00
Sébastien Loriot
bb191be68b
use cmake variable instead of hard-coded lib names
...
trivial bugfix for master
2014-07-15 11:32:52 +02:00
Clement Jamin
f19c4b29d8
Fix MSVC warnings
2014-07-03 16:18:48 +02:00
Laurent Rineau
6a93169874
Fix warnings from g++-4.8, about unsigned int used with %i or %u, in scanf
2013-04-19 14:09:49 +02:00
Laurent Rineau
3f9df99964
Partially revert the commit 455190a2e4
...
The commit 455190a2e4 contains debugging code
that should have never being commited (and does not compile if
CGAL_USE_ZLIB is not defined).
2013-03-18 15:40:29 +01:00
Andreas Fabri
455190a2e4
removed one parameter too much
2013-03-01 08:55:10 +01:00
Laurent Rineau
26a7e70785
New license.txt files (eol changes)
...
The new version 2.13.0 of licensecheck has changed the spaces at eol.
2013-02-19 16:46:39 +01:00
Eric Berberich
4dc69cd3c0
this demo needs ImageIO
...
Now only raise a "r" instead of a compile error in testsuite if CGAL_ImageIO=OFF
2012-10-10 12:06:11 +00:00
Laurent Rineau
7fbe8d6bef
That package has been renamed, but but its package_info.
2012-10-09 09:24:27 +00:00
Laurent Rineau
2db4effa7e
CMake: Fix the handling of cmake_policy
...
That is a followup-to my commit last year:
| ------------------------------------------------------------------------
| r63198 | lrineau | 2011-04-28 19:45:22 +0200 (Thu, 28 Apr 2011) | 5 lines
|
| Try to fix my last revision about cmake_policy, with CMake-2.6.x
|
| CMake gives an error if one tries to use cmake_policy(VERSION x.y.z) if
| x.y.z is greater than the current CMake version.
|
| ------------------------------------------------------------------------
The following check:
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" VERSION_GREATER 2.6)
is useless just after a call to:
cmake_minimum_required(VERSION 2.6.2)
The script used to fix that was:
#!/usr/bin/env perl
$replacement=<<'END';
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION}" VERSION_GREATER 2.8.3)
cmake_policy(VERSION 2.8.4)
else()
cmake_policy(VERSION 2.6)
endif()
END
while(<>) {
if(/if\("\${CMAKE_MAJOR_VERSION}.\${CMAKE_MINOR_VERSION}" VERSION_GREATER 2.6\)/) {
while(<>) {
if(/^endif\(\)/) {
print "$replacement";
while(<>) {
print;
}
exit 0
}
}
}
print;
}
2012-08-22 12:35:03 +00:00
Eric Berberich
1d686a07b5
new packagename
2012-08-05 11:22:11 +00:00
Eric Berberich
0608eba0f1
correct library names
2012-08-03 18:09:57 +00:00
Eric Berberich
326179f482
packagename reflects library name (CGAL_ImageIO is shipped with CGAL)
2012-08-03 17:31:39 +00:00