aboutsummaryrefslogtreecommitdiffstats
path: root/win32/Makefile.sub
Commit message (Expand)AuthorAgeFilesLines
* [Bug #18286] Make builtin binary if sharable in universal binariesNobuyoshi Nakada2023-11-091-0/+2
* Rename YARP symbols to prismKevin Newton2023-09-271-3/+3
* Move YARP_BUILD_DIR to common.mkNobuyoshi Nakada2023-09-211-2/+0
* Revert "Fix tool/update-deps for YARP files"Takashi Kokubun2023-08-181-18/+0
* Use $(top_srcdir) entries for mswin (#8244)Takashi Kokubun2023-08-181-0/+18
* Use `::` form workflow commandsNobuyoshi Nakada2023-08-151-2/+3
* Clean up OPT_STACK_CACHING (#8132)Takashi Kokubun2023-07-271-1/+1
* [Feature #19741] Add yarp to buildsJemma Issroff2023-06-211-0/+11
* Fix the case no file under bin directoryNobuyoshi Nakada2023-06-021-0/+2
* Use Lrama LALR parser generator instead of BisonYuichiro Kaneko2023-05-121-1/+1
* Add rubyspec-capiext on mswinNobuyoshi Nakada2023-04-211-0/+30
* s/MJIT/RJIT/Takashi Kokubun2023-03-061-4/+4
* Remove obsoleted mjit_sp_inc.inc.erbTakashi Kokubun2023-03-061-1/+1
* Extract include/ruby/internal/attr/packed_struct.hNobuyoshi Nakada2023-02-081-8/+2
* Reject VS2022 compiler versions with the known bugsNobuyoshi Nakada2023-02-011-2/+0
* Win32: add dependency of revision.hNobuyoshi Nakada2022-12-211-0/+4
* MSVS lacks `touch` [ci skip]Nobuyoshi Nakada2022-12-201-0/+1
* Win32: Move fallback BASERUBY definitionNobuyoshi Nakada2022-12-101-0/+17
* Handle depend files on nmakeNobuyoshi Nakada2022-12-051-0/+3
* MJIT: Rename mjit_compile_attr to mjit_sp_incTakashi Kokubun2022-11-291-1/+1
* 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