aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Try to set PATH on Windows to all required dlls/libs to allowJörg Mayer2013-10-081-0/+22
* Remove an uncommented line: The file is now part of wsutilJörg Mayer2013-10-061-1/+0
* Add a comment about PCAP_VERSIONJörg Mayer2013-10-061-0/+1
* Hack around the "/MD overridden by /MDd" messages.Jörg Mayer2013-10-061-1/+1
* Attempt to get linking working with cmake - without success so far.Jörg Mayer2013-10-051-0/+3
* The PERL variable name is deprecated, use PERL_EXECUTABLE instead.Jörg Mayer2013-10-041-4/+4
* Don't link qtshark against portaudioJörg Mayer2013-09-301-1/+0
* Beginnings of win cmake support (not yet working), created by Graham Bloice,Jörg Mayer2013-09-231-78/+105
* Homebrew installs gettext (including libintl, which GLib requires) inGerald Combs2013-09-101-0/+7
* Implement in cmake:Jörg Mayer2013-08-131-0/+4
* Allow the python interpreter to be version 3 (2 being preferred)Jörg Mayer2013-08-031-0/+1
* Print the flag we are testingJörg Mayer2013-08-021-0/+2
* TShark links with libui so we should always build it.Gerald Combs2013-08-011-4/+1
* Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss2013-08-011-1/+0
* Use largefile detection in cmake.Jörg Mayer2013-07-231-0/+4
* Looks like not every version of cmake has the same behaviour wrtJörg Mayer2013-07-231-1/+1
* Wrap clang specific tests into a clang tests instead of checkingJörg Mayer2013-07-221-11/+16
* Don't use the program name to identify the compiler - it won't workJörg Mayer2013-07-221-2/+1
* Try to generate an error when calling clang with an unknown compilerJörg Mayer2013-07-211-6/+13
* Enable echld builds with cmake when building with ENABLE_ECHLD=ONJörg Mayer2013-07-211-0/+4
* Don't check for "APPLE" if what you really mean is "clang"Jörg Mayer2013-07-211-1/+2
* Move merge.{h,c} into wiretap: these modules use wiretap to merge files.Jeff Morriss2013-07-161-2/+0
* Move u3.{h,c} and g711.{h,c} into wsutil.Jeff Morriss2013-07-161-2/+0
* Move strnatcmp.{h,c} from epan into wsutil: there's nothing epan-specificJeff Morriss2013-07-161-2/+0
* Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss2013-07-151-1/+0
* Don't use compiler options not supported by clang in XCode 4.6.3Michael Tüxen2013-07-141-4/+8
* Move the print modules into epan.Jeff Morriss2013-07-121-13/+0
* Move disabled_protos.{h,c} into epan.Jeff Morriss2013-07-121-1/+0
* Move some more modules into epan.Jeff Morriss2013-07-111-2/+0
* packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki2013-07-111-0/+1
* Add strnatcmp by Martin Pool for 'natural order' string comparisons, and make...Chris Maynard2013-07-101-0/+2
* For now, don't turn on -Wcast-align by default. There are at least someGuy Harris2013-06-271-1/+1
* 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