index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tasks
/
toolchains
/
visualcpp.rake
Age
Commit message (
Expand
)
Author
2020-12-13
Improve source scanning for presym
KOBAYASHI Shuji
2020-04-01
fix for quoting visualcpp
dsisnero
2020-04-01
build when directories and files have spaces
Dominic Sisneros
2019-10-04
Remove unused code to old Visual Studio in `tasks/toolchains/visualcpp.rake`
KOBAYASHI Shuji
2019-08-05
Use new specifiers/modifiers of `mrb_vfromat()`
KOBAYASHI Shuji
2019-08-03
Change second argument to `%l` of `mrb_vformat()` to `size_t` from `mrb_int`
KOBAYASHI Shuji
2019-02-23
Remove explicit set of `DISABLE_GEMS`
KOBAYASHI Shuji
2017-12-24
Removed the Visual Studio Version Check because it does not
Lothar Scholz
2017-02-28
Compile C files by C compiler when C++ files mixed.
Yukihiro "Matz" Matsumoto
2016-11-24
Fix for compiling mruby as C++ on Visual Studio toolchain
Tomasz Dąbrowski
2016-04-16
Avoid Syntax Error on CRuby v1.8
ksss
2016-03-22
deprecate Visual Studio 2010 and 2012
cremno
2016-03-22
remove unnecessary array/each
cremno
2016-01-13
Fix build error in ruby 1.8.
asatou
2015-03-18
Fix exceptions for visualcpp
Jared Breeden
2014-06-08
Remove redundant substitutions.
Masaki Muranaka
2014-05-02
MSVC: treat implicit function decl. as error
cremno
2014-04-29
Add doubling stack extend, as fix for #2016
kyab
2014-03-05
visualcpp toolchain: change compiler/linker flags
cremno
2013-11-22
Automatically detect toolchain if it is visualcpp, and hence we drop vs2010.r...
Per Lundberg