summaryrefslogtreecommitdiff
path: root/setupinfo.py
Commit message (Expand)AuthorAgeFilesLines
* link against librt only on LinuxStefan Behnel2016-08-201-4/+4
* link with "-lrt" error on darwin (OS X)Pan Fan2016-08-201-0/+2
* link with "-lrt" to correctly support builds on pre-glibc 2.17 Linux platformsStefan Behnel2016-08-181-2/+2
* fix libxml2 check on build failures and enable it also when Cython isn't avai...Stefan Behnel2015-03-211-15/+11
* fix importStefan Behnel2015-03-211-1/+1
* reduce likeliness of false positives when trying to figure out the reason of ...Stefan Behnel2015-03-191-3/+5
* clean up libxml2 check on build failuresStefan Behnel2015-03-191-9/+16
* fix compiler error propagationStefan Behnel2015-03-191-1/+1
* Merge pull request #164 from msabramo/friendlier_error_when_libxml2_not_insta...scoder2015-03-191-2/+26
|\
| * Friendlier error when libxml2 not installedMarc Abramowitz2015-03-051-2/+26
* | clean up some codeStefan Behnel2015-03-051-7/+5
|/
* enable coverage reporting also for nogil codeStefan Behnel2015-02-221-1/+1
* cleanup, make sure we set "source_extension" variableStefan Behnel2015-02-211-4/+5
* add setup.py option "--with-coverage" for coverage reportingStefan Behnel2015-02-211-1/+8
* setup.py: use relative directories for dependencies and include directoriesStefan Behnel2015-02-141-14/+28
* remove dead code from build scriptsStefan Behnel2015-02-141-1/+1
* minor, str.join() expects stringsAndy Zhu2014-09-101-4/+4
* fix sdist build without xslt-configStefan Behnel2014-03-221-0/+3
* remove legacy code for now unsupported libxml2/libxslt versionsStefan Behnel2014-03-221-0/+17
* allow disabling -w C compiler optionStefan Behnel2014-01-171-1/+3
* add -w to CFLAGS for now because Cython generates some incorrect casts (but w...Stefan Behnel2014-01-171-1/+1
* use @cython.no_gc_clear decorator for Elements to get rid of double _Document...Stefan Behnel2014-01-171-0/+1
* add compile time option for Py2 that makes the API always return Unicode stri...Stefan Behnel2012-12-211-0/+3
* include Cython compilation in sdist build by passing the distutils Extensions...Stefan Behnel2012-11-231-10/+16
* allow --without-cython to override build error (needed for non-build setup.py...Stefan Behnel2012-10-071-3/+9
* only use Cython for building when required or explicitly requestedStefan Behnel2012-10-071-14/+18
* let Cython generate complete module cleanup codeStefan Behnel2012-08-231-2/+2
* fix dependency list in build scriptStefan Behnel2012-08-111-1/+1
* drop '-w' flag from C compiler optionsStefan Behnel2012-07-311-6/+3
* renamed 'include' package to 'includes' because 'include' is a keyword in CythonStefan Behnel2012-07-301-1/+1
* added build option to enable cygdb debuggingStefan Behnel2012-06-091-0/+4
* fix build dependencies in setupinfo.pyStefan Behnel2012-04-071-5/+8
* commentStefan Behnel2012-03-131-0/+1
* generate less aggressive cleanup code: lxml.etree types imported by lxml.obje...Stefan Behnel2012-03-121-1/+1
* moved public Cython/C declarations into 'lxml.include' package, which is now ...Stefan Behnel2012-03-021-0/+2
* Static builds may specify the download directory.Laurence Rowe2011-08-311-2/+5
* show Cython warnings when build warnings are enabledStefan Behnel2011-05-291-1/+5
* [svn r4503] fix resource leak during buildscoder2010-12-291-4/+6
* [svn r4489] properly handle dependencies in Cython buildscoder2010-11-171-6/+2
* [svn r4484] if the generated .c files are there, there's no need to worry use...scoder2010-10-301-2/+5
* [svn r4415] r5593@lenny: sbehnel | 2010-05-21 19:08:35 +0200scoder2010-05-261-0/+3
* [svn r4375] r5514@lenny: sbehnel | 2010-03-13 15:05:54 +0100scoder2010-03-131-1/+3
* [svn r4341] r5461@lenny: sbehnel | 2010-01-30 23:02:39 +0100scoder2010-01-301-10/+16
* [svn r4193] r5209@delle: sbehnel | 2009-08-17 08:12:14 +0200scoder2009-08-171-1/+1
* [svn r4192] r5207@delle: sbehnel | 2009-08-14 22:27:08 +0200scoder2009-08-141-0/+2
* [svn r4139] r5103@delle: sbehnel | 2009-03-23 09:05:25 +0100scoder2009-03-271-1/+1
* [svn r4104] r5035@delle: sbehnel | 2009-02-20 19:19:36 +0100scoder2009-02-201-1/+5
* [svn r4074] r4973@delle: sbehnel | 2009-02-06 17:51:15 +0100scoder2009-02-061-0/+6
* [svn r4052] r4935@delle: sbehnel | 2008-12-17 22:40:49 +0100scoder2008-12-171-3/+8
* [svn r4024] Revert r60038, where I unintentially commited a change to setupin...ianb2008-11-201-5/+5