cgal/STL_Extension/include/CGAL
Marc Glisse 24d396afb2 Micro-optimization: do the opaque call first so it does not hinder optimizers.
(don't expect to measure the difference)
2014-05-05 19:13:31 +02:00
..
internal/boost change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Cache.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Circulator_identity.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Circulator_on_node.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Circulator_project.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Compact_container.h Oops, I removed a line by mistake 2013-12-20 15:11:36 +01:00
Complexity_tags.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Concatenate_iterator.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Counting_iterator.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Default.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Flattening_iterator.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Fourtuple.h put the 'deprecated' macro at the right spot and add a testsiuite 2013-09-10 11:37:08 +02:00
Handle.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Handle_for.h Micro-optimization: do the opaque call first so it does not hinder optimizers. 2014-05-05 19:13:31 +02:00
Handle_for_virtual.h Fix/Improve all #include of all STL_Extension headers 2012-10-05 14:24:38 +00:00
Handle_with_policy.h Fix a memory leak in Handle_with_policy: 2013-11-15 16:20:01 +01:00
In_place_list.h Shuffle two undocumented headers backwards. 2012-11-17 02:16:32 +01:00
Inverse_index.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Iterator_project.h Fix/Improve all #include of all STL_Extension headers 2012-10-05 14:24:38 +00:00
Iterator_transform.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Join_input_iterator.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Location_policy.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Modifiable_priority_queue.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Multiset.h Fix/Improve all #include of all STL_Extension headers 2012-10-05 14:24:38 +00:00
N_step_adaptor.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
N_step_adaptor_derived.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Nested_iterator.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Object.h do not use exception in Object::assign. g++3.4 produces a segfault with -O2 2013-06-12 17:39:31 +02:00
Random_access_adaptor.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Random_access_value_adaptor.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Sixtuple.h put the 'deprecated' macro at the right spot and add a testsiuite 2013-09-10 11:37:08 +02:00
Threetuple.h put the 'deprecated' macro at the right spot and add a testsiuite 2013-09-10 11:37:08 +02:00
Twotuple.h put the 'deprecated' macro at the right spot and add a testsiuite 2013-09-10 11:37:08 +02:00
Uncertain.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
algorithm.h Add comments to #ifndef/endif 2014-01-31 16:50:20 +01:00
array.h apply the cpp0x namespace renaming in all files 2012-12-19 11:33:17 +01:00
assertions.h New macros CGAL_assume(EX) and CGAL_assume_code(CODE) 2013-02-20 18:34:15 +01:00
assertions_behaviour.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
copy_n.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
exceptions.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
function_objects.h Fix/Improve all #include of all STL_Extension headers 2012-10-05 14:24:38 +00:00
is_convertible.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
is_iterator.h Mainly added includes 2013-09-13 22:24:30 +02:00
is_streamable.h New MPL type checking: is_streamable 2012-04-13 10:40:12 +00:00
iterator.h Add a comment that says why a warning must be disabled 2014-03-26 17:36:19 +01:00
memory.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
min_max_n.h Merged ^/branches/next here 2012-04-16 08:53:21 +00:00
multiset_assertions.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
result_of.h typo while replacing boost::result_of to cpp11::result_of 2013-02-04 19:53:56 +01:00
tags.h Make Tag_true and Tag_false be models of the Boost Integral Constant model 2013-08-27 17:07:24 +02:00
tuple.h apply the cpp0x namespace renaming in all files 2012-12-19 11:33:17 +01:00
type_traits.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
utility.h better support of heterogeneous but compatible types 2013-12-17 20:37:19 +01:00
vector.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00