1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-09-11 16:10:45 +03:00

Commit Graph

  • b3fdf8a966 Rework documentation build system Nick Wellnhofer 2022-03-30 23:45:55 +02:00
  • 8622c46160 Remove old website Nick Wellnhofer 2022-03-30 23:36:08 +02:00
  • 22f12ce58e Stop calling deprecated libxml2 init functions Nick Wellnhofer 2022-03-18 15:03:44 +01:00
  • fbec07736b crypto.c: Silence a compiler warning on Windows Chun-wei Fan 2022-03-09 12:51:07 +08:00
  • 4aad403232 CMake: Relax check for enabling crypto support on Windows Chun-wei Fan 2022-03-09 12:48:47 +08:00
  • 7917daa89e win32/configure.js: Support building Python bindings distutils Chun-wei Fan 2022-03-09 16:45:46 +08:00
  • 379773594d python: Add a distutils build system Chun-wei Fan 2022-03-09 16:43:26 +08:00
  • 6f4a633904 Remove obsolete AC_HEADER_STDC autoconf macro Vadim Zeitlin 2022-03-10 00:45:28 +01:00
  • 6e57e39394 Don't call xmlFreeRefTable Nick Wellnhofer 2022-02-26 17:45:58 +01:00
  • ded5988b11 Remove SVN keyword anchors Nick Wellnhofer 2022-02-17 19:01:57 +01:00
  • 8a39c91a60 Remove CVS and SVN-related code Nick Wellnhofer 2022-02-16 20:17:36 +01:00
  • 74b1a60399 Remove README.cvs-commits Nick Wellnhofer 2022-02-16 20:11:54 +01:00
  • ed51fe6921 Remove ChangeLog Nick Wellnhofer 2022-02-16 20:10:17 +01:00
  • 64c7395768 Remove xsltwin32config.h Nick Wellnhofer 2022-02-16 20:02:42 +01:00
  • 50af4e65da Release v1.1.35 v1.1.35 Nick Wellnhofer 2022-02-16 17:27:32 +01:00
  • 27c69e4b5e Update news and rebuild documentation Nick Wellnhofer 2022-02-16 17:11:09 +01:00
  • 5f57550754 Add Makefile rule to regenerate xsltproc.html Nick Wellnhofer 2022-02-16 16:22:01 +01:00
  • 0d15702203 Support custom prefix when installing Python module Nick Wellnhofer 2022-02-14 23:33:53 +01:00
  • a85a5ecb33 Fix 'make dist' on systems without gcrypt Nick Wellnhofer 2022-02-14 23:16:53 +01:00
  • aeab41b554 Remove .travis.yml Nick Wellnhofer 2022-02-14 22:33:05 +01:00
  • 05cea0c72c Update links Nick Wellnhofer 2022-02-14 22:31:18 +01:00
  • 42e47ea2d1 Remove MAINTAINERS Nick Wellnhofer 2022-02-14 22:09:53 +01:00
  • 74d26e3650 Upload documentation to GitLab Pages Nick Wellnhofer 2022-02-12 23:25:32 +01:00
  • f2cd40ff39 Add documentation in devhelp format Nick Wellnhofer 2022-02-12 23:00:33 +01:00
  • 161b521c5b Add --enable-rebuild-docs configure option Nick Wellnhofer 2022-02-13 00:46:50 +01:00
  • 4ef855f0aa Fix libexslt header summaries Nick Wellnhofer 2022-02-13 00:20:03 +01:00
  • b2a4b219a9 Fix validity of tutorial XML David King 2022-01-28 09:35:03 +00:00
  • 49fbde2844 Use DocBook URL for tutorial DTD David King 2022-01-27 15:33:17 +00:00
  • 23734923db Fix some misleading indentation David King 2021-05-24 16:23:25 +01:00
  • 7e74460c9a Fix memory leak in xsltDocumentElem David King 2021-05-21 11:27:53 +01:00
  • 2d71b9e86d Fix memory leak in xsltCompileIdKeyPattern David King 2021-05-21 11:23:26 +01:00
  • e09b7f9123 Update libxslt.doap Nick Wellnhofer 2022-02-12 16:22:54 +01:00
  • 165f36d31b Fix performance regression with predicates in patterns Nick Wellnhofer 2022-02-11 17:30:58 +01:00
  • 6950058ede Move matching of steps into separate function Nick Wellnhofer 2022-02-11 16:04:30 +01:00
  • 50f9c9cd3b Fix use-after-free in xsltApplyTemplates Nick Wellnhofer 2021-06-12 20:02:53 +02:00
  • b0074eeca3 Fix conflict resolution for templates with same priority Nick Wellnhofer 2021-07-07 00:41:00 +02:00
  • 669407a87b Use actual types for templates in struct _xsltStylesheet Nick Wellnhofer 2021-07-06 16:27:12 +02:00
  • b9044eaf3a Fix regression in xsltComputeSortResult Nick Wellnhofer 2021-06-16 16:59:43 +02:00
  • 9352e66ab8 [win32] Call ANSI versions of WinAPI functions explicitly Nick Wellnhofer 2021-06-16 16:43:06 +02:00
  • da2f90ba4b Remove redundant flags from pkg-config files Nick Wellnhofer 2021-06-06 11:30:06 +02:00
  • 96fcf13ed9 Add CMake alias targets for embedded projects Markus Rickert 2021-05-22 15:17:31 +02:00
  • 5430f5d7bf CMake: Only add postfixes if MSVC Nick Wellnhofer 2021-03-20 21:58:40 +01:00
  • dc48d414b2 Only run a few CI tests unless scheduled Nick Wellnhofer 2021-03-02 14:22:42 +01:00
  • d25b8c6c8d Fix xsl:number generating invalid UTF-8 Nick Wellnhofer 2021-03-02 12:45:43 +01:00
  • 242f196849 Use CMake PROJECT_VERSION Markus Rickert 2021-02-22 21:12:55 +01:00
  • 9835e6f611 Use Python3 if compatible Markus Rickert 2021-02-22 21:14:15 +01:00
  • f03706ceea Add CI for CMake on MSVC Markus Rickert 2021-02-09 17:12:44 +01:00
  • 3e8bbcdec8 Fix double-free with stylesheets containing entity nodes Nick Wellnhofer 2021-02-02 04:28:15 +01:00
  • 7238299d64 Remove libxml2 cache in CI Markus Rickert 2021-01-17 20:09:40 +01:00
  • 9d4facb122 Update minimum required CMake version Markus Rickert 2021-01-15 17:53:54 +01:00
  • 7455a9eaed Add variables for configured options to CMake config files Markus Rickert 2020-12-31 16:39:29 +01:00
  • cf90459424 Configure pkgconfig, xslt-config, and xsltConf.sh file Markus Rickert 2020-12-31 13:53:06 +01:00
  • a1bae42b8a Update dependencies based on pkg-config definition Markus Rickert 2020-12-31 13:52:40 +01:00
  • 339aeab864 Add testThreads Markus Rickert 2020-12-31 13:51:41 +01:00
  • 74e4d86699 Check if variables exist when defining targets Markus Rickert 2020-12-31 13:48:43 +01:00
  • 3d72e6151e Check if target exists when reading target properties Markus Rickert 2020-12-31 13:48:27 +01:00
  • 3aadd27592 Add generated cmake file to .gitignore Nick Wellnhofer 2020-12-19 16:51:38 +01:00
  • 3df643af33 Support attribute value templates in xsl:sort lang attributes Nick Wellnhofer 2020-12-19 16:35:22 +01:00
  • 7fd30eba2f Check for null pointer before calling freelocale Nick Wellnhofer 2020-12-19 16:34:47 +01:00
  • 6a84b3e236 Don't pass first <xsl:sort> in <xsl:apply-templates> twice Nick Wellnhofer 2020-12-19 16:31:18 +01:00
  • e9fdc9b263 Add CMake files to EXTRA_DIST Markus Rickert 2020-12-07 16:54:01 +01:00
  • d1d96281c7 Generate lbxslt-config.cmake with autotools Markus Rickert 2020-12-07 16:53:49 +01:00
  • f208324770 Update CMake config files Markus Rickert 2020-12-07 16:53:09 +01:00
  • d631271346 Add xsltproc to CMake export Markus Rickert 2020-12-07 16:48:47 +01:00
  • d20f7ab817 Suppress automake warning in tests/XSLTMark Nick Wellnhofer 2020-12-07 11:26:38 +01:00
  • 2dac1681d9 Require dependencies based on enabled CMake options Markus Rickert 2020-11-30 20:25:28 +01:00
  • 6b94c01770 Use config mode for package LibXml2 in config file Markus Rickert 2020-11-30 13:06:34 +01:00
  • 94b755935c Add required MinGW-w64 packages for libxml2 to CI Markus Rickert 2020-11-30 12:55:39 +01:00
  • 24a15d5662 Use NAMELINK_COMPONENT in CMake install Markus Rickert 2020-11-28 23:01:11 +01:00
  • b45a8d3e22 Add CI for CMake on Linux and MinGW Markus Rickert 2020-11-19 18:36:47 +01:00
  • 95714adb01 Use config mode for package LibXml2 Markus Rickert 2020-11-19 19:42:50 +01:00
  • 651bbcb656 Fix linking libexslt dynamic library when using MinGW Vadim Zeitlin 2020-09-21 22:41:32 +02:00
  • f8664f61aa Add CI test for Python 3 Nick Wellnhofer 2020-11-19 17:17:09 +01:00
  • b3076bccdb Finish and clean up Python 3 support Nick Wellnhofer 2020-11-19 16:08:03 +01:00
  • a2db8da1ac Initial support for Python 3 Suleyman Poyraz 2020-06-21 15:27:20 +03:00
  • 2c20c70cd8 Added platform specific path separators Dmitriy Korovkin 2020-09-16 16:02:10 -04:00
  • f165525fe7 Recreate xsltproc man page with old Docbook stylesheet URL Nick Wellnhofer 2020-09-20 16:59:23 +02:00
  • 9d0318519a Add missing options to man page Nick Wellnhofer 2020-09-20 16:59:05 +02:00
  • 1ca66bf406 Add --huge Argument via libxml XML_PARSE_HUGE Will Braswell 2020-08-23 15:02:32 -05:00
  • 4ccc06b56b Fix quadratic runtime with text and <xsl:message> Nick Wellnhofer 2020-09-20 15:14:47 +02:00
  • 5b822f6369 Revert "Remove unnecessary .orig files" Nick Wellnhofer 2020-08-26 00:41:09 +02:00
  • 77c26bad04 Don't set maxDepth in XPath contexts Nick Wellnhofer 2020-08-26 00:34:38 +02:00
  • 824657768a Transfer XPath limits to XPtr context Nick Wellnhofer 2020-08-17 04:27:13 +02:00
  • 9ae2f94df1 Stop using maxParserDepth XPath limit Nick Wellnhofer 2020-08-17 03:42:11 +02:00
  • 0129fe4224 Set project language to C Markus Rickert 2020-07-12 18:40:57 +02:00
  • 18ae2b0b76 Update config.h.cmake.in Markus Rickert 2020-06-07 16:38:37 +02:00
  • a59b1d823c Set working directory for Python generator Markus Rickert 2020-06-04 21:09:57 +02:00
  • ea1c27fca2 Add test for issue #37 Nick Wellnhofer 2020-06-24 16:10:45 +02:00
  • 1e2b460488 Remove unnecessary .orig files Suleyman Poyraz 2020-06-21 19:43:58 +03:00
  • 6c2393e2ad Make long-to-double cast explicit in date.c Nick Wellnhofer 2020-06-22 13:35:17 +02:00
  • 5589b3688c Don't allow empty durations Nick Wellnhofer 2020-06-22 13:28:17 +02:00
  • e68b39eaee Use LIBEXSLT_DOTTED_VERSION for exsltconfig.h.in and libexslt Markus Rickert 2020-05-04 16:23:55 +02:00
  • cb3ccdd547 Disable LeakSanitizer Nick Wellnhofer 2020-05-04 15:21:11 +02:00
  • 356246a928 win32: allow passing *FLAGS on command line Nick Wellnhofer 2020-05-04 15:07:28 +02:00
  • 4045ed4b05 Use LIBEXSLT_VERSION for LIBEXSLT_DOTTED_VERSION Markus Rickert 2020-04-28 18:59:27 +02:00
  • d51dda321b Add CMake build files Markus Rickert 2020-04-21 00:54:37 +02:00
  • 0141e19eef Fix export of xsltExtMarker on Windows David Kilzer 2020-01-24 13:46:33 -08:00
  • 53174e798d Fix redundant includes already in libexslt.h David Kilzer 2020-01-24 13:21:36 -08:00
  • 7357f29c3a Minor fixes to configure.js Nick Wellnhofer 2020-01-10 18:36:23 +01:00
  • 95ed644514 Run clang CI tests with -Wimplicit-int-conversion Nick Wellnhofer 2020-01-10 13:18:51 +01:00