aboutsummaryrefslogtreecommitdiffstats
path: root/win32/Makefile.sub
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ignore errors on cleaningnobu2019-02-131-1/+1
* win32/Makefile.sub: try to use __restrict on Visual Studio 2013k0kubun2019-01-041-1/+1
* Add RUBY_API_VERSION to rbconfig.rb on mswin toonobu2018-12-281-1/+2
* RUBY_PROGRAM_VERSION for MJIT_PRECOMPILED_HEADERnobu2018-12-281-0/+1
* Moved version numbersnobu2018-12-281-0/+3
* Check if restrict keyword is supportednobu2018-12-281-0/+5
* win32/Makefile.sub: missing dependency of mjit_config.hnobu2018-12-101-1/+1
* Fix compile error at r66280nobu2018-12-081-1/+3
* update-deps: support coroutine dependenciesnobu2018-12-031-8/+9
* Fix for coroutine/win32/Context.objnobu2018-11-281-2/+2
* win32/Makefile.sub: add flags for ASnobu2018-11-281-2/+2
* configure.ac: add --disable-fiber-coroutine optionnobu2018-11-211-3/+3
* Make coroutine object directory for each archnobu2018-11-201-2/+3
* Fix typo and make directorynobu2018-11-201-2/+0
* Support Visual C++ (mswin)samuel2018-11-201-0/+23
* gmake.mk: force updating revision.hnobu2018-11-131-0/+6
* `MJIT_BUILD_DIR` is not used on Windowsnobu2018-11-111-1/+0
* support --disable-mjit-support on mswin32/64.ko12018-10-201-1/+5
* fix macro-name.ko12018-10-201-1/+1