aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.nmake
AgeCommit message (Expand)AuthorFilesLines
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+1
2014-12-23Try to fix Windows build for popcount() unresolved external symbolStephen Fisher1-0/+1
2014-09-16Fix the patch-bzip2 target.Gerald Combs1-1/+1
2014-07-10Revert "See if we can get rid of the "lib" in front of "wsutil" on Windows."Guy Harris1-12/+12
2014-07-09See if we can get rid of the "lib" in front of "wsutil" on Windows.Guy Harris1-12/+12
2014-07-09Moved nghttp2 to epanGraham Bloice1-18/+3
2014-06-30Windows: fix update of version information in wireshark and tsharkPascal Quantin1-0/+6
2014-06-09Add sse4.2 optimized function ws_mempbrk_sse42()Jakub Zawadzki1-1/+2
2014-05-31nghttp2: do not copy nghttp2* objects in wsutil folderPascal Quantin1-7/+7
2014-05-31Add nghttp2 lib (HPACK)Alexis La Goutte1-3/+19
2014-05-28Add ModelinesAlexis La Goutte1-0/+13
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-1/+0
2014-01-07Fix bug #9618: Invalid utf8 causes JSON dissector assertion failure "g_utf8_v...Jakub Zawadzki1-1/+0
2013-08-02Link wsutil with gnutls on Windows too.Jeff Morriss1-1/+2
2013-08-02LIBGCRYPT_CFLAGS is not set in Windows builds, use GNUTLS_CFLAGS instead.Jeff Morriss1-1/+1
2013-08-01Include LIBGCRYPT_CFLAGS in wsutil (but not in epan/crypt).Jeff Morriss1-1/+1
2013-06-25makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.Chris Maynard1-1/+1
2013-02-28Export libwsutil symbols using WS_DLL_PUBLIC defineBalint Reczey1-3/+3
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss1-1/+1
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....Bill Meier1-1/+1
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2011-05-24Move the Windows argument list conversion code to a common routine.Gerald Combs1-1/+1
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-4/+3
2010-05-29Make inet_aton an optional object on *NIX againJeff Morriss1-0/+1
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-2/+7
2009-07-16Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmakeAnders Broman1-1/+1
2009-07-15Add /MP flag to make use of multi cores.Anders Broman1-1/+1
2009-03-02More Windows compiler flag cleanups. Fix a problem with my last commitGerald Combs1-4/+1
2008-08-21_MSC_VERs 1400 and greater require manifests. Check againstGerald Combs1-1/+1
2008-08-04From Pascal Quantin via bug 2719: Fix support for Microsoft Visual C++ 2008.Gerald Combs1-1/+1
2008-07-17checkAPIs: remove '-g abort'; g_assert OK for wsutils files ?Bill Meier1-1/+2
2008-07-11unicode-utils.c is only for Windows; don't build it on UN*X. Put in a checkJeff Morriss1-2/+2
2008-07-01Put printf into a separate "termoutput" API group. For most files,Guy Harris1-1/+1
2008-06-27Have checkAPIs.pl print to stderr, so that its output is colored red inGerald Combs1-1/+1
2008-06-03Fix run checkapi for more targets.Anders Broman1-0/+5
2008-05-23file_util.c is only for Windows; don't build it on UN*X. Put in a checkGuy Harris1-1/+1
2008-05-23Add a Makefile.common file, and have Makefile.am and Makefile.nmake use it.Guy Harris1-4/+5
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-4/+5
2008-05-20Create a new "Wireshark utility" library and move the mpeg-audio stuff fromJeff Morriss1-0/+51