summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
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
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