index
:
riscv-gnu-toolchain/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.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
include
/
std
/
ratio
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
1
-0
/
+2
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-08-24
libstdc++: Implement new SI prefixes in <ratio> for C++23 (P2734R0)
Jonathan Wakely
1
-17
/
+39
2023-07-19
libstdc++: Check for std::ratio in arithmetic and comparisons [PR110593]
Jonathan Wakely
1
-5
/
+48
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-08-03
libstdc++: Suppress redundant definitions of inline variables
Jonathan Wakely
1
-0
/
+10
2021-04-06
libstdc++: Fix doxygen markup for group close commands
Jonathan Wakely
1
-1
/
+1
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-05-07
Improve API docs for <chrono> and <ratio>
Jonathan Wakely
1
-0
/
+25
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-07-26
Remove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1
Jonathan Wakely
1
-5
/
+1
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-03-23
Implement P0607R0 "Inline Variables for Standard Library" for C++17
Daniel Kruegler
1
-6
/
+7
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-07-29
Implement C++17 variable templates for type traits.
Ville Voutilainen
1
-0
/
+16
2016-06-16
Remove trailing whitespace from libstdc++ headers
Jonathan Wakely
1
-11
/
+11
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
1
-1
/
+1
2013-02-03
Update copyright in libstdc++-v3.
Richard Sandiford
1
-1
/
+1
2012-11-10
* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.
Jason Merrill
1
-2
/
+2
2012-07-03
re PR libstdc++/53840 ([C++11] DR 921. Rational Arithmetic should use templat...
Paolo Carlini
1
-19
/
+30
2012-03-08
user.cfg.in: Update to Doxygen 1.8.0.
Benjamin Kosnik
1
-3
/
+0
2011-05-04
PR libstdc++/47913 (again)
Marc Glisse
1
-108
/
+245
2011-03-02
ratio (ratio_less): Add comments.
Marc Glisse
1
-0
/
+4
2011-03-02
re PR libstdc++/47913 ([C++0x] improve ratio_add to overflow less often)
Marc Glisse
1
-6
/
+10
2011-02-28
[multiple changes]
Paolo Carlini
1
-5
/
+39
2011-01-30
PR libstdc++/36104 part four
Benjamin Kosnik
1
-2
/
+5
2010-12-19
*: Use headername alias to associate private includes to public includes.
Benjamin Kosnik
1
-1
/
+1
2010-11-04
re PR libstdc++/46303 ('mutex' is not a member of 'std' failures in 30_thread...
Paolo Carlini
1
-16
/
+16
2010-11-02
cinttypes: Remove, move contents to C++0x and TR1 headers.
Paolo Carlini
1
-3
/
+3
2010-11-01
libstdc++: N3126 draft support.
Benjamin Kosnik
1
-4
/
+4
2010-10-18
re PR libstdc++/45866 ([C++0x] std::ratio_add, ratio_sub, ratio_multiply, rat...
Paolo Carlini
1
-0
/
+38
2010-08-06
ratio (ratio_less): Improve, use ratio_divide to avoid more overflows.
Paolo Carlini
1
-13
/
+20
2010-02-10
hashtable.h: Fold in include/tr1_impl/hashtable.h contents.
Paolo Carlini
1
-2
/
+2
2009-06-23
macros.h: Replace @tbd with valid doxygen tag @todo.
Jonathan Wakely
1
-1
/
+1
2009-04-09
Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.
Jakub Jelinek
1
-14
/
+9
2009-02-21
user.cfg.in: Tweaks.
Benjamin Kosnik
1
-3
/
+13
2008-07-16
user.cfg.in: Add complex, ratio, intializer_list.
Benjamin Kosnik
1
-0
/
+10
2008-07-05
[multiple changes]
Paolo Carlini
1
-9
/
+40
2008-07-04
ratio: New, per N2661.
Chris Fairles
1
-0
/
+257