summaryrefslogtreecommitdiffstats
path: root/src/python/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* pyabc: python 2.6 compatibility fix for previous commit (which silenced ↵Baruch Sterin2012-02-231-1/+1
| | | | warnings)
* pyabc: silenced warnings in gccBaruch Sterin2012-02-231-1/+19
|
* pyabc: adapt build to recent changes in the rest of ABCBaruch Sterin2012-01-211-20/+1
|
* pyabc: rearrange files and locationsBaruch Sterin2011-10-241-1/+1
|
* Added 'src/mem' as an additition include directory in Python interface.Alan Mishchenko2011-03-041-0/+1
|
* pyabc: reorganize supporting python scriptsBaruch Sterin2011-01-131-1/+1
|
* pyabc: make the SIGINT signal handler clean up by sending SIGINT to child ↵Baruch Sterin2011-01-131-0/+2
| | | | processes registered by the python code. Also provide functions to block SIGINT and unblock it, to allow for critical sections where signals are blocked
* initial commit of public abcAlan Mishchenko2010-11-011-0/+64