aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeOptions.txt
AgeCommit message (Collapse)AuthorFilesLines
2012-09-24From Jim Young, bug 7745.Martin Mathieson1-0/+1
Add Makefile support for reordercap. svn path=/trunk/; revision=45090
2012-09-06Get netlink detection working with cmake (not complete)Jörg Mayer1-1/+1
svn path=/trunk/; revision=44791
2012-06-20Complete cmake support for netlink detectionJörg Mayer1-0/+1
svn path=/trunk/; revision=43421
2012-02-02Prepare the cmake infrastucture for eventually buildingJörg Mayer1-1/+2
wireshark and qtshark simultanously. The "only" missing thing for this is now ui/qt/CMakeLists.txt ;) svn path=/trunk/; revision=40799
2012-01-20Bug 6448 says the embedded Python stuff does not really work.Jeff Morriss1-1/+1
And if I run Valgrind with Python enabled, I get pages of errors related to it. So: disable Python by default. svn path=/trunk/; revision=40602
2011-11-07Change the use of threads from "mostly always, depending on yourGerald Combs1-2/+0
configure options and Gtk+ and GLib versions" to "always". svn path=/trunk/; revision=39751
2011-09-25Get rid of (hopefully) all configure options to enable MAIN_MENU_USE_UIMANAGERJörg Mayer1-2/+1
as it is the only option left. svn path=/trunk/; revision=39138
2011-08-30Make it possible to disable building with libpcap.Jörg Mayer1-0/+1
svn path=/trunk/; revision=38795
2011-08-23Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke1-1/+0
svn path=/trunk/; revision=38683
2011-08-22Fix a typoJörg Mayer1-1/+1
svn path=/trunk/; revision=38663
2011-08-22Rename UI_MANAGER to ENABLE_UI_MANAGER, put it intoJörg Mayer1-1/+2
CMakeOptions and enable it by default. Update comment in proto_help that this feature is no longer built by default. Enable PYTHON by default. svn path=/trunk/; revision=38659
2011-07-16Add option for USE_THREADS.Michael Tüxen1-0/+1
svn path=/trunk/; revision=38061
2011-07-12Add a comment noting why AirPcap support cannot be unconditionallyGuy Harris1-1/+7
enabled by default (i.e., it's Windows-only). InterCap the name. svn path=/trunk/; revision=37992
2011-07-12Disable airpcap by default. This matches the configure script.Michael Tüxen1-1/+1
svn path=/trunk/; revision=37991
2011-06-17Add configure options to make change the default file formatJörg Mayer1-1/+2
from pcap-ng to pcap. Add a comment that GTK3 doesn't build yet. svn path=/trunk/; revision=37701
2011-06-08Add GTK3 cmake options. It doesn't build, just like its configure pendant.Jörg Mayer1-0/+1
svn path=/trunk/; revision=37623
2011-03-08A little more old packet list cleanupStephen Fisher1-1/+0
svn path=/trunk/; revision=36172
2010-09-25- FindGLIB2.cmake updates fromJörg Mayer1-1/+1
http://www.opensync.org/browser/branches/3rd-party-cmake-modules/modules + split out FindGMODULE2.cmake + contains /sw/... by default + supposedly tested on OSX - Disable pcre for cmake builds by default, gregex should be picked up automatically if glib2 is not too old. Should you have trouble linking due to some libgmodule... stuff undefined, please add "${GMODULE2_LIBRARIES}" after "${GLIB2_LIBRARIES}" an report back. svn path=/trunk/; revision=34248
2010-09-23Consistency: Replace tabs by spacesJörg Mayer1-10/+10
svn path=/trunk/; revision=34206
2010-09-23Copy behaviour ofJörg Mayer1-0/+1
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34145 to cmake. svn path=/trunk/; revision=34205
2010-09-23Enable Python for HEAD to make sure build problems are found.Jörg Mayer1-1/+1
svn path=/trunk/; revision=34195
2010-05-15text2pcap_scanner.l does not compile without warningsJörg Mayer1-2/+1
on my system - add it to the non-clean file list. svn path=/trunk/; revision=32825
2010-05-15- Move cmake options into their own file, making it easier toJörg Mayer1-0/+41
use a locally modified version of the stuff - Some (still preliminary) CPack changes - Add -fexcess-precision=fast (configure.in and CmakeLists.txt) to the compileflags (new gcc-4.5 feature to maintain backward compatibility with gcc-4.4 and IMO we don't need the slower but more exact implementation gcc 4.5 offers. svn path=/trunk/; revision=32823