aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* mjit_config.h: MJIT_LDSHAREDnobu2018-03-031-1/+4
* Makefile.sub: need suffixnobu2018-03-021-1/+1
* Makefile.sub: link user32.libnobu2018-03-021-1/+1
* configure.ac: library options to MAINLIBSnobu2018-03-021-2/+4
* MJIT specific flagsnobu2018-03-011-3/+12
* common.mk: moved macros to mjit_config.hnobu2018-02-201-1/+7
* LIBRUBY_A with extsnobu2018-02-171-0/+5
* separate PRE_LIBRUBY_UPDATEnobu2018-02-171-0/+6
* win32/Makefile.sub: fix typo, missing commanobu2018-02-111-1/+1
* mjit_config.h: include trailing comma for empty listnobu2018-02-111-6/+6
* mjit_config.h: more macrosnobu2018-02-111-2/+24
* Makefile.sub: cpp out for older VCnobu2018-02-111-0/+8
* mjit_config.h: show content if verbosenobu2018-02-101-3/+4
* mjit_config.hnobu2018-02-101-0/+10
* Makefile.sub: MESSAGE_BEGIN/END redirectionnobu2018-02-091-2/+2
* missing macro definitionusa2018-02-081-0/+3
* MJIT header for multiarchnobu2018-02-081-0/+1
* ifchange: --debug optionnobu2018-02-081-0/+4
* ifchange.bat: --color optionnobu2018-02-081-0/+9
* mjit mswin support (WIP)usa2018-02-061-0/+1
* moved MJIT_CPPFLAGSnobu2018-02-061-1/+2
* common.mk: MJIT_CPPFLAGSnobu2018-02-061-1/+1
* mjit headers for universal binarynobu2018-02-061-0/+2
* mjit.c: determine prefix of MJIT header at runtimek0kubun2018-02-051-1/+1
* Makefile.sub: va_copy in old versionnobu2018-02-051-0/+4
* va_copy is a C99ismshyouhei2018-02-051-0/+1
* common.mk: CPPOUTFLAGnobu2018-02-041-0/+3
* common.mk: rb_mjit_header.hnobu2018-02-041-5/+1
* Makefile.sub: CFLAGS_NO_ARCHnobu2018-02-041-1/+7
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-042-2/+2
* common.mk: MJIT_MIN_HEADERnobu2018-02-041-4/+0
* use ifchange tool for rb_mjit_header.hnobu2018-02-041-1/+1
* mjit.c: merge MJIT infrastructurek0kubun2018-02-041-1/+1
* common.mk: install a single header file for JITk0kubun2018-02-041-0/+9
* win32.c: EPIPE for ERROR_NO_DATAnobu2018-02-011-1/+5
* setup.mak: discard BASERUBY outputnobu2018-01-301-1/+1
* win32/Makefile.sub: fix typok0kubun2018-01-271-1/+1
* need to declare the prototype of nan() if missingusa2018-01-261-0/+3
* Makefile.sub: missing/nan.objnobu2018-01-201-1/+1
* Fix a typo.hsbt2018-01-151-1/+1
* __alignof__ to take alignment of a typeshyouhei2018-01-151-0/+1
* __attibute__((__aligned__)) for RSTRING_PTR()shyouhei2018-01-151-0/+1
* delete tool/instruction.rb (2nd try)shyouhei2018-01-121-1/+1
* merge revisions 61753:61750 61747:61740 61737:61728shyouhei2018-01-101-1/+1
* delete tool/instruction.rbshyouhei2018-01-091-1/+1
* internal.h: remove dependecy on ruby/io.hnobu2018-01-091-0/+1
* set ino at `File.lstat` on Windowsusa2017-12-121-103/+24
* remove unused variableusa2017-12-121-1/+0
* fixed typousa2017-12-111-2/+2
* support 128bit ino on Windows (if available)usa2017-12-101-99/+92