Ophir Setter
ef48e6975a
unsigned K parameter in orthogonal search
2008-07-27 16:46:13 +00:00
Sylvain Pion
dc3bf72707
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
Sylvain Pion
82f4aee076
Rename *.C to *.cpp
2008-07-16 08:32:34 +00:00
Laurent Saboret
91f0bbfe23
Optimization:
...
Store the neighbors found in a std::set, instead of a list sorted by insertion sort (in type NN_list).
This makes insertion O(log n) instead of O(n).
2008-07-08 14:45:38 +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
e262ad5053
Documentation bug : Iso_cuboid_d -> Iso_box_d
2008-04-17 11:41:36 +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
071ce3622d
Do not submit Kd_tree_d_new.h as it has never been finished and does not compile.
2008-01-12 20:43: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
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
Sylvain Pion
ef264999b3
Renaming of Compact_container's construct_insert() to emplace() to match C++0x.
...
It breaks backward compat, but I doubt many people use Compact_container directly.
Make it use variadic templates, while at it.
2007-10-20 20:51:59 +00:00
Fernando Cacciola
88111fcf70
VS project files merged back
2007-06-06 15:35:17 +00:00
Andreas Fabri
01e763217b
3.3 branch -> trunk
2007-06-04 14:27:09 +00:00
Andreas Fabri
a9b1edf177
3.3 branch -> trunk
2007-06-04 14:14:12 +00:00
Andreas Fabri
9bb51b4ac0
add demo
2007-05-04 14:56:20 +00:00
Andreas Fabri
88d0413012
allow empty tree and fix search for empty tree
2007-05-02 08:28:37 +00:00
Andreas Fabri
eda8168d4e
bg, initial input, label, fix target all:
2007-05-02 08:27:49 +00:00
Andreas Meyer
c1e9765ff4
manual fix: moved labels inside sectioning command
2007-04-18 14:20:12 +00:00
Sylvain Pion
ab5385124e
Spell check.
2007-04-17 16:23:38 +00:00
Sylvain Pion
9c1dafa587
Remove more semi-colons inside \ccNestedType (for the manual index).
2007-04-17 09:50:09 +00:00
Sylvain Pion
baff80a374
Remove semi-colons inside \ccNestedType as this pollutes the manual index.
2007-04-17 09:44:29 +00:00
Andreas Fabri
ea71b8eaa1
.C ->.cpp and autolinking
2007-04-11 13:59:20 +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
65e54d10e3
comment unused argument name
2007-03-23 18:58:22 +00:00
Andreas Fabri
b10177c003
Removed unused parameter
2007-03-21 17:11:17 +00:00
Andreas Fabri
a029a732b1
fixed typo
2007-03-20 08:45:17 +00:00
Andreas Fabri
d321f25957
removed unused parameters
2007-03-20 08:28:26 +00:00
Andreas Fabri
8862af2002
Added illustration
2007-03-19 19:22:14 +00:00
Andreas Fabri
b64dc7e5ee
Added illustration
2007-03-19 19:01:57 +00:00
Andreas Fabri
fdbaee74b0
removed unused parameters
2007-03-17 09:21:06 +00:00
Joachim Reichel
d08f6bea45
replace obsolete variable CGAL_QT_LDFLAGS by CGAL_LDFLAGS
2007-03-11 09:54:17 +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
05840a8f17
Cleanup of white spaces and empty lines also under examples/*/*.h.
2007-03-10 16:45:36 +00:00
Sylvain Pion
847c23a15e
Removing leading and trailing empty lines from all example files.
...
Using the following Perl script:
-----------------------------------------------------
#!/usr/bin/perl
local($/) = undef;
my $text = <>;
$text =~ s/\A\n+//mg;
$text =~ s/\n+\Z/\n/mg;
print "$text";
-----------------------------------------------------
2007-03-10 16:17:17 +00:00
Sylvain Pion
8bfd7a00e5
Manually remove the remaining "//file:" lines.
2007-03-10 15:03:39 +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
Sylvain Pion
b8b87ab5a5
Actually, the "// file: example_bla.cpp" lines are not needed anymore,
...
since the manual tools know it. So let's just remove them (many were
not uptodate with the filemane anyway).
2007-03-10 14:48:00 +00:00
Sylvain Pion
23edc11d3b
Fix all first lines of examples "// file : example_file.C" to .cpp suffix.
...
Using :
for i in * ; do cd $i ; for f in examples/*/*.cpp ; do ( head -1 $f | grep file | grep -v '\.cpp' ) && echo $f && perl -pi.bak -e 's/\.C$/.cpp/' $f ; done ; cd .. ; done
2007-03-10 14:34:05 +00:00
Sylvain Pion
d82965e1eb
warning--
2007-03-08 10:05:31 +00:00
Fernando Cacciola
6e56e11e77
Fixed is_empty() bug that was causing "test/Splitters.exe" to assert
2007-03-07 19:34:29 +00:00
Sylvain Pion
884c477f20
macros must be prefixed by CGAL_
2007-02-15 21:24:48 +00:00
Sylvain Pion
8097c5193a
remove useless makefile, same as generated by cgal_create_makefile
2007-01-27 20:49:31 +00:00
Fernando Cacciola
721515e9c1
Fixed uninitialized iterators problem
2006-12-11 14:46:55 +00:00
Sylvain Pion
c03659bc7a
global update of maintainer files
...
(remove Lutz, Sven, Matthias, Geert-Jan...)
2006-12-05 14:01:13 +00:00
Andreas Meyer
3d0c94d0fb
fixed a typo
2006-10-04 12:32:35 +00:00
Andreas Fabri
c633c74240
minmax fixes
2006-08-18 21:22:28 +00:00