aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2016-03-23Add pkg.m4 and remove aclocal-flags scriptJoão Valverde1-2/+0
2016-03-08Add EditorConfig settings for most C filesJoão Valverde1-0/+1
2016-02-21autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde1-2/+3
2016-02-21autotools: Cleanup some installation directory stuffJoão Valverde1-1/+5
2016-02-19Add inet_pton/inet_ntop interface to libwsutilJoão Valverde1-1/+1
2016-01-28autotools: Don't use "user variables" to set build flagsJoão Valverde1-15/+6
2015-12-01autotools: Fix g212f2f1João Valverde1-1/+1
2015-12-01autotools: Clean abi-check with maintainer-cleanJoão Valverde1-1/+8
2015-11-29cfutils.c: Fix ISO C forbids an empty translation unit [-Wpedantic]João Valverde1-5/+19
2014-12-23Move popcount() to an optionally built part of wsutil for systems thatStephen Fisher1-0/+3
2014-12-20Rename wsutil/floor.[ch] to wsutil/floorl.[ch].Guy Harris1-2/+2
2014-12-20Handle floorl() the same way we handle other not-on-all-platforms functions.Guy Harris1-0/+1
2014-12-20Include floor.c and floor.h in the source tarball.Guy Harris1-0/+2
2014-10-30Remove the optional strncasecmp.{h,c} target (for systems that don't have tha...Jeff Morriss1-5/+1
2014-09-16Fix the patch-bzip2 target.Gerald Combs1-1/+1
2014-07-19Only ABI-check strncasecmp.h if strncasecmp() is part of the API/ABI.Guy Harris1-1/+10
2014-07-10Remove a useless line now that nghttp2 library has moved to /epanPascal Quantin1-2/+0
2014-07-09Moved nghttp2 to epanGraham Bloice1-4/+0
2014-07-06Clean up handling of missing functions.Guy Harris1-26/+9
2014-06-21Move get_os_version_info() to libwsutil.Guy Harris1-0/+1
2014-06-18Don't compile anything with -msse4.2 unless the compiler supports it.Guy Harris1-1/+1
2014-06-17Rewrite check for ws_mempbrk_sse42.c compilationJakub Zawadzki1-3/+3
2014-06-14Small whitespace fixesJoerg Mayer1-2/+2
2014-06-10Change HAVE_SSE42 to HAVE_SSE4_2 add $(SIMD_FLAGS)AndersBroman1-1/+1
2014-06-09Add sse4.2 optimized function ws_mempbrk_sse42()Jakub Zawadzki1-0/+11
2014-05-31Add nghttp2 lib (HPACK)Alexis La Goutte1-0/+6
2014-05-28Add ModelinesAlexis La Goutte1-0/+13
2014-04-25Support out-of-source checkapiStig Bjørlykke1-2/+4
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-07Fix bug #9618: Invalid utf8 causes JSON dissector assertion failure "g_utf8_v...Jakub Zawadzki1-2/+0
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+2
2013-10-18Make sure LIBGCRYPT_CFLAGS is added to AM_CPPFLAGS.Gerald Combs1-1/+1
2013-08-02Keep checkAPIs happy (even though it's just test code). Get that test codeJeff Morriss1-1/+2
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-3/+5
2013-04-03Distribute CMakeLists.txt.Guy Harris1-0/+1
2013-03-12From David Arnold:Jaap Keuter1-1/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+1
2013-02-28Export libwsutil symbols using WS_DLL_PUBLIC defineBalint Reczey1-25/+6
2013-02-25Add dumpabi targets to CMake buildsBalint Reczey1-1/+1
2013-02-21add wsutil/wsgcrypt.h as a wrapper around libgcrypt's gcrypt.hMartin Kaiser1-1/+2
2013-02-20Exclude create_app_running_mutex.Gerald Combs1-1/+1
2013-01-29Use readlink instead of ls.Gerald Combs1-1/+1
2013-01-28make dumpabi target build with multiple digits in library version numbersBalint Reczey1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-08Forward-port r43165 and r43168 from trunk-1.6.Gerald Combs1-5/+7
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss1-1/+1
2012-04-04Update to a version which have getopt_long().Anders Broman1-1/+2
2012-01-21Sync checkapi target with Makefile.nmake.Michael Tüxen1-1/+2
2012-01-19fix compile errors found by dumpabi targetBalint Reczey1-1/+1
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-8/+0