index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lang
/
python
/
Makefile.am
Age
Commit message (
Expand
)
Author
2016-12-23
WT-3092 Quiet a warning from autogen.sh (#3211)
Keith Bostic
2014-09-05
Rearrange the Python build so we generate object files under the build direct...
Michael Cahill
2014-09-04
As far as I can tell, there's no "build" directory, so quit trying
Keith Bostic
2014-09-04
Add wiredtiger_wrap.o to the clean-local label.
Keith Bostic
2014-09-04
Don't remove the wiredtiger directory, it has source code, reference #1188.
Keith Bostic
2014-04-24
Remove Java and Python build rules that relied on "--enable-debug". Always r...
Michael Cahill
2014-03-31
Fix include paths for Java and Python builds.
Alex Gorrod
2013-07-17
Pass any configured Python prefix through to the Python install step.
Michael Cahill
2013-07-17
Fix "make install" of Python. Remove old code and restructure the Python sou...
Michael Cahill
2013-07-09
Install the Python module as part of "make install".
Michael Cahill
2013-01-08
Allow examples to run in parallel: give each a unique home directory.
Michael Cahill
2013-01-07
Fixes for automake 1.3.x: don't use $(srcdir) in TESTS and avoid the new para...
Michael Cahill
2012-10-24
Turn on SWIG optimizations and warnings.
Michael Cahill
2012-10-03
warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS'
Michael Cahill
2012-07-10
Decide statically what error handling is required.
Michael Cahill
2012-05-04
Move the python "check" into lang/python: that simplifies things and avoids t...
Michael Cahill
2011-09-16
Don't require SWIG to build the Python API from a release.
Michael Cahill
2011-09-08
Use the swig "-thread" command line flag, it wraps our extension functions co...
Michael Cahill
2011-09-06
Fix up various build issues:
Michael Cahill
2011-09-02
Split out the Python and examples from the top level Makefile.
Michael Cahill