summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Fix linking against Ruby 1.8.5Rob Holland2008-06-231-0/+8
|
* Update the sqlite3-api wrapper implementation.Jamis Buck2008-05-303-261/+120
| | | | This updates the swig-generated C file, so that people can build sqlite3-ruby without needing swig around. Also, the makefile is built on-demand by extconf.rb so we don't need it in the repo.
* rename data structures to avoid collion on win32. based on patch by: Luis LavenaRob Holland2008-05-191-8/+8
|
* check for the rt library and fdatasync so we link against that when neededRob Holland2008-05-191-0/+3
|
* Revert "amend rdoc to make it clear to use Statement#execute to execute a ↵Rob Holland2008-05-171-5/+0
| | | | | | | | prepared statement" Included some portability work by mistake. This reverts commit 36ff0b85ed9049a63cc3b66533282e730a7db398.
* amend rdoc to make it clear to use Statement#execute to execute a prepared ↵Rob Holland2008-05-171-0/+5
| | | | statement
* Use int_bind64 on Fixnum values larger than a 32bit C int can take.Rob Holland2008-05-122-111/+111
|
* ruby 1.9 compatibility tweaks (thanks Roman Le Negrate <roman2k@free.fr>)Jamis Buck2008-01-173-61/+62
|
* a simple batch file to aid in building the library on win32Jamis Buck2007-01-131-0/+7
|
* Fix for use of callbacks (busy_handler, set_authorize and trace) (thanks ↵Jamis Buck2007-01-134-400/+939
| | | | Sylvain Joyeux, closes #2955)
* Fix a few broken tests (and comment out a few that appear to be broken due ↵Jamis Buck2005-09-114-8/+2717
| | | | to sqlite3 bugs). Add a pre-built sqlite3_api_wrap.c and make the extconf.rb not try to build it every time. Make extconf.rb die if asked to build the wrap.c file and swig is not installed.
* Fixed problem with /usr/local sqlite includes not being found. Hopefully.Jamis Buck2005-02-061-1/+1
|
* Changed extconf.rb to allow /usr/local sqlite3 installations to be supported ↵Jamis Buck2005-01-251-1/+1
| | | | "out-of-the-box".
* Changed layout to support tagging and branchingJamis Buck2005-01-095-0/+358