cgal/STL_Extension/include/CGAL
Laurent Rineau d3cbf432ec Merge pull request #7201 from GilesBathgate/General-remove_boost_lexical_string_cast-GilesBathgate
Replace use of boost::lexical_cast<std::string> with std::to_string
2023-02-02 10:58:17 +01:00
..
STL_Extension/internal Merge branch '5.5.x-branch' 2023-01-27 21:16:14 +01:00
type_traits move is_iterator to type_traits 2022-06-10 09:43:59 +02:00
CC_safe_handle.h extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
Cache.h Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno 2020-10-09 18:36:17 +02:00
Circulator_identity.h extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
Circulator_on_node.h extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
Circulator_project.h extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
Compact_container.h forward call instead of duplicated code 2022-11-30 10:03:45 +00:00
Compare_handles_with_or_without_timestamps.h
Complexity_tags.h
Concatenate_iterator.h extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
Concurrent_compact_container.h Merge branch 'master' into feature/bug_documentation_spell_20221113 2022-12-06 22:21:06 +01:00
Container_helper.h use std::enable_if_t 2022-06-10 07:37:53 +02:00
Counting_iterator.h extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
Default.h extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
Flattening_iterator.h
Fourtuple.h moving files from internal to PKG/internal 2021-08-26 11:33:39 +02:00
Handle.h try working around a warning 2022-11-17 19:03:30 +01:00
Handle_for.h Http -> https + update some dead links 2022-11-23 18:54:37 +01:00
Handle_for_virtual.h Fix segmentation fault in destructor of Handle_for_virtual.h 2021-01-14 14:56:04 +00:00
Handle_with_policy.h spelling corrections 2022-11-15 18:45:39 +01:00
Has_member.h
Has_timestamp.h
Hidden_point_memory_policy.h
In_place_list.h Update STL_Extension/include/CGAL/In_place_list.h 2022-09-29 10:32:10 +02:00
Inverse_index.h extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
Iterator_project.h extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
Iterator_range.h remove some cpp0x and cpp11 config macros 2021-08-13 16:25:40 +02:00
Iterator_transform.h extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
Join_input_iterator.h extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
Location_policy.h
Modifiable_priority_queue.h Add two functions to use pairing-heap modifiable PQ with no known largest ID 2022-04-04 11:33:27 +02:00
Multiset.h spelling corrections 2022-11-15 18:45:39 +01:00
N_step_adaptor.h extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
N_step_adaptor_derived.h extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
Named_function_parameters.h seems that the no_parameter function is no longer needed 2022-11-21 16:02:04 +01:00
Nested_iterator.h extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
Object.h Simplify assign in Object.h 2021-06-08 18:21:46 +01:00
Random_access_adaptor.h extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
Random_access_value_adaptor.h extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
Single.h Fix single 2020-08-25 13:48:48 +02:00
Sixtuple.h moving files from internal to PKG/internal 2021-08-26 11:33:39 +02:00
Skiplist.h Cleanup after Mael's code review 2022-06-16 14:46:36 +01:00
Small_unordered_map.h extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
Small_unordered_set.h spelling corrections 2022-11-15 18:45:39 +01:00
Spatial_lock_grid_3.h spelling corrections 2022-11-15 18:45:39 +01:00
Threetuple.h moving files from internal to PKG/internal 2021-08-26 11:33:39 +02:00
Time_stamper.h Deprecate CGAL headers for threads, atomic and result_of, and move their content to config.h as fallback 2021-05-07 11:09:24 +02:00
Twotuple.h moving files from internal to PKG/internal 2021-08-26 11:33:39 +02:00
Uncertain.h actually the warning only shows up using clang 2022-07-12 18:18:34 +02:00
algorithm.h move documented IO functions in IO namespace 2021-05-05 13:15:37 +02:00
array.h Http -> https + update some dead links 2022-11-23 18:54:37 +01:00
assertions.h spelling corrections 2022-11-15 15:21:01 +01:00
assertions_behaviour.h add or move include guards 2022-10-06 15:35:41 +02:00
assertions_impl.h add header inclusion protection 2021-09-24 11:14:01 +02:00
copy_n.h extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
demangle.h Clean-up boost_version reqs 2021-05-12 15:03:53 +02:00
exceptions.h Replace use of lexical_cast<std::string> with std::to_string 2023-01-15 17:23:04 +00:00
for_each.h Make functor a template parameter in the internal function 2020-03-27 16:41:53 +01:00
function_objects.h decltype(auto) -> auto 2021-02-02 10:58:31 +01:00
functional.h extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
hash_openmesh.h Merge pull request #5423 from afabri/PMP-corefine_OM-GF 2021-03-10 11:33:30 +01:00
is_convertible.h extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
is_streamable.h BOOST_MPL_ASSERT -> static_assert 2022-06-10 08:46:01 +02:00
iterator.h try to workaround warnings 2022-11-21 14:09:08 +01:00
memory.h extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
min_max_n.h
result_of.h Add a test for result_of. 2021-05-25 13:47:18 +02:00
tags.h Revert back to wrapping result_type to distinguish FT-necessary operator()s 2022-10-12 21:24:59 +02:00
thread.h TBB_IMPLEMENT_CPP0X is always 0 when using c++14 2021-08-30 19:24:59 +02:00
transforming_iterator.h use std::enable_if_t 2022-06-10 07:37:53 +02:00
transforming_pair_iterator.h use std::enable_if_t 2022-06-10 07:37:53 +02:00
tuple.h run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
type_traits.h boost::is_same --> std::is_same 2022-06-10 08:18:20 +02:00
utility.h replace boost::unordered by std::unordered 2022-02-03 19:11:12 +01:00
value_type_traits.h
vector.h Add null comparison operators to vector_iterator 2021-05-05 06:46:57 +01:00