|
b85d77d1
|
2025-04-20T14:31:24
|
|
http: Remove built-in HTTP client
Stubs are retained for ABI compatibility.
Fixes #631.
Obsoletes #160.
|
|
5737466a
|
2024-11-23T15:49:04
|
|
cmake: Only link with winsock2 if HTTP is enabled
|
|
d4fc7b70
|
2024-11-23T15:43:26
|
|
cmake: Fix indentation in libxml2-config.cmake.in
|
|
4e27bbdd
|
2024-11-22T15:48:07
|
|
build: add missing `Bcrypt` link on Windows
When building on Windows, we must link against `Bcrypt` to satisfy the
use of `BCryptGenRandom`. Add this to the link interface in CMake to
allow use of libxml2 as a static library.
|
|
9d534522
|
2023-09-10T13:50:18
|
|
cmake: Check whether static linking dependencies found in config files
If they were required when building libxml2 then they will also be
required when statically linking against it. Failing to find them will
just lead to undefined references later so detect this early.
|
|
99cba4b3
|
2023-09-09T17:46:34
|
|
Handle NOCONFIG case when setting locations from CMake target properties
|
|
00487289
|
2020-12-31T16:34:25
|
|
Add variables for configured options to CMake config files
|
|
c26e4525
|
2020-12-31T13:18:14
|
|
Check if target exists when reading target properties
|
|
ec119875
|
2020-12-30T14:40:43
|
|
Add xmlcatalog target and definition to config files
|
|
2377a312
|
2020-12-30T14:40:04
|
|
Remove include directories for link-only dependencies
|
|
26835480
|
2020-12-30T14:28:24
|
|
Fix ICU build in CMake
|
|
84b76d99
|
2020-12-06T17:26:23
|
|
Update CMake config files
|
|
7a62870a
|
2020-11-19T22:06:23
|
|
Add missing compile definition for static builds to CMake
|
|
2a2c38f3
|
2020-04-21T00:53:12
|
|
Add CMake build files
Closes #24.
|