aboutsummaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
AgeCommit message (Expand)AuthorFilesLines
2021-12-27wsutil/inet_addr: Refactor to use C99/POSIX typesJoão Valverde1-0/+1
2021-12-27Use a wrapper function to call strptime()João Valverde1-1/+1
2021-12-27CMake: Fix timespec_get() detection on WindowsJoão Valverde1-5/+5
2021-12-18wmem: Use vasprintf()João Valverde1-0/+1
2021-12-15wsutil: Add portability wrapper for clock_gettime(CLOCK_REALTIME)João Valverde1-0/+2
2021-11-28Move two functions from epan to wsutil/str_utilJoão Valverde1-0/+7
2021-11-15regex: Prefer C99/POSIX typesJoão Valverde1-0/+4
2021-09-22CMake: Try to set a required try_run() definition in a more idiomatic wayJoão Valverde1-5/+0
2021-09-22MinGW-w64: Need to use ANSI C stdioJoão Valverde1-0/+5
2021-09-22CMake: Check if vsnprinf() is C99-compliantJoão Valverde1-1/+25
2021-09-21MinGW-w64: Use clock_gettime()João Valverde1-13/+1
2021-09-17Use the musl in-tree getopt_long() everywhereJoão Valverde1-23/+0
2021-07-15CMake: Remove no-longer-used checks.Gerald Combs1-7/+2
2021-07-15CMake: Don't bother checking for fcntl.h or floorl.Gerald Combs1-11/+0
2020-12-20Fix the way we get high-resolution time.Guy Harris1-0/+13
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-03-10Cmake: Make it possible to check on HAVE_STRUCT_STAT_ST_BLKSIZE.Anders Broman1-0/+1
2018-05-30ifaddrs.h may require sys/types.h to be included first.Guy Harris1-16/+20
2018-05-16Eliminate some unneeded header checks.Guy Harris1-2/+0
2018-05-16CMake: Skip more header checks on Windows.Gerald Combs1-8/+0
2018-05-05Use dlget() and dlgetname() to get the executable path name on HP-UX.Guy Harris1-1/+9
2018-05-05On Solaris, check for getexecname in CMake.Guy Harris1-4/+10
2018-04-24cmake: remove warnings -Werror=old-style-definitionJoakim Karlsson1-4/+4
2018-04-17Remove some GTK+-only code.Gerald Combs1-1/+0
2018-03-23Include alloca.h if we have it.Guy Harris1-0/+14
2018-03-13Remove popcount in favor of ws_count_ones.Gerald Combs1-1/+0
2018-03-13CMake: Skip some header checks on Windows.Gerald Combs1-0/+8
2018-03-12Remove some unused or hard-coded header checks.Gerald Combs1-12/+1
2018-03-07More licenses converted to SPDX.Dario Lombardo1-13/+1
2018-02-10musl: compile with musl libcDan Robertson1-0/+1
2017-10-29Retire use of getprotobynumber()João Valverde1-1/+0
2017-10-26CMake: Remove unused header checks.Gerald Combs1-3/+0
2017-10-26CMake: Don't check for windows.h or winsock2.h.Gerald Combs1-2/+0
2017-10-25Remove replacement inet_pton/inet_ntopJoão Valverde1-2/+0
2017-10-25Remove inet_aton() usage everywhereJoão Valverde1-1/+0
2017-10-24Test g_printf() thousands grouping flag at runtimeJoão Valverde1-35/+0
2016-10-22Fix the #defines for the presence of structure names.Guy Harris1-4/+4
2016-10-22On UN*X, st_ctime is the last status change time, not the creation time.Guy Harris1-3/+5
2016-06-01Allow create_tempfile to support a suffix.Michael Mann1-1/+1
2016-04-30Don't bother checking for getaddrinfo(): we don't use it.Jeff Morriss1-2/+0
2016-04-04Use AC_REPLACE_FUNCS and LTLIBOBJSJoão Valverde1-1/+1
2016-04-04Remove synchronous DNS name resolutionJoão Valverde1-2/+1
2016-04-02Use AC_CHECK_MEMBERSJoão Valverde1-2/+2
2016-04-02Use AC_STRUCT_TIMEZONEJoão Valverde1-1/+1
2016-03-04extcap: add local_interfaces_to_list() to wsutil.Dario Lombardo1-0/+2
2016-03-01dumpcap: Add support for 802.11ac monitor modesMikael Kanstrup1-0/+7
2016-02-19Add inet_pton/inet_ntop interface to libwsutilJoão Valverde1-0/+1
2016-02-07GTK: Check if lrint() is usable, fix warnings [-Wbad-function-cast]João Valverde1-0/+1
2016-02-06CMake: Minor ConfigureChecks.cmake cleanupJoão Valverde1-4/+2
2015-12-15cmake: Fix Unix introspection for floorl() [-Wredundant-decls]João Valverde1-0/+7