aboutsummaryrefslogtreecommitdiffstats
path: root/win32/Makefile.sub
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix MJIT_SUPPORT on win32.ko12018-10-201-0/+2
* rename configure option `--disable-mjit` to `--disable-mjit-support`ko12018-10-201-2/+2
* configure.ac: add --disable-install-mjit-headerk0kubun2018-10-191-2/+5
* Define PRIdPTR etcnobu2018-10-131-0/+2
* win32/Makefile.sub: generate MJIT header pdbk0kubun2018-10-111-1/+5
* win32/Makefile.sub: install MJIT header and objectk0kubun2018-10-111-0/+5
* revert r64947 and r64949k0kubun2018-10-081-3/+0
* win32/Makefile.sub: create header install dir firstk0kubun2018-10-071-0/+1
* win32/Makefile.sub: install precompiled header to prefixk0kubun2018-10-071-0/+2
* Makefile.sub: remove -DRUBY_EXPORT overridden by -U optionnobu2018-08-161-1/+1
* win32/Makefile.sub: escape `=` in MJIT cflagsk0kubun2018-08-071-6/+6
* win32/Makefile.sub: remove RUBY_EXPORT macrok0kubun2018-08-071-1/+1
* mjit.c: link precompiled objectk0kubun2018-08-051-1/+5