Laurent Rineau
|
a8ff620f3f
|
Fix the remaining warnings on my platform
That was mostly "unused locally defined typedefs".
|
2014-04-01 14:50:51 +02:00 |
Andreas Fabri
|
b9dbe90bd3
|
remove, don't comment
|
2013-01-30 20:32:16 +01:00 |
Guillaume Damiand
|
0ec26e6752
|
Remove warning in circulator test
|
2013-01-23 15:41:42 +01:00 |
Philipp Möller
|
465c5b265a
|
Shuffle two undocumented headers backwards.
Also change the 2 places they were used in.
|
2012-11-17 02:16:32 +01:00 |
Philipp Möller
|
e623040728
|
Refactor circulators a little
Give a name proper name to meta-functions that are not used outside
Circulator and enable conversion between circulator tags.
|
2012-11-17 02:05:19 +01:00 |
Philipp Möller
|
e2502e5b16
|
Add circulator concepts and a (not useful) test-case.
|
2012-11-16 22:05:10 +01:00 |
Sylvain Pion
|
eff6efd3af
|
CGAL_NULL and CGAL_NULL_TYPE are now constant macros, so replace them by:
- CGAL_NULL -> NULL
- CGAL_NULL_TYPE -> CGAL::Nullptr_t (typedef to const void *)
|
2008-07-12 21:58:52 +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 |
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
|
360d29f72a
|
Rename CGAL_CIRC_NULL to CGAL_NULL.
|
2007-12-28 15:40:36 +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
|
e859422034
|
rename .C to .cpp
|
2007-01-27 21:16:03 +00:00 |
Sylvain Pion
|
284508f87c
|
One more removal of CGAL_PROTECT macro
|
2007-01-24 17:18:34 +00:00 |
Sylvain Pion
|
fb8595b94e
|
Cleanup : remove ancient CGAL_PROTECT_* macros.
It's the compiler's job to optimize preprocessing time.
|
2007-01-24 17:16:05 +00:00 |
Laurent Saboret
|
1aad55d4cb
|
Change CVS keywords to SVN style
|
2006-02-14 10:08:15 +00:00 |
Laurent Saboret
|
24b7eb4126
|
Move packages to trunk root
|
2006-02-14 08:58:13 +00:00 |