Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| b9943bca | 2025-09-10 18:04:57 | Remove legacy win32 build system | ||
| 1763281c | 2025-09-08 15:29:23 | Remove LZMA support | ||
| b85d77d1 | 2025-04-20 14:31:24 | http: Remove built-in HTTP client Stubs are retained for ABI compatibility. Fixes #631. Obsoletes #160. | ||
| 339e10fe | 2025-03-28 22:42:01 | Eliminate removed objects | ||
| 40b73eeb | 2025-03-28 22:40:08 | Update configure.js to support relax ng options and look for version in new location | ||
| a5764b56 | 2024-11-21 22:18:36 | build: Define XML_SYSCONFDIR in config.h Rename SYSCONFDIR macro to XML_SYSCONFDIR. Use AX_RECURSIVE_EVAL with Autotools. This is GPL v2 with Autoconf exception which shouldn't be a problem. Finally support meson. | ||
| e1291059 | 2024-07-22 22:22:48 | build: Don't check for pthread.h The Autotools build still checks for pthread.h (and zlib.h and lzma.h) but the result isn't needed in config.h. | ||
| 4b6e6828 | 2024-06-22 02:34:36 | cmake: Stop using win32config.h Move this file to the win32 subdirectory. | ||
| 481fd6bb | 2024-06-16 16:30:54 | tests: Remove testThreads.c This was merged into runtest.c some time ago. | ||
| 7e83a089 | 2024-06-14 22:29:29 | win32, msvc: fix missing linking against Bcrypt.lib Fixes this link error: dict.obj : error LNK2019: unresolved external symbol BCryptGenRandom referenced in function xmlInitRandom Commit 2e9e758d1ecb52b73a43db79d326c18d7d94c8d7 (dict: Get random seed from system PRNG, 2023-12-24) updated cmake, but not nmake, correct this. |