aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2015-02-19Check whether emmintrin.h can be used *without* -msse4.2.Guy Harris1-14/+26
2015-02-17Added JSON native file support.Dario Lombardo1-0/+1
2015-02-11Fix SSE 4.2 checks.Guy Harris1-14/+14
2015-01-21Also support -xarch=sse_42 in the Sun C compiler for x86(-64).Guy Harris1-7/+12
2015-01-21Always set the COMPILE_FLAGS property, so we can always fetch it.Guy Harris1-0/+10
2015-01-21Don't set SSE4_2_FLAG to -msse4.2 unless -msse4.2 works.Guy Harris1-1/+3
2015-01-21Check whether we can use nmmintrin.h.Guy Harris1-22/+33
2015-01-21Only turn -msse4.2 on for ws_mempbrk_sse42.c, and don't always build it.Guy Harris1-3/+23
2015-01-11Fix CMake generation and use of Windows .rc filesGraham Bloice1-1/+1
2015-01-05Minor CMake updates to better group build artefactsGraham Bloice1-1/+1
2014-12-31Move some routines into ws_version_info.c.Guy Harris1-4/+0
2014-12-25Check for getopt_long(), not getopt().Guy Harris1-1/+1
2014-12-25Include some files based on whether the functions they define are present.Guy Harris1-3/+12
2014-12-24Don't use extra variables for ws_mempbrk_sse42.c and popcount.cGuy Harris1-14/+8
2014-12-23Cmake: check for popcount, and build it from wsutil/popcount.c if missing.Guy Harris1-0/+7
2014-11-03Don't use -msse4.2 with MSVC.Guy Harris1-5/+17
2014-10-10CMake: Bundle our libraries.Gerald Combs1-0/+6
2014-08-08The DRM DCP CRC-16 is the same as the X.25 CRC-16.Guy Harris1-1/+0
2014-07-15Only one buffer.c, please.Guy Harris1-0/+1
2014-07-15Fix up library names when using CMake on WindowsGraham Bloice1-4/+6
2014-07-09Moved nghttp2 to epanGraham Bloice1-5/+0
2014-07-03Make wsutil depend on gitversion.Guy Harris1-0/+2
2014-07-03Move the GLib version info string stuff to get_glib_version_info().Guy Harris1-0/+1
2014-06-29Move some more stuff into wsutil.Guy Harris1-0/+2
2014-06-24Fix OS X CMake build.Guy Harris1-0/+8
2014-06-22Add a routine to return a version string including VCS information.Guy Harris1-0/+1
2014-06-21Move the routine to get memory information to wsutil.Guy Harris1-0/+1
2014-06-21Move the routine to get a CPU information string to wsutil.Guy Harris1-0/+1
2014-06-21Add a get_compiler_info() routine in libwsutil to get compiler information.Guy Harris1-0/+1
2014-06-21Move get_os_version_info() to libwsutil.Guy Harris1-0/+3
2014-06-21Move get_copyright_info() to wsutil.Guy Harris1-0/+1
2014-06-20Add .rc files to the sources to have them included in the buildJoerg Mayer1-0/+1
2014-06-19Dissectors for totemnet and totemsrp protocols implemented in corosync cluste...Michael Mann1-0/+1
2014-06-14Backport autofoo simd optimizationJoerg Mayer1-1/+15
2014-06-09Fix CMake build.Tomasz Moń1-0/+2
2014-05-31Add nghttp2 lib (HPACK)Alexis La Goutte1-0/+5
2014-05-30Honor configured CMAKE_INSTALL_LIBDIR when installing librariesBalint Reczey1-3/+3
2014-05-27Fix indent (use tabs)Alexis La Goutte1-57/+57
2014-04-25Move mktime_utc() from tvbuff.c to wsutil/time_util.cJakub Zawadzki1-0/+1
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-1/+1
2013-12-21Move epan/base64.[ch] to wsutil/ with function name change.Jakub Zawadzki1-0/+1
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-0/+1
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-0/+15
2013-11-16Move bitswap.[ch] from epan to wsutil.Jakub Zawadzki1-0/+1
2013-11-09Move adler32 from epan/ to wsutil/Jakub Zawadzki1-0/+1
2013-11-09Rename swar_count_bits() to ws_count_ones()Jakub Zawadzki1-1/+0
2013-10-29Revert part of 52896 and (for now) all of 52935. As Jeff pointed out,Gerald Combs1-0/+1
2013-10-27Remove U3 code and packaging.Gerald Combs1-1/+0
2013-10-19Minor refactoring in CMake ABI dump generationBalint Reczey1-3/+1