]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/src/c++11/random.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / src / c++11 / random.cc
2024-01-03  Jakub JelinekUpdate copyright years.
2023-06-30  Jonathan Wakelylibstdc++: Fix unused warning for new variable
2023-06-30  Jonathan Wakelylibstdc++: Make std::random_device throw more std:...
2023-05-12  Jonathan Wakelylibstdc++: Remove <random> dependency on _GLIBCXX_USE_C...
2023-04-27  Jonathan Wakelylibstdc++: Make std::random_device throw std::system_er...
2023-02-01  Jonathan Wakelylibstdc++: Fix std::random_device for avr
2023-01-16  Jakub JelinekUpdate copyright years.
2022-01-03  Jakub JelinekUpdate copyright years.
2021-11-09  Jonathan Wakelylibstdc++: Do not use 64-bit DARN on 32-bit powerpc...
2021-11-09  Jonathan Wakelylibstdc++: Support getentropy and arc4random in std...
2021-11-05  Jonathan Wakelylibstdc++: Add [[unlikely]] attributes to std::random_d...
2021-11-05  Jonathan Wakelylibstdc++: Add support for POWER9 DARN instruction...
2021-10-19  Jonathan Wakelylibstdc++: Implement std::random_device::entropy()...
2021-03-26  Jonathan Wakelylibstdc++: Add PRNG fallback to std::random_device
2021-01-04  Jakub JelinekUpdate copyright years.
2020-05-19  Jonathan Wakelylibstdc++: Use RDRAND as fallback if RDSEED keeps faili...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-12  François Dumontlibstdc++: Qualify isdigit call to fix versioned namesp...
2019-05-31  Jonathan WakelyFix random_device to work with COW strings again
2019-05-29  Jonathan WakelyPR libstdc++/85494 use rdseed and rand_s in std::random...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-01-18  Uros Bizjakconfigure.ac (AC_CHECK_HEADERS): Add linux/types.h.
2018-01-03  Jakub JelinekUpdate copyright years.
2017-05-24  Jonathan WakelyUse CHAR_BIT instead of assuming 8 bits
2017-05-23  Xi RuoyaoPR libstdc++/67578 Implement non-trivial std::random_de...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-01-04  Jakub JelinekUpdate copyright years.
2015-09-17  Gerald PfeiferInclude <cerrno> in src/c++11/random.cc
2015-09-17  Jonathan WakelyMake std::random_device retry after short reads
2015-09-11  Jonathan WakelyCheck read() result in std::random_device.
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-19  Jonathan WakelyNew std::string implementation.
2014-01-02  Richard SandifordUpdate copyright years in libstdc++-v3/
2013-07-24  Paolo Carlinirandom.h (random_device): Avoid using the FILE type.
2013-07-23  Paolo Carlinirandom: Add back <cstdio> include.
2013-07-22  Paolo Carlinire PR libstdc++/57920 ([c++11] Linux: std::random_devic...
2013-02-03  Richard SandifordUpdate copyright in libstdc++-v3.
2012-09-14  Jonathan WakelyCheck _GLIBCXX_USE_C99_STDINT_TR1 in random.cc
2012-09-09  Ulrich Drepperre PR bootstrap/54419 (Compiling libstdc++-v3/src/c...
2012-09-09  Ulrich Dreppercpuid.h: Define signature_*_e[bcd]x macros for matching...
2012-09-05  Ulrich Drepperrandom.cc (random_device::_M_init): Check whether cpuid...
2012-08-29  Ulrich Drepperrandom.h (random_device): Move implementation to...