gcc/libstdc++-v3/include/bits
Jonathan Wakely 7f78718b79 libstdc++: Move C++14 <chrono> components to new <bits/chrono.h> header
This moves the "classic" contents of <chrono> to a new header, so that
<future>, <thread> etc. can get use durations and clocks without
calendar types, time zones, and chrono I/O.

libstdc++-v3/ChangeLog:

	* include/Makefile.am: Add new header.
	* include/Makefile.in: Regenerate.
	* include/std/chrono (duration, time_point, system_clock)
	(steady_clock, high_resolution_clock, chrono_literals, sys_time)
	(file_clock, file_time): Move to ...
	* include/bits/chrono.h: New file.
	* include/bits/atomic_futex.h: Include new header instead of
	<chrono>.
	* include/bits/atomic_timed_wait.h: Likewise.
	* include/bits/fs_fwd.h: Likewise.
	* include/bits/semaphore_base.h: Likewise.
	* include/bits/this_thread_sleep.h: Likewise.
	* include/bits/unique_lock.h: Likewise.
	* include/experimental/bits/fs_fwd.h: Likewise.
	* include/experimental/chrono: Likewise.
	* include/experimental/io_context: Likewise.
	* include/experimental/netfwd: Likewise.
	* include/experimental/timer: Likewise.
	* include/std/condition_variable: Likewise.
	* include/std/mutex: Likewise.
	* include/std/shared_mutex: Likewise.
2021-10-07 21:12:32 +01:00
..
algorithmfwd.h Update copyright years. 2021-01-04 10:26:59 +01:00
align.h libstdc++: Fix headers that can't be used as header units [PR 99413] 2021-03-10 15:27:41 +00:00
alloc_traits.h libstdc++: Fix std::allocator<void> for versioned namespace 2021-08-28 14:37:19 +01:00
allocated_ptr.h Update copyright years. 2021-01-04 10:26:59 +01:00
allocator.h libstdc++: Fix std::allocator<void> for versioned namespace 2021-08-28 14:37:19 +01:00
atomic_base.h libstdc++: Add std::__conditional_t alias template 2021-10-01 20:34:49 +01:00
atomic_futex.h libstdc++: Move C++14 <chrono> components to new <bits/chrono.h> header 2021-10-07 21:12:32 +01:00
atomic_timed_wait.h libstdc++: Move C++14 <chrono> components to new <bits/chrono.h> header 2021-10-07 21:12:32 +01:00
atomic_wait.h libstdc++: Avoid use of hardware interference non-constant [PR102377] 2021-10-07 18:35:16 +01:00
basic_ios.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
basic_ios.tcc libstdc++: Implement LWG 581 for std:ostream::flush() 2021-06-25 18:47:39 +01:00
basic_string.h libstdc++: Disable std::string{,_view} construction from nullptr (P2166R1) 2021-10-04 15:23:28 +01:00
basic_string.tcc libstdc++: Move COW string definitions to separate header 2021-07-27 12:04:18 +01:00
boost_concept_check.h libstdc++: Fix _ForwardIteratorConcept for __gnu_debug::vector<bool> 2021-10-01 15:04:02 +01:00
c++0x_warning.h Update copyright years. 2021-01-04 10:26:59 +01:00
c++config libstdc++: Restore printing of assertion messages [PR102100] 2021-10-01 21:06:26 +01:00
char_traits.h libstdc++: Simplify constexpr checks in std::char_traits [PR 91488] 2021-06-17 22:00:58 +01:00
charconv.h Update copyright years. 2021-01-04 10:26:59 +01:00
chrono.h libstdc++: Move C++14 <chrono> components to new <bits/chrono.h> header 2021-10-07 21:12:32 +01:00
codecvt.h libstdc++: Fix headers that can't be used as header units [PR 99413] 2021-03-10 15:27:41 +00:00
concept_check.h Update copyright years. 2021-01-04 10:26:59 +01:00
cow_string.h libstdc++: Disable std::string{,_view} construction from nullptr (P2166R1) 2021-10-04 15:23:28 +01:00
cpp_type_traits.h libstdc++: Use __extension__ instead of diagnostic pragmas 2021-07-16 15:03:03 +01:00
deque.tcc libstdc++: Use std::addressof to avoid ADL for operator& [PR 60497] 2021-04-30 14:57:40 +01:00
enable_special_members.h libstdc++: Fix headers that can't be used as header units [PR 99413] 2021-03-10 15:27:41 +00:00
erase_if.h libstdc++: Avoid debug checks in uniform container erasure functions 2021-10-07 17:52:04 +01:00
forward_list.h libstdc++: Implement P1518R2 for container deduction guides 2021-10-04 15:23:28 +01:00
forward_list.tcc Update copyright years. 2021-01-04 10:26:59 +01:00
fs_dir.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
fs_fwd.h libstdc++: Move C++14 <chrono> components to new <bits/chrono.h> header 2021-10-07 21:12:32 +01:00
fs_ops.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
fs_path.h libstdc++: Fix mismatched noexcept-specifiers in filesystem::path [PR102499] 2021-09-28 17:30:05 +01:00
fstream.tcc Update copyright years. 2021-01-04 10:26:59 +01:00
functexcept.h Update copyright years. 2021-01-04 10:26:59 +01:00
functional_hash.h libstdc++: Use __extension__ instead of diagnostic pragmas 2021-07-16 15:03:03 +01:00
gslice_array.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
gslice.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
hashtable_policy.h libstdc++: Add std::__conditional_t alias template 2021-10-01 20:34:49 +01:00
hashtable.h libstdc++: Add std::__conditional_t alias template 2021-10-01 20:34:49 +01:00
indirect_array.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
invoke.h libstdc++: Fix headers that can't be used as header units [PR 99413] 2021-03-10 15:27:41 +00:00
ios_base.h Update copyright years. 2021-01-04 10:26:59 +01:00
istream.tcc libstdc++: Implement LWG 415 for std::ws 2021-06-28 13:34:49 +01:00
iterator_concepts.h libstdc++: Add [[nodiscard]] to iterators and related utilities 2021-08-04 12:54:28 +01:00
list.tcc libstdc++: Allow stateful allocators in std::list::sort [PR 66742] 2021-10-01 20:36:56 +01:00
locale_classes.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
locale_classes.tcc Update copyright years. 2021-01-04 10:26:59 +01:00
locale_conv.h libstdc++: Avoid using std::unique_ptr in <locale> 2021-08-03 15:06:56 +01:00
locale_facets_nonio.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
locale_facets_nonio.tcc Update copyright years. 2021-01-04 10:26:59 +01:00
locale_facets.h libstdc++: diagnose some misuses of [locale.convenience] functions [PR 89728] 2021-05-17 17:58:14 +01:00
locale_facets.tcc Update copyright years. 2021-01-04 10:26:59 +01:00
localefwd.h Update copyright years. 2021-01-04 10:26:59 +01:00
mask_array.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
max_size_type.h libstdc++: Simplify numeric_limits<__max_size_type> 2021-07-16 15:03:03 +01:00
memoryfwd.h libstdc++: Fix missing members in std::allocator<void> 2021-05-11 16:11:01 +01:00
mofunc_impl.h libstdc++: Implement std::move_only_function for C++23 (P0288R9) 2021-10-06 20:12:01 +01:00
move_only_function.h libstdc++: Implement std::move_only_function for C++23 (P0288R9) 2021-10-06 20:12:01 +01:00
move.h libstdc++: Add std::__conditional_t alias template 2021-10-01 20:34:49 +01:00
node_handle.h Update copyright years. 2021-01-04 10:26:59 +01:00
ostream_insert.h libstdc++: Fix headers that can't be used as header units [PR 99413] 2021-03-10 15:27:41 +00:00
ostream.tcc libstdc++: Avoid intercepting exception in ostream::write 2021-06-25 18:47:44 +01:00
parse_numbers.h libstdc++: Add std::__conditional_t alias template 2021-10-01 20:34:49 +01:00
postypes.h libstdc++: Remove GLIBCXX_CHECK_INT64_T checks 2021-04-30 20:30:46 +01:00
predefined_ops.h libstdc++: Fix headers that can't be used as header units [PR 99413] 2021-03-10 15:27:41 +00:00
ptr_traits.h libstdc++: Add std::__conditional_t alias template 2021-10-01 20:34:49 +01:00
quoted_string.h Update copyright years. 2021-01-04 10:26:59 +01:00
random.h libstdc++: Modernize <bits/random.h> helpers 2021-07-16 15:03:03 +01:00
random.tcc libstdc++: Optimize std::seed_seq construction 2021-08-17 16:53:19 +01:00
range_access.h libstdc++: Remove redundant 'inline' specifiers 2021-09-24 15:38:44 +01:00
ranges_algo.h libstdc++: Add missing std::move to ranges::copy/move/reverse_copy [PR101599] 2021-08-02 15:30:15 -04:00
ranges_algobase.h libstdc++: Add std::__conditional_t alias template 2021-10-01 20:34:49 +01:00
ranges_base.h libstdc++: Implement LWG 3392 for std::ranges::distance 2021-10-01 20:36:54 +01:00
ranges_cmp.h libstdc++: Sync __cpp_lib_ranges macro defined in ranges_cmp.h 2021-06-21 09:45:31 -04:00
ranges_uninitialized.h libstdc++: Use std::addressof in ranges::uninitialized_xxx [PR101571] 2021-07-22 14:37:24 +01:00
ranges_util.h libstdc++: Add std::__conditional_t alias template 2021-10-01 20:34:49 +01:00
refwrap.h libstdc++: Reduce header dependencies for C++20 std::erase [PR92546] 2021-10-01 20:37:02 +01:00
regex_automaton.h libstdc++: Remove obfuscating typedefs in <regex> 2021-09-28 20:38:58 +01:00
regex_automaton.tcc libstdc++: Reduce use of debug containers in <regex> 2021-08-09 20:46:56 +01:00
regex_compiler.h libstdc++: Add std::__conditional_t alias template 2021-10-01 20:34:49 +01:00
regex_compiler.tcc libstdc++: Check for invalid syntax_option_type values in <regex> 2021-09-29 13:48:15 +01:00
regex_constants.h libstdc++: Define basic_regex::multiline for non-strict modes 2021-10-01 15:04:03 +01:00
regex_error.h libstdc++: Check for invalid syntax_option_type values in <regex> 2021-09-29 13:48:15 +01:00
regex_executor.h libstdc++: Implement std::regex_constants::multiline (LWG 2503) 2021-09-29 13:48:19 +01:00
regex_executor.tcc libstdc++: Tweaks to <regex> to avoid warnings 2021-09-28 20:38:58 +01:00
regex_scanner.h libstdc++: Remove obfuscating typedefs in <regex> 2021-09-28 20:38:58 +01:00
regex_scanner.tcc libstdc++: std::basic_regex should treat '\0' as an ordinary char [PR84110] 2021-09-29 13:48:11 +01:00
regex.h libstdc++: Define basic_regex::multiline for non-strict modes 2021-10-01 15:04:03 +01:00
regex.tcc libstdc++: Reduce use of debug containers in <regex> 2021-08-09 20:46:56 +01:00
semaphore_base.h libstdc++: Move C++14 <chrono> components to new <bits/chrono.h> header 2021-10-07 21:12:32 +01:00
shared_ptr_atomic.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
shared_ptr_base.h libstdc++: Add std::__conditional_t alias template 2021-10-01 20:34:49 +01:00
shared_ptr.h libstdc++: Improve doxygen docs for smart pointers 2021-08-19 13:02:12 +01:00
slice_array.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
specfun.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
sstream.tcc Update copyright years. 2021-01-04 10:26:59 +01:00
std_abs.h libstdc++: Use __extension__ instead of diagnostic pragmas 2021-07-16 15:03:03 +01:00
std_function.h libstdc++: Add noexcept to some std::function internals 2021-10-05 09:35:47 +01:00
std_mutex.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
std_thread.h libstdc++: Add missing noexcept on std::thread member function [PR 100298] 2021-04-28 12:45:49 +01:00
stl_algo.h libstdc++: Reduce header dependencies for C++20 std::erase [PR92546] 2021-10-01 20:37:02 +01:00
stl_algobase.h libstdc++: Reduce header dependencies for C++20 std::erase [PR92546] 2021-10-01 20:37:02 +01:00
stl_bvector.h libstdc++: Implement P1518R2 for container deduction guides 2021-10-04 15:23:28 +01:00
stl_construct.h Update copyright years. 2021-01-04 10:26:59 +01:00
stl_deque.h libstdc++: Implement P1518R2 for container deduction guides 2021-10-04 15:23:28 +01:00
stl_function.h libstdc++: Improve doxygen comments in <bits/stl_function.h> 2021-08-18 15:07:16 +01:00
stl_heap.h Update copyright years. 2021-01-04 10:26:59 +01:00
stl_iterator_base_funcs.h libstdc++: Add [[nodiscard]] to iterators and related utilities 2021-08-04 12:54:28 +01:00
stl_iterator_base_types.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
stl_iterator.h libstdc++: Add std::__conditional_t alias template 2021-10-01 20:34:49 +01:00
stl_list.h libstdc++: Implement P1518R2 for container deduction guides 2021-10-04 15:23:28 +01:00
stl_map.h libstdc++: Implement P1518R2 for container deduction guides 2021-10-04 15:23:28 +01:00
stl_multimap.h libstdc++: Implement P1518R2 for container deduction guides 2021-10-04 15:23:28 +01:00
stl_multiset.h libstdc++: Implement P1518R2 for container deduction guides 2021-10-04 15:23:28 +01:00
stl_numeric.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
stl_pair.h libstdc++: Add std::__conditional_t alias template 2021-10-01 20:34:49 +01:00
stl_queue.h libstdc++: Update __cpp_lib_adaptor_iterator_pair_constructor value 2021-10-05 09:35:46 +01:00
stl_raw_storage_iter.h Update copyright years. 2021-01-04 10:26:59 +01:00
stl_relops.h libstdc++: Update documentation comments for namespace rel_ops 2021-07-23 11:22:10 +01:00
stl_set.h libstdc++: Implement P1518R2 for container deduction guides 2021-10-04 15:23:28 +01:00
stl_stack.h libstdc++: Update __cpp_lib_adaptor_iterator_pair_constructor value 2021-10-05 09:35:46 +01:00
stl_tempbuf.h Update copyright years. 2021-01-04 10:26:59 +01:00
stl_tree.h libstdc++: Add std::__conditional_t alias template 2021-10-01 20:34:49 +01:00
stl_uninitialized.h libstdc++: Fix comment typo 2021-08-28 11:52:22 +01:00
stl_vector.h libstdc++: Implement P1518R2 for container deduction guides 2021-10-04 15:23:28 +01:00
stream_iterator.h libstdc++: Add noexcept to istream_iterator and ostream_iterator 2021-10-01 15:04:02 +01:00
streambuf_iterator.h libstdc++: Add [[nodiscard]] to iterators and related utilities 2021-08-04 12:54:28 +01:00
streambuf.tcc libstdc++: Remove redundant explicit instantiations 2021-06-28 15:16:08 +01:00
string_view.tcc libstdc++: Optimize std::string_view::find [PR 66414] 2021-01-27 13:45:52 +00:00
stringfwd.h Update copyright years. 2021-01-04 10:26:59 +01:00
this_thread_sleep.h libstdc++: Move C++14 <chrono> components to new <bits/chrono.h> header 2021-10-07 21:12:32 +01:00
uniform_int_dist.h libstdc++: Use __extension__ instead of diagnostic pragmas 2021-07-16 15:03:03 +01:00
unique_lock.h libstdc++: Move C++14 <chrono> components to new <bits/chrono.h> header 2021-10-07 21:12:32 +01:00
unique_ptr.h libstdc++: Add std::__conditional_t alias template 2021-10-01 20:34:49 +01:00
unordered_map.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
unordered_set.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
uses_allocator_args.h libstdc++: Fix even more doxygen markup for group close commands 2021-04-09 13:09:23 +01:00
uses_allocator.h libstdc++: Add std::__conditional_t alias template 2021-10-01 20:34:49 +01:00
utility.h libstdc++: Simplify constraints for std::any construction 2021-10-05 15:56:56 +01:00
valarray_after.h Update copyright years. 2021-01-04 10:26:59 +01:00
valarray_array.h Update copyright years. 2021-01-04 10:26:59 +01:00
valarray_array.tcc Update copyright years. 2021-01-04 10:26:59 +01:00
valarray_before.h Update copyright years. 2021-01-04 10:26:59 +01:00
vector.tcc libstdc++: Do not allocate a zero-size vector<bool> [PR 100153] 2021-10-01 20:34:46 +01:00