- Dec 03, 2016
-
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
- Apr 26, 2016
-
-
Lars Kanis authored
-
- Jan 30, 2016
-
-
Lars Kanis authored
Update to rake-compiler-dock-0.5.1, which adds Ruby-2.3 support for Windows annd makes --disable-rubygems unnecessary
-
- Aug 17, 2015
-
-
Lars Kanis authored
are checked while development.
-
Lars Kanis authored
-
- Aug 07, 2015
-
-
Lars Kanis authored
-
- Aug 04, 2015
-
-
Lars Kanis authored
-
- Aug 03, 2015
-
-
Lars Kanis authored
C++ DLLs built with i586-mingw32msvc and i686-w64-mingw32 are not compatible. So this changes the build, so that we ship the ports directorys of both compiler versions. This fixes https://github.com/larskanis/fxruby/issues/22
-
- Jun 24, 2015
-
-
Lars Kanis authored
-
- Jun 12, 2015
-
-
Lars Kanis authored
-
- Jun 08, 2015
-
-
Lars Kanis authored
-
Lars Kanis authored
This also fixes some build system checks, that should be for the target system.
-
- Feb 17, 2015
-
-
Lars Kanis authored
Static linking all dependent libraries into each ruby version (from 1.8 to 2.2) would blow up the gem to >20MB.
-
- Feb 16, 2015
-
-
Lars Kanis authored
-
- Feb 14, 2015
-
-
Lars Kanis authored
-
Lars Kanis authored
-
- Mar 13, 2014
-
-
Lars Kanis authored
-
- Mar 31, 2013
-
-
Lars Kanis authored
Update cross compilation tasks to build x64 and x86 targets.
-
- Feb 15, 2013
-
-
Lars Kanis authored
-
- Jan 03, 2013
-
-
Lars Kanis authored
Before commit af543822 loading order of fox16.so and fox16.rb was irrelevant. But now fox16.rb must be called, in order to load ruby files to the C++ extension. Renaming the C++ extension ensures, that fox16.rb is called first.
-
- Mar 09, 2012
-
-
Lars Kanis authored
-
- Mar 08, 2012
-
-
Lars Kanis authored
-
Lars Kanis authored
-
- Mar 03, 2012
-
-
Lars Kanis authored
-
- Mar 01, 2012
-
-
Lars Kanis authored
-
- Feb 21, 2012
-
-
Lars Kanis authored
-
- Feb 04, 2012
-
-
Lars Kanis authored
-
- Jan 31, 2012
-
-
Lars Kanis authored
-
- Jan 30, 2012
-
-
Lars Kanis authored
change build dependencies so that (cross) compile and gem tasks no longer need the explicit configure task
-
Lars Kanis authored
-
- Jan 29, 2012
-
-
Lars Kanis authored
-
- Jan 26, 2012
-
-
Lars Kanis authored
-
- Sep 18, 2011
-
-
Lars Kanis authored
add tasks for downloading and cross compilation of libfox, fxscintilla and depending libraries for win32
-
- Aug 09, 2011
-
-
Lars Kanis authored
-
- Aug 03, 2010
-
-
Lyle Johnson authored
-
- Nov 09, 2009
-
-
Lyle Johnson authored
-
Lyle Johnson authored
-
- Oct 28, 2009
-
-
Lyle Johnson authored
By default it looks like rake-compiler doesn't modify the gem spec appropriately when we're cross-compiling for multiple Ruby versions. Added some lines to remove "lib/fox16.so" from the gem spec's list of files to include, and then added "lib/1.8/fox16.so" and "lib/1.9/fox16.so" back to the list, so that we get the correct result.
-