1. 9bd6bca crt: Unify kernel32.def for lib64 and libarm32 by Martin Storsjö · 8 years ago
  2. abc82d2 crt: Unify advapi32.def for lib64 and libarm32 by Martin Storsjö · 8 years ago
  3. a699563 crt: Share a def file where lib64 has got a superset of the functions in libarm32 by Martin Storsjö · 8 years ago
  4. db10db5 crt: Add a framework for sharing def files with arch specific differences by Martin Storsjö · 8 years ago
  5. 5ca321b crt: Include the def file in libwindowscodecs.a by Martin Storsjö · 8 years ago
  6. 2db938d crt: Improve the cpp parameters for preprocessing def files by Martin Storsjö · 8 years ago
  7. 774ddc1 crt: Share defs where libarm32 has got a superset of the functions in lib64 by Martin Storsjö · 8 years ago
  8. d5bb642 crt: Share def files that only differ in unnamed ordinals between lib64 and libarm32 by Martin Storsjö · 8 years ago
  9. 75dfad0 crt: Share identical def files between lib64 and libarm32 by Martin Storsjö · 8 years ago
  10. fbf7cfd crt: Share identical def files between lib64 and libarm32 by Martin Storsjö · 8 years ago
  11. 959fda0 crt: Split out the list of import libraries for lib64 into a separate Makefile.am by Martin Storsjö · 8 years ago
  12. 3f86308 crt: Include libarm32 def files in "make dist" by Martin Storsjö · 8 years ago
  13. 8be3242 math: arm: Replace the copysignl assembly file with a C file by Martin Storsjö · 8 years ago
  14. 407f29e math: Split source files with plain assembly into different directories by Martin Storsjö · 8 years ago
  15. fcb69b8 math: Move x86 specific files to an x86 subdirectory by Martin Storsjö · 8 years ago
  16. a8c845f math: Deduplicate the list of x86 specific math source files by Martin Storsjö · 8 years ago
  17. af10a32 stdio: Share the frontend call wrapper assembly across the v*scanf functions by Martin Storsjö · 8 years ago
  18. cc2f4cb Add function aliases in libmsvcrt.a for arm just like on x86/x86_64 by Martin Storsjö · 8 years ago
  19. 52b718c Add a dlltool machine flag for targeting arm by Martin Storsjö · 8 years ago
  20. 8c7ba93 Add the sincos* functions on arm, calling into sin/cos separately by Martin Storsjö · 8 years ago
  21. 0959b36 libuuid.a: Add Windows Animation Manager UUIDs. by Ruslan Garipov · 8 years ago
  22. 4316e5a Fixed building libtaskschd.a, which doesn't use a .def file. by Jacek Caban · 8 years ago
  23. a5789cb mingw-w64-crt: new libtaskschd.a to hold related GUIDs by Jonathan Yong · 8 years ago
  24. 3e84035 mingw-w64-crt/math/fma{,f,l}.c: Implement fused multiply-add (FMA) funcitons for x86 families properly. by LH_Mouse · 9 years ago
  25. 8a6d5d9 crt: Add a WindowsApp.lib mri & associated def files by Hugo Beauzée-Luyssen · 9 years ago
  26. ae0e829 Make ARM softmath functions experimental, disabled by default by Martin Storsjö · 9 years ago
  27. ada9d92 Remove dead mpdecimal code, it was never called by Jonathan Yong · 9 years ago
  28. 8689a6d Updates for v*scanf functions to remove multiple copies of by David Wohlferd · 9 years ago
  29. 24e70a1 Add missing 64bit virtdisk rule to Makefile.am by Jonathan Yong · 9 years ago
  30. 984233c Add a libsynchronization.a by Hugo Beauzée-Luyssen · 9 years ago
  31. f08a4c4 crt: Add e_pow.c to the source list by Hugo Beauzée-Luyssen · 9 years ago
  32. a350834 crt: Add libruntimeobject to arm lib by Hugo Beauzée-Luyssen · 9 years ago
  33. 2c5fe33 Merge libapi-ms-... into libruntimeobject by Hugo Beauzée-Luyssen · 9 years ago
  34. 67dc879 Add msvc{r,p}120_app.dll runtimes by Hugo Beauzée-Luyssen · 9 years ago
  35. 194b45a Don't install the input winstorecompat.a by Hugo Beauzée-Luyssen · 9 years ago
  36. c5ff247 complex: Add clog10*. by Yuta Nakai · 9 years ago
  37. 2a4d4a3 Added _configthreadlocale implementation to libmsvcrt.a. by Jacek Caban · 10 years ago
  38. fc005cd libmsvcrt.a: Added some _vs*printf_p thunks. by Jacek Caban · 10 years ago
  39. dd3460c configure.ac: add support for --with-genlib by Martell Malone · 10 years ago
  40. 038cf7c Explicitly create lib dir before generating def file by Jonathan Yong · 10 years ago
  41. b5c6dbf Locked __mingw_printf by Jonathan Yong · 10 years ago
  42. 3302f21 Handle a default lib suffix dir for arm and x86 by Martell Malone · 10 years ago
  43. ac13c19 Added libsapi.a. by Jacek Caban · 10 years ago
  44. 237e17f cr8 is only available under x64 mode by Martell Malone · 10 years ago
  45. f3f8cd3 Added libruntimeobject.a and use it instead of api-*.a files. by Jacek Caban · 10 years ago
  46. a9c4144 Added libamstrmid.a. by Jacek Caban · 10 years ago
  47. a448824 Add msvcr120 for x86 and x86_64 by Jonathan Yong · 10 years ago
  48. 2ba129d add def file for d3dcompiler_47.dll by Martell Malone · 10 years ago
  49. c440466 Added liblocationapi.a. by Jacek Caban · 11 years ago
  50. 842d5c6 New _sopen_s emulation. by Dongsheng Song · 11 years ago
  51. f713f63 stdlib.h: Add mkstemp implementation. by 宋冬生 · 11 years ago
  52. c7e4f8f time.h: Use inline functions for ctime_r and asctime_r implementations. by Jacek Caban · 11 years ago
  53. e5944ae Updated makefiles for d3d11 def by martell · 11 years ago
  54. 5eb74fa Remove the Macros of the time_r functions and replace them with actual functions by Martell Malone · 11 years ago
  55. 2e96a6b Add secapi wrapper for wmemmove_s by martell · 11 years ago
  56. 57eeb31 Override _cabs in libmingwex to make sure it uses C99 compliant cabs. by Kai Tietz · 11 years ago
  57. 964a7d7 Add hypot and atan2 to libmingwex for x86 and x64. by Kai Tietz · 11 years ago
  58. c76b1dd New _controlfp_s emulation by Jonathan Yong · 11 years ago
  59. 4f9d502 softmath: Add remquol by André Hentschel · 11 years ago
  60. 0211aed softmath: Add remquof by André Hentschel · 11 years ago
  61. 62e1dfb softmath: Add remquo by André Hentschel · 11 years ago
  62. 1caf5ee softmath: Add frexpl by André Hentschel · 11 years ago
  63. bf58a0b Don't build fucom.c on ARM by André Hentschel · 11 years ago
  64. 6bdbe3b Don't build all directx related import libraries on ARM by André Hentschel · 11 years ago
  65. 5a9f413 Fix missing source by Jonathan Yong · 11 years ago
  66. 336301c softmath: Add log10l by André Hentschel · 11 years ago
  67. 3e3f329 softmath: Add log and logl by André Hentschel · 11 years ago
  68. 8ff6fb4 softmath: Add sinl and error handling for sin functions by André Hentschel · 11 years ago
  69. ff865b3 softmath: Add cosl and error handling for cos functions by André Hentschel · 11 years ago
  70. dea7c8d math: Only build internal functions on non-ARM platforms by André Hentschel · 11 years ago
  71. 7cd3709 softmath: Add tanl by André Hentschel · 11 years ago
  72. 1464aac softmath: Add atan2l by André Hentschel · 11 years ago
  73. 63cf2bf softmath: Add atanl by André Hentschel · 11 years ago
  74. 07a9ceb softmath: Add acosl by André Hentschel · 11 years ago
  75. a2a88fb softmath: Add asinl by André Hentschel · 11 years ago
  76. 19b7bca Add ftw() to libmingwex by Jonathan Yong · 11 years ago
  77. d08adb1 softmath: Add sincosl by André Hentschel · 11 years ago
  78. 717c578 softmath: Add scalbnl by André Hentschel · 11 years ago
  79. 90067e9 softmath: Add remainderl by André Hentschel · 11 years ago
  80. 2011083 softmath: Add powl by André Hentschel · 11 years ago
  81. 3ec2742 softmath: Add logbl by André Hentschel · 11 years ago
  82. 84b0477 softmath: Add log2l by André Hentschel · 11 years ago
  83. fc1e1c6 softmath: Add log1pl by André Hentschel · 11 years ago
  84. c360e12 softmath: Add ldexpl by André Hentschel · 11 years ago
  85. 52fd16b softmath: Add ilogbl by André Hentschel · 11 years ago
  86. 1e27e08 softmath: Add fmodl by André Hentschel · 11 years ago
  87. e8ef4c3 softmath: Add expm1l by André Hentschel · 11 years ago
  88. 24a20be softmath: Add expl by André Hentschel · 11 years ago
  89. 3a70d69 softmath: Add exp2l by André Hentschel · 11 years ago
  90. 18ac735 softmath: Add atanhl by André Hentschel · 11 years ago
  91. 9730dac softmath: Add asinhl by André Hentschel · 11 years ago
  92. 530e3be softmath: Add acoshl by André Hentschel · 11 years ago
  93. 2bbe547 softmath: Add pow by André Hentschel · 11 years ago
  94. d142d4d softmath: Add ldexp by André Hentschel · 11 years ago
  95. 469ed5d softmath: Add remainderf and remainder by André Hentschel · 11 years ago
  96. 8930ff0 softmath: Add sincosf and sincos by André Hentschel · 11 years ago
  97. d8049df softmath: Add cos by André Hentschel · 11 years ago
  98. 99b31e1 softmath: Add sin by André Hentschel · 11 years ago
  99. ec1ff77 Add memmove_s emu by Jonathan Yong · 11 years ago
  100. e261bf6 softmath: Add scalbn by André Hentschel · 11 years ago