Andreas Meyer
41169fc270
* updated howtocite bibkeys for upcoming 3.3 release
...
* typo fixes/cosmetic changes
2007-03-29 17:40:13 +00:00
Sylvain Pion
d5159785e6
Fix unused argument warning.
2007-03-23 19:03:09 +00:00
Andreas Fabri
d6e8c65707
unify default arguments in absence of Boost ProgramOptions with cmd file
2007-03-20 12:59:02 +00:00
Andreas Fabri
b41cffe456
unify default arguments in absence of Boost ProgramOptions with cmd file
2007-03-20 12:58:38 +00:00
Andreas Fabri
81fa1871fd
default values in absence of Boost ProgramOptions
2007-03-20 10:24:56 +00:00
Andreas Fabri
2ee2c6877b
removed unused parameters
2007-03-17 09:28:37 +00:00
Joachim Reichel
4f47903a25
moved src/Core to src/CGALCore
...
moved include/CORE to include/CGAL/CORE
moved include/OpenNL to include/CGAL/OpenNL
renamed libcore++ to libCGALcore++
2007-03-13 18:10:39 +00:00
Andreas Fabri
fb549aaca0
suppress warnings by commenting unused parameters
2007-03-12 12:15:00 +00:00
Andreas Fabri
53c798d8c0
removed unused variables
2007-03-12 12:04:21 +00:00
Andreas Fabri
3461b26439
cleanup
2007-03-11 19:45:44 +00:00
Andreas Fabri
ab4c3ff20a
Fixes for program options
2007-03-11 19:44:19 +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
Sylvain Pion
6fb5cb906b
Remove trailing white spaces and end of lines.
...
(using : perl -pi.bak -e 's/\s+$/\n/' */examples/*/*.cpp )
2007-03-10 14:59:41 +00:00
Andreas Fabri
9913651cc7
replace options.cpp by usage of boost program options
2007-03-08 15:16:43 +00:00
Andreas Fabri
3ccd9855ef
replace options.cpp by usage of boost program options
2007-03-08 15:15:34 +00:00
Andreas Fabri
c65a25cfec
replace options.cpp by usage f boost program options
2007-03-08 15:13:48 +00:00
Andreas Fabri
b4f3264f06
removed options.h
2007-03-08 15:12:50 +00:00
Andreas Fabri
13ff38aeba
removed the accidental GPL header
2007-03-08 15:12:26 +00:00
Andreas Fabri
d6c5e91285
stdlib and stdio are not needed
2007-03-07 16:56:51 +00:00
Andreas Fabri
98a55d53d2
added teaser
2007-02-20 19:55:49 +00:00
Sylvain Pion
931c0dfa05
remove cgal_test as it is the same as the default-generate one
2007-02-15 23:31:25 +00:00
Sylvain Pion
83fc6b33f5
create_cgal_test now generates the same as this one (forgets files which do not have main()).
2007-02-15 23:23:36 +00:00
Laurent Saboret
b1e1b6576b
Automatic update of the reference manual
2007-02-07 08:47:21 +00:00
Laurent Saboret
185b833084
Change log for CGAL 3.3
2007-02-06 08:31:23 +00:00
Laurent Saboret
be8a4eb8a8
Initialize m_is_valid when expensive preconditions are off!
2007-01-15 15:17:08 +00:00
Laurent Saboret
5acf3212bf
Undo revision 35475
2006-12-15 10:16:52 +00:00
Laurent Saboret
5aea6fab87
Fixed 2 crashing bugs in Parameterization_mesh_patch_3 (see fork.off and butterfly-2faces.off).
...
Added is_valid to ParameterizationMesh_3 concept.
Added back traces (if DEBUG_TRACE is defined).
2006-12-08 17:03:40 +00:00
Laurent Saboret
c5f77f2351
Fixed svn:eol-style property of scripts and makefiles
2006-12-08 16:49:35 +00:00
Laurent Saboret
688307e266
Remove output file if test fails.
2006-12-08 16:14:45 +00:00
Laurent Saboret
258df72389
Fixed 2 crashing bugs in Parameterization_mesh_patch_3 (see fork.off and butterfly-2faces.off).
...
Added is_valid to ParameterizationMesh_3 concept.
Added back traces (if DEBUG_TRACE is defined).
2006-12-08 16:12:22 +00:00
Laurent Saboret
b63c7336a1
Better error handling
2006-12-04 11:02:33 +00:00
Laurent Saboret
4a7623521d
Copied Jacobi and SSOR preconditioners for OpenNL's BICGSTAB and Conjugate Gradient from Graphite 1.9. Uses by default Jacobi preconditioner.
2006-12-04 09:13:31 +00:00
Laurent Saboret
987377c0b6
Fixed bug: use solver optimized for symmetric definite positive matrices for LSCM method
2006-12-04 08:39:07 +00:00
Laurent Saboret
ecb74b736d
Added comments
2006-12-04 08:37:50 +00:00
Laurent Saboret
3ecd838242
Log file moved to test/ subfolder
2006-12-04 08:36:32 +00:00
Laurent Saboret
7816f27c69
Fixed execution error on Cygwin
2006-12-04 08:35:46 +00:00
Laurent Saboret
fce2decf79
Added back debug code that truncates floating point values in OBJ and EPS outputs, in order to ease files comparison (if DEBUG_TRUNCATE_OUTPUT is defined)
2006-12-04 08:33:43 +00:00
Laurent Saboret
80f61dfaf6
Fixed clashes with min/max macros in Windows.h
2006-08-31 09:36:41 +00:00
Laurent Saboret
1684a3d07f
Fixed clash with ERROR_NOT_ENOUGH_MEMORY #define in Windows header
2006-08-31 09:35:52 +00:00
Laurent Saboret
3f3300946e
Update .C -> .o rule to .cpp (used to crash with gcc 3.3.4)
2006-08-30 13:49:02 +00:00
Laurent Saboret
0608743a77
Fix about taucs.h and Windows.h both defining min/max as macros and C++ headers as functions
2006-08-24 13:18:34 +00:00
Laurent Saboret
563dcb9dc9
Rename .C files as .cpp (end)
2006-08-24 12:58:00 +00:00
Laurent Saboret
94cf886ffe
automatically generated
2006-08-21 15:41:47 +00:00
Laurent Saboret
5199806fe1
automatically generated
2006-08-21 15:41:01 +00:00
Laurent Saboret
b3cf9b824e
Renamed check_16_2048.bmp as check_64x64.bmp
2006-08-21 15:32:59 +00:00
Andreas Fabri
8c7284f20e
minmax fixes
2006-08-18 21:32:52 +00:00
Andreas Fabri
c2a2ab091c
fixed min/max problem
2006-08-17 09:02:53 +00:00
Andreas Meyer
b454b3febd
manual cleanup:
...
* .C ---> .cpp
* removed ../examples from paths
* moved some demo/example files out of doc_tex into their respective place
* now it should build properly, again
2006-08-07 16:43:09 +00:00
Sylvain Pion
15bcc33768
Mesh_cutter.C -> .cpp
2006-08-06 22:11:09 +00:00
Andreas Fabri
e8b4b62ee6
Fixed min max problem
2006-07-31 22:39:25 +00:00