aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2013-06-01Update various warning-option lists to match what the configure scriptGuy Harris1-19/+14
2013-06-01Move -Wlogical-op to list of standard compiler flags for c-only.Jörg Mayer1-1/+1
2013-05-22capture_unix_ifnames.c is gone.Guy Harris1-1/+1
2013-05-14Suppress warnings when using Apple's C compiler.Michael Tüxen1-2/+4
2013-05-07Move common code into UseAsn2Wrs.cmake.Jörg Mayer1-0/+1
2013-05-01Sort the list of packages to make it easier to check results.Jörg Mayer1-0/+3
2013-05-01- Fix logic for finding packages with differing Find-nameJörg Mayer1-19/+22
2013-05-01Our scripts do ont work with python3, so only pick up a python2Jörg Mayer1-1/+5
2013-04-28Fix suspected copy-and-pasteo.Guy Harris1-1/+1
2013-04-25Add Qt5 build support with cmake. Just do cmake ... -DENABLE_QT5=ON ...Jörg Mayer1-4/+20
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+1
2013-04-22Mimic autoconf behavior and enable -Wc++-compat by default.Jörg Mayer1-1/+1
2013-04-22RevertJörg Mayer1-2/+0
2013-04-21Use -Wshadow in cmake buildsJörg Mayer1-0/+1
2013-03-06Merge asn2deb and idl2deb from official Debian packageBalint Reczey1-0/+6
2013-03-02Revert "Make Solaris Studio hide internal shared library symbols by default"Balint Reczey1-6/+1
2013-03-02Make Solaris Studio hide internal shared library symbols by defaultBalint Reczey1-1/+6
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-11/+3
2013-02-28Export libwsutil symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+8
2013-02-25Add dumpabi targets to CMake buildsBalint Reczey1-0/+2
2013-02-02Reflect the move of recent.c to the ui directory.Guy Harris1-1/+0
2013-01-18Use CMAKE_VERSION for the Info.plist comment.Gerald Combs1-1/+1
2013-01-18Generate Info.plist using CMake and enable it in QtShark.pro. Update the dates.Gerald Combs1-0/+8
2012-12-21Move common time shifting code to ui/time_shift.[ch]. Change theGerald Combs1-1/+1
2012-12-21Use pcapio routines. This concludes the preperation forMichael Tüxen1-0/+1
2012-12-18text2pcap needs only the wsutil lib, not the wiretap lib (as far as I can see).Michael Tüxen1-1/+1
2012-12-17Add libui_dirty.Gerald Combs1-0/+2
2012-11-22We don't need Cocoa or Core Services for anything.Guy Harris1-7/+7
2012-11-22Link with CoreFoundation and SystemConfiguration and add cfuitils.c onGerald Combs1-4/+14
2012-11-22Add capture_unix_ifnames.c to the list of files needed when building forGuy Harris1-1/+1
2012-11-19From Mike Garratt:Anders Broman1-1/+1
2012-11-01Fix ui/qt/print_dialog.cpp:228:23: error: variable ‘status’ set but not u...Jörg Mayer1-1/+7
2012-10-03capinfos needs libwsutil. Explicitely link against it.Jörg Mayer1-0/+1
2012-10-03Add manpages for reordercapJörg Mayer1-0/+4
2012-09-28Get rid of HAVE_CONFIG_H for cmake. Fix one case where it was still used.Jörg Mayer1-1/+0
2012-09-24Update regexes to match the version string changes in r45112.Gerald Combs1-6/+6
2012-09-24From Jim Young, bug 7745.Martin Mathieson1-1/+19
2012-09-18*NIX (autofoo and cmake) part of the fix forJeff Morriss1-30/+41
2012-09-15Update CMakeLists to respect the recent libui changes so that wireshark andEvan Huus1-1/+2
2012-09-14Create a common libui using CMake similar to what we do with Autotools.Gerald Combs1-4/+6
2012-09-06Get netlink detection working with cmake (not complete)Jörg Mayer1-2/+3
2012-08-24Revert r44644 and 44645. g_source_*, g_timeout_, and g_io_* all dependGerald Combs1-1/+0
2012-08-23Move the pipe input routines to the common UI directory.Gerald Combs1-0/+1
2012-08-23The proper way to set compiler flags in cmake is not by usingJörg Mayer1-1/+20
2012-08-23The name configure.in has been deprecated for many years.Jörg Mayer1-2/+2
2012-08-19Commit 44474 added some arguments to the ac_init macro that brokeJörg Mayer1-1/+1
2012-08-01Move the common parts of iface_lists.[ch] from ui/gtk/ to ui/. Leave theGerald Combs1-0/+1
2012-07-20WiMAX OFDMA PHY SAP dissector plugin (https://bugs.wireshark.org/bugzilla/sho...Michael Mann1-0/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-28From Pontus Fuchs:Guy Harris1-0/+2