issues
search
meganz
/
mingw-std-threads
Standard threads implementation currently still missing on MinGW GCC on Windows
BSD 2-Clause "Simplified" License
439
stars
137
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Improve performance for Vista, fix bug with deferred initialization
#41
nmcclatchey
closed
6 years ago
0
Tentative support for Windows Phone 8
#40
nmcclatchey
closed
6 years ago
4
Fails to build when tarrgeting WinRT / Windows Store apps
#39
manxorist
closed
6 years ago
1
Implement and use invoke for thread and call_once
#38
nmcclatchey
closed
6 years ago
0
Compile Error using std::thread and objects (this)
#37
voertler
closed
6 years ago
2
Constexpr constructors and standard layout for non-recursive mutexes
#36
nmcclatchey
closed
6 years ago
2
Refine detection of compiler and existence of std threading classes
#35
alxvasilev
closed
5 years ago
1
Mutex, timed_mutex, and call_once are not fully standard-compliant
#34
nmcclatchey
closed
6 years ago
2
Native condition_variable if targeting Windows Vista
#33
nmcclatchey
closed
6 years ago
0
Make use alongside standard implementations safe
#32
nmcclatchey
closed
6 years ago
1
Improve call_once
#31
nmcclatchey
closed
6 years ago
0
Header shared_mutex
#30
nmcclatchey
closed
6 years ago
0
Add hash for thread::id
#29
nmcclatchey
closed
6 years ago
0
Fix condition_variable::wait helpers with predicate
#28
cvtsi2sd
closed
6 years ago
0
Added implementation of call_once and once_flag
#27
cvtsi2sd
closed
6 years ago
8
std::thread::hardware_concurrency: avoid race conditions in initialization
#26
cvtsi2sd
closed
6 years ago
0
Various thread id standard conforming fixes
#25
cvtsi2sd
closed
6 years ago
0
Fix condition_variable[_any]::wait_{until|for} helpers with predicate
#24
cvtsi2sd
closed
6 years ago
1
add std::cout << std::this_thread::get_id() << std::endl; operation
#23
joyafa
closed
6 years ago
2
Replace std::bind with lambda in std::thread for better performance
#22
yosizelensky
closed
6 years ago
3
Better standard compliance, mingw.shared_mutex.h, and selection of native implementations if compiling for high enough Windows versions.
#21
nmcclatchey
closed
6 years ago
7
Fix possible race condition in condition_variable
#20
balintf
closed
7 years ago
2
Remove throws in noexcept methods.
#19
samhocevar
closed
7 years ago
1
Fix typo bug for condition_variable::wait_until
#18
louyihua
closed
7 years ago
0
Need correction for std::future (and probably std::shared_mutex)
#17
philave
opened
7 years ago
6
fix typo & tune qualifications & add a missing 'typename'
#16
xilun
closed
7 years ago
2
add std qualifications & check result of _beginthreadex & cleanups
#15
xilun
closed
7 years ago
4
Fix try_lock_for() return value.
#14
samhocevar
closed
8 years ago
0
Does not work with std::unique_ptr
#13
rongjiecomputer
closed
8 years ago
0
Leaked thread handle
#12
mdcdr
closed
8 years ago
1
Assignment allowed for std::mutex and then crashes
#11
OldWolf2
closed
8 years ago
2
Missing license
#10
MT-Wizard
closed
8 years ago
1
Missing license
#9
LB--
closed
8 years ago
3
Missing std::once_flag
#8
karalabe
closed
8 years ago
5
Various interface/include fixes
#7
cvtsi2sd
closed
8 years ago
1
Mark global functions as inline.
#6
samhocevar
closed
9 years ago
0
Inline functions
#5
fys-clesch
closed
9 years ago
3
std::thread::hardware_concurrency() always returns 1
#4
dwbuiten
closed
8 years ago
1
fix compile with undefined STDTHREAD_STRICT_NONRECURSIVE_LOCKS
#3
abma
closed
9 years ago
0
Reorder variable declarations to omit -Wreorder
#2
niklasblabla
closed
9 years ago
0
Added includes and EPROTO to compile on mingw32
#1
niklasblabla
closed
8 years ago
4
Previous