Sylvain Pion
|
452629b73a
|
Spell check.
|
2007-04-17 16:20:09 +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
|
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
|
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
|
493f5b362b
|
Switch from QPL to LGPL
|
2007-03-07 11:37:05 +00:00 |
Andreas Meyer
|
61e6c8731b
|
commented out ccIncludeExampleCode because example
code is missing
|
2007-02-27 23:05:12 +00:00 |
Andreas Fabri
|
3af44c7832
|
Removed prefix example_ from the examples files
|
2007-02-26 18:36:28 +00:00 |
Andreas Fabri
|
a3792c2dc9
|
Added illustration
|
2007-02-22 10:17:37 +00:00 |
Andreas Fabri
|
bc51d3921e
|
.C -> .cpp
|
2007-02-16 16:20:05 +00:00 |
Sylvain Pion
|
45ca093053
|
add copyright/license headers
|
2007-02-14 15:11:52 +00:00 |
Sylvain Pion
|
c5a77c65da
|
Use the same default for the "limit" parameter within the hilbert_sort
functions, as in the Hilbert_sort_[23] classes.
(makes hilbert_sort() in sync with its documentation)
|
2007-02-14 15:10:08 +00:00 |
Andreas Fabri
|
3dec098020
|
fixed typos
|
2007-02-12 20:34:19 +00:00 |
Sylvain Pion
|
40d0fb8d35
|
Fix all "align=center" in <img> by "align=middle".
|
2007-01-13 21:49:03 +00:00 |
Christophe Delage
|
a4840a7b5a
|
moving example to examples/
|
2006-09-15 07:25:12 +00:00 |
Christophe Delage
|
4194745e3c
|
Documentation fixes
|
2006-09-15 07:20:48 +00:00 |
Christophe Delage
|
4fea33a35f
|
Fide typos
|
2006-09-15 06:58:48 +00:00 |
Christophe Delage
|
de39c1f161
|
Documentation intial import
|
2006-09-15 06:48:27 +00:00 |
Christophe Delage
|
05c48bbd29
|
Slight function objects interface changes
|
2006-09-15 06:41:40 +00:00 |
Christophe Delage
|
0ace986280
|
example/sort_indices.cpp cleanup
|
2006-07-13 11:42:44 +00:00 |
Andreas Fabri
|
138231b24e
|
Added an example
|
2006-07-12 12:16:36 +00:00 |
Christophe Delage
|
e7515c4f5e
|
added #include <functional>
|
2006-05-16 09:12:24 +00:00 |
Christophe Delage
|
4e28b57a64
|
Big changes.
- brio_sort is now called spatial_sort.
- global functions now have the same names in 2D and 3D.
|
2006-03-06 15:24:33 +00:00 |
Christophe Delage
|
9189d87a07
|
Fixed thinko in the test-suite. Now it should actually test something...
|
2006-02-21 08:05:35 +00:00 |
Christophe Delage
|
2ee4da70e2
|
Initial import of Spatial_sorting
|
2006-02-20 15:32:51 +00:00 |