Sylvain Pion
6cc542446d
Fix some typos in the protect macro names.
...
Use a form "#ifndef" more consistently.
The idea is to automatize most of the verification of the consistency
in the names used in the #ifndef and the following #define using a simple :
grep -r -m 1 '#ifndef' */include/CGAL | grep CGAL_ | cut -d' ' -f2 | sort > ifndef.macros
grep -r -m 1 '#define' */include/CGAL | grep CGAL_ | cut -d' ' -f2 | sort > define.macros
diff ifndef.macros define.macros
2009-04-08 11:54:51 +00:00
Laurent Rineau
e0f2646f01
Yet another fix for out-of-sources build.
2008-12-18 19:04:54 +00:00
Fernando Cacciola
24f08fc681
Added demos to the demos target
2008-12-18 17:29:36 +00:00
Fernando Cacciola
36218d21f7
Patched qt3_generate_moc calls to specify full path to moc sources (to allow out-of-build configurations)
2008-12-17 20:06:35 +00:00
Andreas Fabri
401b3b0d5e
one less warning for VC++
2008-11-25 10:46:51 +00:00
Laurent Rineau
b861e82892
Fix conditionnal compilation. Do not compile Qt3 demos if CGAL_Qt3 is not found.
2008-11-20 13:22:51 +00:00
Laurent Rineau
4032eade9a
Massive removale of "QUIET" in find_package calls (except for
...
FindVTK.cmake, which has a bug). Let's see if that can help us to find out
why we still have problems with demos on MacOS and Windows.
2008-11-19 13:58:43 +00:00
Fernando Cacciola
547bffecd9
Put CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS in the right place for cmake 2.4
2008-11-06 13:03:41 +00:00
Fernando Cacciola
70fa9503fd
Added CMP0003 policy
2008-11-04 12:30:29 +00:00
Laurent Rineau
f10a590672
Mass-remove vcproj files.
2008-10-21 09:21:22 +00:00
Andreas Fabri
f8522484f0
Add QUIET to find_package
2008-10-01 12:34:50 +00:00
Andreas Fabri
984e51f5a5
Add CMakeLists.txt
2008-09-26 07:26:59 +00:00
Sylvain Pion
4d1179283b
Apparently this cgal_test does not bring anything over the automatically generated one.
...
So, remove it.
2008-09-10 08:46:30 +00:00
Laurent Rineau
a9f67f82b5
4th pass to remove CGAL_USE_QT: remove "#ifdef CGAL_USE_QT"/"#endif"
2008-09-09 21:53:57 +00:00
Laurent Rineau
a302cff5c8
Second pass to remove CGAL_USE_QT: remove "#ifndef CGAL_USE_QT"/"#else"/"#endif // CGAL_USE_QT"
2008-09-09 21:42:42 +00:00
Sylvain Pion
d2da608a2a
assign -> object_cast
2008-07-29 14:28:53 +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
Michael Hoffmann
4c10de3424
Added parentheses to shut down nagging gcc.
2008-06-20 07:46:48 +00:00
Michael Hoffmann
a55955d1d6
gcc43 gives a strange warning that you should add parentheses around
...
&& in an expression with ||. I'm a bit annoyed by this type of
educative behaviour, but to shut it up I added them.
2008-06-19 11:47:40 +00:00
Michael Hoffmann
d4a2b049f1
Remove include of CGAL/functional.
2008-06-18 14:25:08 +00:00
Michael Hoffmann
c5d46a1a95
Replace CGAL/functional by boost::bind/function.
2008-06-18 14:21:46 +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
a8243a3f12
Introduce a new macro CGAL_SUNPRO_INITIALIZE to workaround a SunPRO warning properly.
...
(can't write a test program for a warning)
2008-01-20 21:39:25 +00:00
Sylvain Pion
6c54ca90b3
Get rid of CGAL_REP_CLASS_DEFINED
2008-01-03 19:24:42 +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
Fernando Cacciola
88111fcf70
VS project files merged back
2007-06-06 15:35:17 +00:00
Andreas Meyer
57ad8202ea
replace Bounded_volume -> Bounding_volume, step (2)
2007-06-05 12:35:12 +00:00
Andreas Meyer
3d216d4abc
replace Bounded_volume -> Bounding_volume, step (1)
2007-06-05 12:29:54 +00:00
Andreas Fabri
f4d3f41786
.C ->.cpp and autolinking
2007-04-11 20:17:58 +00:00
Andreas Fabri
ea71b8eaa1
.C ->.cpp and autolinking
2007-04-11 13:59:20 +00:00
Andreas Fabri
2ae9b12ee2
fixed path
2007-04-05 07:20:44 +00:00
Andreas Fabri
3aa0b5c51c
fixed directory name
2007-04-04 06:33:32 +00:00
Andreas Fabri
48917509f6
renamed chapters
2007-04-03 07:30:19 +00:00
Andreas Fabri
14f550dc8b
renamed
2007-04-03 07:28:30 +00:00
Andreas Fabri
50a43b3572
Unified template variable for the kernel
2007-04-03 07:27:53 +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
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
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
ad47cda506
Constify
2007-03-05 16:46:14 +00:00
Andreas Fabri
d8f0ad0db2
.C -> .cpp
2007-02-16 16:35:19 +00:00
Andreas Meyer
80e87e8190
manual bugfixes regarding ccIncludeExampleCode
2006-10-31 14:11:10 +00:00
Andreas Fabri
b4554a98c1
fixed file name in header
2006-10-31 09:36:32 +00:00
Andreas Fabri
92f0f5ced7
Removed the '_noheader' files
2006-10-30 16:35:07 +00:00