summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/math/gcc
Commit message (Expand)AuthorAgeFilesLines
* scm copyright and license note updatevboxsync2022-08-222-20/+40
* scm --update-copyright-yearvboxsync2022-01-012-2/+2
* IPRT: Added a __divmoddi4 implementation based on __udivmoddi4 for gcc 11. bu...vboxsync2021-06-291-0/+74
* IPRT: Shut up gcc 10 about potentially uninitialized variables. bugref:9746vboxsync2020-05-251-0/+2
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* VBoxGuest/linux: Try speed up GA installation by combining the IPRT and VBgl ...vboxsync2019-05-311-0/+9
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* (C) yearvboxsync2017-10-171-1/+1
* Runtime/common/math: try to make older gcc compilers happyvboxsync2017-06-081-2/+4
* Runtime/common/math: another try to make older gcc compilers happyvboxsync2017-06-081-2/+2
* Runtime/common/math: try to make older gcc compilers happyvboxsync2017-06-081-2/+2
* Runtime: provide !__udivmoddi4() required for 32-bit code generated by gcc-7 ...vboxsync2017-06-081-0/+2
* Runtime: provide !__udivmoddi4() required for 32-bit code generated by gcc-7 ...vboxsync2017-06-081-0/+49
* *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/gvboxsync2009-06-081-2/+2
* IPRT: __BEGIN_DECLS -> RT_BEGIN_DECLS; __END_DECLS -> RT_END_DECLS.vboxsync2009-06-081-2/+2
* math -> common/mathvboxsync2007-10-2121-0/+1796