- Jan 22, 2012
-
-
Lars Kanis authored
The Ruby String buffer was free'd by GC and FXMemoryStream#close
-
Lars Kanis authored
noticed at FXComboBox#fillItems
-
Lars Kanis authored
-
Lars Kanis authored
-
- Oct 28, 2011
-
-
Lars Kanis authored
-
Lars Kanis authored
-
- Oct 08, 2011
-
-
Lars Kanis authored
fix retrieving of file handles, so that FXApp#addInput works with ruby 1.8.7, 1.9.2 and rubinius under Linux (win32 not tested yet)
-
Lars Kanis authored
support rubinius
-
Lars Kanis authored
-
- Oct 07, 2011
-
-
Lars Kanis authored
-
- Sep 18, 2011
-
-
Lars Kanis authored
-
Lars Kanis authored
add tasks for downloading and cross compilation of libfox, fxscintilla and depending libraries for win32
-
- Sep 16, 2011
-
-
Lars Kanis authored
-
- Aug 09, 2011
-
-
Lars Kanis authored
-
- Aug 03, 2010
-
-
Lyle Johnson authored
-
Lyle Johnson authored
-
Lyle Johnson authored
-
Lyle Johnson authored
-
Lyle Johnson authored
-
Lyle Johnson authored
-
- May 25, 2010
-
-
Lyle Johnson authored
-
Lyle Johnson authored
-
- Nov 09, 2009
-
-
Lyle Johnson authored
-
Lyle Johnson authored
the previous warning level the user had set instead of just assuming that warnings were turned on. [#8 state:resolved]
-
Lyle Johnson authored
-
Lyle Johnson authored
-
Lyle Johnson authored
-
Lyle Johnson authored
-
Lyle Johnson authored
-
Lyle Johnson authored
-
Lyle Johnson authored
-
Lyle Johnson authored
C++ source and header files.
-
Lyle Johnson authored
-
Lyle Johnson authored
"lyle@lylejohnson.name" in all SWIG interface files.
-
- Oct 28, 2009
-
-
Lyle Johnson authored
-
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.
-
- Oct 27, 2009
-
-
Lyle Johnson authored
determine which shared library to load. If RUBY_PLATFORM says we're on Windows, this loader will look under a version-specific directory to try to load the extension. For other platforms, it will just load the appropriate shared library from the current directory.
-
Lyle Johnson authored
Followed the instructions at http://github.com/luislavena/rake-compiler to modify the ExtensionTask so that it supports cross-compilation. This included moving the 'config_options' that were being used for a RUBY_PLATFORM of "mingw" into the new 'cross_config_options' parameter.
-
- Oct 21, 2009
-
-
Lyle Johnson authored
-
Lyle Johnson authored
-