Commit Graph

60 Commits

Author SHA1 Message Date
Philipp Möller 864aebe2e5 Merge next.
This commit also updates the respective mock-headers when the
corresponding .tex documentation has changed. This has been the case for:

AABB_tree/doc_tex/AABB_tree_ref/AABBGeomTraits.tex
AABB_tree/doc_tex/AABB_tree_ref/AABBTraits.tex
AABB_tree/doc_tex/AABB_tree_ref/AABB_traits.tex
Mesh_3/doc_tex/Mesh_3_ref/parameters_features.tex
Mesh_3/doc_tex/Mesh_3_ref/parameters_no_features.tex
Number_types/doc_tex/NumberTypeSupport_ref/Interval_nt.tex
Number_types/doc_tex/NumberTypeSupport_ref/Lazy_exact_nt.tex
Spatial_searching/doc_tex/Spatial_searching_ref/Search_traits_2.tex
Spatial_searching/doc_tex/Spatial_searching_ref/Search_traits_3.tex
Triangulation_2/doc_tex/Triangulation_2_ref/Constrained_Delaunay_triangulation_2.tex
2012-09-12 14:14:22 +00:00
Philipp Möller e65a8028ea Replace tex-style quotes with quotes that you would expect, as there
is no way to handle them in the converter.

Needs to be revert before this is being merged into next.
2012-08-02 12:55:15 +00:00
Laurent Rineau db194534c7 First big patch to fix -Wunused-local-typedefs
-Wunused-local-typedefs is a new warning flag of gcc-4.7, and it will enabled
 by -Wall since gcc-4.8 (not yet released).

The fix is a big set of removals of unused typedefs (or comments, or moves,
depending on the context).
2012-08-01 13:29:16 +00:00
Laurent Rineau a37c74d534 Add license files, per package 2012-01-16 15:54:22 +00:00
Laurent Rineau 8f59fd9592 Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Sébastien Loriot 554f62d411 remove executable property from copyright files 2011-10-03 08:18:16 +00:00
Andreas Fabri d10a333947 Add a file with the copyright holder(s) to the package_info 2011-09-29 20:45:16 +00:00
Sébastien Loriot 4b0b05894e last merge from next before reintegrate 2011-05-31 11:45:17 +00:00
Sébastien Loriot ca13392880 CGAL -> \cgal\ 2011-05-30 12:36:57 +00:00
Sébastien Loriot d5c2355419 merge the modification from experimental packages to
the candidate branch of the feature + few name bug fixes
2011-04-12 11:34:37 +00:00
Sébastien Loriot 52317dd49f add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE
by namespace CGAL { and } //namespace CGAL. in all .h and .cpp files
in a directory.
Apply it to all packages in the trunk
Remove macro definition from the config.h file.
2010-06-09 07:37:13 +00:00
Sylvain Pion 85dc12f2a7 Remove empty lines at beginning and end of files
(apply Scripts/developer_scripts/remove_empty_lines.pl).
2010-02-01 12:55:28 +00:00
Sylvain Pion a02661edbc Remove obsolete makefile 2009-08-20 14:16:12 +00:00
Sylvain Pion dc3bf72707 Remove changes.txt files. 2008-07-24 17:47:16 +00:00
Sylvain Pion 79864c0c8e Remove Arity_tag. 2008-07-22 12:29:01 +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
Andreas Meyer 20315de571 * replaced CGAL_test_assert with ::assert, instead of CGAL_assertion
* removed include/Testsuite/assert.h
2008-03-19 13:45:36 +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
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
Andreas Meyer 6623d525eb * replaced assert in */test/*/*.{cpp,h} with CGAL_test_assertion
* replaced #include <assert.h> with the according CGAL/Testsuite/assert.h
2007-11-07 21:35:42 +00:00
Andreas Meyer fdeedcf8b0 some low level code cleanup. renamed
* CGAL_error to CGAL_error_msg
* introduced a macro CGAL_error()
* added some words about CGAL_error to the developers manual
* renamed most of assert(x) into CGAL_assertion(x)
* renamed exit(x) with x != 0 , CGAL_assertion(false) and assert(false) into CGAL_error
* CORE left untouched, OpenNL changed
2007-11-07 16:51:18 +00:00
Sylvain Pion 9c1dafa587 Remove more semi-colons inside \ccNestedType (for the manual index). 2007-04-17 09:50:09 +00:00
Andreas Fabri afe00c0d86 .C -> .cpp 2007-02-28 11:59:20 +00:00
Andreas Fabri 4cb2c2c9b6 .C -> .cpp 2007-02-28 11:59:03 +00:00
Michael Hemmer 477c2e1254 rm function make_root_of_2(NT,int,NT)
use make_root_of_2(NT,NT,NT)
2006-12-18 07:58:36 +00:00
Michael Hemmer d0eb962543 rm function make_root_of_2(const NT &a, int b_, const NT &c)
use: make_root_of_2(const NT &a, const NT& b_, const NT &c)
2006-12-17 13:28:08 +00:00
Sylvain Pion 29d13841fb Uniformize the format. Add some missing/updates. 2006-12-17 11:58:21 +00:00
Andreas Fabri ecc0366cad Include Quotient.h for VC++ 2006-10-16 12:30:49 +00:00
Pedro Machado Manhaes de Castro badbf38620 Algebraic_kernel_for_circles (instead of Algebraic_kernel) 2006-08-25 11:11:34 +00:00
Pedro Machado Manhaes de Castro 58cc31f182 Algebraic_kernel_for_circles (instead of Algebraic_kernel) 2006-08-25 11:11:10 +00:00
Pedro Machado Manhaes de Castro 7a0981a109 Algebraic_kernel_for_circles (instead of Algebraic_kernel) 2006-08-25 10:48:22 +00:00
Pedro Machado Manhaes de Castro 6c27d0f406 Algebraic_kernel_for_circles (instead of Algebraic_kernel) 2006-08-25 10:47:55 +00:00
Pedro Machado Manhaes de Castro b91bc8a404 Algebraic_kernel_for_circles (instead of Algebraic_kernel) 2006-08-25 10:46:52 +00:00
Pedro Machado Manhaes de Castro df414f318e Algebraic_kernel_for_circles (instead of Algebraic_kernel) 2006-08-25 10:44:55 +00:00
Pedro Machado Manhaes de Castro 864dd91c21 Algebraic_kernel_for_circles (instead of Algebraic_kernel) 2006-08-25 10:44:47 +00:00
Pedro Machado Manhaes de Castro 43a7a592c7 Algebraic_kernel_for_circles (instead of Algebraic_kernel) 2006-08-25 10:35:12 +00:00
Pedro Machado Manhaes de Castro 5622abcd51 Algebraic_kernel_for_circles (instead of Algebraic_kernel) 2006-08-25 10:32:48 +00:00
Pedro Machado Manhaes de Castro e938538628 Algebraic_kernel_for_circles (instead of Algebraic_kernel) 2006-08-25 10:30:10 +00:00
Pedro Machado Manhaes de Castro 2e73971cfe Algebraic_kernel_for_circles (instead of Algebraic_kernel) 2006-08-25 09:45:34 +00:00
Pedro Machado Manhaes de Castro 6bcc1a32bf Algebraic_kernel_for_circles (instead of Algebraic_kernel) 2006-08-25 09:42:52 +00:00
Pedro Machado Manhaes de Castro 0d3a5bac65 Algebraic_kernel_for_circles (instead of Algebraic_kernel) 2006-08-25 09:40:23 +00:00
Pedro Machado Manhaes de Castro 11b68a0623 Algebraic_kernel_for_circles (instead of Algebraic_kernel) 2006-08-25 09:39:44 +00:00
Pedro Machado Manhaes de Castro 2e12578953 Algebraic_kernel_for_circles (instead of Algebraic_kernel) 2006-08-25 09:38:23 +00:00
Pedro Machado Manhaes de Castro fe3babf59f Algebraic_kernel_for_circles (instead of Algebraic_kernel) 2006-08-25 09:03:04 +00:00
Pedro Machado Manhaes de Castro 5ff5498558 Algebraic_kernel_for_circles (instead of Algebraic_kernel) 2006-08-25 09:02:22 +00:00
Pedro Machado Manhaes de Castro f9dbd88a21 Algebraic_kernel_for_circles (instead of Algebraic_kernel) 2006-08-25 09:00:37 +00:00
Pedro Machado Manhaes de Castro 515ff205d4 Algebraic_kernel_for_circles (instead of Algebraic_kernel) 2006-08-25 09:00:23 +00:00