Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-06-04 | configure: [Windows] Add --with-winver option to specify minimum Windows version | 1 | -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-17 | configure: Make sure the check for newer libplist works as expected | 1 | -3/+2 | ||
2025-05-16 | Use plist_new_unix_date API when available | 1 | -0/+17 | ||
2024-12-02 | configure: Remove unused check | 1 | -18/+0 | ||
2024-10-09 | Update soversion for release | 1 | -1/+1 | ||
2024-06-16 | Update soversion for release1.3.0 | 1 | -1/+1 | ||
2024-05-13 | Revert "Use updated libplist 2.5.0 API" | 1 | -1/+1 | ||
This reverts commit e61817ae57aac7252499268a9276692a32dc3e01. | |||||
2024-05-04 | socket: Haiku compilation fixes | 1 | -0/+2 | ||
- link against libnetwork - get_primary_mac_address similar to FreeBSD | |||||
2024-05-04 | Use updated libplist 2.5.0 API | 1 | -1/+1 | ||
2024-03-23 | Update soversion for release | 1 | -1/+1 | ||
2024-02-22 | Update soversion for release | 1 | -1/+1 | ||
2024-01-30 | Move LIMD_GLUE_API definitions to public headers | 1 | -5/+5 | ||
2023-12-26 | socket: Conditionally compile using poll or select based on availability | 1 | -1/+1 | ||
2023-04-21 | autoconf: Automatically derive version number from latest git tag | 1 | -2/+7 | ||
2023-04-21 | Set minimum required libplist version to 2.3.0 | 1 | -1/+1 | ||
2022-02-04 | Add support for Apple's OPACK encoding and TLV format | 1 | -0/+12 | ||
2021-09-13 | Check availability of constructor attribute and use it on Windows in favor ↵ | 1 | -0/+18 | ||
of DllMain | |||||
2021-08-31 | configure: Make sure to check properly for pthread_once and pthread_cancel | 1 | -1/+8 | ||
2021-08-27 | Update deprecated autoconf macros and update m4 files | 1 | -4/+4 | ||
2021-06-07 | Initial check-in of sources | 1 | -0/+99 | ||