summaryrefslogtreecommitdiff
path: root/buildlibxml.py
Commit message (Expand)AuthorAgeFilesLines
* Try to fix libiconv version parsing in Windows build ("1.15-1" instead of pla...Stefan Behnel2023-03-261-1/+1
* Build universal x86_64 + Arm64 wheels on macOS by default.Stefan Behnel2023-03-251-14/+7
* Use MACOS_DEPLOYMENT_TARGET=11.0 instead of 10.15 to support arm64 builds.Stefan Behnel2023-01-031-1/+1
* Pass GitHub token into API call when listing library releases.Stefan Behnel2022-12-271-2/+9
* Reduce the number of library releases that we look up in Windows builds. We d...Stefan Behnel2022-12-271-1/+1
* Send the project URL as user agent when downloading libraries during the build.Stefan Behnel2022-12-071-3/+3
* Provide the correct C compiler configuration for local wheel building on ARM ...Quentin Leffray2022-11-071-5/+12
* Resolve build failures on appveyor/Windows due to incomplete (abbreviated) do...Stefan Behnel2022-10-241-26/+36
* Turn buildlibxml.py into a download/build script, also for debugging platform...Stefan Behnel2022-10-241-3/+31
* Keep libxml2 download working with libxml2 2.10.x when requesting a 2.9.x ver...Stefan Behnel2022-08-301-4/+10
* Allow cross-compiling for Windows ARM64 (GH-343)Steve Dower2022-05-171-1/+3
* Use latest libxml2 (2.9.13) and libxslt (1.1.35) which are shipped in .tar.xz...Stefan Behnel2022-02-281-18/+50
* Make regex more efficient.Stefan Behnel2022-01-021-1/+1
* Download Windows libraries from new "lxml/libxml2-win-binaries" repo.Stefan Behnel2021-11-211-1/+1
* Switch to latest libxml2 2.9.12+ (unreleased) that has fixes for traversing l...Stefan Behnel2021-11-031-2/+14
* Fix arch variable referencing error for Py<3.5 (GH-331)Niyas Sait2021-11-021-3/+4
* Add win-arm64 build support (GH-326)Niyas Sait2021-10-171-2/+7
* Work around a bug in the configure script of libxslt. See https://gitlab.gnom...Stefan Behnel2021-05-191-0/+9
* Do not rebuild static libs when they are already available from a previous bu...Stefan Behnel2020-07-191-6/+30
* No longer include PPC and 32bit support by default in the MacOS builds.Stefan Behnel2020-01-291-28/+7
* Use http(s) download URLs for build libraries instead of FTP, since it's much...Stefan Behnel2019-01-041-7/+9
* Provide more information on download errors in static build script.Stefan Behnel2018-09-151-1/+2
* Remove redundant parenthesesHugo2018-08-251-1/+1
* Always disable crypto support in libxslt/libexslt to get more predictable bui...Stefan Behnel2018-07-301-5/+2
* Include "*-rc" versions of libxml2/libxslt in parsed version when downloading...Stefan Behnel2018-07-171-3/+3
* Remove support for building with outdated Zlatkovic binaries completely.Stefan Behnel2017-09-191-17/+14
* Do not use outdated Zlatkovic binaries anymore.Stefan Behnel2017-09-191-5/+4
* Download winlibs from latest release.Stefan Behnel2017-09-191-48/+58
* Divert library downloads of 64bit Windows builds to github repo instead of Zl...Stefan Behnel2017-09-181-5/+6
* Disable lzma support in static libxml2 builds for now since we can't easily b...Stefan Behnel2017-08-311-3/+12
* Use ftplib when urllib failsMatt Bachmann2017-05-201-2/+24
* Remove unused imports.Chris Gavin2017-04-241-2/+2
* remove subprocess fallback codeJakub Wilk2017-03-171-14/+2
* enable caching of libraries in build stepMaximilian Hils2017-02-121-3/+6
* Apply Python FTP download workaround to Win32 libsPaul "TBBle" Hampson2017-02-111-0/+1
* work around FTP related bug in CPython 2.7.12+Stefan Behnel2017-01-081-3/+4
* build python 3.5 x64 wheels for WindowsMaximilian Hils2016-10-031-4/+8
* include latest zlib in static-deps buildStefan Behnel2016-08-201-14/+53
* whitespaceStefan Behnel2016-07-241-6/+19
* point latest builds to static binariesMaximilian Hils2016-06-271-5/+5
* add support for ucrt binaries on WindowsMaximilian Hils2016-06-271-13/+22
* make the ftp listings parser even less system dependentStefan Behnel2016-03-251-2/+2
* make the ftp listings parser less system dependentStefan Behnel2016-03-251-4/+5
* Remove magic number 54 using suggested wayYouhei Sakurai2016-03-081-1/+3
* Replace ftplib with urllib to pick up ftp_proxyYouhei Sakurai2016-03-031-10/+31
* remove legacy codeStefan Behnel2015-10-091-49/+2
* Fix undefined symbol: libiconv when using --static-depsSteve2015-04-291-4/+5
* auto-detect top-level directory of downloaded zip files in static MSWindows b...Stefan Behnel2014-01-191-3/+22
* fix static build of libxml2 2.9.0Stefan Behnel2012-11-261-1/+1
* moved MacOS-X config out of the wayStefan Behnel2012-10-201-32/+35