summaryrefslogtreecommitdiff
path: root/setupinfo.py
Commit message (Expand)AuthorAgeFilesLines
* Add missing C macro define on Windows that is now required by libexslt 1.1.37.Stefan Behnel2023-03-271-0/+1
* Allow cross-compiling for Windows ARM64 (GH-343)Steve Dower2022-05-171-1/+2
* setupinfo.py: check the return value of subprocesses (GH-336)Mingli-Yu2022-01-201-1/+1
* Add a visible warning to the build output when detecting libxml2 2.9.11 or 2....Stefan Behnel2022-01-131-0/+8
* Define LIBXML_STATIC and LIBXSLT_STATIC when linking statically against libxm...Stefan Behnel2021-11-191-0/+3
* Fix typo.Stefan Behnel2020-06-091-1/+1
* Make setup options "--with-xml2-config" and "--with-xslt-config" work again, ...Stefan Behnel2020-06-081-4/+17
* Simplify checks for minimum library versions (GH-300)Hugh McMaster2020-03-211-17/+21
* Improve detection of the libxml2 and libxslt libraries (GH-297)Hugh McMaster2020-02-261-47/+70
* Do not statically link compiled Python modules against libxml2 & friends.Stefan Behnel2018-07-301-6/+7
* Merge pull request #259 from TingPing/pkg-configscoder2018-07-071-2/+8
|\
| * Support using pkg-config for xml2-config/xslt-config toolsPatrick Griffis2018-02-241-2/+8
* | Merge lxml-4.2 branch into master.Stefan Behnel2018-06-271-1/+1
|\ \
| * | Backed out changeset ff9850742604Stefan Behnel2018-06-271-1/+1
* | | Include "lxml.sax" in compiled modules.Stefan Behnel2018-06-221-1/+7
|/ /
* | Link libz only for static buildsNehal J Wani2018-05-151-1/+1
* | Be more conservative when *not* setting linker flags.Stefan Behnel2018-03-211-3/+1
* | Merge pull request #258 from frgtn/fix_macos_xcode_buildscoder2018-03-211-0/+8
|\ \
| * | Include -isysroot linker arg on macosSaulius Žemaitaitis2018-01-031-0/+8
| |/
* | Explicitly disable C lines in tracebacks (it's faster and cleaner), but provi...Stefan Behnel2018-02-101-3/+3
|/
* Prepare release of 4.1.0.lxml-4.1.0Stefan Behnel2017-10-131-0/+3
* Compile ElementMaker into an extension type to speed it up.Stefan Behnel2017-08-191-1/+1
* Properly integrate the compilation of _elementpath.py and some lxml.html modu...Stefan Behnel2017-08-111-31/+59
* compile _elementpath.py module to speed it up (~25% faster)Stefan Behnel2017-07-191-1/+4
* remove subprocess fallback codeJakub Wilk2017-03-171-13/+4
* include latest zlib in static-deps buildStefan Behnel2016-08-201-3/+10
* 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