summaryrefslogtreecommitdiff
path: root/wsutil/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-19Set and use TMPDIR for ABI dump generation when using CMakeBalint Reczey1-4/+4
2013-10-15Factor out common parts of ABI checks to UseABICheck.cmakeBalint Reczey1-15/+3
2013-10-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice1-0/+4
2013-10-06config.h.win32 used another solutionJörg Mayer1-1/+0
2013-10-05editcap and capinfos compile now with cmakeJörg Mayer1-6/+7
2013-10-04libwsutil needs to link against libgmodule2Jörg Mayer1-0/+1
2013-08-26From Jiri Engelthaler viaEvan Huus1-0/+1
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-0/+8
2013-07-22Looks like building with -Werror in wsutil was forgotten withJörg Mayer1-0/+12
2013-07-16Move u3.{h,c} and g711.{h,c} into wsutil.Jeff Morriss1-0/+2
2013-07-16Move strnatcmp.{h,c} from epan into wsutil: there's nothing epan-specificJeff Morriss1-0/+1
2013-07-15Add report_err.c to cmake build.Jeff Morriss1-0/+1
2013-06-26Move tempfile.{h,c} into wsutil.Jeff Morriss1-0/+1
2013-06-26As pointed out by Guy: timestats uses packet_info so it belongs in epanJeff Morriss1-1/+0
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-0/+2
2013-04-24dumpabi: This would create the directories in the sourcedir insteadJörg Mayer1-1/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-3/+0
2013-02-28Export libwsutil symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+5
2013-02-25ABI dumps don't have to depend on config.h directlyBalint Reczey1-1/+1