Commit Graph

24 Commits

Author SHA1 Message Date
Keith Bostic
1f9098871a Copyright notices: add MongoDB, update to 2015. 2015-01-04 14:07:56 -05:00
Keith Bostic
f91eda0933 Rename RELEASE to be RELEASE_INFO, avoid collision with MsBuild default
folder.
2014-10-01 20:53:59 -04:00
Michael Cahill
fedef3e83f Rearrange the Python build so we generate object files under the build directory. Clean up manually: don't rely on setup.py.
refs #1188
2014-09-05 12:21:59 +10:00
Keith Bostic
5b509b7220 Update copyright notices for 2014.
Move lang/java and lang/python into the public domain.
2014-01-07 10:30:12 -05:00
Michael Cahill
1fb70757f2 Fix "make install" of Python. Remove old code and restructure the Python sources under lang/python to simplify the installation step.
--HG--
rename : lang/python/fpacking.py => lang/python/wiredtiger/fpacking.py
rename : lang/python/intpack-test.py => lang/python/wiredtiger/intpack-test.py
rename : lang/python/intpacking.py => lang/python/wiredtiger/intpacking.py
rename : lang/python/packing-test.py => lang/python/wiredtiger/packing-test.py
rename : lang/python/packing.py => lang/python/wiredtiger/packing.py
2013-07-17 10:13:11 +10:00
Michael Cahill
055d692856 Suppress warnings building SWIG-generated Python code. 2013-05-08 16:28:35 +10:00
Alex Gorrod
9094e4b2c0 Ignore warnings when building the Python SWIG wrapper. 2013-03-13 11:58:12 +11:00
Keith Bostic
963d37a4e6 Update copyright notice to 2013. 2013-01-01 09:45:50 +00:00
Michael Cahill
c1cdc4cff9 Disable some GCC warning flags for the SWIG-generated Python code. 2012-12-10 23:08:06 +11:00
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