- Sep 18, 2011
-
-
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
-
- Oct 17, 2009
-
-
Lyle Johnson authored
-
Lyle Johnson authored
-
Lyle Johnson authored
-
- Oct 16, 2009
-
-
Lyle Johnson authored
-
Lyle Johnson authored
-
Lyle Johnson authored
-
Lyle Johnson authored
-
- Oct 15, 2009
-
-
Lyle Johnson authored
-
Lyle Johnson authored
-
- Oct 13, 2009
-
-
Lyle Johnson authored
In the interest of keeping this as simple as possible, I've extracted the source files for the FXRuby User's Guide into a separate project (fxruby-guide).
-
Lyle Johnson authored
I added -I/usr/local/include to $CFLAGS and -L/usr/local/lib to $LDFLAGS for the Darwin build, so that it would find the jpeg and tiff libs on my system.
-