summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* win32/configure.js: Support building Python bindingsdistutilsChun-wei Fan2022-03-101-0/+58
* python: Add a distutils build systemChun-wei Fan2022-03-102-0/+196
* Don't call xmlFreeRefTableNick Wellnhofer2022-02-261-5/+0
* Remove SVN keyword anchorsNick Wellnhofer2022-02-173-6/+0
* Remove CVS and SVN-related codeNick Wellnhofer2022-02-165-10/+7
* Remove README.cvs-commitsNick Wellnhofer2022-02-161-5/+0
* Remove ChangeLogNick Wellnhofer2022-02-165-7835/+5
* Remove xsltwin32config.hNick Wellnhofer2022-02-164-214/+0
* Release v1.1.35v1.1.35Nick Wellnhofer2022-02-163-5/+5
* Update news and rebuild documentationNick Wellnhofer2022-02-1616-165/+596
* Add Makefile rule to regenerate xsltproc.htmlNick Wellnhofer2022-02-161-1/+4
* Support custom prefix when installing Python moduleNick Wellnhofer2022-02-141-1/+1
* Fix 'make dist' on systems without gcryptNick Wellnhofer2022-02-141-0/+1
* Remove .travis.ymlNick Wellnhofer2022-02-141-38/+0
* Update linksNick Wellnhofer2022-02-1418-34/+19
* Remove MAINTAINERSNick Wellnhofer2022-02-141-9/+0
* Upload documentation to GitLab PagesNick Wellnhofer2022-02-131-0/+16
* Add documentation in devhelp formatNick Wellnhofer2022-02-1346-0/+6565
* Add --enable-rebuild-docs configure optionNick Wellnhofer2022-02-132-0/+11
* Fix libexslt header summariesNick Wellnhofer2022-02-133-3/+12
* Fix validity of tutorial XMLDavid King2022-02-121-2/+2
* Use DocBook URL for tutorial DTDDavid King2022-02-121-2/+2
* Fix some misleading indentationDavid King2022-02-121-1/+1
* Fix memory leak in xsltDocumentElemDavid King2022-02-121-1/+3
* Fix memory leak in xsltCompileIdKeyPatternDavid King2022-02-121-0/+3
* Update libxslt.doapNick Wellnhofer2022-02-121-1/+14
* Fix performance regression with predicates in patternsNick Wellnhofer2022-02-121-141/+22
* Move matching of steps into separate functionNick Wellnhofer2022-02-121-121/+149
* Fix use-after-free in xsltApplyTemplatesNick Wellnhofer2021-07-211-112/+7
* Fix conflict resolution for templates with same priorityNick Wellnhofer2021-07-075-4/+50
* Use actual types for templates in struct _xsltStylesheetNick Wellnhofer2021-07-062-14/+14
* Fix regression in xsltComputeSortResultNick Wellnhofer2021-06-161-7/+27
* [win32] Call ANSI versions of WinAPI functions explicitlyNick Wellnhofer2021-06-162-3/+3
* Remove redundant flags from pkg-config filesNick Wellnhofer2021-06-064-6/+3
* Add CMake alias targets for embedded projectsMarkus Rickert2021-05-221-0/+3
* CMake: Only add postfixes if MSVCNick Wellnhofer2021-03-201-2/+2
* Only run a few CI tests unless scheduledNick Wellnhofer2021-03-021-0/+24
* Fix xsl:number generating invalid UTF-8Nick Wellnhofer2021-03-025-0/+51
* Use CMake PROJECT_VERSIONMarkus Rickert2021-03-021-28/+28
* Use Python3 if compatibleMarkus Rickert2021-02-221-4/+14
* Add CI for CMake on MSVCMarkus Rickert2021-02-201-1/+86
* Fix double-free with stylesheets containing entity nodesNick Wellnhofer2021-02-021-6/+2
* Remove libxml2 cache in CIMarkus Rickert2021-01-171-18/+10
* Update minimum required CMake versionMarkus Rickert2021-01-151-1/+1
* Add variables for configured options to CMake config filesMarkus Rickert2021-01-152-3/+8
* Configure pkgconfig, xslt-config, and xsltConf.sh fileMarkus Rickert2021-01-151-0/+34
* Update dependencies based on pkg-config definitionMarkus Rickert2021-01-153-41/+7
* Add testThreadsMarkus Rickert2021-01-151-0/+10
* Check if variables exist when defining targetsMarkus Rickert2021-01-151-3/+3
* Check if target exists when reading target propertiesMarkus Rickert2021-01-151-34/+38