Sébastien Loriot
dff6dda8b3
Remove from copyright holder
...
Freie Universitaet Berlin (Germany), Martin-Luther-University Halle-Wittenberg
(Germany) and RISC Linz (Austria) as they transfer the copyright to other
sites.
2011-09-21 19:46:31 +00:00
Marc Glisse
ab56912a06
s/static_assert/CGAL_static_assertion_msg/
2011-08-08 16:48:34 +00:00
Sébastien Loriot
f6afbd8a94
correct filter_output_iterator:
...
operator*, operator++ and operator++(int) was not working with all possible iterators
2010-09-02 06:30:35 +00:00
Sébastien Loriot
26dcdbcba2
removed non-need copy constructor added to drop_or_dispatch_output_iterator
...
in revision 56902
2010-06-21 09:48:18 +00:00
Sébastien Loriot
d9a4f82a66
add copy constructor to Dispatch and drop output iterators (needed by MSVC10)
...
(only in the non-variadic case for the moment)
2010-06-21 09:19:41 +00:00
Sébastien Loriot
52317dd49f
add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE
...
by namespace CGAL { and } //namespace CGAL. in all .h and .cpp files
in a directory.
Apply it to all packages in the trunk
Remove macro definition from the config.h file.
2010-06-09 07:37:13 +00:00
Sylvain Pion
8573fe26ce
Rename CGALi to internal.
2009-08-24 17:10:04 +00:00
Andreas Fabri
ffe2933f8c
fix warning number
2009-07-06 09:30:22 +00:00
Andreas Fabri
8292c85884
Suppress warning 547 for VC++
2009-07-05 18:56:20 +00:00
Sébastien Loriot
4104106c84
Work around for intel compiler 11 EDG and Dispatch_or_drop_output_iterator non-variadic case
2009-07-02 13:53:52 +00:00
Laurent Rineau
bc6974d68d
A probably temporarily fix for Intel Compiler (EDG frontend).
2009-07-01 15:42:50 +00:00
Sébastien Loriot
ac1b06a265
add 1 parameter version of Dispatch_*_iterator in non-variadic case
2009-05-05 21:05:58 +00:00
Sylvain Pion
916ba2c342
Consistent naming :
...
Iterators_tuple -> Iterator_tuple
Value_types_tuple -> Value_type_tuple
2009-05-05 07:38:27 +00:00
Sylvain Pion
64ed32dc80
Add missing CGALi:: .
2009-05-03 18:30:27 +00:00
Sylvain Pion
b75a57f5b8
g++ 4.3 has variadics but not deleted functions.
2009-04-30 21:18:13 +00:00
Sébastien Loriot
8ea30fa091
Expand the non-variadic version of Dispatch_*_output_iterator and Is_in_tuple for up to 7 parameters
2009-04-30 17:28:55 +00:00
Sylvain Pion
6792be2fa7
Move tuple & co under the sub-namespace CGAL::cpp0x, to avoid name clashes
...
(e.g. for make_tuple() already used for Triple/Quadruple).
2009-04-30 13:32:03 +00:00
Sylvain Pion
a4c173d9dd
Add Is_in_tuple<>, Dispatch_or_drop_output_iterator<> and Dispatch_output_iterator<>.
2009-04-29 20:48:45 +00:00
Andreas Fabri
f64b5e9e2c
Undo of Rev 46756 and 46737
2008-11-25 17:17:06 +00:00
Andreas Fabri
06f25ea9e6
turn operator==(Filter_iterator, Filter_iterator) into a member function
2008-11-07 09:47:54 +00:00
Sylvain Pion
4aa1cb057a
Remove my email adress from header files.
2008-10-11 20:21:08 +00: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
Sylvain Pion
e8591b3b32
Change Counting_output_iterator to store a pointer to the counter, instead of
...
the counter itself. It fixes a problem with g++ 4.3 since std::copy now
performs the assignments on *copies* of the output iterator.
See : http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34595
2007-12-26 17:34:36 +00:00
Sylvain Pion
1f492aa1e8
Remove unused, undocumented, and superceeded by boost::function_output_iterator (more or less)
...
class Transform_output_iterator.
2007-11-20 14:05:31 +00:00
Bernd Gärtner
34dd0eae83
- unused ariable warning fix
2007-02-23 08:35:43 +00:00
Andreas Fabri
4aa722c47c
empty circulator ranges must not be encoded with default constructed iterators
2006-06-15 13:39:06 +00:00
Marc Glisse
b13e3b5ec0
Last round of missing std:: before 3.2 (Andreas permission)
2006-04-19 16:56:12 +00:00
Sylvain Pion
23d1b2e70d
- Renaming to avoid potential confusion
2006-03-25 12:21:56 +00:00
Monique Teillaud
6c595610ca
revert my previous change (in fact Sylvain had already fixed the bug in svn
...
after the internal release)
2006-02-24 10:02:04 +00:00
Monique Teillaud
30712bb7ba
commenting Sylvain's recent addition, which should give a chance to
...
tomorrow's test suite to get more green boxes...
2006-02-24 09:45:18 +00:00
Sylvain Pion
7efa173f71
- Fix last change.
2006-02-23 22:32:10 +00:00
Sylvain Pion
acd8cdf25a
- Add a Transform_output_iterator.
2006-02-23 14:21:30 +00:00
Laurent Saboret
db6a8f948c
Change CVS keywords to SVN style
2006-02-16 14:30:13 +00:00
Laurent Saboret
1aad55d4cb
Change CVS keywords to SVN style
2006-02-14 10:08:15 +00:00
Laurent Saboret
76603aad2b
Move packages to trunk root
2006-02-14 08:58:19 +00:00