aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeOptions.txt
AgeCommit message (Collapse)AuthorFilesLines
2012-06-20Complete cmake support for netlink detectionjmayer1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43421 f5534014-38df-0310-8fa8-9805f1628bb7
2012-02-02Prepare the cmake infrastucture for eventually buildingjmayer1-1/+2
wireshark and qtshark simultanously. The "only" missing thing for this is now ui/qt/CMakeLists.txt ;) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40799 f5534014-38df-0310-8fa8-9805f1628bb7
2012-01-20Bug 6448 says the embedded Python stuff does not really work.morriss1-1/+1
And if I run Valgrind with Python enabled, I get pages of errors related to it. So: disable Python by default. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40602 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-07Change the use of threads from "mostly always, depending on yourgerald1-2/+0
configure options and Gtk+ and GLib versions" to "always". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39751 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-25Get rid of (hopefully) all configure options to enable MAIN_MENU_USE_UIMANAGERjmayer1-2/+1
as it is the only option left. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39138 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-30Make it possible to disable building with libpcap.jmayer1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38795 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-23Remove support for libpcre, we use GRegex in GLib.stig1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38683 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-22Fix a typojmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38663 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-22Rename UI_MANAGER to ENABLE_UI_MANAGER, put it intojmayer1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38659 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-16Add option for USE_THREADS.tuexen1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38061 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-12Add a comment noting why AirPcap support cannot be unconditionallyguy1-1/+7
enabled by default (i.e., it's Windows-only). InterCap the name. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37992 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-12Disable airpcap by default. This matches the configure script.tuexen1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37991 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-17Add configure options to make change the default file formatjmayer1-1/+2
from pcap-ng to pcap. Add a comment that GTK3 doesn't build yet. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37701 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-08Add GTK3 cmake options. It doesn't build, just like its configure pendant.jmayer1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37623 f5534014-38df-0310-8fa8-9805f1628bb7
2011-03-08A little more old packet list cleanupsfisher1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36172 f5534014-38df-0310-8fa8-9805f1628bb7
2010-09-25- FindGLIB2.cmake updates fromjmayer1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34248 f5534014-38df-0310-8fa8-9805f1628bb7
2010-09-23Consistency: Replace tabs by spacesjmayer1-10/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34206 f5534014-38df-0310-8fa8-9805f1628bb7
2010-09-23Copy behaviour ofjmayer1-0/+1
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34145 to cmake. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34205 f5534014-38df-0310-8fa8-9805f1628bb7
2010-09-23Enable Python for HEAD to make sure build problems are found.jmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34195 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-15text2pcap_scanner.l does not compile without warningsjmayer1-2/+1
on my system - add it to the non-clean file list. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32825 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-15- Move cmake options into their own file, making it easier tojmayer1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32823 f5534014-38df-0310-8fa8-9805f1628bb7