Marc Glisse
|
6048b75e43
|
Typos. C++11 stream conversion to bool/void* changes.
|
2013-07-25 14:15:09 +02:00 |
Laurent Rineau
|
d19578725b
|
Fix warnings
|
2013-02-07 18:15:23 +01:00 |
Andreas Fabri
|
0a11128fc8
|
Remove extra ';'
|
2010-08-23 13:33:54 +00:00 |
Sylvain Pion
|
e0a2006631
|
Remove semi-colon after main() function definition.
|
2009-12-12 14:32:20 +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 |
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
|
0ffeb44254
|
Add qualification needed by g++ 4.3.
|
2007-10-27 08:39:56 +00:00 |
Daniel Russel
|
5684bc8d55
|
removed variadic macro
|
2007-10-04 11:14:00 +00:00 |
Daniel Russel
|
6ade9c0a47
|
need full function call now
|
2007-06-15 20:55:31 +00:00 |
Daniel Russel
|
53eb88d003
|
some changes had gotten lost with regards to Listeners
|
2007-06-14 18:55:37 +00:00 |
Daniel Russel
|
09bed49916
|
odds and sods
|
2007-06-11 22:36:51 +00:00 |
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 |