Andreas Fabri
e1793f56f4
Add f to a floating point constant in order to suppress VC++ warning
2010-08-05 12:02:59 +00:00
Laurent Rineau
07c73ca08d
Remove no-longer-used GNUmakefile (and deps)
2009-08-20 13:58:10 +00:00
Laurent Rineau
df242c52e8
Remove no-longer-used GNUmakefile
2009-08-20 13:46:43 +00:00
Laurent Rineau
af92177877
Merge:
...
//
// New Revision: 49507
// Author: lrineau
// Date: 2009-05-20 12:02:02 +0200 (Wed, 20 May 2009)
//
// Log message:
//
// Add a comment about the *squared* radius of the sphere.
//
//
// Modified files
// branches/CGAL-3.4-branch/Surface_mesher/examples/Surface_mesher/mesh_an_implicit_function.cpp
2009-05-20 10:08:13 +00:00
Laurent Rineau
8f0da95348
Fourth fix. :-(
2008-12-18 19:41:52 +00:00
Laurent Rineau
fa912f218c
Add NOTICE: where needed, so that the test results scripts can generate a "r".
2008-11-10 11:09:21 +00:00
Fernando Cacciola
547bffecd9
Put CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS in the right place for cmake 2.4
2008-11-06 13:03:41 +00:00
Fernando Cacciola
994028ec51
Prefixed CreateSingleSourceCGALProgram.cmake with CGAL_
2008-11-04 13:09:48 +00:00
Fernando Cacciola
70fa9503fd
Added CMP0003 policy
2008-11-04 12:30:29 +00:00
Laurent Rineau
f10a590672
Mass-remove vcproj files.
2008-10-21 09:21:22 +00:00
Laurent Rineau
9655708777
Submit a home-made CMakeLists.txt script, to add CGAL ImageIO in
...
dependencies.
2008-10-14 08:50:01 +00:00
Laurent Rineau
2656fde736
Fix typo.
2008-10-03 13:54:38 +00:00
Laurent Rineau
e6eeb2d1a8
Remove auto-generated CMakeLists.txt
2008-10-02 11:12:51 +00:00
Andreas Fabri
d254e5f188
Made custom CMakeList.txt file as applications need ImageIO
2008-09-09 14:08:52 +00:00
Laurent Rineau
b420015e93
Fix parameters in the example.
2008-05-20 12:05:10 +00:00
Fernando Cacciola
f93437ca22
Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release)
2008-05-05 14:01:55 +00:00
Laurent Rineau
abec7d79bc
Minor tweaks of GNU makefiles, not submitted, only for local uses.
2008-04-28 13:06:31 +00:00
Fernando Cacciola
b704509dcf
Examples/Demos/Test CMake scripts updated
2008-03-05 21:14:02 +00:00
Fernando Cacciola
a659cd852a
Added project() and conditional test for CGAL_DIR
2008-02-14 15:42:36 +00:00
Fernando Cacciola
14043c43a0
Replaced CGALROOT by CGAL_DIR (the latters is used by CMake automatically)
2008-02-08 17:47:21 +00:00
Fernando Cacciola
279eb55b13
Some cmake scripts for demos and examples fixed
2008-02-07 14:58:33 +00:00
Fernando Cacciola
afddfc4fca
CMake scripts for demos/examples/test added
2008-02-06 19:06:24 +00:00
Laurent Rineau
9f6d7c59d7
- Do not submit examples/Surface_mesher/polyhedron_remesher.cpp, that does
...
not compile, for now (it requires the octree).
- Remove examples/Surface_mesher/makefile, that no longer seems to be used.
2007-10-21 21:00:25 +00:00
Fernando Cacciola
e96a837000
Example project files updated
2007-06-21 13:10:51 +00:00
Fernando Cacciola
8d2b0faf24
Merged back from 3.3-branch
2007-06-06 16:13:11 +00:00
Fernando Cacciola
88111fcf70
VS project files merged back
2007-06-06 15:35:17 +00:00
Laurent Rineau
37c7266f76
Merge the branch "temporary_branch_during_trunk_freeze" back to the trunk.
...
Details below (thank to svnmerge).
Merged revisions 38016,38018-38083,38085-38637 via svnmerge from
svn+ssh://lrineau@scm.gforge.inria.fr/svn/cgal/branches/temporary_branch_during_trunk_freeze/Surface_mesher
........
r38022 | lrineau | 2007-04-10 15:11:14 +0200 (Tue, 10 Apr 2007) | 1 line
no-op modifications
........
r38023 | lrineau | 2007-04-10 15:13:06 +0200 (Tue, 10 Apr 2007) | 1 line
add an intersection computation method to the polyhedral oracle: Triangle-curve
........
r38026 | lrineau | 2007-04-10 16:14:12 +0200 (Tue, 10 Apr 2007) | 1 line
use vectors instead of lists, and use the correct type Facet_circulator from C2t3
........
r38028 | lrineau | 2007-04-10 16:18:48 +0200 (Tue, 10 Apr 2007) | 5 lines
- Use sets or vectors instead of lists
- Add marked edges
- Marked edges are not removed when incident facets are removed.
They are counted isolated, instead
........
r38029 | lrineau | 2007-04-10 16:33:09 +0200 (Tue, 10 Apr 2007) | 2 lines
typos
........
r38306 | lrineau | 2007-04-18 17:58:24 +0200 (Wed, 18 Apr 2007) | 1 line
new version, that should work, now. :-S
........
r38327 | lrineau | 2007-04-19 03:13:46 +0200 (Thu, 19 Apr 2007) | 1 line
add Edge_info into C2t3, and make the surfacic centers be cached into those edge infos
........
r38328 | lrineau | 2007-04-19 03:36:21 +0200 (Thu, 19 Apr 2007) | 1 line
forgot that part
........
r38413 | lrineau | 2007-04-23 02:22:23 +0200 (Mon, 23 Apr 2007) | 1 line
new version o Surface_mesher, with documentation.
........
r38635 | lrineau | 2007-05-11 15:49:29 +0200 (Fri, 11 May 2007) | 1 line
fix compilation
........
r38636 | lrineau | 2007-05-11 15:49:52 +0200 (Fri, 11 May 2007) | 1 line
updated documentation
........
r38637 | lrineau | 2007-05-11 15:50:12 +0200 (Fri, 11 May 2007) | 1 line
update for piecewise-smooth surfaces
........
2007-05-11 14:09:56 +00:00
Andreas Fabri
ea71b8eaa1
.C ->.cpp and autolinking
2007-04-11 13:59:20 +00:00
Sylvain Pion
ffe1e4ec1c
More redundant filename removal.
...
The only survivors should be under Arrangement_2/examples
(some Doxygen syntax is used, so I don't touch them).
2007-03-10 15:22:41 +00:00
Laurent Rineau
75935083c1
move examples/Surface_mesher/inputs (which was "dont_submitted") to demo.
2007-02-28 18:19:49 +00:00
Laurent Rineau
82e942be8a
- Move examples/Surface_mesher/ImageIO/data/skull_2.9.inr.gz to
...
examples/Surface_mesher/data/, and unzip it to avoid the need of zlib.
I cannot just use CGAL_USE_ZLIB in
examples/Surface_mesher/mesh_a_3d_gray_image.cpp because the example is
included in the documentation.
2007-02-28 18:17:30 +00:00
Laurent Rineau
674157e90d
- CGALimageIO cleanup: finish to (re)move things from
...
examples/Surface_mesher/ImageIO/ to src/CGALimageIO/. It means:
- remove examples/Surface_mesher/ImageIO/imageio.mk
- add src/CGALimageIO/LICENSE
- fix a warning
2007-02-28 18:14:24 +00:00
Laurent Rineau
6c6cbdcb1c
The commit that will break everthing:
...
- New library: libCGALimageIO
- make shared libraries for CORE, and Benchmark.
2007-02-02 16:10:06 +00:00
Sylvain Pion
65a4d64c34
Does not bring anything compared to the default generated one.
2007-01-27 17:53:14 +00:00
Andreas Fabri
c7eac65c2d
Help VC++ to match a function
2006-09-27 19:52:28 +00:00
Andreas Fabri
02d2373e83
Help VC++ to match by adding the namespace scope
2006-09-21 08:05:59 +00:00
Laurent Rineau
23b7d4e311
- documentation of Surface_mesh_default_triangulation_3
...
- big cleaning of examples/Surface_mesher/
2006-08-09 13:57:34 +00:00
Laurent Rineau
239b8d706d
major switch from .C to .cpp. Andreas's script left a lot of things that
...
had to be fixed manually.
2006-07-10 09:56:38 +00:00
Laurent Rineau
c46d6791fc
minor fix in examples/Surface_mesher/ImageIO/imageio.mk
2006-07-10 09:53:50 +00:00
Andreas Fabri
be0f6c1665
changed .C to .cpp in examples
2006-07-09 19:48:49 +00:00
Laurent Rineau
bf07fad719
new way of dealing with dependencies, in my packages
2006-07-05 16:28:34 +00:00
Laurent Rineau
d0d24488f5
- in Surface_mesher:
...
- remove deprecated include/CGAL/Surface_mesher/Implicit_surface.h
- rename CGAL::Surface_mesher::Implicit_surface_oracle to
CGAL::Surface_mesher::Implicit_surface_oracle_3
and then, rename include/CGAL/Surface_mesher/Implicit_surface_oracle.h
to include/CGAL/Surface_mesher/Implicit_surface_oracle_3.h
- in Mesh_3: adapt code to the above change.
2006-06-26 12:42:39 +00:00
Laurent Rineau
5c6b881a1d
** In Surface_mesher:
...
- remove subdirectories of include/CGAL/Surface_mesher: files of Criteria/
and Oracles/ are moved one step back.
- repear the polyhedral oracle
- Implicit_oracle.h is now Implicit_surface_oracle.h (and the class has
been renamed too.
- no longer "Kernel_point" trick in Implicit_surface_oracle.h
- *but* "Kernel_point" trick is needed in Polyhedral_oracle.h! :-(
** In Mesh_3:
- repear examples/Mesh_3/polyhedral_surface_mesher.C
- add two input files in ./inputs/*.off (with their medit files)
2006-06-13 13:08:19 +00:00
Laurent Rineau
8d43b786ae
Copy Mesh_2, Mesh_3 and Surface_mesher, from the branch
...
"cannot_wait_for_CGAL-3.2" to the trunk.
My idea: the branch is the real working version, and I want it to be joined
back to the trunk:
__________________________ cannot_wait_for_CGAL-3.2 branch
/ \
/ \
-------------------------------------------- trunk
S M
The modification of the trunk between the splitting point S and the merging
point M has already been merged into "cannot_wait_for_CGAL-3.2".
The trunk versions of these three packages have been removed already.
2006-06-06 13:38:17 +00:00
Laurent Rineau
24535549b2
Remove trunk of Mesh_2, Mesh_3 and Surface_mesher.
...
Do not worry: I will "svn cp" the branch "cannot_wait_for_CGAL-3.2" into the
trunk, and the trunk will inherit from the logs of the branch.
My idea: the branch is the real working version, and I want it to be joined
back to the trunk:
__________________________ cannot_wait_for_CGAL-3.2 branch
/ \
/ \
-------------------------------------------- trunk
S M
The modification of the trunk between the splitting point S and the merging
point M has already been merged into "cannot_wait_for_CGAL-3.2".
2006-06-06 13:36:22 +00:00
Andreas Fabri
48cbac69b1
A dedicated vcproj file, as it needs imageio
2006-05-17 15:48:11 +00:00
Laurent Rineau
bf91dce952
- the patch of 15 April broke examples.
...
- s/ZLIB/CGAL_USE_ZLIB/
- ugly hack: need to include <CGAL/compiler_config.h> in imageio.h!
2006-04-21 08:25:41 +00:00
Laurent Rineau
7c9efd472c
try to fix the zlib problem
2006-04-19 09:23:53 +00:00
Laurent Saboret
87d65f75e3
Fixed svn properties of ASCII files (as defined by Maintenance/svn_client/config)
2006-04-18 12:42:52 +00:00
Laurent Rineau
cb024c46f3
Recoded the file LICENSE to ascii, with native eol.
...
Added svn:eol-style=native.
2006-04-13 14:47:16 +00:00