codegen


Log

Author Commit Date CI Message
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.