codegen


Log

Author Commit Date CI Message
Nick Wellnhofer 149c04c0 2025-08-02T14:59:02 html: Escape < and > when serializing attributes This reverts the change in cdaf657f. Coincidentally, the HTML spec just changed to mandate the old escaping behavior: https://github.com/whatwg/html/issues/6235 Fixes #957.
Nick Wellnhofer 9553695d 2025-06-30T16:15:15 relaxng: Make xmlRelaxNGDump depend on debug option
Nick Wellnhofer 63f98ee8 2025-06-25T14:27:37 tests: Skip functions taking va_lists in testapi.c See !325.
Nick Wellnhofer 4aa7192f 2025-05-21T16:32:17 tests: Add dtor for xmlElementContent in testapi.c
Nick Wellnhofer 7c82391c 2025-05-17T01:01:03 codegen: Factor out code to generate range tables
Nick Wellnhofer c4926b19 2025-05-16T02:12:23 codegen: Merge xmlunicode.c into xmlregexp.c Include generated parts. Generate xmlChRangeGroups instead of functions for Unicode blocks.
Nick Wellnhofer 4cb767e9 2025-05-16T01:52:44 codegen: Only generate tables for character ranges The rest can be easily maintained manually.
Nick Wellnhofer 258d8706 2025-05-15T17:49:49 codegen: Consolidate tools for code generation Move tools, source files and output tables into codegen directory. Rename some files. Adjust tools to match modified files. Remove generation date and source files from output. Distribute all tools and sources.