Michael Cahill
9803c4736a
lang/python/wiredtiger_wrap.c:5726:3: warning: expression result unused
...
; should this cast be to 'void'? [-Wunused-value]
2012-09-12 15:04:39 +10:00
Michael Cahill
06e48b3b0b
Move dist/RELEASE to the top level of the tree.
...
Bump the version to 1.2.3 to check that it is updated everywhere.
--HG--
rename : dist/RELEASE => RELEASE
2012-08-02 14:23:03 +10:00
Michael Cahill
b7c593b39b
Fix warnings in SWIG code on OS X 10.8.
2012-07-30 16:32:42 +10:00
Keith Bostic
8347925459
Retain copyright on the Python API, add the SWIG license to the local
...
directory.
2012-02-02 20:18:52 +00:00
Keith Bostic
8345e010cf
The Python code is in the public domain.
2012-02-02 11:25:36 +00:00
Michael Cahill
c545f4fc29
Split out the Python and examples from the top level Makefile.
2011-09-02 21:53:51 +10:00
Michael Cahill
574d7b43cf
Add libtool to the build.
...
While in the area, add a pkg-config file.
* * *
[mq]: build-fixes
2011-08-26 15:28:43 +10:00
Michael Cahill
a2af418581
Pass CFLAGS and LDFLAGS into the Python build explicitly in the Makefile.
2011-07-14 16:58:51 +10:00
Michael Cahill
f582b2b532
In the Python build, only set extra_*_args if CFLAGS or LDFLAGS are set.
2011-07-14 16:51:51 +10:00
Michael Cahill
04dc7ec4ab
Pass CFLAGS and LDFLAGS through to the Python build.
2011-07-14 16:44:13 +10:00
Michael Cahill
c0650abe86
Another fix for relative paths in the Python build: setup.py wants to own the tree.
2011-04-26 17:34:23 +10:00
Michael Cahill
3a6dc4749e
Fix Python build again: split SWIG out of setup.py, we want to distribute the
...
results so SWIG isn't required by users to build the Python API. This also
addresses some annoyances with paths, since we want to build in a different
place from the Python sources.
2011-04-26 17:24:21 +10:00
Michael Cahill
a2e34fae27
Keep the Python sources in lang/python: that's what we will want to distribute.
2011-04-26 15:46:48 +10:00
Michael Cahill
69cd69d59b
Build the Python API into the build directory.
...
* * *
[mq]: config-script
2011-03-11 12:03:44 +11:00
Michael Cahill
47a8ea8c7c
Initial steps towards a Python API. Rename 'del' to 'remove': that seems safe across languages.
...
Remove underscores from struct names for now: that should be transparent to applications but avoids messiness in the Python API.
refs #31
2011-03-10 22:17:48 +11:00