├── .gitattributes ├── .gitignore ├── COPYING.TXT ├── README.md ├── clean ├── codestyle.txt ├── library ├── config-nix.sh ├── config-osx.sh ├── config-win.sh ├── config.sh ├── functions.sh └── subtargets.sh ├── licenses ├── binutils │ ├── COPYING │ ├── COPYING.LIB │ ├── COPYING.LIBGLOSS │ ├── COPYING.NEWLIB │ ├── COPYING3 │ └── COPYING3.LIB ├── bzip2 │ └── COPYING ├── clang │ └── copying.txt ├── cloog │ └── license.txt ├── expat │ └── COPYING ├── gcc │ ├── COPYING │ ├── COPYING.LIB │ ├── COPYING.RUNTIME │ ├── COPYING3 │ └── COPYING3.LIB ├── gdb │ ├── COPYING │ ├── COPYING.LIB │ ├── COPYING.LIBGLOSS │ ├── COPYING.NEWLIB │ ├── COPYING3 │ └── COPYING3.LIB ├── gmp │ ├── COPYING │ └── COPYING.LIB ├── libffi │ └── LICENSE ├── libiconv │ ├── COPYING │ └── COPYING.LIB ├── make │ └── COPYING ├── mingw-libgnurx │ └── COPYING.LIB ├── mingw-w64 │ ├── COPYING │ ├── COPYING.MinGW-w64-runtime.txt │ ├── COPYING.MinGW-w64.txt │ ├── DISCLAIMER │ ├── DISCLAIMER.PD │ ├── ddk-readme.txt │ ├── direct-x-COPYING.lib │ └── direct-x-readme.txt ├── mpc │ └── COPYING.LIB ├── mpfr │ ├── COPYING │ └── COPYING.LESSER ├── ncurses │ └── README ├── ppl │ └── COPYING ├── python │ └── LICENSE.txt ├── readline │ └── COPYING ├── sqlite │ └── license.terms ├── tcl │ └── license.terms ├── tk │ └── license.terms ├── winpthreads │ └── COPYING ├── xz │ ├── COPYING.GPLv2 │ ├── COPYING.GPLv3 │ ├── COPYING.LGPLv2.1 │ └── COPYING.txt └── zlib │ └── copying.txt ├── mingw-builds-install ├── COPYING.TXT ├── index.html ├── mingw-w64.bat ├── mingw-w64.ci ├── mingw-w64.g └── mingw-w64.url ├── patches ├── Python2 │ ├── 0000-make-_sysconfigdata.py-relocatable.patch │ ├── 0100-MINGW-BASE-use-NT-thread-model.patch │ ├── 0110-MINGW-translate-gcc-internal-defines-to-python-platf.patch │ ├── 0120-MINGW-use-header-in-lowercase.patch │ ├── 0130-MINGW-configure-MACHDEP-and-platform-for-build.patch │ ├── 0140-MINGW-preset-configure-defaults.patch │ ├── 0150-MINGW-configure-largefile-support-for-windows-builds.patch │ ├── 0160-MINGW-add-wincrypt.h-in-Python-random.c.patch │ ├── 0180-MINGW-init-system-calls.patch │ ├── 0190-MINGW-detect-REPARSE_DATA_BUFFER.patch │ ├── 0200-MINGW-build-in-windows-modules-winreg.patch │ ├── 0210-MINGW-determine-if-pwdmodule-should-be-used.patch │ ├── 0220-MINGW-default-sys.path-calculations-for-windows-plat.patch │ ├── 0230-MINGW-AC_LIBOBJ-replacement-of-fileblocks.patch │ ├── 0250-MINGW-compiler-customize-mingw-cygwin-compilers.patch │ ├── 0270-CYGWIN-issue13756-Python-make-fail-on-cygwin.patch │ ├── 0290-issue6672-v2-Add-Mingw-recognition-to-pyport.h-to-al.patch │ ├── 0300-MINGW-configure-for-shared-build.patch │ ├── 0310-MINGW-dynamic-loading-support.patch │ ├── 0320-MINGW-implement-exec-prefix.patch │ ├── 0330-MINGW-ignore-main-program-for-frozen-scripts.patch │ ├── 0340-MINGW-setup-exclude-termios-module.patch │ ├── 0350-MINGW-setup-_multiprocessing-module.patch │ ├── 0360-MINGW-setup-select-module.patch │ ├── 0370-MINGW-setup-_ctypes-module-with-system-libffi.patch │ ├── 0380-MINGW-defect-winsock2-and-setup-_socket-module.patch │ ├── 0390-MINGW-exclude-unix-only-modules.patch │ ├── 0400-MINGW-setup-msvcrt-module.patch │ ├── 0410-MINGW-build-extensions-with-GCC.patch │ ├── 0420-MINGW-use-Mingw32CCompiler-as-default-compiler-for-m.patch │ ├── 0430-MINGW-find-import-library.patch │ ├── 0440-MINGW-setup-_ssl-module.patch │ ├── 0460-MINGW-generalization-of-posix-build-in-sysconfig.py.patch │ ├── 0462-MINGW-support-stdcall-without-underscore.patch │ ├── 0480-MINGW-generalization-of-posix-build-in-distutils-sys.patch │ ├── 0490-MINGW-customize-site.patch │ ├── 0500-add-python-config-sh.patch │ ├── 0510-cross-darwin-feature.patch │ ├── 0520-py3k-mingw-ntthreads-vs-pthreads.patch │ ├── 0530-mingw-system-libffi.patch │ ├── 0540-mingw-semicolon-DELIM.patch │ ├── 0550-mingw-regen-use-stddef_h.patch │ ├── 0560-mingw-use-posix-getpath.patch │ ├── 0565-mingw-add-ModuleFileName-dir-to-PATH.patch │ ├── 0570-mingw-add-BUILDIN_WIN32_MODULEs-time-msvcrt.patch │ ├── 0580-mingw32-test-REPARSE_DATA_BUFFER.patch │ ├── 0590-mingw-INSTALL_SHARED-LDLIBRARY-LIBPL.patch │ ├── 0600-msys-mingw-prefer-unix-sep-if-MSYSTEM.patch │ ├── 0610-msys-cygwin-semi-native-build-sysconfig.patch │ ├── 0620-mingw-sysconfig-like-posix.patch │ ├── 0630-mingw-_winapi_as_builtin_for_Popen_in_cygwinccompiler.patch │ ├── 0640-mingw-x86_64-size_t-format-specifier-pid_t.patch │ ├── 0650-cross-dont-add-multiarch-paths-if-cross-compiling.patch │ ├── 0660-mingw-use-backslashes-in-compileall-py.patch │ ├── 0670-msys-convert_path-fix-and-root-hack.patch │ ├── 0690-allow-static-tcltk.patch │ ├── 0710-CROSS-properly-detect-WINDOW-_flags-for-different-nc.patch │ ├── 0720-mingw-pdcurses_ISPAD.patch │ ├── 0740-grammar-fixes.patch │ ├── 0750-Add-interp-Python-DESTSHARED-to-PYTHONPATH-b4-pybuilddir-txt-dir.patch │ ├── 0760-msys-monkeypatch-os-system-via-sh-exe.patch │ ├── 0770-msys-replace-slashes-used-in-io-redirection.patch │ ├── 0790-mingw-add-_exec_prefix-for-tcltk-dlls.patch │ ├── 0800-mingw-install-layout-as-posix.patch │ ├── 0820-mingw-reorder-bininstall-ln-symlink-creation.patch │ ├── 0830-add-build-sysroot-config-option.patch │ ├── 0840-add-builddir-to-library_dirs.patch │ ├── 0850-cross-PYTHON_FOR_BUILD-gteq-276-and-fullpath-it.patch │ ├── 0855-mingw-fix-ssl-dont-use-enum_certificates.patch │ ├── 0860-mingw-build-optimized-ext.patch │ ├── 0870-mingw-add-LIBPL-to-library-dirs.patch │ ├── 0910-fix-using-dllhandle-and-winver-mingw.patch │ ├── 1000-dont-link-with-gettext.patch │ ├── 1010-ctypes-python-dll.patch │ ├── 1020-gdbm-module-includes.patch │ ├── 1030-use-gnu_printf-in-format.patch │ ├── 1040-install-msilib.patch │ ├── 1050-Fixed-building-under-Windows-10.patch │ └── 1900-ctypes-dont-depend-on-internal-libffi.patch ├── Python3 │ ├── 0000-make-_sysconfigdata.py-relocatable.patch │ ├── 0100-MINGW-BASE-use-NT-thread-model.patch │ ├── 0110-MINGW-translate-gcc-internal-defines-to-python-platf.patch │ ├── 0130-MINGW-configure-MACHDEP-and-platform-for-build.patch │ ├── 0140-MINGW-preset-configure-defaults.patch │ ├── 0150-MINGW-configure-largefile-support-for-windows-builds.patch │ ├── 0160-MINGW-add-wincrypt.h-in-Python-random.c.patch │ ├── 0170-MINGW-add-srcdir-PC-to-CPPFLAGS.patch │ ├── 0180-MINGW-init-system-calls.patch │ ├── 0190-MINGW-detect-REPARSE_DATA_BUFFER.patch │ ├── 0200-MINGW-build-in-windows-modules-winreg.patch │ ├── 0210-MINGW-determine-if-pwdmodule-should-be-used.patch │ ├── 0220-MINGW-default-sys.path-calculations-for-windows-plat.patch │ ├── 0230-MINGW-AC_LIBOBJ-replacement-of-fileblocks.patch │ ├── 0240-MINGW-use-main-to-start-execution.patch │ ├── 0250-MINGW-compiler-customize-mingw-cygwin-compilers.patch │ ├── 0260-MINGW-compiler-enable-new-dtags.patch │ ├── 0270-CYGWIN-issue13756-Python-make-fail-on-cygwin.patch │ ├── 0290-issue6672-v2-Add-Mingw-recognition-to-pyport.h-to-al.patch │ ├── 0300-MINGW-configure-for-shared-build.patch │ ├── 0310-MINGW-dynamic-loading-support.patch │ ├── 0320-MINGW-implement-exec-prefix.patch │ ├── 0330-MINGW-ignore-main-program-for-frozen-scripts.patch │ ├── 0340-MINGW-setup-exclude-termios-module.patch │ ├── 0350-MINGW-setup-_multiprocessing-module.patch │ ├── 0360-MINGW-setup-select-module.patch │ ├── 0370-MINGW-setup-_ctypes-module-with-system-libffi.patch │ ├── 0380-MINGW-defect-winsock2-and-setup-_socket-module.patch │ ├── 0390-MINGW-exclude-unix-only-modules.patch │ ├── 0400-MINGW-setup-msvcrt-and-_winapi-modules.patch │ ├── 0410-MINGW-build-extensions-with-GCC.patch │ ├── 0420-MINGW-use-Mingw32CCompiler-as-default-compiler-for-m.patch │ ├── 0430-MINGW-find-import-library.patch │ ├── 0440-MINGW-setup-_ssl-module.patch │ ├── 0460-MINGW-generalization-of-posix-build-in-sysconfig.py.patch │ ├── 0462-MINGW-support-stdcall-without-underscore.patch │ ├── 0464-use-replace-instead-rename-to-avoid-failure-on-windo.patch │ ├── 0470-MINGW-avoid-circular-dependency-from-time-module-dur.patch │ ├── 0480-MINGW-generalization-of-posix-build-in-distutils-sys.patch │ ├── 0490-MINGW-customize-site.patch │ ├── 0500-add-python-config-sh.patch │ ├── 0510-cross-darwin-feature.patch │ ├── 0520-py3k-mingw-ntthreads-vs-pthreads.patch │ ├── 0530-mingw-system-libffi.patch │ ├── 0540-mingw-semicolon-DELIM.patch │ ├── 0550-mingw-regen-use-stddef_h.patch │ ├── 0555-msys-mingw-prefer-unix-sep-if-MSYSTEM.patch │ ├── 0560-mingw-use-posix-getpath.patch │ ├── 0565-mingw-add-ModuleFileName-dir-to-PATH.patch │ ├── 0570-mingw-add-BUILDIN_WIN32_MODULEs-time-msvcrt.patch │ ├── 0590-mingw-INSTALL_SHARED-LDLIBRARY-LIBPL.patch │ ├── 0610-msys-cygwin-semi-native-build-sysconfig.patch │ ├── 0620-mingw-sysconfig-like-posix.patch │ ├── 0630-mingw-_winapi_as_builtin_for_Popen_in_cygwinccompiler.patch │ ├── 0640-mingw-x86_64-size_t-format-specifier-pid_t.patch │ ├── 0650-cross-dont-add-multiarch-paths-if-cross-compiling.patch │ ├── 0660-mingw-use-backslashes-in-compileall-py.patch │ ├── 0670-msys-convert_path-fix-and-root-hack.patch │ ├── 0690-allow-static-tcltk.patch │ ├── 0700-CROSS-avoid-ncursesw-include-path-hack.patch │ ├── 0710-CROSS-properly-detect-WINDOW-_flags-for-different-nc.patch │ ├── 0720-mingw-pdcurses_ISPAD.patch │ ├── 0730-mingw-fix-ncurses-module.patch │ ├── 0740-grammar-fixes.patch │ ├── 0750-builddir-fixes.patch │ ├── 0760-msys-monkeypatch-os-system-via-sh-exe.patch │ ├── 0770-msys-replace-slashes-used-in-io-redirection.patch │ ├── 0790-mingw-add-_exec_prefix-for-tcltk-dlls.patch │ ├── 0800-mingw-install-layout-as-posix.patch │ ├── 0810-remove_path_max.default.patch │ ├── 0820-dont-link-with-gettext.patch │ ├── 0830-ctypes-python-dll.patch │ ├── 0840-gdbm-module-includes.patch │ ├── 0850-use-gnu_printf-in-format.patch │ ├── 0860-fix-_Py_CheckPython3-prototype.patch │ ├── 0870-mingw-fix-ssl-dont-use-enum_certificates.patch │ ├── 0890-mingw-build-optimized-ext.patch │ ├── 0900-cygwinccompiler-dont-strip-modules-if-pydebug.patch │ ├── 0910-fix-using-dllhandle-and-winver-mingw.patch │ ├── 0920-mingw-add-LIBPL-to-library-dirs.patch │ ├── 1000-fix-building-posixmodule.patch │ ├── 1010-install-msilib.patch │ └── 1500-mingw-w64-dont-look-in-DLLs-folder-for-python-dll.patch ├── README.TXT ├── binutils │ ├── 0001-enable-gold-on.mingw32.patch │ ├── 0002-check-for-unusual-file-harder.patch │ ├── 0008-fix-libiberty-makefile.mingw.patch │ ├── 0009-fix-libiberty-configure.mingw.patch │ ├── 0018-binutils-PC64-PCRQUAD-relocation-fix.mingw32.patch │ └── 0110-binutils-mingw-gnu-print.patch ├── bzip2 │ ├── bzip2-1.0.4-bzip2recover.patch │ ├── bzip2-1.0.5-slash.patch │ ├── bzip2-1.0.6-autoconfiscated.patch │ └── bzip2-use-cdecl-calling-convention.patch ├── clang │ ├── clang-3.4-enable-tls.patch │ └── clang-3.4-mingw-w64-header-search.patch ├── cloog │ └── cloog-0.18.3-no-undefined.patch ├── expat │ ├── expat-2.0.1-exeext.patch │ └── expat_mingw_tests_fix.patch ├── gcc │ ├── gcc-10-ktietz-libgomp.patch │ ├── gcc-4.6-cloog_lang_c.patch │ ├── gcc-4.6-fix_mismatch_in_gnu_inline_attributes.patch │ ├── gcc-4.6-iconv.patch │ ├── gcc-4.6-stdthreads.patch │ ├── gcc-4.6-vswprintf.patch │ ├── gcc-4.6.2-gengtype.patch │ ├── gcc-4.6.4-fix-dw2.patch │ ├── gcc-4.7-iconv.patch │ ├── gcc-4.7-seg_fault_when_building_gcc.patch │ ├── gcc-4.7-stdthreads.patch │ ├── gcc-4.7-vswprintf.patch │ ├── gcc-4.7-wrong_include_search_path_composition.patch │ ├── gcc-4.7.2-incorrect-virtual-thunk-on-mingw.patch │ ├── gcc-4.7.3-fix-dw2.patch │ ├── gcc-4.8-filename-output.patch │ ├── gcc-4.8-iconv.patch │ ├── gcc-4.8-intrin.patch │ ├── gcc-4.8-lambda-ICE.patch │ ├── gcc-4.8-libatomic-cygwin.patch │ ├── gcc-4.8-libstdc++export.patch │ ├── gcc-4.8.0-cannot_modify_jumps.patch │ ├── gcc-4.8.1-fix-dw2.patch │ ├── gcc-4.8.1-objc-exceptions.patch │ ├── gcc-4.8.2-build-more-gnattools.mingw.patch │ ├── gcc-4.8.2-dont-escape-arguments-that-dont-need-it-in-pex-win32.c.patch │ ├── gcc-4.8.2-fix-for-windows-not-minding-non-existant-parent-dirs.patch │ ├── gcc-4.8.2-prettify-linking-no-undefined.mingw.patch │ ├── gcc-4.8.2-windows-lrealpath-no-force-lowercase-nor-backslash.patch │ ├── gcc-4.8.3-libatomic-cygwin.patch │ ├── gcc-4.9-tree-ssa-threadedge.patch │ ├── gcc-4.9.0-ICE.patch │ ├── gcc-4.9.0-PR-ipa-60965.patch │ ├── gcc-4.9.0-libatomic-cygwin.patch │ ├── gcc-4.9.0-pr-57440.patch │ ├── gcc-4.9.1-PR-61214.patch │ ├── gcc-4.9.1-enable-shared-gnat-implib.mingw.patch │ ├── gcc-5-dwarf-regression.patch │ ├── gcc-5.1-iconv.patch │ ├── gcc-5.1.0-detect-sjlj-cleanup.patch │ ├── gcc-5.1.0-fix-libatomic-building-for-threads=win32.patch │ ├── gcc-5.1.0-fix-lto.patch │ ├── gcc-5.1.0-make-xmmintrin-header-cplusplus-compatible.patch │ ├── gcc-5.2-fix-mingw-pch.patch │ ├── gcc-5.3.0-detect-sjlj-cleanup.patch │ ├── gcc-6-backport-fix-of-check-for-empty-string-in-ubsan.c.patch │ ├── gcc-6-ktietz-libgomp.patch │ ├── gcc-6.1-disable-weak-refs.patch │ ├── gcc-6.1.0-filesystem.patch │ ├── gcc-6.2.0-filesystem.patch │ ├── gcc-6.3.0-define_more_error_constants_for_mingw-w64_backport.patch │ ├── gcc-6.5.0-filesystem.patch │ ├── gcc-7-branch-diagnostic-color.c.patch │ ├── gcc-7-build-more-gnattools.mingw.patch │ ├── gcc-7-filesystem.patch │ ├── gcc-7.3.0-filesystem.patch │ ├── gcc-8-branch-Backport-patches-for-std-filesystem-from-master.patch │ ├── gcc-8-isl-0.20-support.patch │ ├── gcc-8.1.0-Backport-patches-for-std-filesystem-from-master.patch │ ├── gcc-8.2.0-Backport-patches-for-std-filesystem-from-master.patch │ ├── gcc-8.3.0-Backport-patches-for-std-filesystem-from-master.patch │ ├── gcc-9-ktietz-libgomp.patch │ ├── gcc-libgomp-ftime64.patch │ ├── ktietz-libgomp.patch │ ├── lto-plugin-use-static-libgcc.patch │ └── pr56742.patch ├── gdb │ ├── gdb-7.12-dynamic-libs.patch │ ├── gdb-7.12-fix-using-gnu-print.patch │ ├── gdb-7.9-mingw-gcc-4.7.patch │ ├── gdb-8.3.1-dynamic-libs.patch │ ├── gdb-fix-display-tabs-on-mingw.patch │ ├── gdb-fix-using-gnu-print.patch │ ├── gdb-perfomance.patch │ └── gdb-python-fix-crash.patch ├── gdbm │ └── gdbm_1.18.1-win32-support.patch ├── isl │ ├── isl-0.12-no-undefined.patch │ └── isl-0.14.1-no-undefined.patch ├── libffi │ ├── fix_return_size.patch │ ├── libffi-3.1-missing-gnu-stack.patch │ ├── libffi-3.1-typo.patch │ └── toolexeclibdir-subst.patch ├── libgnurx │ ├── mingw32-libgnurx-Makefile.am │ ├── mingw32-libgnurx-configure.ac │ └── mingw32-libgnurx-honor-destdir.patch ├── libiconv │ ├── 0001-compile-relocatable-in-gnulib.mingw.patch │ ├── 0002-fix-cr-for-awk-in-configure.all.patch │ └── fix-pointer-buf.patch ├── make │ ├── make-Windows-Add-move-to-sh_cmds_dos.patch │ ├── make-getopt.patch │ ├── make-git-fix-config-files.patch │ ├── make-linebuf-mingw.patch │ └── make-remove-double-quote.patch ├── mingw-w64 │ ├── 6332.patch │ ├── 6385.patch │ ├── 6386.patch │ ├── 6390.patch │ ├── bug-647.patch │ └── gendef-Silence-warnings-about-casting-function-point.patch ├── ncurses │ └── work_around_changed_output_of_GNU_cpp_5.x.patch ├── openssl │ └── openssl-1.1.1-relocation.patch ├── ppl │ └── ppl-resolve-conflicts-with-gmp-5.1.0.patch ├── readline │ ├── readline-6.2-libncursesw.patch │ ├── readline80-001.patch │ ├── readline80-002.patch │ ├── readline80-003.patch │ └── readline80-004.patch ├── tcl │ ├── 002-fix-forbidden-colon-in-paths.mingw.patch │ ├── 004-use-system-zlib.mingw.patch │ ├── 005-no-xc.mingw.patch │ ├── 006-proper-implib-name.mingw.patch │ ├── 007-install.mingw.patch │ ├── 008-tcl-8.5.14-hidden.patch │ └── 009-fix-using-gnu-print.patch ├── tk │ ├── 002-implib-name.mingw.patch │ ├── 003-fix-forbidden-colon-in-paths.mingw.patch │ ├── 004-install-man.mingw.patch │ ├── 006-prevent-tclStubsPtr-segfault.patch │ ├── 007-mingw-w64-compatibility-fix.patch │ └── 008-dont-link-shared-with--static-libgcc.patch └── zlib │ ├── 01-zlib-1.2.11-1-buildsys.mingw.patch │ ├── 01-zlib-1.2.7-1-buildsys.mingw.patch │ ├── 013-fix-largefile-support.patch │ ├── 02-no-undefined.mingw.patch │ ├── 03-dont-put-sodir-into-L.mingw.patch │ ├── 04-wrong-w8-check.mingw.patch │ └── 05-fix-a-typo.mingw.patch ├── scripts ├── 3rdparty-post.sh ├── binutils-post.sh ├── binutils.sh ├── bootstrap.sh ├── build-info.sh ├── bzip2.sh ├── clang-3.3.sh ├── clang-3.4.sh ├── clang-git.sh ├── cleanup.sh ├── cloog.sh ├── expat.sh ├── gcc-10-branch.sh ├── gcc-4.6-branch.sh ├── gcc-4.6.2.sh ├── gcc-4.6.3.sh ├── gcc-4.6.4.sh ├── gcc-4.7-branch.sh ├── gcc-4.7.0.sh ├── gcc-4.7.1.sh ├── gcc-4.7.2.sh ├── gcc-4.7.3.sh ├── gcc-4.7.4.sh ├── gcc-4.8-branch.sh ├── gcc-4.8.0.sh ├── gcc-4.8.1.sh ├── gcc-4.8.2.sh ├── gcc-4.8.3.sh ├── gcc-4.8.4.sh ├── gcc-4.8.5.sh ├── gcc-4.9-branch.sh ├── gcc-4.9.0.sh ├── gcc-4.9.1.sh ├── gcc-4.9.2.sh ├── gcc-4.9.3.sh ├── gcc-4.9.4.sh ├── gcc-5-branch.sh ├── gcc-5.1.0.sh ├── gcc-5.2.0.sh ├── gcc-5.3.0.sh ├── gcc-5.4.0.sh ├── gcc-5.5.0.sh ├── gcc-6-branch.sh ├── gcc-6.1.0.sh ├── gcc-6.2.0.sh ├── gcc-6.3.0.sh ├── gcc-6.4.0.sh ├── gcc-6.5.0.sh ├── gcc-7-branch.sh ├── gcc-7.1.0.sh ├── gcc-7.2.0.sh ├── gcc-7.3.0.sh ├── gcc-7.4.0.sh ├── gcc-7.5.0.sh ├── gcc-8-branch.sh ├── gcc-8.1.0.sh ├── gcc-8.2.0.sh ├── gcc-8.3.0.sh ├── gcc-8.4.0.sh ├── gcc-9-branch.sh ├── gcc-9.1.0.sh ├── gcc-9.2.0.sh ├── gcc-9.3.0.sh ├── gcc-post.sh ├── gcc-trunk.sh ├── gdb-wrapper.sh ├── gdb.sh ├── gdbinit.sh ├── gdbm.sh ├── gmp.sh ├── isl.sh ├── libffi.sh ├── libgnurx.sh ├── libiconv.sh ├── licenses.sh ├── make.sh ├── make_git.sh ├── make_git_bat.sh ├── mingw-compress.sh ├── mingw-w64-api.sh ├── mingw-w64-crt.sh ├── mingw-w64-download.sh ├── mingw-w64-libraries-libmangle.sh ├── mingw-w64-libraries-pseh.sh ├── mingw-w64-runtime-post.sh ├── mingw-w64-tools-gendef.sh ├── mingw-w64-tools-genidl.sh ├── mingw-w64-tools-genpeimg.sh ├── mingw-w64-tools-widl.sh ├── mpc.sh ├── mpfr.sh ├── ncurses.sh ├── openssl.sh ├── ppl.sh ├── python-2.sh ├── python-3.sh ├── readline.sh ├── sqlite.sh ├── srcs-compress.sh ├── tcl.sh ├── termcap.sh ├── terminator.sh ├── tests.sh ├── tk.sh ├── winpthreads.sh ├── xz-utils.sh └── zlib.sh ├── sources ├── gdb-wrapper │ └── gdb-wrapper.c └── gdbinit ├── tests ├── dll1.cpp ├── dll2.cpp ├── dll_test1.cpp ├── dll_test2.cpp ├── filesystem.cpp ├── lasterror_test1.cpp ├── lasterror_test2.cpp ├── locale_test.cpp ├── lto_int.cpp ├── lto_int.h ├── lto_test.cpp ├── omp_test.c ├── pthread_test.c ├── random_device.cpp ├── sleep_test.cpp ├── stdthread_test.cpp ├── time_test.c └── transmem_test.cpp └── todo.txt /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/.gitignore -------------------------------------------------------------------------------- /COPYING.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/COPYING.TXT -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/README.md -------------------------------------------------------------------------------- /clean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/clean -------------------------------------------------------------------------------- /codestyle.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/codestyle.txt -------------------------------------------------------------------------------- /library/config-nix.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/library/config-nix.sh -------------------------------------------------------------------------------- /library/config-osx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/library/config-osx.sh -------------------------------------------------------------------------------- /library/config-win.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/library/config-win.sh -------------------------------------------------------------------------------- /library/config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/library/config.sh -------------------------------------------------------------------------------- /library/functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/library/functions.sh -------------------------------------------------------------------------------- /library/subtargets.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/library/subtargets.sh -------------------------------------------------------------------------------- /licenses/binutils/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/binutils/COPYING -------------------------------------------------------------------------------- /licenses/binutils/COPYING.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/binutils/COPYING.LIB -------------------------------------------------------------------------------- /licenses/binutils/COPYING.LIBGLOSS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/binutils/COPYING.LIBGLOSS -------------------------------------------------------------------------------- /licenses/binutils/COPYING.NEWLIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/binutils/COPYING.NEWLIB -------------------------------------------------------------------------------- /licenses/binutils/COPYING3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/binutils/COPYING3 -------------------------------------------------------------------------------- /licenses/binutils/COPYING3.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/binutils/COPYING3.LIB -------------------------------------------------------------------------------- /licenses/bzip2/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/bzip2/COPYING -------------------------------------------------------------------------------- /licenses/clang/copying.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/clang/copying.txt -------------------------------------------------------------------------------- /licenses/cloog/license.txt: -------------------------------------------------------------------------------- 1 | http://www.gnu.org/licenses/lgpl-2.1.html 2 | -------------------------------------------------------------------------------- /licenses/expat/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/expat/COPYING -------------------------------------------------------------------------------- /licenses/gcc/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/gcc/COPYING -------------------------------------------------------------------------------- /licenses/gcc/COPYING.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/gcc/COPYING.LIB -------------------------------------------------------------------------------- /licenses/gcc/COPYING.RUNTIME: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/gcc/COPYING.RUNTIME -------------------------------------------------------------------------------- /licenses/gcc/COPYING3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/gcc/COPYING3 -------------------------------------------------------------------------------- /licenses/gcc/COPYING3.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/gcc/COPYING3.LIB -------------------------------------------------------------------------------- /licenses/gdb/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/gdb/COPYING -------------------------------------------------------------------------------- /licenses/gdb/COPYING.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/gdb/COPYING.LIB -------------------------------------------------------------------------------- /licenses/gdb/COPYING.LIBGLOSS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/gdb/COPYING.LIBGLOSS -------------------------------------------------------------------------------- /licenses/gdb/COPYING.NEWLIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/gdb/COPYING.NEWLIB -------------------------------------------------------------------------------- /licenses/gdb/COPYING3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/gdb/COPYING3 -------------------------------------------------------------------------------- /licenses/gdb/COPYING3.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/gdb/COPYING3.LIB -------------------------------------------------------------------------------- /licenses/gmp/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/gmp/COPYING -------------------------------------------------------------------------------- /licenses/gmp/COPYING.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/gmp/COPYING.LIB -------------------------------------------------------------------------------- /licenses/libffi/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/libffi/LICENSE -------------------------------------------------------------------------------- /licenses/libiconv/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/libiconv/COPYING -------------------------------------------------------------------------------- /licenses/libiconv/COPYING.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/libiconv/COPYING.LIB -------------------------------------------------------------------------------- /licenses/make/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/make/COPYING -------------------------------------------------------------------------------- /licenses/mingw-libgnurx/COPYING.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/mingw-libgnurx/COPYING.LIB -------------------------------------------------------------------------------- /licenses/mingw-w64/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/mingw-w64/COPYING -------------------------------------------------------------------------------- /licenses/mingw-w64/COPYING.MinGW-w64-runtime.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/mingw-w64/COPYING.MinGW-w64-runtime.txt -------------------------------------------------------------------------------- /licenses/mingw-w64/COPYING.MinGW-w64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/mingw-w64/COPYING.MinGW-w64.txt -------------------------------------------------------------------------------- /licenses/mingw-w64/DISCLAIMER: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/mingw-w64/DISCLAIMER -------------------------------------------------------------------------------- /licenses/mingw-w64/DISCLAIMER.PD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/mingw-w64/DISCLAIMER.PD -------------------------------------------------------------------------------- /licenses/mingw-w64/ddk-readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/mingw-w64/ddk-readme.txt -------------------------------------------------------------------------------- /licenses/mingw-w64/direct-x-COPYING.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/mingw-w64/direct-x-COPYING.lib -------------------------------------------------------------------------------- /licenses/mingw-w64/direct-x-readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/mingw-w64/direct-x-readme.txt -------------------------------------------------------------------------------- /licenses/mpc/COPYING.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/mpc/COPYING.LIB -------------------------------------------------------------------------------- /licenses/mpfr/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/mpfr/COPYING -------------------------------------------------------------------------------- /licenses/mpfr/COPYING.LESSER: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/mpfr/COPYING.LESSER -------------------------------------------------------------------------------- /licenses/ncurses/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/ncurses/README -------------------------------------------------------------------------------- /licenses/ppl/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/ppl/COPYING -------------------------------------------------------------------------------- /licenses/python/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/python/LICENSE.txt -------------------------------------------------------------------------------- /licenses/readline/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/readline/COPYING -------------------------------------------------------------------------------- /licenses/sqlite/license.terms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/sqlite/license.terms -------------------------------------------------------------------------------- /licenses/tcl/license.terms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/tcl/license.terms -------------------------------------------------------------------------------- /licenses/tk/license.terms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/tk/license.terms -------------------------------------------------------------------------------- /licenses/winpthreads/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/winpthreads/COPYING -------------------------------------------------------------------------------- /licenses/xz/COPYING.GPLv2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/xz/COPYING.GPLv2 -------------------------------------------------------------------------------- /licenses/xz/COPYING.GPLv3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/xz/COPYING.GPLv3 -------------------------------------------------------------------------------- /licenses/xz/COPYING.LGPLv2.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/xz/COPYING.LGPLv2.1 -------------------------------------------------------------------------------- /licenses/xz/COPYING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/xz/COPYING.txt -------------------------------------------------------------------------------- /licenses/zlib/copying.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/licenses/zlib/copying.txt -------------------------------------------------------------------------------- /mingw-builds-install/COPYING.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/mingw-builds-install/COPYING.TXT -------------------------------------------------------------------------------- /mingw-builds-install/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/mingw-builds-install/index.html -------------------------------------------------------------------------------- /mingw-builds-install/mingw-w64.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/mingw-builds-install/mingw-w64.bat -------------------------------------------------------------------------------- /mingw-builds-install/mingw-w64.ci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/mingw-builds-install/mingw-w64.ci -------------------------------------------------------------------------------- /mingw-builds-install/mingw-w64.g: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/mingw-builds-install/mingw-w64.g -------------------------------------------------------------------------------- /mingw-builds-install/mingw-w64.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=https://sourceforge.net/projects/mingw-w64/ 3 | -------------------------------------------------------------------------------- /patches/Python2/0000-make-_sysconfigdata.py-relocatable.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0000-make-_sysconfigdata.py-relocatable.patch -------------------------------------------------------------------------------- /patches/Python2/0100-MINGW-BASE-use-NT-thread-model.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0100-MINGW-BASE-use-NT-thread-model.patch -------------------------------------------------------------------------------- /patches/Python2/0110-MINGW-translate-gcc-internal-defines-to-python-platf.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0110-MINGW-translate-gcc-internal-defines-to-python-platf.patch -------------------------------------------------------------------------------- /patches/Python2/0120-MINGW-use-header-in-lowercase.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0120-MINGW-use-header-in-lowercase.patch -------------------------------------------------------------------------------- /patches/Python2/0130-MINGW-configure-MACHDEP-and-platform-for-build.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0130-MINGW-configure-MACHDEP-and-platform-for-build.patch -------------------------------------------------------------------------------- /patches/Python2/0140-MINGW-preset-configure-defaults.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0140-MINGW-preset-configure-defaults.patch -------------------------------------------------------------------------------- /patches/Python2/0150-MINGW-configure-largefile-support-for-windows-builds.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0150-MINGW-configure-largefile-support-for-windows-builds.patch -------------------------------------------------------------------------------- /patches/Python2/0160-MINGW-add-wincrypt.h-in-Python-random.c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0160-MINGW-add-wincrypt.h-in-Python-random.c.patch -------------------------------------------------------------------------------- /patches/Python2/0180-MINGW-init-system-calls.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0180-MINGW-init-system-calls.patch -------------------------------------------------------------------------------- /patches/Python2/0190-MINGW-detect-REPARSE_DATA_BUFFER.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0190-MINGW-detect-REPARSE_DATA_BUFFER.patch -------------------------------------------------------------------------------- /patches/Python2/0200-MINGW-build-in-windows-modules-winreg.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0200-MINGW-build-in-windows-modules-winreg.patch -------------------------------------------------------------------------------- /patches/Python2/0210-MINGW-determine-if-pwdmodule-should-be-used.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0210-MINGW-determine-if-pwdmodule-should-be-used.patch -------------------------------------------------------------------------------- /patches/Python2/0220-MINGW-default-sys.path-calculations-for-windows-plat.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0220-MINGW-default-sys.path-calculations-for-windows-plat.patch -------------------------------------------------------------------------------- /patches/Python2/0230-MINGW-AC_LIBOBJ-replacement-of-fileblocks.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0230-MINGW-AC_LIBOBJ-replacement-of-fileblocks.patch -------------------------------------------------------------------------------- /patches/Python2/0250-MINGW-compiler-customize-mingw-cygwin-compilers.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0250-MINGW-compiler-customize-mingw-cygwin-compilers.patch -------------------------------------------------------------------------------- /patches/Python2/0270-CYGWIN-issue13756-Python-make-fail-on-cygwin.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0270-CYGWIN-issue13756-Python-make-fail-on-cygwin.patch -------------------------------------------------------------------------------- /patches/Python2/0290-issue6672-v2-Add-Mingw-recognition-to-pyport.h-to-al.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0290-issue6672-v2-Add-Mingw-recognition-to-pyport.h-to-al.patch -------------------------------------------------------------------------------- /patches/Python2/0300-MINGW-configure-for-shared-build.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0300-MINGW-configure-for-shared-build.patch -------------------------------------------------------------------------------- /patches/Python2/0310-MINGW-dynamic-loading-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0310-MINGW-dynamic-loading-support.patch -------------------------------------------------------------------------------- /patches/Python2/0320-MINGW-implement-exec-prefix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0320-MINGW-implement-exec-prefix.patch -------------------------------------------------------------------------------- /patches/Python2/0330-MINGW-ignore-main-program-for-frozen-scripts.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0330-MINGW-ignore-main-program-for-frozen-scripts.patch -------------------------------------------------------------------------------- /patches/Python2/0340-MINGW-setup-exclude-termios-module.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0340-MINGW-setup-exclude-termios-module.patch -------------------------------------------------------------------------------- /patches/Python2/0350-MINGW-setup-_multiprocessing-module.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0350-MINGW-setup-_multiprocessing-module.patch -------------------------------------------------------------------------------- /patches/Python2/0360-MINGW-setup-select-module.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0360-MINGW-setup-select-module.patch -------------------------------------------------------------------------------- /patches/Python2/0370-MINGW-setup-_ctypes-module-with-system-libffi.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0370-MINGW-setup-_ctypes-module-with-system-libffi.patch -------------------------------------------------------------------------------- /patches/Python2/0380-MINGW-defect-winsock2-and-setup-_socket-module.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0380-MINGW-defect-winsock2-and-setup-_socket-module.patch -------------------------------------------------------------------------------- /patches/Python2/0390-MINGW-exclude-unix-only-modules.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0390-MINGW-exclude-unix-only-modules.patch -------------------------------------------------------------------------------- /patches/Python2/0400-MINGW-setup-msvcrt-module.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0400-MINGW-setup-msvcrt-module.patch -------------------------------------------------------------------------------- /patches/Python2/0410-MINGW-build-extensions-with-GCC.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0410-MINGW-build-extensions-with-GCC.patch -------------------------------------------------------------------------------- /patches/Python2/0420-MINGW-use-Mingw32CCompiler-as-default-compiler-for-m.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0420-MINGW-use-Mingw32CCompiler-as-default-compiler-for-m.patch -------------------------------------------------------------------------------- /patches/Python2/0430-MINGW-find-import-library.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0430-MINGW-find-import-library.patch -------------------------------------------------------------------------------- /patches/Python2/0440-MINGW-setup-_ssl-module.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0440-MINGW-setup-_ssl-module.patch -------------------------------------------------------------------------------- /patches/Python2/0460-MINGW-generalization-of-posix-build-in-sysconfig.py.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0460-MINGW-generalization-of-posix-build-in-sysconfig.py.patch -------------------------------------------------------------------------------- /patches/Python2/0462-MINGW-support-stdcall-without-underscore.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0462-MINGW-support-stdcall-without-underscore.patch -------------------------------------------------------------------------------- /patches/Python2/0480-MINGW-generalization-of-posix-build-in-distutils-sys.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0480-MINGW-generalization-of-posix-build-in-distutils-sys.patch -------------------------------------------------------------------------------- /patches/Python2/0490-MINGW-customize-site.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0490-MINGW-customize-site.patch -------------------------------------------------------------------------------- /patches/Python2/0500-add-python-config-sh.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0500-add-python-config-sh.patch -------------------------------------------------------------------------------- /patches/Python2/0510-cross-darwin-feature.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0510-cross-darwin-feature.patch -------------------------------------------------------------------------------- /patches/Python2/0520-py3k-mingw-ntthreads-vs-pthreads.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0520-py3k-mingw-ntthreads-vs-pthreads.patch -------------------------------------------------------------------------------- /patches/Python2/0530-mingw-system-libffi.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0530-mingw-system-libffi.patch -------------------------------------------------------------------------------- /patches/Python2/0540-mingw-semicolon-DELIM.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0540-mingw-semicolon-DELIM.patch -------------------------------------------------------------------------------- /patches/Python2/0550-mingw-regen-use-stddef_h.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0550-mingw-regen-use-stddef_h.patch -------------------------------------------------------------------------------- /patches/Python2/0560-mingw-use-posix-getpath.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0560-mingw-use-posix-getpath.patch -------------------------------------------------------------------------------- /patches/Python2/0565-mingw-add-ModuleFileName-dir-to-PATH.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0565-mingw-add-ModuleFileName-dir-to-PATH.patch -------------------------------------------------------------------------------- /patches/Python2/0570-mingw-add-BUILDIN_WIN32_MODULEs-time-msvcrt.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0570-mingw-add-BUILDIN_WIN32_MODULEs-time-msvcrt.patch -------------------------------------------------------------------------------- /patches/Python2/0580-mingw32-test-REPARSE_DATA_BUFFER.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0580-mingw32-test-REPARSE_DATA_BUFFER.patch -------------------------------------------------------------------------------- /patches/Python2/0590-mingw-INSTALL_SHARED-LDLIBRARY-LIBPL.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0590-mingw-INSTALL_SHARED-LDLIBRARY-LIBPL.patch -------------------------------------------------------------------------------- /patches/Python2/0600-msys-mingw-prefer-unix-sep-if-MSYSTEM.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0600-msys-mingw-prefer-unix-sep-if-MSYSTEM.patch -------------------------------------------------------------------------------- /patches/Python2/0610-msys-cygwin-semi-native-build-sysconfig.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0610-msys-cygwin-semi-native-build-sysconfig.patch -------------------------------------------------------------------------------- /patches/Python2/0620-mingw-sysconfig-like-posix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0620-mingw-sysconfig-like-posix.patch -------------------------------------------------------------------------------- /patches/Python2/0630-mingw-_winapi_as_builtin_for_Popen_in_cygwinccompiler.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0630-mingw-_winapi_as_builtin_for_Popen_in_cygwinccompiler.patch -------------------------------------------------------------------------------- /patches/Python2/0640-mingw-x86_64-size_t-format-specifier-pid_t.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0640-mingw-x86_64-size_t-format-specifier-pid_t.patch -------------------------------------------------------------------------------- /patches/Python2/0650-cross-dont-add-multiarch-paths-if-cross-compiling.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0650-cross-dont-add-multiarch-paths-if-cross-compiling.patch -------------------------------------------------------------------------------- /patches/Python2/0660-mingw-use-backslashes-in-compileall-py.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0660-mingw-use-backslashes-in-compileall-py.patch -------------------------------------------------------------------------------- /patches/Python2/0670-msys-convert_path-fix-and-root-hack.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0670-msys-convert_path-fix-and-root-hack.patch -------------------------------------------------------------------------------- /patches/Python2/0690-allow-static-tcltk.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0690-allow-static-tcltk.patch -------------------------------------------------------------------------------- /patches/Python2/0710-CROSS-properly-detect-WINDOW-_flags-for-different-nc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0710-CROSS-properly-detect-WINDOW-_flags-for-different-nc.patch -------------------------------------------------------------------------------- /patches/Python2/0720-mingw-pdcurses_ISPAD.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0720-mingw-pdcurses_ISPAD.patch -------------------------------------------------------------------------------- /patches/Python2/0740-grammar-fixes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0740-grammar-fixes.patch -------------------------------------------------------------------------------- /patches/Python2/0750-Add-interp-Python-DESTSHARED-to-PYTHONPATH-b4-pybuilddir-txt-dir.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0750-Add-interp-Python-DESTSHARED-to-PYTHONPATH-b4-pybuilddir-txt-dir.patch -------------------------------------------------------------------------------- /patches/Python2/0760-msys-monkeypatch-os-system-via-sh-exe.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0760-msys-monkeypatch-os-system-via-sh-exe.patch -------------------------------------------------------------------------------- /patches/Python2/0770-msys-replace-slashes-used-in-io-redirection.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0770-msys-replace-slashes-used-in-io-redirection.patch -------------------------------------------------------------------------------- /patches/Python2/0790-mingw-add-_exec_prefix-for-tcltk-dlls.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0790-mingw-add-_exec_prefix-for-tcltk-dlls.patch -------------------------------------------------------------------------------- /patches/Python2/0800-mingw-install-layout-as-posix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0800-mingw-install-layout-as-posix.patch -------------------------------------------------------------------------------- /patches/Python2/0820-mingw-reorder-bininstall-ln-symlink-creation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0820-mingw-reorder-bininstall-ln-symlink-creation.patch -------------------------------------------------------------------------------- /patches/Python2/0830-add-build-sysroot-config-option.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0830-add-build-sysroot-config-option.patch -------------------------------------------------------------------------------- /patches/Python2/0840-add-builddir-to-library_dirs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0840-add-builddir-to-library_dirs.patch -------------------------------------------------------------------------------- /patches/Python2/0850-cross-PYTHON_FOR_BUILD-gteq-276-and-fullpath-it.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0850-cross-PYTHON_FOR_BUILD-gteq-276-and-fullpath-it.patch -------------------------------------------------------------------------------- /patches/Python2/0855-mingw-fix-ssl-dont-use-enum_certificates.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0855-mingw-fix-ssl-dont-use-enum_certificates.patch -------------------------------------------------------------------------------- /patches/Python2/0860-mingw-build-optimized-ext.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0860-mingw-build-optimized-ext.patch -------------------------------------------------------------------------------- /patches/Python2/0870-mingw-add-LIBPL-to-library-dirs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0870-mingw-add-LIBPL-to-library-dirs.patch -------------------------------------------------------------------------------- /patches/Python2/0910-fix-using-dllhandle-and-winver-mingw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/0910-fix-using-dllhandle-and-winver-mingw.patch -------------------------------------------------------------------------------- /patches/Python2/1000-dont-link-with-gettext.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/1000-dont-link-with-gettext.patch -------------------------------------------------------------------------------- /patches/Python2/1010-ctypes-python-dll.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/1010-ctypes-python-dll.patch -------------------------------------------------------------------------------- /patches/Python2/1020-gdbm-module-includes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/1020-gdbm-module-includes.patch -------------------------------------------------------------------------------- /patches/Python2/1030-use-gnu_printf-in-format.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/1030-use-gnu_printf-in-format.patch -------------------------------------------------------------------------------- /patches/Python2/1040-install-msilib.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/1040-install-msilib.patch -------------------------------------------------------------------------------- /patches/Python2/1050-Fixed-building-under-Windows-10.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/1050-Fixed-building-under-Windows-10.patch -------------------------------------------------------------------------------- /patches/Python2/1900-ctypes-dont-depend-on-internal-libffi.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python2/1900-ctypes-dont-depend-on-internal-libffi.patch -------------------------------------------------------------------------------- /patches/Python3/0000-make-_sysconfigdata.py-relocatable.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0000-make-_sysconfigdata.py-relocatable.patch -------------------------------------------------------------------------------- /patches/Python3/0100-MINGW-BASE-use-NT-thread-model.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0100-MINGW-BASE-use-NT-thread-model.patch -------------------------------------------------------------------------------- /patches/Python3/0110-MINGW-translate-gcc-internal-defines-to-python-platf.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0110-MINGW-translate-gcc-internal-defines-to-python-platf.patch -------------------------------------------------------------------------------- /patches/Python3/0130-MINGW-configure-MACHDEP-and-platform-for-build.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0130-MINGW-configure-MACHDEP-and-platform-for-build.patch -------------------------------------------------------------------------------- /patches/Python3/0140-MINGW-preset-configure-defaults.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0140-MINGW-preset-configure-defaults.patch -------------------------------------------------------------------------------- /patches/Python3/0150-MINGW-configure-largefile-support-for-windows-builds.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0150-MINGW-configure-largefile-support-for-windows-builds.patch -------------------------------------------------------------------------------- /patches/Python3/0160-MINGW-add-wincrypt.h-in-Python-random.c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0160-MINGW-add-wincrypt.h-in-Python-random.c.patch -------------------------------------------------------------------------------- /patches/Python3/0170-MINGW-add-srcdir-PC-to-CPPFLAGS.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0170-MINGW-add-srcdir-PC-to-CPPFLAGS.patch -------------------------------------------------------------------------------- /patches/Python3/0180-MINGW-init-system-calls.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0180-MINGW-init-system-calls.patch -------------------------------------------------------------------------------- /patches/Python3/0190-MINGW-detect-REPARSE_DATA_BUFFER.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0190-MINGW-detect-REPARSE_DATA_BUFFER.patch -------------------------------------------------------------------------------- /patches/Python3/0200-MINGW-build-in-windows-modules-winreg.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0200-MINGW-build-in-windows-modules-winreg.patch -------------------------------------------------------------------------------- /patches/Python3/0210-MINGW-determine-if-pwdmodule-should-be-used.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0210-MINGW-determine-if-pwdmodule-should-be-used.patch -------------------------------------------------------------------------------- /patches/Python3/0220-MINGW-default-sys.path-calculations-for-windows-plat.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0220-MINGW-default-sys.path-calculations-for-windows-plat.patch -------------------------------------------------------------------------------- /patches/Python3/0230-MINGW-AC_LIBOBJ-replacement-of-fileblocks.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0230-MINGW-AC_LIBOBJ-replacement-of-fileblocks.patch -------------------------------------------------------------------------------- /patches/Python3/0240-MINGW-use-main-to-start-execution.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0240-MINGW-use-main-to-start-execution.patch -------------------------------------------------------------------------------- /patches/Python3/0250-MINGW-compiler-customize-mingw-cygwin-compilers.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0250-MINGW-compiler-customize-mingw-cygwin-compilers.patch -------------------------------------------------------------------------------- /patches/Python3/0260-MINGW-compiler-enable-new-dtags.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0260-MINGW-compiler-enable-new-dtags.patch -------------------------------------------------------------------------------- /patches/Python3/0270-CYGWIN-issue13756-Python-make-fail-on-cygwin.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0270-CYGWIN-issue13756-Python-make-fail-on-cygwin.patch -------------------------------------------------------------------------------- /patches/Python3/0290-issue6672-v2-Add-Mingw-recognition-to-pyport.h-to-al.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0290-issue6672-v2-Add-Mingw-recognition-to-pyport.h-to-al.patch -------------------------------------------------------------------------------- /patches/Python3/0300-MINGW-configure-for-shared-build.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0300-MINGW-configure-for-shared-build.patch -------------------------------------------------------------------------------- /patches/Python3/0310-MINGW-dynamic-loading-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0310-MINGW-dynamic-loading-support.patch -------------------------------------------------------------------------------- /patches/Python3/0320-MINGW-implement-exec-prefix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0320-MINGW-implement-exec-prefix.patch -------------------------------------------------------------------------------- /patches/Python3/0330-MINGW-ignore-main-program-for-frozen-scripts.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0330-MINGW-ignore-main-program-for-frozen-scripts.patch -------------------------------------------------------------------------------- /patches/Python3/0340-MINGW-setup-exclude-termios-module.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0340-MINGW-setup-exclude-termios-module.patch -------------------------------------------------------------------------------- /patches/Python3/0350-MINGW-setup-_multiprocessing-module.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0350-MINGW-setup-_multiprocessing-module.patch -------------------------------------------------------------------------------- /patches/Python3/0360-MINGW-setup-select-module.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0360-MINGW-setup-select-module.patch -------------------------------------------------------------------------------- /patches/Python3/0370-MINGW-setup-_ctypes-module-with-system-libffi.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0370-MINGW-setup-_ctypes-module-with-system-libffi.patch -------------------------------------------------------------------------------- /patches/Python3/0380-MINGW-defect-winsock2-and-setup-_socket-module.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0380-MINGW-defect-winsock2-and-setup-_socket-module.patch -------------------------------------------------------------------------------- /patches/Python3/0390-MINGW-exclude-unix-only-modules.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0390-MINGW-exclude-unix-only-modules.patch -------------------------------------------------------------------------------- /patches/Python3/0400-MINGW-setup-msvcrt-and-_winapi-modules.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0400-MINGW-setup-msvcrt-and-_winapi-modules.patch -------------------------------------------------------------------------------- /patches/Python3/0410-MINGW-build-extensions-with-GCC.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0410-MINGW-build-extensions-with-GCC.patch -------------------------------------------------------------------------------- /patches/Python3/0420-MINGW-use-Mingw32CCompiler-as-default-compiler-for-m.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0420-MINGW-use-Mingw32CCompiler-as-default-compiler-for-m.patch -------------------------------------------------------------------------------- /patches/Python3/0430-MINGW-find-import-library.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0430-MINGW-find-import-library.patch -------------------------------------------------------------------------------- /patches/Python3/0440-MINGW-setup-_ssl-module.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0440-MINGW-setup-_ssl-module.patch -------------------------------------------------------------------------------- /patches/Python3/0460-MINGW-generalization-of-posix-build-in-sysconfig.py.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0460-MINGW-generalization-of-posix-build-in-sysconfig.py.patch -------------------------------------------------------------------------------- /patches/Python3/0462-MINGW-support-stdcall-without-underscore.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0462-MINGW-support-stdcall-without-underscore.patch -------------------------------------------------------------------------------- /patches/Python3/0464-use-replace-instead-rename-to-avoid-failure-on-windo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0464-use-replace-instead-rename-to-avoid-failure-on-windo.patch -------------------------------------------------------------------------------- /patches/Python3/0470-MINGW-avoid-circular-dependency-from-time-module-dur.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0470-MINGW-avoid-circular-dependency-from-time-module-dur.patch -------------------------------------------------------------------------------- /patches/Python3/0480-MINGW-generalization-of-posix-build-in-distutils-sys.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0480-MINGW-generalization-of-posix-build-in-distutils-sys.patch -------------------------------------------------------------------------------- /patches/Python3/0490-MINGW-customize-site.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0490-MINGW-customize-site.patch -------------------------------------------------------------------------------- /patches/Python3/0500-add-python-config-sh.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0500-add-python-config-sh.patch -------------------------------------------------------------------------------- /patches/Python3/0510-cross-darwin-feature.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0510-cross-darwin-feature.patch -------------------------------------------------------------------------------- /patches/Python3/0520-py3k-mingw-ntthreads-vs-pthreads.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0520-py3k-mingw-ntthreads-vs-pthreads.patch -------------------------------------------------------------------------------- /patches/Python3/0530-mingw-system-libffi.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0530-mingw-system-libffi.patch -------------------------------------------------------------------------------- /patches/Python3/0540-mingw-semicolon-DELIM.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0540-mingw-semicolon-DELIM.patch -------------------------------------------------------------------------------- /patches/Python3/0550-mingw-regen-use-stddef_h.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0550-mingw-regen-use-stddef_h.patch -------------------------------------------------------------------------------- /patches/Python3/0555-msys-mingw-prefer-unix-sep-if-MSYSTEM.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0555-msys-mingw-prefer-unix-sep-if-MSYSTEM.patch -------------------------------------------------------------------------------- /patches/Python3/0560-mingw-use-posix-getpath.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0560-mingw-use-posix-getpath.patch -------------------------------------------------------------------------------- /patches/Python3/0565-mingw-add-ModuleFileName-dir-to-PATH.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0565-mingw-add-ModuleFileName-dir-to-PATH.patch -------------------------------------------------------------------------------- /patches/Python3/0570-mingw-add-BUILDIN_WIN32_MODULEs-time-msvcrt.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0570-mingw-add-BUILDIN_WIN32_MODULEs-time-msvcrt.patch -------------------------------------------------------------------------------- /patches/Python3/0590-mingw-INSTALL_SHARED-LDLIBRARY-LIBPL.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0590-mingw-INSTALL_SHARED-LDLIBRARY-LIBPL.patch -------------------------------------------------------------------------------- /patches/Python3/0610-msys-cygwin-semi-native-build-sysconfig.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0610-msys-cygwin-semi-native-build-sysconfig.patch -------------------------------------------------------------------------------- /patches/Python3/0620-mingw-sysconfig-like-posix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0620-mingw-sysconfig-like-posix.patch -------------------------------------------------------------------------------- /patches/Python3/0630-mingw-_winapi_as_builtin_for_Popen_in_cygwinccompiler.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0630-mingw-_winapi_as_builtin_for_Popen_in_cygwinccompiler.patch -------------------------------------------------------------------------------- /patches/Python3/0640-mingw-x86_64-size_t-format-specifier-pid_t.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0640-mingw-x86_64-size_t-format-specifier-pid_t.patch -------------------------------------------------------------------------------- /patches/Python3/0650-cross-dont-add-multiarch-paths-if-cross-compiling.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0650-cross-dont-add-multiarch-paths-if-cross-compiling.patch -------------------------------------------------------------------------------- /patches/Python3/0660-mingw-use-backslashes-in-compileall-py.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0660-mingw-use-backslashes-in-compileall-py.patch -------------------------------------------------------------------------------- /patches/Python3/0670-msys-convert_path-fix-and-root-hack.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0670-msys-convert_path-fix-and-root-hack.patch -------------------------------------------------------------------------------- /patches/Python3/0690-allow-static-tcltk.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0690-allow-static-tcltk.patch -------------------------------------------------------------------------------- /patches/Python3/0700-CROSS-avoid-ncursesw-include-path-hack.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0700-CROSS-avoid-ncursesw-include-path-hack.patch -------------------------------------------------------------------------------- /patches/Python3/0710-CROSS-properly-detect-WINDOW-_flags-for-different-nc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0710-CROSS-properly-detect-WINDOW-_flags-for-different-nc.patch -------------------------------------------------------------------------------- /patches/Python3/0720-mingw-pdcurses_ISPAD.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0720-mingw-pdcurses_ISPAD.patch -------------------------------------------------------------------------------- /patches/Python3/0730-mingw-fix-ncurses-module.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0730-mingw-fix-ncurses-module.patch -------------------------------------------------------------------------------- /patches/Python3/0740-grammar-fixes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0740-grammar-fixes.patch -------------------------------------------------------------------------------- /patches/Python3/0750-builddir-fixes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0750-builddir-fixes.patch -------------------------------------------------------------------------------- /patches/Python3/0760-msys-monkeypatch-os-system-via-sh-exe.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0760-msys-monkeypatch-os-system-via-sh-exe.patch -------------------------------------------------------------------------------- /patches/Python3/0770-msys-replace-slashes-used-in-io-redirection.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0770-msys-replace-slashes-used-in-io-redirection.patch -------------------------------------------------------------------------------- /patches/Python3/0790-mingw-add-_exec_prefix-for-tcltk-dlls.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0790-mingw-add-_exec_prefix-for-tcltk-dlls.patch -------------------------------------------------------------------------------- /patches/Python3/0800-mingw-install-layout-as-posix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0800-mingw-install-layout-as-posix.patch -------------------------------------------------------------------------------- /patches/Python3/0810-remove_path_max.default.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0810-remove_path_max.default.patch -------------------------------------------------------------------------------- /patches/Python3/0820-dont-link-with-gettext.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0820-dont-link-with-gettext.patch -------------------------------------------------------------------------------- /patches/Python3/0830-ctypes-python-dll.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0830-ctypes-python-dll.patch -------------------------------------------------------------------------------- /patches/Python3/0840-gdbm-module-includes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0840-gdbm-module-includes.patch -------------------------------------------------------------------------------- /patches/Python3/0850-use-gnu_printf-in-format.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0850-use-gnu_printf-in-format.patch -------------------------------------------------------------------------------- /patches/Python3/0860-fix-_Py_CheckPython3-prototype.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0860-fix-_Py_CheckPython3-prototype.patch -------------------------------------------------------------------------------- /patches/Python3/0870-mingw-fix-ssl-dont-use-enum_certificates.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0870-mingw-fix-ssl-dont-use-enum_certificates.patch -------------------------------------------------------------------------------- /patches/Python3/0890-mingw-build-optimized-ext.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0890-mingw-build-optimized-ext.patch -------------------------------------------------------------------------------- /patches/Python3/0900-cygwinccompiler-dont-strip-modules-if-pydebug.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0900-cygwinccompiler-dont-strip-modules-if-pydebug.patch -------------------------------------------------------------------------------- /patches/Python3/0910-fix-using-dllhandle-and-winver-mingw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0910-fix-using-dllhandle-and-winver-mingw.patch -------------------------------------------------------------------------------- /patches/Python3/0920-mingw-add-LIBPL-to-library-dirs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/0920-mingw-add-LIBPL-to-library-dirs.patch -------------------------------------------------------------------------------- /patches/Python3/1000-fix-building-posixmodule.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/1000-fix-building-posixmodule.patch -------------------------------------------------------------------------------- /patches/Python3/1010-install-msilib.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/1010-install-msilib.patch -------------------------------------------------------------------------------- /patches/Python3/1500-mingw-w64-dont-look-in-DLLs-folder-for-python-dll.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/Python3/1500-mingw-w64-dont-look-in-DLLs-folder-for-python-dll.patch -------------------------------------------------------------------------------- /patches/README.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/README.TXT -------------------------------------------------------------------------------- /patches/binutils/0001-enable-gold-on.mingw32.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/binutils/0001-enable-gold-on.mingw32.patch -------------------------------------------------------------------------------- /patches/binutils/0002-check-for-unusual-file-harder.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/binutils/0002-check-for-unusual-file-harder.patch -------------------------------------------------------------------------------- /patches/binutils/0008-fix-libiberty-makefile.mingw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/binutils/0008-fix-libiberty-makefile.mingw.patch -------------------------------------------------------------------------------- /patches/binutils/0009-fix-libiberty-configure.mingw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/binutils/0009-fix-libiberty-configure.mingw.patch -------------------------------------------------------------------------------- /patches/binutils/0018-binutils-PC64-PCRQUAD-relocation-fix.mingw32.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/binutils/0018-binutils-PC64-PCRQUAD-relocation-fix.mingw32.patch -------------------------------------------------------------------------------- /patches/binutils/0110-binutils-mingw-gnu-print.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/binutils/0110-binutils-mingw-gnu-print.patch -------------------------------------------------------------------------------- /patches/bzip2/bzip2-1.0.4-bzip2recover.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/bzip2/bzip2-1.0.4-bzip2recover.patch -------------------------------------------------------------------------------- /patches/bzip2/bzip2-1.0.5-slash.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/bzip2/bzip2-1.0.5-slash.patch -------------------------------------------------------------------------------- /patches/bzip2/bzip2-1.0.6-autoconfiscated.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/bzip2/bzip2-1.0.6-autoconfiscated.patch -------------------------------------------------------------------------------- /patches/bzip2/bzip2-use-cdecl-calling-convention.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/bzip2/bzip2-use-cdecl-calling-convention.patch -------------------------------------------------------------------------------- /patches/clang/clang-3.4-enable-tls.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/clang/clang-3.4-enable-tls.patch -------------------------------------------------------------------------------- /patches/clang/clang-3.4-mingw-w64-header-search.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/clang/clang-3.4-mingw-w64-header-search.patch -------------------------------------------------------------------------------- /patches/cloog/cloog-0.18.3-no-undefined.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/cloog/cloog-0.18.3-no-undefined.patch -------------------------------------------------------------------------------- /patches/expat/expat-2.0.1-exeext.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/expat/expat-2.0.1-exeext.patch -------------------------------------------------------------------------------- /patches/expat/expat_mingw_tests_fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/expat/expat_mingw_tests_fix.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-10-ktietz-libgomp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-10-ktietz-libgomp.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.6-cloog_lang_c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.6-cloog_lang_c.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.6-fix_mismatch_in_gnu_inline_attributes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.6-fix_mismatch_in_gnu_inline_attributes.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.6-iconv.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.6-iconv.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.6-stdthreads.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.6-stdthreads.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.6-vswprintf.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.6-vswprintf.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.6.2-gengtype.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.6.2-gengtype.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.6.4-fix-dw2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.6.4-fix-dw2.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.7-iconv.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.7-iconv.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.7-seg_fault_when_building_gcc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.7-seg_fault_when_building_gcc.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.7-stdthreads.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.7-stdthreads.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.7-vswprintf.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.7-vswprintf.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.7-wrong_include_search_path_composition.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.7-wrong_include_search_path_composition.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.7.2-incorrect-virtual-thunk-on-mingw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.7.2-incorrect-virtual-thunk-on-mingw.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.7.3-fix-dw2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.7.3-fix-dw2.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.8-filename-output.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.8-filename-output.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.8-iconv.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.8-iconv.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.8-intrin.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.8-intrin.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.8-lambda-ICE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.8-lambda-ICE.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.8-libatomic-cygwin.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.8-libatomic-cygwin.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.8-libstdc++export.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.8-libstdc++export.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.8.0-cannot_modify_jumps.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.8.0-cannot_modify_jumps.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.8.1-fix-dw2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.8.1-fix-dw2.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.8.1-objc-exceptions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.8.1-objc-exceptions.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.8.2-build-more-gnattools.mingw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.8.2-build-more-gnattools.mingw.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.8.2-dont-escape-arguments-that-dont-need-it-in-pex-win32.c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.8.2-dont-escape-arguments-that-dont-need-it-in-pex-win32.c.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.8.2-fix-for-windows-not-minding-non-existant-parent-dirs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.8.2-fix-for-windows-not-minding-non-existant-parent-dirs.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.8.2-prettify-linking-no-undefined.mingw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.8.2-prettify-linking-no-undefined.mingw.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.8.2-windows-lrealpath-no-force-lowercase-nor-backslash.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.8.2-windows-lrealpath-no-force-lowercase-nor-backslash.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.8.3-libatomic-cygwin.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.8.3-libatomic-cygwin.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.9-tree-ssa-threadedge.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.9-tree-ssa-threadedge.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.9.0-ICE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.9.0-ICE.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.9.0-PR-ipa-60965.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.9.0-PR-ipa-60965.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.9.0-libatomic-cygwin.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.9.0-libatomic-cygwin.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.9.0-pr-57440.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.9.0-pr-57440.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.9.1-PR-61214.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.9.1-PR-61214.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-4.9.1-enable-shared-gnat-implib.mingw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-4.9.1-enable-shared-gnat-implib.mingw.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-5-dwarf-regression.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-5-dwarf-regression.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-5.1-iconv.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-5.1-iconv.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-5.1.0-detect-sjlj-cleanup.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-5.1.0-detect-sjlj-cleanup.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-5.1.0-fix-libatomic-building-for-threads=win32.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-5.1.0-fix-libatomic-building-for-threads=win32.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-5.1.0-fix-lto.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-5.1.0-fix-lto.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-5.1.0-make-xmmintrin-header-cplusplus-compatible.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-5.1.0-make-xmmintrin-header-cplusplus-compatible.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-5.2-fix-mingw-pch.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-5.2-fix-mingw-pch.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-5.3.0-detect-sjlj-cleanup.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-5.3.0-detect-sjlj-cleanup.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-6-backport-fix-of-check-for-empty-string-in-ubsan.c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-6-backport-fix-of-check-for-empty-string-in-ubsan.c.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-6-ktietz-libgomp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-6-ktietz-libgomp.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-6.1-disable-weak-refs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-6.1-disable-weak-refs.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-6.1.0-filesystem.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-6.1.0-filesystem.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-6.2.0-filesystem.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-6.2.0-filesystem.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-6.3.0-define_more_error_constants_for_mingw-w64_backport.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-6.3.0-define_more_error_constants_for_mingw-w64_backport.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-6.5.0-filesystem.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-6.5.0-filesystem.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-7-branch-diagnostic-color.c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-7-branch-diagnostic-color.c.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-7-build-more-gnattools.mingw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-7-build-more-gnattools.mingw.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-7-filesystem.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-7-filesystem.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-7.3.0-filesystem.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-7.3.0-filesystem.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-8-branch-Backport-patches-for-std-filesystem-from-master.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-8-branch-Backport-patches-for-std-filesystem-from-master.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-8-isl-0.20-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-8-isl-0.20-support.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-8.1.0-Backport-patches-for-std-filesystem-from-master.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-8.1.0-Backport-patches-for-std-filesystem-from-master.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-8.2.0-Backport-patches-for-std-filesystem-from-master.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-8.2.0-Backport-patches-for-std-filesystem-from-master.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-8.3.0-Backport-patches-for-std-filesystem-from-master.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-8.3.0-Backport-patches-for-std-filesystem-from-master.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-9-ktietz-libgomp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-9-ktietz-libgomp.patch -------------------------------------------------------------------------------- /patches/gcc/gcc-libgomp-ftime64.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/gcc-libgomp-ftime64.patch -------------------------------------------------------------------------------- /patches/gcc/ktietz-libgomp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/ktietz-libgomp.patch -------------------------------------------------------------------------------- /patches/gcc/lto-plugin-use-static-libgcc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/lto-plugin-use-static-libgcc.patch -------------------------------------------------------------------------------- /patches/gcc/pr56742.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gcc/pr56742.patch -------------------------------------------------------------------------------- /patches/gdb/gdb-7.12-dynamic-libs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gdb/gdb-7.12-dynamic-libs.patch -------------------------------------------------------------------------------- /patches/gdb/gdb-7.12-fix-using-gnu-print.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gdb/gdb-7.12-fix-using-gnu-print.patch -------------------------------------------------------------------------------- /patches/gdb/gdb-7.9-mingw-gcc-4.7.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gdb/gdb-7.9-mingw-gcc-4.7.patch -------------------------------------------------------------------------------- /patches/gdb/gdb-8.3.1-dynamic-libs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gdb/gdb-8.3.1-dynamic-libs.patch -------------------------------------------------------------------------------- /patches/gdb/gdb-fix-display-tabs-on-mingw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gdb/gdb-fix-display-tabs-on-mingw.patch -------------------------------------------------------------------------------- /patches/gdb/gdb-fix-using-gnu-print.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gdb/gdb-fix-using-gnu-print.patch -------------------------------------------------------------------------------- /patches/gdb/gdb-perfomance.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gdb/gdb-perfomance.patch -------------------------------------------------------------------------------- /patches/gdb/gdb-python-fix-crash.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gdb/gdb-python-fix-crash.patch -------------------------------------------------------------------------------- /patches/gdbm/gdbm_1.18.1-win32-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/gdbm/gdbm_1.18.1-win32-support.patch -------------------------------------------------------------------------------- /patches/isl/isl-0.12-no-undefined.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/isl/isl-0.12-no-undefined.patch -------------------------------------------------------------------------------- /patches/isl/isl-0.14.1-no-undefined.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/isl/isl-0.14.1-no-undefined.patch -------------------------------------------------------------------------------- /patches/libffi/fix_return_size.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/libffi/fix_return_size.patch -------------------------------------------------------------------------------- /patches/libffi/libffi-3.1-missing-gnu-stack.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/libffi/libffi-3.1-missing-gnu-stack.patch -------------------------------------------------------------------------------- /patches/libffi/libffi-3.1-typo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/libffi/libffi-3.1-typo.patch -------------------------------------------------------------------------------- /patches/libffi/toolexeclibdir-subst.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/libffi/toolexeclibdir-subst.patch -------------------------------------------------------------------------------- /patches/libgnurx/mingw32-libgnurx-Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/libgnurx/mingw32-libgnurx-Makefile.am -------------------------------------------------------------------------------- /patches/libgnurx/mingw32-libgnurx-configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/libgnurx/mingw32-libgnurx-configure.ac -------------------------------------------------------------------------------- /patches/libgnurx/mingw32-libgnurx-honor-destdir.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/libgnurx/mingw32-libgnurx-honor-destdir.patch -------------------------------------------------------------------------------- /patches/libiconv/0001-compile-relocatable-in-gnulib.mingw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/libiconv/0001-compile-relocatable-in-gnulib.mingw.patch -------------------------------------------------------------------------------- /patches/libiconv/0002-fix-cr-for-awk-in-configure.all.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/libiconv/0002-fix-cr-for-awk-in-configure.all.patch -------------------------------------------------------------------------------- /patches/libiconv/fix-pointer-buf.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/libiconv/fix-pointer-buf.patch -------------------------------------------------------------------------------- /patches/make/make-Windows-Add-move-to-sh_cmds_dos.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/make/make-Windows-Add-move-to-sh_cmds_dos.patch -------------------------------------------------------------------------------- /patches/make/make-getopt.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/make/make-getopt.patch -------------------------------------------------------------------------------- /patches/make/make-git-fix-config-files.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/make/make-git-fix-config-files.patch -------------------------------------------------------------------------------- /patches/make/make-linebuf-mingw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/make/make-linebuf-mingw.patch -------------------------------------------------------------------------------- /patches/make/make-remove-double-quote.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/make/make-remove-double-quote.patch -------------------------------------------------------------------------------- /patches/mingw-w64/6332.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/mingw-w64/6332.patch -------------------------------------------------------------------------------- /patches/mingw-w64/6385.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/mingw-w64/6385.patch -------------------------------------------------------------------------------- /patches/mingw-w64/6386.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/mingw-w64/6386.patch -------------------------------------------------------------------------------- /patches/mingw-w64/6390.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/mingw-w64/6390.patch -------------------------------------------------------------------------------- /patches/mingw-w64/bug-647.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/mingw-w64/bug-647.patch -------------------------------------------------------------------------------- /patches/mingw-w64/gendef-Silence-warnings-about-casting-function-point.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/mingw-w64/gendef-Silence-warnings-about-casting-function-point.patch -------------------------------------------------------------------------------- /patches/ncurses/work_around_changed_output_of_GNU_cpp_5.x.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/ncurses/work_around_changed_output_of_GNU_cpp_5.x.patch -------------------------------------------------------------------------------- /patches/openssl/openssl-1.1.1-relocation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/openssl/openssl-1.1.1-relocation.patch -------------------------------------------------------------------------------- /patches/ppl/ppl-resolve-conflicts-with-gmp-5.1.0.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/ppl/ppl-resolve-conflicts-with-gmp-5.1.0.patch -------------------------------------------------------------------------------- /patches/readline/readline-6.2-libncursesw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/readline/readline-6.2-libncursesw.patch -------------------------------------------------------------------------------- /patches/readline/readline80-001.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/readline/readline80-001.patch -------------------------------------------------------------------------------- /patches/readline/readline80-002.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/readline/readline80-002.patch -------------------------------------------------------------------------------- /patches/readline/readline80-003.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/readline/readline80-003.patch -------------------------------------------------------------------------------- /patches/readline/readline80-004.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/readline/readline80-004.patch -------------------------------------------------------------------------------- /patches/tcl/002-fix-forbidden-colon-in-paths.mingw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/tcl/002-fix-forbidden-colon-in-paths.mingw.patch -------------------------------------------------------------------------------- /patches/tcl/004-use-system-zlib.mingw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/tcl/004-use-system-zlib.mingw.patch -------------------------------------------------------------------------------- /patches/tcl/005-no-xc.mingw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/tcl/005-no-xc.mingw.patch -------------------------------------------------------------------------------- /patches/tcl/006-proper-implib-name.mingw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/tcl/006-proper-implib-name.mingw.patch -------------------------------------------------------------------------------- /patches/tcl/007-install.mingw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/tcl/007-install.mingw.patch -------------------------------------------------------------------------------- /patches/tcl/008-tcl-8.5.14-hidden.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/tcl/008-tcl-8.5.14-hidden.patch -------------------------------------------------------------------------------- /patches/tcl/009-fix-using-gnu-print.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/tcl/009-fix-using-gnu-print.patch -------------------------------------------------------------------------------- /patches/tk/002-implib-name.mingw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/tk/002-implib-name.mingw.patch -------------------------------------------------------------------------------- /patches/tk/003-fix-forbidden-colon-in-paths.mingw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/tk/003-fix-forbidden-colon-in-paths.mingw.patch -------------------------------------------------------------------------------- /patches/tk/004-install-man.mingw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/tk/004-install-man.mingw.patch -------------------------------------------------------------------------------- /patches/tk/006-prevent-tclStubsPtr-segfault.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/tk/006-prevent-tclStubsPtr-segfault.patch -------------------------------------------------------------------------------- /patches/tk/007-mingw-w64-compatibility-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/tk/007-mingw-w64-compatibility-fix.patch -------------------------------------------------------------------------------- /patches/tk/008-dont-link-shared-with--static-libgcc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/tk/008-dont-link-shared-with--static-libgcc.patch -------------------------------------------------------------------------------- /patches/zlib/01-zlib-1.2.11-1-buildsys.mingw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/zlib/01-zlib-1.2.11-1-buildsys.mingw.patch -------------------------------------------------------------------------------- /patches/zlib/01-zlib-1.2.7-1-buildsys.mingw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/zlib/01-zlib-1.2.7-1-buildsys.mingw.patch -------------------------------------------------------------------------------- /patches/zlib/013-fix-largefile-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/zlib/013-fix-largefile-support.patch -------------------------------------------------------------------------------- /patches/zlib/02-no-undefined.mingw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/zlib/02-no-undefined.mingw.patch -------------------------------------------------------------------------------- /patches/zlib/03-dont-put-sodir-into-L.mingw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/zlib/03-dont-put-sodir-into-L.mingw.patch -------------------------------------------------------------------------------- /patches/zlib/04-wrong-w8-check.mingw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/zlib/04-wrong-w8-check.mingw.patch -------------------------------------------------------------------------------- /patches/zlib/05-fix-a-typo.mingw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/patches/zlib/05-fix-a-typo.mingw.patch -------------------------------------------------------------------------------- /scripts/3rdparty-post.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/3rdparty-post.sh -------------------------------------------------------------------------------- /scripts/binutils-post.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/binutils-post.sh -------------------------------------------------------------------------------- /scripts/binutils.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/binutils.sh -------------------------------------------------------------------------------- /scripts/bootstrap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/bootstrap.sh -------------------------------------------------------------------------------- /scripts/build-info.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/build-info.sh -------------------------------------------------------------------------------- /scripts/bzip2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/bzip2.sh -------------------------------------------------------------------------------- /scripts/clang-3.3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/clang-3.3.sh -------------------------------------------------------------------------------- /scripts/clang-3.4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/clang-3.4.sh -------------------------------------------------------------------------------- /scripts/clang-git.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/clang-git.sh -------------------------------------------------------------------------------- /scripts/cleanup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/cleanup.sh -------------------------------------------------------------------------------- /scripts/cloog.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/cloog.sh -------------------------------------------------------------------------------- /scripts/expat.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/expat.sh -------------------------------------------------------------------------------- /scripts/gcc-10-branch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-10-branch.sh -------------------------------------------------------------------------------- /scripts/gcc-4.6-branch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-4.6-branch.sh -------------------------------------------------------------------------------- /scripts/gcc-4.6.2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-4.6.2.sh -------------------------------------------------------------------------------- /scripts/gcc-4.6.3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-4.6.3.sh -------------------------------------------------------------------------------- /scripts/gcc-4.6.4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-4.6.4.sh -------------------------------------------------------------------------------- /scripts/gcc-4.7-branch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-4.7-branch.sh -------------------------------------------------------------------------------- /scripts/gcc-4.7.0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-4.7.0.sh -------------------------------------------------------------------------------- /scripts/gcc-4.7.1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-4.7.1.sh -------------------------------------------------------------------------------- /scripts/gcc-4.7.2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-4.7.2.sh -------------------------------------------------------------------------------- /scripts/gcc-4.7.3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-4.7.3.sh -------------------------------------------------------------------------------- /scripts/gcc-4.7.4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-4.7.4.sh -------------------------------------------------------------------------------- /scripts/gcc-4.8-branch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-4.8-branch.sh -------------------------------------------------------------------------------- /scripts/gcc-4.8.0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-4.8.0.sh -------------------------------------------------------------------------------- /scripts/gcc-4.8.1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-4.8.1.sh -------------------------------------------------------------------------------- /scripts/gcc-4.8.2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-4.8.2.sh -------------------------------------------------------------------------------- /scripts/gcc-4.8.3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-4.8.3.sh -------------------------------------------------------------------------------- /scripts/gcc-4.8.4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-4.8.4.sh -------------------------------------------------------------------------------- /scripts/gcc-4.8.5.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-4.8.5.sh -------------------------------------------------------------------------------- /scripts/gcc-4.9-branch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-4.9-branch.sh -------------------------------------------------------------------------------- /scripts/gcc-4.9.0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-4.9.0.sh -------------------------------------------------------------------------------- /scripts/gcc-4.9.1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-4.9.1.sh -------------------------------------------------------------------------------- /scripts/gcc-4.9.2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-4.9.2.sh -------------------------------------------------------------------------------- /scripts/gcc-4.9.3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-4.9.3.sh -------------------------------------------------------------------------------- /scripts/gcc-4.9.4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-4.9.4.sh -------------------------------------------------------------------------------- /scripts/gcc-5-branch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-5-branch.sh -------------------------------------------------------------------------------- /scripts/gcc-5.1.0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-5.1.0.sh -------------------------------------------------------------------------------- /scripts/gcc-5.2.0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-5.2.0.sh -------------------------------------------------------------------------------- /scripts/gcc-5.3.0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-5.3.0.sh -------------------------------------------------------------------------------- /scripts/gcc-5.4.0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-5.4.0.sh -------------------------------------------------------------------------------- /scripts/gcc-5.5.0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-5.5.0.sh -------------------------------------------------------------------------------- /scripts/gcc-6-branch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-6-branch.sh -------------------------------------------------------------------------------- /scripts/gcc-6.1.0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-6.1.0.sh -------------------------------------------------------------------------------- /scripts/gcc-6.2.0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-6.2.0.sh -------------------------------------------------------------------------------- /scripts/gcc-6.3.0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-6.3.0.sh -------------------------------------------------------------------------------- /scripts/gcc-6.4.0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-6.4.0.sh -------------------------------------------------------------------------------- /scripts/gcc-6.5.0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-6.5.0.sh -------------------------------------------------------------------------------- /scripts/gcc-7-branch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-7-branch.sh -------------------------------------------------------------------------------- /scripts/gcc-7.1.0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-7.1.0.sh -------------------------------------------------------------------------------- /scripts/gcc-7.2.0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-7.2.0.sh -------------------------------------------------------------------------------- /scripts/gcc-7.3.0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-7.3.0.sh -------------------------------------------------------------------------------- /scripts/gcc-7.4.0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-7.4.0.sh -------------------------------------------------------------------------------- /scripts/gcc-7.5.0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-7.5.0.sh -------------------------------------------------------------------------------- /scripts/gcc-8-branch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-8-branch.sh -------------------------------------------------------------------------------- /scripts/gcc-8.1.0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-8.1.0.sh -------------------------------------------------------------------------------- /scripts/gcc-8.2.0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-8.2.0.sh -------------------------------------------------------------------------------- /scripts/gcc-8.3.0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-8.3.0.sh -------------------------------------------------------------------------------- /scripts/gcc-8.4.0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-8.4.0.sh -------------------------------------------------------------------------------- /scripts/gcc-9-branch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-9-branch.sh -------------------------------------------------------------------------------- /scripts/gcc-9.1.0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-9.1.0.sh -------------------------------------------------------------------------------- /scripts/gcc-9.2.0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-9.2.0.sh -------------------------------------------------------------------------------- /scripts/gcc-9.3.0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-9.3.0.sh -------------------------------------------------------------------------------- /scripts/gcc-post.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-post.sh -------------------------------------------------------------------------------- /scripts/gcc-trunk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gcc-trunk.sh -------------------------------------------------------------------------------- /scripts/gdb-wrapper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gdb-wrapper.sh -------------------------------------------------------------------------------- /scripts/gdb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gdb.sh -------------------------------------------------------------------------------- /scripts/gdbinit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gdbinit.sh -------------------------------------------------------------------------------- /scripts/gdbm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gdbm.sh -------------------------------------------------------------------------------- /scripts/gmp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/gmp.sh -------------------------------------------------------------------------------- /scripts/isl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/isl.sh -------------------------------------------------------------------------------- /scripts/libffi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/libffi.sh -------------------------------------------------------------------------------- /scripts/libgnurx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/libgnurx.sh -------------------------------------------------------------------------------- /scripts/libiconv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/libiconv.sh -------------------------------------------------------------------------------- /scripts/licenses.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/licenses.sh -------------------------------------------------------------------------------- /scripts/make.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/make.sh -------------------------------------------------------------------------------- /scripts/make_git.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/make_git.sh -------------------------------------------------------------------------------- /scripts/make_git_bat.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/make_git_bat.sh -------------------------------------------------------------------------------- /scripts/mingw-compress.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/mingw-compress.sh -------------------------------------------------------------------------------- /scripts/mingw-w64-api.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/mingw-w64-api.sh -------------------------------------------------------------------------------- /scripts/mingw-w64-crt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/mingw-w64-crt.sh -------------------------------------------------------------------------------- /scripts/mingw-w64-download.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/mingw-w64-download.sh -------------------------------------------------------------------------------- /scripts/mingw-w64-libraries-libmangle.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/mingw-w64-libraries-libmangle.sh -------------------------------------------------------------------------------- /scripts/mingw-w64-libraries-pseh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/mingw-w64-libraries-pseh.sh -------------------------------------------------------------------------------- /scripts/mingw-w64-runtime-post.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/mingw-w64-runtime-post.sh -------------------------------------------------------------------------------- /scripts/mingw-w64-tools-gendef.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/mingw-w64-tools-gendef.sh -------------------------------------------------------------------------------- /scripts/mingw-w64-tools-genidl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/mingw-w64-tools-genidl.sh -------------------------------------------------------------------------------- /scripts/mingw-w64-tools-genpeimg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/mingw-w64-tools-genpeimg.sh -------------------------------------------------------------------------------- /scripts/mingw-w64-tools-widl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/mingw-w64-tools-widl.sh -------------------------------------------------------------------------------- /scripts/mpc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/mpc.sh -------------------------------------------------------------------------------- /scripts/mpfr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/mpfr.sh -------------------------------------------------------------------------------- /scripts/ncurses.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/ncurses.sh -------------------------------------------------------------------------------- /scripts/openssl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/openssl.sh -------------------------------------------------------------------------------- /scripts/ppl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/ppl.sh -------------------------------------------------------------------------------- /scripts/python-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/python-2.sh -------------------------------------------------------------------------------- /scripts/python-3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/python-3.sh -------------------------------------------------------------------------------- /scripts/readline.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/readline.sh -------------------------------------------------------------------------------- /scripts/sqlite.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/sqlite.sh -------------------------------------------------------------------------------- /scripts/srcs-compress.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/srcs-compress.sh -------------------------------------------------------------------------------- /scripts/tcl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/tcl.sh -------------------------------------------------------------------------------- /scripts/termcap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/termcap.sh -------------------------------------------------------------------------------- /scripts/terminator.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/terminator.sh -------------------------------------------------------------------------------- /scripts/tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/tests.sh -------------------------------------------------------------------------------- /scripts/tk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/tk.sh -------------------------------------------------------------------------------- /scripts/winpthreads.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/winpthreads.sh -------------------------------------------------------------------------------- /scripts/xz-utils.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/xz-utils.sh -------------------------------------------------------------------------------- /scripts/zlib.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/scripts/zlib.sh -------------------------------------------------------------------------------- /sources/gdb-wrapper/gdb-wrapper.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/sources/gdb-wrapper/gdb-wrapper.c -------------------------------------------------------------------------------- /sources/gdbinit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/sources/gdbinit -------------------------------------------------------------------------------- /tests/dll1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/tests/dll1.cpp -------------------------------------------------------------------------------- /tests/dll2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/tests/dll2.cpp -------------------------------------------------------------------------------- /tests/dll_test1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/tests/dll_test1.cpp -------------------------------------------------------------------------------- /tests/dll_test2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/tests/dll_test2.cpp -------------------------------------------------------------------------------- /tests/filesystem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/tests/filesystem.cpp -------------------------------------------------------------------------------- /tests/lasterror_test1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/tests/lasterror_test1.cpp -------------------------------------------------------------------------------- /tests/lasterror_test2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/tests/lasterror_test2.cpp -------------------------------------------------------------------------------- /tests/locale_test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/tests/locale_test.cpp -------------------------------------------------------------------------------- /tests/lto_int.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/tests/lto_int.cpp -------------------------------------------------------------------------------- /tests/lto_int.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/tests/lto_int.h -------------------------------------------------------------------------------- /tests/lto_test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/tests/lto_test.cpp -------------------------------------------------------------------------------- /tests/omp_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/tests/omp_test.c -------------------------------------------------------------------------------- /tests/pthread_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/tests/pthread_test.c -------------------------------------------------------------------------------- /tests/random_device.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/tests/random_device.cpp -------------------------------------------------------------------------------- /tests/sleep_test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/tests/sleep_test.cpp -------------------------------------------------------------------------------- /tests/stdthread_test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/tests/stdthread_test.cpp -------------------------------------------------------------------------------- /tests/time_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/tests/time_test.c -------------------------------------------------------------------------------- /tests/transmem_test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/tests/transmem_test.cpp -------------------------------------------------------------------------------- /todo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianadam/mingw-builds/HEAD/todo.txt --------------------------------------------------------------------------------