aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Move tap-*-common.{h,c} into ui/ since that's the home for common UI functions.Jeff Morriss2013-06-261-3/+1
* Move tempfile.{h,c} into wsutil.Jeff Morriss2013-06-261-3/+0
* editcap no longer has to link against nstime.o, it's in libwsutil now.Jeff Morriss2013-06-261-1/+0
* Move a couple of time-related modules into wsutil.Jeff Morriss2013-06-251-1/+0
* Update various warning-option lists to match what the configure scriptGuy Harris2013-06-011-19/+14
* Move -Wlogical-op to list of standard compiler flags for c-only.Jörg Mayer2013-06-011-1/+1
* capture_unix_ifnames.c is gone.Guy Harris2013-05-221-1/+1
* Suppress warnings when using Apple's C compiler.Michael Tüxen2013-05-141-2/+4
* Move common code into UseAsn2Wrs.cmake.Jörg Mayer2013-05-071-0/+1
* Sort the list of packages to make it easier to check results.Jörg Mayer2013-05-011-0/+3
* - Fix logic for finding packages with differing Find-nameJörg Mayer2013-05-011-19/+22
* Our scripts do ont work with python3, so only pick up a python2Jörg Mayer2013-05-011-1/+5
* Fix suspected copy-and-pasteo.Guy Harris2013-04-281-1/+1
* Add Qt5 build support with cmake. Just do cmake ... -DENABLE_QT5=ON ...Jörg Mayer2013-04-251-4/+20
* Stub cmake support for generating the asn1 dissectors.Jörg Mayer2013-04-231-0/+1
* Mimic autoconf behavior and enable -Wc++-compat by default.Jörg Mayer2013-04-221-1/+1
* RevertJörg Mayer2013-04-221-2/+0
* Use -Wshadow in cmake buildsJörg Mayer2013-04-211-0/+1
* Merge asn2deb and idl2deb from official Debian packageBalint Reczey2013-03-061-0/+6
* Revert "Make Solaris Studio hide internal shared library symbols by default"Balint Reczey2013-03-021-6/+1
* Make Solaris Studio hide internal shared library symbols by defaultBalint Reczey2013-03-021-1/+6
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-11/+3
* Export libwsutil symbols using WS_DLL_PUBLIC defineBalint Reczey2013-02-281-1/+8
* Add dumpabi targets to CMake buildsBalint Reczey2013-02-251-0/+2
* Reflect the move of recent.c to the ui directory.Guy Harris2013-02-021-1/+0
* Use CMAKE_VERSION for the Info.plist comment.Gerald Combs2013-01-181-1/+1
* Generate Info.plist using CMake and enable it in QtShark.pro. Update the dates.Gerald Combs2013-01-181-0/+8
* Move common time shifting code to ui/time_shift.[ch]. Change theGerald Combs2012-12-211-1/+1
* Use pcapio routines. This concludes the preperation forMichael Tüxen2012-12-211-0/+1
* text2pcap needs only the wsutil lib, not the wiretap lib (as far as I can see).Michael Tüxen2012-12-181-1/+1
* Add libui_dirty.Gerald Combs2012-12-171-0/+2
* We don't need Cocoa or Core Services for anything.Guy Harris2012-11-221-7/+7
* Link with CoreFoundation and SystemConfiguration and add cfuitils.c onGerald Combs2012-11-221-4/+14
* Add capture_unix_ifnames.c to the list of files needed when building forGuy Harris2012-11-221-1/+1
* From Mike Garratt:Anders Broman2012-11-191-1/+1
* Fix ui/qt/print_dialog.cpp:228:23: error: variable ‘status’ set but not u...Jörg Mayer2012-11-011-1/+7
* capinfos needs libwsutil. Explicitely link against it.Jörg Mayer2012-10-031-0/+1
* Add manpages for reordercapJörg Mayer2012-10-031-0/+4
* Get rid of HAVE_CONFIG_H for cmake. Fix one case where it was still used.Jörg Mayer2012-09-281-1/+0
* Update regexes to match the version string changes in r45112.Gerald Combs2012-09-241-6/+6
* From Jim Young, bug 7745.Martin Mathieson2012-09-241-1/+19
* *NIX (autofoo and cmake) part of the fix forJeff Morriss2012-09-181-30/+41
* Update CMakeLists to respect the recent libui changes so that wireshark andEvan Huus2012-09-151-1/+2
* Create a common libui using CMake similar to what we do with Autotools.Gerald Combs2012-09-141-4/+6
* Get netlink detection working with cmake (not complete)Jörg Mayer2012-09-061-2/+3
* Revert r44644 and 44645. g_source_*, g_timeout_, and g_io_* all dependGerald Combs2012-08-241-1/+0
* Move the pipe input routines to the common UI directory.Gerald Combs2012-08-231-0/+1
* The proper way to set compiler flags in cmake is not by usingJörg Mayer2012-08-231-1/+20
* The name configure.in has been deprecated for many years.Jörg Mayer2012-08-231-2/+2
* Commit 44474 added some arguments to the ac_init macro that brokeJörg Mayer2012-08-191-1/+1