summaryrefslogtreecommitdiff
path: root/lang/python/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Added -I include paths as needed to handle #include <3rdparty/...>Don Anderson2015-03-251-1/+1
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Rename RELEASE to be RELEASE_INFO, avoid collision with MsBuild defaultKeith Bostic2014-10-011-2/+2
* Rearrange the Python build so we generate object files under the build direct...Michael Cahill2014-09-051-7/+3
* Update copyright notices for 2014.Keith Bostic2014-01-071-3/+24
* Fix "make install" of Python. Remove old code and restructure the Python sou...Michael Cahill2013-07-171-4/+4
* Suppress warnings building SWIG-generated Python code.Michael Cahill2013-05-081-1/+1
* Ignore warnings when building the Python SWIG wrapper.Alex Gorrod2013-03-131-9/+1
* Update copyright notice to 2013.Keith Bostic2013-01-011-2/+2
* Disable some GCC warning flags for the SWIG-generated Python code.Michael Cahill2012-12-101-4/+5
* lang/python/wiredtiger_wrap.c:5726:3: warning: expression result unusedMichael Cahill2012-09-121-1/+5
* Move dist/RELEASE to the top level of the tree.Michael Cahill2012-08-021-3/+3
* Fix warnings in SWIG code on OS X 10.8.Michael Cahill2012-07-301-12/+21
* Retain copyright on the Python API, add the SWIG license to the localKeith Bostic2012-02-021-21/+3
* The Python code is in the public domain.Keith Bostic2012-02-021-0/+25
* Split out the Python and examples from the top level Makefile.Michael Cahill2011-09-021-2/+2
* Add libtool to the build.Michael Cahill2011-08-261-3/+11
* Pass CFLAGS and LDFLAGS into the Python build explicitly in the Makefile.Michael Cahill2011-07-141-9/+0
* In the Python build, only set extra_*_args if CFLAGS or LDFLAGS are set.Michael Cahill2011-07-141-2/+9
* Pass CFLAGS and LDFLAGS through to the Python build.Michael Cahill2011-07-141-0/+2
* Another fix for relative paths in the Python build: setup.py wants to own the...Michael Cahill2011-04-261-1/+2
* Fix Python build again: split SWIG out of setup.py, we want to distribute theMichael Cahill2011-04-261-3/+4
* Keep the Python sources in lang/python: that's what we will want to distribute.Michael Cahill2011-04-261-2/+1
* Build the Python API into the build directory.Michael Cahill2011-03-111-4/+5
* Initial steps towards a Python API. Rename 'del' to 'remove': that seems saf...Michael Cahill2011-03-101-0/+17