aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Move get_os_version_info() to libwsutil.Guy Harris2014-06-211-0/+1
* Don't compile anything with -msse4.2 unless the compiler supports it.Guy Harris2014-06-181-1/+1
* Rewrite check for ws_mempbrk_sse42.c compilationJakub Zawadzki2014-06-171-3/+3
* Small whitespace fixesJoerg Mayer2014-06-141-2/+2
* Change HAVE_SSE42 to HAVE_SSE4_2 add $(SIMD_FLAGS)AndersBroman2014-06-101-1/+1
* Add sse4.2 optimized function ws_mempbrk_sse42()Jakub Zawadzki2014-06-091-0/+11
* Add nghttp2 lib (HPACK)Alexis La Goutte2014-05-311-0/+6
* Add ModelinesAlexis La Goutte2014-05-281-0/+13
* Support out-of-source checkapiStig Bjørlykke2014-04-251-2/+4
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-311-2/+0
* Fix bug #9618: Invalid utf8 causes JSON dissector assertion failure "g_utf8_v...Jakub Zawadzki2014-01-071-2/+0
* Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris2013-11-171-1/+2
* Make sure LIBGCRYPT_CFLAGS is added to AM_CPPFLAGS.Gerald Combs2013-10-181-1/+1
* Keep checkAPIs happy (even though it's just test code). Get that test codeJeff Morriss2013-08-021-1/+2
* Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss2013-08-011-3/+5
* Distribute CMakeLists.txt.Guy Harris2013-04-031-0/+1
* From David Arnold:Jaap Keuter2013-03-121-1/+1
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-1/+1
* Export libwsutil symbols using WS_DLL_PUBLIC defineBalint Reczey2013-02-281-25/+6
* Add dumpabi targets to CMake buildsBalint Reczey2013-02-251-1/+1
* add wsutil/wsgcrypt.h as a wrapper around libgcrypt's gcrypt.hMartin Kaiser2013-02-211-1/+2
* Exclude create_app_running_mutex.Gerald Combs2013-02-201-1/+1
* Use readlink instead of ls.Gerald Combs2013-01-291-1/+1
* make dumpabi target build with multiple digits in library version numbersBalint Reczey2013-01-281-1/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Forward-port r43165 and r43168 from trunk-1.6.Gerald Combs2012-06-081-5/+7
* Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2012-04-041-1/+1
* Update to a version which have getopt_long().Anders Broman2012-04-041-1/+2
* Sync checkapi target with Makefile.nmake.Michael Tüxen2012-01-211-1/+2
* fix compile errors found by dumpabi targetBalint Reczey2012-01-191-1/+1
* Replace all strerror() with g_strerror().Stig Bjørlykke2011-06-281-8/+0
* Add links to libtool's recommendations for library versions.Gerald Combs2011-06-061-0/+1
* Reorganize dumpabi targets to keep temporary filesBalint Reczey2011-06-041-2/+3
* Fixing wrong library names in r37474Balint Reczey2011-05-311-2/+2
* Add dumpabi target to Makefiles in wsutil, epan and wiretap directories.Balint Reczey2011-05-311-0/+10
* Filter out arg_list_utf_16to8.Gerald Combs2011-05-251-1/+1
* Update filter for Windows-only symbols.Balint Reczey2010-12-161-1/+1
* Export only defined symbols from libwsutil.Balint Reczey2010-12-161-13/+58
* Revert rev 35145 for wsutil: go back to exporting all symbols. libwsutil's l...Jeff Morriss2010-12-071-6/+2
* Make libtool export only symbols listed in *.def filesBalint Reczey2010-12-071-2/+6
* Add libtool version info to libwsutil.Balint Reczey2010-11-251-0/+1
* Put the optional objects in EXTRA..SOURCES instead of EXTRA_DIST.Jeff Morriss2010-05-291-17/+21
* Make inet_aton an optional object on *NIX againJeff Morriss2010-05-291-2/+6
* Move some code (including the optional objects) into libwsutilJeff Morriss2010-05-281-4/+26
* Added libwsutil.def to EXTRA_DISTStig Bjørlykke2008-08-131-0/+1
* unicode-utils.c is only for Windows; don't build it on UN*X. Put in a checkJeff Morriss2008-07-111-2/+4
* Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris2008-07-021-0/+4
* file_util.c is only for Windows; don't build it on UN*X. Put in a checkGuy Harris2008-05-231-2/+4
* Add a Makefile.common file, and have Makefile.am and Makefile.nmake use it.Guy Harris2008-05-231-5/+8
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-8/+11