aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/ratio
AgeCommit message (Expand)AuthorFilesLines
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne1-1/+0
2024-02-11[libc++][ratio] Avoids accepting unrelated types. (#80491)Mark de Wever1-6/+36
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-222/+174
2023-06-19[libc++] "Implements" new SI prefixis.Mark de Wever1-0/+4
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-1/+1
2023-01-16[libc++] Remove <type_traits> includes from <atomic> and <ratio>Nikolas Klauser1-1/+5
2022-08-17Revert "[libcxx] Resolve warnings for Wshift-sign-overflow"Dominic Chen1-15/+15
2022-08-17[libcxx] Resolve warnings for Wshift-sign-overflowDominic Chen1-15/+15
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne1-0/+1
2022-03-25[libc++] Remove the _LIBCPP_BOOL_CONSTANT macroLouis Dionne1-6/+6
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2022-01-04[libc++] Add the version header to all headers.Mark de Wever1-0/+1
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-09-23[libc++] Remove uses of _LIBCPP_HAS_NO_VARIABLE_TEMPLATESLouis Dionne1-1/+1
2021-09-22[libc++][NFCI] Remove uses of _LIBCPP_INLINE_VARLouis Dionne1-12/+6
2021-05-29[libc++] Alphabetize and include-what-you-use. NFCI.Arthur O'Dwyer1-1/+1
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne1-5/+5
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-01-02Implement most of P0607: Inline Variables for the Standard Library. This invo...Marshall Clow1-12/+18
2017-05-31[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier1-2/+6
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier1-11/+11
2016-09-25[libc++] Remove various C++03 feature test macrosEric Fiselier1-12/+12
2015-11-30Missing file from last commitMarshall Clow1-0/+33
2015-05-20Fix building and testing libc++ with GCC.Eric Fiselier1-2/+5
2015-05-18Add support for N4389 - std::bool_constantMarshall Clow1-6/+6
2015-04-16A few bits of N2994 didn't get fully implemented a long time ago. Thanks to S...Marshall Clow1-8/+8
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant1-11/+11
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant1-11/+11
2011-11-29Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant1-8/+8
2011-11-29Add protection from min/max macrosHoward Hinnant1-0/+2
2011-11-01Fix ratio arithmetic with zeroHoward Hinnant1-0/+6
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant1-0/+2
2011-05-31Upgrade <ratio> to use template aliases when available.Howard Hinnant1-0/+36
2010-11-28Minor fixup in <ratio> and add optional support for shared_mutex and upgrade_...Howard Hinnant1-16/+4
2010-11-24Add template alias emulation to <ratio>Howard Hinnant1-8/+37
2010-11-16license changeHoward Hinnant1-2/+2
2010-09-23visibility-decoration.Howard Hinnant1-11/+11
2010-08-22Fixing whitespace problemsHoward Hinnant1-2/+2
2010-05-18[rand.dist.norm.f]Howard Hinnant1-1/+1
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant1-1/+1
2010-05-11libcxx initial importHoward Hinnant1-0/+424