aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2013-12-02Remove /msvc2010 after ${QT5_BASE_DIR}, it should be part ofJörg Mayer1-1/+2
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-8/+0
2013-12-01Small style changes.Jörg Mayer1-6/+6
2013-12-01- Rename PCAP_VERSION to WINPCAP_VERSION - the version of the underlyingJörg Mayer1-3/+3
2013-11-30Looks like the WinPcap version can only be determined from theJörg Mayer1-1/+2
2013-11-29Graham BloiceJörg Mayer1-0/+9
2013-11-29Graham Bloice:Jörg Mayer1-0/+3
2013-11-24According toGuy Harris1-1/+0
2013-11-24Use GCC flags to avoid optimization problems due to undefined behaviourBalint Reczey1-0/+4
2013-11-22Add -Wheader-guard to Autotools and CMakeAlexis La Goutte1-0/+1
2013-11-18Beginnings of CheckAPI support. More diligence neededJörg Mayer1-0/+5
2013-11-17Fix indent (use tabs)Alexis La Goutte1-121/+120
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+0
2013-11-09No need to check whether cmake_policy command exists as we requireJörg Mayer1-5/+14
2013-11-07Turn WANT_PACKET_EDITOR into an option until such a time thatJörg Mayer1-2/+0
2013-11-07Add WANT_PACKET_EDITOR to CMakeAlexis La Goutte1-0/+1
2013-11-04- Reenable /LARGEADDRESSAWARE on Windows platformJörg Mayer1-6/+14
2013-11-03Pass the name of the sed executable as an explicit argurment toJörg Mayer1-1/+1
2013-10-29Make it so out-of-tree builds (autofoo and cmake) have access to the variousJeff Morriss1-0/+2
2013-10-27Add Gettext to PACKAGELIST. Homebrew puts it in a nonstandard location.Gerald Combs1-1/+1
2013-10-16If we're using Clang add -Qunused-arguments in order to avoid a bunchGerald Combs1-2/+6
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