- Apr 19, 2017
-
-
Lars Kanis authored
-
Lars Kanis authored
This was introduced in commit f9c2f9e4
-
Lars Kanis authored
This allows the build of fxruby on MSYS2.
-
Lars Kanis authored
within the file. This fixes build without fxscintilla when run per 'rake compile'
-
Lars Kanis authored
-
-
Lars Kanis authored
-
Lars Kanis authored
-
- Apr 18, 2017
-
-
Lars Kanis authored
Thanks @Harvey-H for the so simple solution. Fixes #38 and fixes #30
-
Lars Kanis authored
-
- Apr 16, 2017
-
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
This requires the use of rake tasks to build the gem or before 'gem build' On the other hand, it makes sure, that all generated files are included in the gem.
-
Lars Kanis authored
-
- Apr 07, 2017
-
-
Lars Kanis authored
Some rubies of the travis-ci installation have bundler-1.13 and there is no real need for 1.14.
-
Lars Kanis authored
-
Lars Kanis authored
Update release date, tag with annotation, push to git and push all gem versions with a single 'rake release'
-
Lars Kanis authored
-
- Apr 05, 2017
-
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
Unfortunately it doesn't compile, due to undefined methods.
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
- Mar 27, 2017
-
-
Lars Kanis authored
-
- Feb 16, 2017
-
-
Lars Kanis authored
-
Lars Kanis authored
This is necessary for RubyInstaller versions based on MSYS1 (Ruby < 2.4). RubyInstaller comes bundled with zlib-1.2.7. Since the zlib1.dll is stored in the same directory as ruby.exe, it is preferred in the Windows DLL load order. The zlib1.dll that is bundled with fxruby is not loaded at runtime. If we build fxruby with a newer zlib version, libpng will make use of the new function inflateValidate() introduced in zlib-1.2.8, which results in a DLL load error at runtime. We avoid this by sticking at zlib-1.2.7.
-
- Feb 15, 2017
-
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
Disable rbx-3 for now, because it's too slow. Output Xorg logs only in case of failure
-
Lars Kanis authored
Ubuntu doesn't provide the symlink /usr/lib/libfxscintilla.so but only /usr/lib/libfxscintilla.so.19 . Therefore we link against libfxscintilla.so.19 if -lfxscintilla can not be resolved.
-
- Feb 14, 2017
-
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
"gem inst glu" fails because of missing opengl header files.
-
Lars Kanis authored
-
- Feb 13, 2017
-
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-