index
:
gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
include
/
std
/
thread
Age
Commit message (
Expand
)
Author
2016-01-04
Update copyright years.
Jakub Jelinek
2015-12-04
PR libstdc++/57060 cope with invalid thread IDs
Jonathan Wakely
2015-11-12
* include/std/thread: Include <cerrno> for EINTR.
Jonathan Wakely
2015-11-11
Loop in std::this_thread sleep functions
Jonathan Wakely
2015-09-29
Reduce space and time overhead of std::thread
Jonathan Wakely
2015-03-26
re PR libstdc++/58038 (std::this_thread::sleep_until can cause inifinite sleep)
Jonathan Wakely
2015-01-05
Update copyright years.
Jakub Jelinek
2014-08-13
re PR libstdc++/61841 (broken std::thread on Hurd)
Jonathan Wakely
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
2013-02-03
Update copyright in libstdc++-v3.
Richard Sandiford
2012-11-23
re PR libstdc++/52680 (std::this_thread::sleep_for #ifdef'd out by _GLIBCXX_U...
Jonathan Wakely
2012-11-19
stl_algo.h (reverse_copy): Update comment per DR 2074.
Jonathan Wakely
2012-11-10
* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.
Jason Merrill
2012-08-09
acinclude.m4: Update references to final C++11 standard.
Jonathan Wakely
2012-07-06
re PR libstdc++/53872 ([C++11] ADL bug in std::thread)
Paolo Carlini
2011-11-18
hash-long-double-aux.cc: Rename to...
Paolo Carlini
2011-07-09
re PR libstdc++/49668 ([C++0x] std::thread does not forward its args as rvalues)
Jonathan Wakely
2011-05-28
acinclude.m4: Define GLIBCXX_CHECK_GET_NPROCS and GLIBCXX_CHECK_SC_NPROCESSOR...
Jonathan Wakely
2011-05-27
thread (this_thread::sleep_until): Move after sleep_for.
Jonathan Wakely
2011-05-25
thread: Use noexcept throughout per the FDIS.
Paolo Carlini
2011-03-16
thread: Revert.
Benjamin Kosnik
2011-03-15
Makefile.am: Add functional.cc, shared_ptr.cc.
Benjamin Kosnik
2011-01-30
PR libstdc++/36104 part four
Benjamin Kosnik
2010-12-19
*: Use headername alias to associate private includes to public includes.
Benjamin Kosnik
2010-11-02
cinttypes: Remove, move contents to C++0x and TR1 headers.
Paolo Carlini
2010-10-08
re PR libstdc++/45893 ([C++0x] [DR 817] Finish updating std::bind to rvalue r...
Jonathan Wakely
2010-09-22
functional_hash.h (__hash_base): Add.
Paolo Carlini
2010-09-13
hash_bytes.cc: New file...
Matt Austern
2010-08-06
* include/std/thread: Add deleted thread(thread&).
Jason Merrill
2010-06-03
c++config (std::size_t, [...]): Provide typedefs.
Paolo Carlini
2010-02-23
functional_hash.h (struct _Fnv_hash): Rename to _Fnv_hash_base.
Paolo Carlini
2010-02-11
thread (~_Impl_base): Declare inline.
Jason Merrill
2010-02-10
PR c++/42983, core issue 906
Jason Merrill
2010-02-10
hashtable.h: Fold in include/tr1_impl/hashtable.h contents.
Paolo Carlini
2009-07-31
forward_list.h (splice_after): Use forward.
Jason Merrill
2009-06-16
thread (~thread(), [...]): Call terminate if joinable.
Jonathan Wakely
2009-05-18
stl_pair.h (swap): Do not swap rvalues.
Jonathan Wakely
2009-04-09
Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.
Jakub Jelinek
2009-02-21
user.cfg.in: Tweaks.
Benjamin Kosnik
2009-02-18
system_error (system_category): To system_category().
Benjamin Kosnik
2009-02-13
thread (_Impl_base): Move _M_id out and into ...
Chris Fairles
2009-02-10
condition_variable (condition_variable): Remove _M_internal_mutex.
Benjamin Kosnik
2009-02-09
thread (this_thread::get_id): Inline.
Chris Fairles
2009-02-09
thread (thread<>::thread(_Callable)): Explicitly use _Callable as template ar...
Chris Fairles
2009-02-07
thread (thread::id): Move definition inside thread.
Benjamin Kosnik
2009-02-05
thread (__thread_data_base): Nest class in std::thread.
Chris Fairles
2009-01-29
thread: Remove unused headers.
Jonathan Wakely
2009-01-22
thread (__thread_data_base, thread): Rename member functions to match coding ...
Jonathan Wakely
2009-01-18
thread (__thread_data_base::__run): Make non-const.
Jonathan Wakely
2009-01-15
acinclude.m4 ([GLIBCXX_ENABLE_CLOCK_GETTIME], [...]): Remove.
Chris Fairles
[prev]
[next]