summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2025-06-04Update soversion for releaseGravatar Nikias Bassen1-1/+1
2025-06-04configure: [Windows] Add --with-winver option to specify minimum Windows versionGravatar Nikias Bassen1-1/+18
This effectively defines WINVER and _WIN32_WINNT to the specified value which will compile the code with that minimum supported Windows version instead of the compiler/SDK default. The passed value is expected to be in hex (like 0x0600) or decimal, so passing --with-winver=0x0600 is a valid accepted input. See https://learn.microsoft.com/cpp/porting/modifying-winver-and-win32-winnt for the values of different Windows versions.
2025-05-17configure: Make sure the check for newer libplist works as expectedGravatar Nikias Bassen1-3/+2
2025-05-16Use plist_new_unix_date API when availableGravatar Nikias Bassen1-0/+17
2024-12-02configure: Remove unused checkGravatar Nikias Bassen1-18/+0
2024-10-09Update soversion for releaseGravatar Nikias Bassen1-1/+1
2024-06-16Update soversion for release1.3.0Gravatar Nikias Bassen1-1/+1
2024-05-13Revert "Use updated libplist 2.5.0 API"Gravatar Nikias Bassen1-1/+1
This reverts commit e61817ae57aac7252499268a9276692a32dc3e01.
2024-05-04socket: Haiku compilation fixesGravatar Jerome Duval1-0/+2
- link against libnetwork - get_primary_mac_address similar to FreeBSD
2024-05-04Use updated libplist 2.5.0 APIGravatar Nikias Bassen1-1/+1
2024-03-23Update soversion for releaseGravatar Nikias Bassen1-1/+1
2024-02-22Update soversion for releaseGravatar Nikias Bassen1-1/+1
2024-01-30Move LIMD_GLUE_API definitions to public headersGravatar Nikias Bassen1-5/+5
2023-12-26socket: Conditionally compile using poll or select based on availabilityGravatar Nikias Bassen1-1/+1
2023-04-21autoconf: Automatically derive version number from latest git tagGravatar Nikias Bassen1-2/+7
2023-04-21Set minimum required libplist version to 2.3.0Gravatar Nikias Bassen1-1/+1
2022-02-04Add support for Apple's OPACK encoding and TLV formatGravatar Nikias Bassen1-0/+12
2021-09-13Check availability of constructor attribute and use it on Windows in favor ↵Gravatar Nikias Bassen1-0/+18
of DllMain
2021-08-31configure: Make sure to check properly for pthread_once and pthread_cancelGravatar Nikias Bassen1-1/+8
2021-08-27Update deprecated autoconf macros and update m4 filesGravatar Nikias Bassen1-4/+4
2021-06-07Initial check-in of sourcesGravatar Nikias Bassen1-0/+99