Commit Graph

492 Commits

Author SHA1 Message Date
Laurent Saboret a8287d45a2 Point_3 type must be protected 2007-05-11 13:40:47 +00:00
Laurent Saboret c77455015c Fix of taucs_system_memory_size() and taucs_available_memory_size() in TAUCS for CGAL 3.3 alpha 2007-05-09 08:24:04 +00:00
Laurent Saboret f29be78532 Commented out traces 2007-04-24 13:34:11 +00:00
Laurent Saboret c02f0947e2 Fixed g++ warning about tempnam() being deprecated 2007-04-24 13:33:51 +00:00
Laurent Saboret 8481fa282c Fixed compilation error introduced in r38419 2007-04-24 09:05:22 +00:00
Laurent Saboret 6c1560542a Fixed 'deprecated conversion from string constant to char*' warning with g++ 4.x 2007-04-23 13:42:37 +00:00
Laurent Saboret 7c2497c5d0 More spell checking 2007-04-23 12:11:29 +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
Laurent Saboret be8a4eb8a8 Initialize m_is_valid when expensive preconditions are off! 2007-01-15 15:17:08 +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 ecb74b736d Added comments 2006-12-04 08:37:50 +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 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
Andreas Fabri c2a2ab091c fixed min/max problem 2006-08-17 09:02:53 +00:00
Andreas Fabri e8b4b62ee6 Fixed min max problem 2006-07-31 22:39:25 +00:00
Laurent Saboret fe39f6f3af Surface_mesh_parameterization is now compatible with debug libstdc++ 2006-05-24 09:29:28 +00:00
Laurent Saboret d7e0e76eb0 Reverted r31207 that does not compile on Windows 2006-05-22 10:11:21 +00:00
Laurent Saboret 5c341db1e5 Replaced call to tempnam() by an home-made version of tmpnam() to avoid gcc warning 2006-05-19 15:11:50 +00:00
Laurent Saboret 81dc1914dd Fixed compilation warning with VC++ 7.1 2006-04-26 13:54:53 +00:00
Laurent Saboret 181b4dd883 Use multithreaded DLL runtime on Windows/Visual C++.
Note: impossible to debug anymore with VC++ :-(
2006-04-21 14:31:27 +00:00
Laurent Saboret ea51b7e532 Fixed bug in cgal_taucs_available_memory_size(): don't do anything if not Linux 2006-03-24 16:52:08 +00:00
Laurent Saboret 8c06330b95 Declare cgal_taucs_available_memory_size() as inline 2006-03-23 14:36:46 +00:00
Laurent Saboret b6146fd8a7 Turn on TAUCS trace with DEBUG_TRACE preprocessor definition (temporary) 2006-03-20 15:52:38 +00:00
Laurent Saboret ce976769ea Fixed bug in taucs_system_memory_size() on Linux 2.6 2006-03-20 11:37:20 +00:00
Laurent Saboret 86adba238c Clarify documentation about symmetric/asymmetric matrices 2006-03-20 11:22:05 +00:00
Laurent Saboret 445397cbe8 Added detection of TAUCS library at installation time 2006-03-16 17:21:55 +00:00
Laurent Saboret 0fded29ea2 Fixed bug in taucs_system_memory_size() on Linux 2.6 2006-03-16 10:04:02 +00:00
Laurent Saboret 0008b436c7 Port to gcc 3.4.4 2006-03-14 14:06:05 +00:00
Laurent Saboret ca33a2d68f Huge optimization! Filling a TAUCS matrix is about 100 times faster 2006-03-13 09:43:26 +00:00
Laurent Saboret 73c5acf1a3 Huge optimization! Filling a TAUCS matrix is about 100 times faster! 2006-03-10 18:41:27 +00:00
Laurent Saboret 2d7dbed6da Large changes of the user manual requested by MK:
- added paragraph about exact arithmetic and algorithmic complexity (BL)
- concepts are now described at the begining of the user manual
- mesh cutting is better explained (picture provided by PA)
- improved description of available solvers
- reference pages are listed thematically in the reference manual
- Fixed UML diagrams in Software Design section

Other changes requested by PA:
- pictures of algorithms output in 2D (EPS)
2006-03-09 17:15:04 +00:00
Laurent Saboret 05939a56b8 Removed not-yet-implemented features (as requested by MK):
- border parameterization on any convex polygon
- check matrix conditioning
2006-03-06 15:33:44 +00:00
Laurent Saboret c7dfff5de9 Removed not-yet-implemented features (as requested by MK) 2006-03-06 14:14:28 +00:00
Laurent Saboret d83784ed18 Replaced 'one to one' and '1 to 1' by 'one-to-one' (as requested by MK) 2006-03-06 13:32:35 +00:00
Laurent Saboret 10f027705b Changed pointers to mesh to references all over the package (as requested by MK) 2006-03-03 10:37:36 +00:00
Laurent Saboret d2777b879a Changed pointers to mesh to references all over the package (as requested by MK) 2006-03-03 09:33:29 +00:00
Laurent Saboret 096b377421 Rename Parameterization package as Surface_mesh_parameterization 2006-03-01 19:32:05 +00:00
Laurent Saboret 67c39d4bc8 Rename Parameterization package as Surface_mesh_parameterization 2006-03-01 19:18:48 +00:00
Laurent Saboret f1c2d63b1a Rename Parameterization package as Surface_mesh_parameterization 2006-03-01 17:20:56 +00:00
Laurent Saboret 880ece127c Rename Parameterization package as Surface_mesh_parameterization 2006-03-01 16:43:35 +00:00