Daniel Russel
|
63778b5594
|
try to turn off vc warning about this
|
2007-03-27 21:26:40 +00:00 |
Daniel Russel
|
663a968a61
|
rename Instant_kernel to Default_instantnaeous_kernel to please new g++
|
2007-03-26 22:17:39 +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 |
Andreas Meyer
|
932a105978
|
added missing example (it's empty, just to make the manual tools happy)
|
2007-02-20 13:54:58 +00:00 |
Daniel Russel
|
238f8df4b4
|
minor tweaks
|
2007-01-30 02:06:49 +00:00 |
Daniel Russel
|
6cc8fa0fbc
|
examples now compile
|
2007-01-24 17:24:32 +00:00 |
Daniel Russel
|
6180995091
|
fixed audit bug
|
2007-01-22 01:15:48 +00:00 |
Daniel Russel
|
d8a7da8a8c
|
minor changes
|
2006-07-24 15:53:06 +00:00 |
Daniel Russel
|
dc4feb7d89
|
moved to cpp
|
2006-07-10 08:26:07 +00:00 |
Daniel Russel
|
b0fdeb34a9
|
Forgot some files
|
2006-06-11 19:24:23 +00:00 |
Daniel Russel
|
f9c24ceede
|
Change funciton kernel
|
2006-05-03 11:41:35 +00:00 |
Daniel Russel
|
54f519401e
|
moved a bunch of examples
|
2006-04-10 14:42:19 +00:00 |