aboutsummaryrefslogtreecommitdiffstats
path: root/win32/Makefile.sub
Commit message (Expand)AuthorAgeFilesLines
* Add support for `sockaddr_un` on Windows. (#6513)Samuel Williams2022-11-171-0/+3
* Demote mjit_instruction.rb from builtin to stdlibTakashi Kokubun2022-09-181-4/+0
* Always generate non-empty revision.hTakashi Kokubun2022-09-171-2/+0
* Auto-generate the release date on version.h from git CommitDate (#6382)Takashi Kokubun2022-09-171-0/+2
* Add GMP support for mswinU.Nakamura2022-09-131-0/+6
* [win32] Set proper `NULLCMD` in rbconfig.rb [ci skip]Nobuyoshi Nakada2022-09-101-1/+1
* [Bug #5317] Use `rb_off_t` instead of `off_t`Nobuyoshi Nakada2022-09-081-0/+4
* Define BOOTSTRAPRUBY from HAVE_BASERUBYNobuyoshi Nakada2022-09-071-2/+4
* Ensure BASERUBY when cross-compilingNobuyoshi Nakada2022-09-071-0/+8
* Ruby MJIT (#6028)Takashi Kokubun2022-09-041-1/+5
* Make sources by BASERUBY if available instead of minirubyNobuyoshi Nakada2022-09-031-2/+8
* Move duplicate dependenciesNobuyoshi Nakada2022-09-031-2/+0
* [Win32] Use `exit` instead of `type` [ci skip]Nobuyoshi Nakada2022-08-281-1/+1
* Drop mswin support of MJIT (#6265)Takashi Kokubun2022-08-201-110/+1
* Stop defining `RUBY_ABI_VERSION` if released versionsNobuyoshi Nakada2022-08-121-1/+7
* Load fake.rb at `BTESTRUBY`Nobuyoshi Nakada2022-04-051-1/+1
* [Bug #18667] Define RUBY_API_VERSION on WindowsPeter Zhu2022-03-301-1/+1
* Need to reconfigure and rebuild everything when abi.h changedNobuyoshi Nakada2022-03-231-0/+3
* Add ABI version to ruby_version tag on WindowsPeter Zhu2022-02-241-1/+1
* [MSWin] Tentative measure for a bug of VS2022 [Misc #18362]Nobuyoshi Nakada2022-02-201-0/+2
* Check if `__assume` is supportedNobuyoshi Nakada2022-02-191-1/+1
* Define `HAVE___BUILTIN_UNREACHABLE` instead of `UNREACHABLE`Nobuyoshi Nakada2022-02-191-1/+0
* include/ruby/win32.h: define HAVE_X for the missing prototypes (#5456)Yuta Saito2022-01-181-0/+18
* Rename --jit to --mjit (#5248)Takashi Kokubun2021-12-131-2/+2
* [MSWin] Stop passing non-numeric string to `exit` commandNobuyoshi Nakada2021-12-021-2/+1
* [MSWin] Replace -Zi in DEBUGFLAGS with -Z7 to suppress warningsNobuyoshi Nakada2021-11-261-2/+3
* No need to link and install .pdb anymoreAlan Wu2021-11-241-4/+0
* MJIT MSVC: Use /Z7 to avoid PDB write raceAlan Wu2021-11-241-1/+1
* Select including thread impl file at config timeYuta Saito2021-10-301-0/+4
* Remove the scraperAaron Patterson2021-10-201-1/+1
* Yet Another Ruby JIT!Jose Narvaez2021-10-201-1/+1
* Refactor uJIT code into more files for readabilityMaxime Chevalier-Boisvert2021-10-201-1/+1
* Try to fix Windows buildAlan Wu2021-10-201-1/+1
* [Win32] Prefer Cryptography Next Generation APINobuyoshi Nakada2021-10-021-1/+1
* Ripper source on mswinNobuyoshi Nakada2021-09-211-0/+1
* Add missing empty macro [ci skip]Nobuyoshi Nakada2021-08-251-0/+1
* Group commands on GitHub ActionsNobuyoshi Nakada2021-08-071-0/+8
* Revert "Removed extinit.o from main programs"Yusuke Endoh2021-08-051-3/+2
* Set ENCSTATIC in rbconfig.rb [Bug #17929]Nobuyoshi Nakada2021-07-061-0/+1
* Remove copy coroutine build rule.Samuel Williams2021-07-031-3/+0
* Removed extinit.o from main programsNobuyoshi Nakada2021-07-031-2/+3
* [Win32] fixed PACKED_STRUCT_UNALIGNED on x86Nobuyoshi Nakada2021-06-091-1/+1
* Remove unused DEFAULT_KCODEKazuhiro NISHIYAMA2021-03-171-2/+0
* [Win32] Fixed preprocessed file pathNobuyoshi Nakada2021-02-201-4/+4
* Made LARGEFILE_SUPPORT mandatoryNobuyoshi Nakada2020-12-161-7/+0
* Removed obsolete autoconf checksNobuyoshi Nakada2020-12-121-1/+0
* Signal handler type should be voidNobuyoshi Nakada2020-12-121-1/+0
* Omit checks for C89 standard or laterNobuyoshi Nakada2020-12-121-3/+0
* Removed canonicalization for mathnNobuyoshi Nakada2020-11-101-6/+0
* DEPRECATED_TYPE: is deprecated卜部昌平2020-08-271-1/+0