Commit Graph

184 Commits

Author SHA1 Message Date
Sylvain Pion dc3bf72707 Remove changes.txt files. 2008-07-24 17:47:16 +00:00
Fernando Cacciola 4dda59ea0d Removed boost_relaxed_heap.hpp since it comes alrady in boost 1.33.1 which is the minimum required 2008-07-21 14:14:02 +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
Sylvain Pion 4b8d636be5 Add missing CGAL:: qualification for call to determinant(). 2008-04-17 07:50:53 +00:00
Sylvain Pion fb21258faf Add missing header <climits> (Boost bug). 2008-04-12 21:35:41 +00:00
Sylvain Pion 1d8779b171 Rename the following functions:
det2x2_by_formula
  det3x3_by_formula
  det4x4_by_formula
  det5x5_by_formula
  det6x6_by_formula
to:
  determinant

How cute...  a name independent of the dimension, and even readable !
2008-04-09 13:35:34 +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 afddfc4fca CMake scripts for demos/examples/test added 2008-02-06 19:06:24 +00:00
Fernando Cacciola 5c6c3a6635 Unneeded tex files removed 2008-01-03 15:00:03 +00:00
Sylvain Pion 88ed563f44 Remove some workarounds for SunPRO + RW's STL:
CGAL_CFG_MISSING_TEMPLATE_VECTOR_CONSTRUCTORS_BUG
CGAL_CFG_RWSTD_NO_MEMBER_TEMPLATES  (partially so far)
CGAL_make_vector
CGAL_make_list
2008-01-03 14:50:13 +00:00
Sylvain Pion a46b55bf71 The files "changes.txt", "description.txt", "long_description.txt" and "maintainer"
are now under /trunk/$Package/package_info/$Package/ .
2007-12-02 15:06:42 +00:00
Sylvain Pion 055009cc58 Remove the need for mentionning todo files and doxygen files. 2007-11-03 21:15:36 +00:00
Marc Glisse df8c51f577 More of the "no constructor from iterators for vectors" workaround. 2007-08-27 10:09:41 +00:00
Fernando Cacciola eb655ddee1 Demo removed as it was not GUI-based (same happened in 3.3-branch) 2007-06-06 15:53:28 +00:00
Andreas Fabri 21e20e4d42 3.3 branch -> trunk 2007-06-04 14:28:57 +00:00
Andreas Fabri a9b1edf177 3.3 branch -> trunk 2007-06-04 14:14:12 +00:00
Andreas Meyer 3ad6028729 replaced largest space-consuming images by smaller jpegs 2007-06-01 18:53:54 +00:00
Andreas Meyer 7ed1a00c04 merge manual fixed from 3.3 branch back intro trunk:
svn merge -r 38751:38754 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38773:38775 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38783:38784 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38795:38796 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38815:38816 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38827:38829 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38834:38836 ~/projects/CGAL/branches/CGAL-3.3-branch
2007-05-28 23:05:00 +00:00
Andreas Meyer 8105c2551d moved label below caption 2007-04-12 21:17:27 +00:00
Andreas Meyer d528fe3c86 fixed layout issues 2007-04-12 15:02:52 +00:00
Fernando Cacciola f0dfb6c67b Doc fixes 2007-04-05 18:11:23 +00:00
Fernando Cacciola e0c1b259d0 Doc fixes 2007-04-04 16:04:27 +00:00
Fernando Cacciola ce5b4688a3 Fixed layout to better suite manual 2007-04-04 16:03:58 +00:00
Andreas Fabri 11d84a8c24 A little bit longer description 2007-04-02 12:59:16 +00:00
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 732a1ed46f 3.4 -> 3.3 2007-03-29 08:43:29 +00:00
Andreas Fabri b19d4283fc removed unused parameters 2007-03-26 08:11:41 +00:00
Andreas Fabri 3fc1f76a56 removed unused parameters 2007-03-26 08:03:27 +00:00
Fernando Cacciola fe6636b146 Unused args warnings fixed 2007-03-23 14:28:33 +00:00
Fernando Cacciola f7a9e51240 Fix to new test suite (according to first results) 2007-03-20 15:30:19 +00:00
Fernando Cacciola 7b414004ec Demo and examples updated 2007-03-20 14:33:21 +00:00
Fernando Cacciola d89cddceec New test suite 2007-03-19 14:40:37 +00:00
Andreas Fabri 37636ee34b remove unused parameter 2007-03-19 07:54:01 +00:00
Andreas Fabri 8bab00d134 fixed path for figure 2007-03-14 14:04:25 +00:00
Andreas Fabri c44dea64e2 Added illustration 2007-03-13 13:09:24 +00:00
Sylvain Pion b2630cd7e1 Apply trailing whites-spaces and leadgin+trailing empty-lines cleanups
to demo/**/*.h and .cpp.
2007-03-10 16:55:12 +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
Fernando Cacciola 5af62e3065 duplicate assertion functions removed (they shown undefined in linux-gcc4.0.2) 2007-03-08 21:49:44 +00:00
Fernando Cacciola 99a482f86e Fixed audit parsing in Linux
Fixed testsuite to handle unstable ordering of edges with equal collapse cost
2007-03-08 20:48:48 +00:00
Fernando Cacciola 86cc842d4d Testsuite for Surface_mesh_simpification fixed 2007-03-06 20:47:41 +00:00
Sylvain Pion dd22fc8188 Move the main() function into the 2 "wrapper" .cpp files, and rename
the old one (in the included .cpp file) to aux_main().
This way, I can remove one more cgal_test script.
2007-02-28 19:14:35 +00:00
Fernando Cacciola 9529f8ae18 Audits regenerated and extended for better regression diagnostics 2007-01-30 16:07:14 +00:00
Sylvain Pion 27f4e0f57f (fix last buggy commit)
These cgal_test/makefile do not seem to bring anything compared to the default generated.
2007-01-27 17:46:03 +00:00
Sylvain Pion 46c0898e02 These cgal_test/makefile do not seem to bring anything compared to the default generated. 2007-01-27 17:44:57 +00:00
Fernando Cacciola 947da49ab7 Reflecting documentation fixes 2007-01-18 14:32:47 +00:00
Sylvain Pion 40d0fb8d35 Fix all "align=center" in <img> by "align=middle". 2007-01-13 21:49:03 +00:00
Laurent Saboret 9d0d302a87 Fixed svn properties of whole trunk 2006-12-18 09:37:55 +00:00
Sylvain Pion 29d13841fb Uniformize the format. Add some missing/updates. 2006-12-17 11:58:21 +00:00