summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* fixup for 823835499539aa53128a025ab72eb00c288dfb09.nagachika2023-03-251-1/+0
* merge revision(s) d6ce4180a5b4dacbac895c9911031a6df6c61136: [Backport #19243]nagachika2023-03-251-2/+4
* merge revision(s) bc5b9be1ee44817614bc8311e671fc79ca730625:nagachika2022-10-211-2/+0
* merge revision(s) 97ce030954dab3f219779e235bee53ba408fbaca:nagachika2022-10-211-1/+1
* merge revision(s) 1f91dcdab3b530dde93fa29fba8bf60683cd8056:nagachika2022-10-191-2/+4
* merge revision(s) 7c67d0fd79a3cffe857587fa3cf576b611023840:nagachika2022-10-181-2/+8
* merge revision(s) a0040af6715d85f416f1282588974e151a8164eb: [Backport #18732]nagachika2022-09-251-6/+16
* 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
* Clang never evaluates expr in `__builtin_assume`xtkoba2021-10-041-2/+4
* [Win32] Prefer Cryptography Next Generation APINobuyoshi Nakada2021-10-021-1/+1
* Reminders of the Windows versions each API is available [ci skip]Nobuyoshi Nakada2021-09-241-0/+5
* Ripper source on mswinNobuyoshi Nakada2021-09-211-0/+1
* MINGW: _WIN64 is not defined on i386-mingw32 + ucrt.xtkoba (Tee KOBAYASHI)2021-09-201-2/+2
* MINGW: Fix build error on Windows UCRTxtkoba (Tee KOBAYASHI)2021-09-201-1/+7
* Add missing empty macro [ci skip]Nobuyoshi Nakada2021-08-251-0/+1
* [Win32] put a space before configure options [Bug #17588]Nobuyoshi Nakada2021-08-151-11/+11
* 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
* [Win32] Fix assembler name when cross compilingNobuyoshi Nakada2021-07-041-2/+8
* Remove copy coroutine build rule.Samuel Williams2021-07-031-3/+0
* Removed extinit.o from main programsNobuyoshi Nakada2021-07-031-2/+3
* Add parentheses to avoid pointless conditionJeremy Evans2021-06-231-1/+1
* [Win32] fixed PACKED_STRUCT_UNALIGNED on x86Nobuyoshi Nakada2021-06-091-1/+1
* [Win32] long path name support [Bug #12551]Gabriel Nagy2021-05-172-1/+9
* `_MSC_VER` may not be definedxtkoba2021-05-041-1/+1
* win32: fix RUBY_RELEASE_DATE in MakefileNobuyoshi Nakada2021-04-101-3/+11
* Remove unused DEFAULT_KCODEKazuhiro NISHIYAMA2021-03-171-2/+0
* Increment global variables atomicallyNobuyoshi Nakada2021-03-081-4/+4
* Make vm_exit_handler installation MT-safeNobuyoshi Nakada2021-03-081-3/+11
* Make uenvarea thread exclusiveNobuyoshi Nakada2021-03-081-22/+39
* Make the flag in thread_exclusive uniqueNobuyoshi Nakada2021-03-081-2/+3
* Enclose crtitical sections in `thread_exclusive` blockNobuyoshi Nakada2021-03-081-52/+39
* Revert "Enclose crtitical sections in `thread_exclusive` block"Nobuyoshi Nakada2021-02-241-72/+75
* Use the system getenv in setup_debug_logNobuyoshi Nakada2021-02-231-1/+1
* Fixed commit miss at 41eb4fbf86e7ae9c9ff993e07a19fa44eb74be9bNobuyoshi Nakada2021-02-231-24/+26
* Make uenvarea thread exclusiveNobuyoshi Nakada2021-02-231-23/+32
* Fixed commit miss at 19cc24b34b0490b7c2779eec521fe0089e05f183Nobuyoshi Nakada2021-02-231-30/+22
* Constified possible dataNobuyoshi Nakada2021-02-231-8/+8
* Enclose crtitical sections in `thread_exclusive` blockNobuyoshi Nakada2021-02-231-28/+27
* added mutexes for socket and connection lists on win32Andrew Aladjev2021-02-231-40/+80