aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2013-10-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice1-0/+18
2013-10-12Remove some things that I added while not understanding the realJörg Mayer1-3/+4
2013-10-11With Gerald's patch we should no longer require GTK includes for QT-Only buildsJörg Mayer1-10/+0
2013-10-11The env variable is QT5_BASE_DIR, as documented in README.cmakeJörg Mayer1-1/+1
2013-10-11The path for the Qt5 installation now needs to be set as aJörg Mayer1-1/+1
2013-10-11qtshark and wireshark(gtk2) now actually find their libs.Jörg Mayer1-5/+4
2013-10-11Now the GUI programs (wireshark/gtk2 and qtshark) compile and linkJörg Mayer1-4/+9
2013-10-10Try to locate QtMacExtras.Gerald Combs1-0/+8
2013-10-10Add Airpcap detection, use it by default on win32Jörg Mayer1-13/+38
2013-10-10Generate setpath.bat to set the paths necessary for runningJörg Mayer1-0/+3
2013-10-10The path approach can't work this way: Trying to set an environmentJörg Mayer1-21/+5
2013-10-08Try to set PATH on Windows to all required dlls/libs to allowJörg Mayer1-0/+22
2013-10-06Remove an uncommented line: The file is now part of wsutilJörg Mayer1-1/+0
2013-10-06Add a comment about PCAP_VERSIONJörg Mayer1-0/+1
2013-10-06Hack around the "/MD overridden by /MDd" messages.Jörg Mayer1-1/+1
2013-10-05Attempt to get linking working with cmake - without success so far.Jörg Mayer1-0/+3
2013-10-04The PERL variable name is deprecated, use PERL_EXECUTABLE instead.Jörg Mayer1-4/+4
2013-09-30Don't link qtshark against portaudioJörg Mayer1-1/+0
2013-09-23Beginnings of win cmake support (not yet working), created by Graham Bloice,Jörg Mayer1-78/+105
2013-09-10Homebrew installs gettext (including libintl, which GLib requires) inGerald Combs1-0/+7
2013-08-13Implement in cmake:Jörg Mayer1-0/+4
2013-08-03Allow the python interpreter to be version 3 (2 being preferred)Jörg Mayer1-0/+1
2013-08-02Print the flag we are testingJörg Mayer1-0/+2
2013-08-01TShark links with libui so we should always build it.Gerald Combs1-4/+1
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-1/+0
2013-07-23Use largefile detection in cmake.Jörg Mayer1-0/+4
2013-07-23Looks like not every version of cmake has the same behaviour wrtJörg Mayer1-1/+1
2013-07-22Wrap clang specific tests into a clang tests instead of checkingJörg Mayer1-11/+16
2013-07-22Don't use the program name to identify the compiler - it won't workJörg Mayer1-2/+1
2013-07-21Try to generate an error when calling clang with an unknown compilerJörg Mayer1-6/+13
2013-07-21Enable echld builds with cmake when building with ENABLE_ECHLD=ONJörg Mayer1-0/+4
2013-07-21Don't check for "APPLE" if what you really mean is "clang"Jörg Mayer1-1/+2
2013-07-16Move merge.{h,c} into wiretap: these modules use wiretap to merge files.Jeff Morriss1-2/+0
2013-07-16Move u3.{h,c} and g711.{h,c} into wsutil.Jeff Morriss1-2/+0
2013-07-16Move strnatcmp.{h,c} from epan into wsutil: there's nothing epan-specificJeff Morriss1-2/+0
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-1/+0
2013-07-14Don't use compiler options not supported by clang in XCode 4.6.3Michael Tüxen1-4/+8
2013-07-12Move the print modules into epan.Jeff Morriss1-13/+0
2013-07-12Move disabled_protos.{h,c} into epan.Jeff Morriss1-1/+0
2013-07-11Move some more modules into epan.Jeff Morriss1-2/+0
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki1-0/+1
2013-07-10Add strnatcmp by Martin Pool for 'natural order' string comparisons, and make...Chris Maynard1-0/+2
2013-06-27For now, don't turn on -Wcast-align by default. There are at least someGuy Harris1-1/+1
2013-06-26Move tap-*-common.{h,c} into ui/ since that's the home for common UI functions.Jeff Morriss1-3/+1
2013-06-26Move tempfile.{h,c} into wsutil.Jeff Morriss1-3/+0
2013-06-26editcap no longer has to link against nstime.o, it's in libwsutil now.Jeff Morriss1-1/+0
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-1/+0
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