aboutsummaryrefslogtreecommitdiffstats
path: root/win32/Makefile.sub
Commit message (Expand)AuthorAgeFilesLines
* [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
* No GITPULLOPTIONS by defaultNobuyoshi Nakada2020-06-041-1/+1
* Support version ranges for MSVC [Feature #16763]Nobuyoshi Nakada2020-04-111-0/+6
* [win32] Removed useless macro name that isn't expanded in `#error`Nobuyoshi Nakada2020-04-081-1/+1
* Added tooldir variableNobuyoshi Nakada2020-04-051-4/+5
* [win32] get rid of redefinition of reserved macroNobuyoshi Nakada2020-03-051-0/+2
* avoid defining inline卜部昌平2020-02-201-1/+1
* support C++ std::nullptr_t卜部昌平2020-01-311-0/+3
* remove prelude.cKoichi Sasada2019-12-111-5/+0
* Fix `$(RMALL) -r` on WindowsNAKAMURA Usaku2019-11-261-1/+1
* Turn C4047 warning into errorNobuyoshi Nakada2019-11-201-1/+1
* Define NULLCMD as printing NUL [Bug #16331]Nobuyoshi Nakada2019-11-101-1/+1
* Define NULLCMD as an empty label [Bug #16331]Nobuyoshi Nakada2019-11-101-0/+1
* Fix builtin scirpt pathsNobuyoshi Nakada2019-11-091-3/+0
* Add VPATH to rbinc rule for nmakeNobuyoshi Nakada2019-11-081-0/+3
* Share test-bundled-gems-run in common.mkNobuyoshi Nakada2019-11-051-7/+0
* [EXPERIMENTAL] MakeMakefile::CXX for C++Nobuyoshi Nakada2019-09-181-0/+1
* fix CentOS 6 compile error卜部昌平2019-09-101-0/+1
* Try to fix compile error on win32Kazuhiro NISHIYAMA2019-09-061-0/+2
* Improve build process and coroutine implementation selection.Samuel Williams2019-07-181-13/+13
* Remove IA64 support.Samuel Williams2019-06-191-6/+6
* No longer svn & git-svn are usedNobuyoshi Nakada2019-05-101-6/+1
* Makefiles need to be indented by tabsNobuyoshi Nakada2019-04-281-1/+1
* Remove debug linesusa2019-04-211-2/+2
* Show/unshow executing command as specified by `V`usa2019-04-211-3/+3
* Parenthesize `for` to ignore errorsnobu2019-02-131-4/+4