aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
AgeCommit message (Collapse)AuthorFilesLines
2011-11-21Linking against GTK3 stoped working because only libgtk3 was linkedJörg Mayer1-11/+18
against and no libs that gtk3 depended on. Fix this. svn path=/trunk/; revision=39970
2011-10-08Mimic test for IPv6 support in GeoIP from autofooJörg Mayer1-4/+10
svn path=/trunk/; revision=39307
2011-08-23Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke1-35/+0
svn path=/trunk/; revision=38683
2011-08-05FindGTK2: Add a check for pangocairo. It has to be linked explicitly, atGerald Combs2-6/+8
least for MacPorts. FindPCAP: Define HAVE_PCAP_CREATE if we have pcap_create. svn path=/trunk/; revision=38372
2011-08-05Add call to FindPackageHandleStandardArgsJörg Mayer1-0/+1
svn path=/trunk/; revision=38361
2011-08-05Attempt to properly fix the missing path information for glib librariesJörg Mayer1-106/+112
svn path=/trunk/; revision=38360
2011-07-12Remote trailing whitespaceJörg Mayer1-7/+7
svn path=/trunk/; revision=37993
2011-07-06Add detection of rpcap support in libpcap and use it if available.Jörg Mayer1-10/+18
svn path=/trunk/; revision=37914
2011-06-08As pointed out by Jakub Zawadzki:Jörg Mayer1-0/+6
While updating to the current cmake version of FindZLIB I missed a Wireshark specific addition. Add it back. svn path=/trunk/; revision=37626
2011-06-08Add GTK3 cmake options. It doesn't build, just like its configure pendant.Jörg Mayer1-0/+50
svn path=/trunk/; revision=37623
2011-06-08Last patch removed $Id$ head lineJörg Mayer1-0/+3
svn path=/trunk/; revision=37620
2011-06-08Copy over changes from cmake git HEAD.Jörg Mayer2-28/+62
svn path=/trunk/; revision=37619
2011-06-02From Matthieu Patou <mat@matws.net>Ronnie Sahlberg1-0/+1
Add extra paths for finding GTK2 This makes wireshark build on 64 bit Natty boxens svn path=/trunk/; revision=37515
2011-05-17Update to FindGTK2 from cmake 2.8.3. Add back quartz options whichJörg Mayer1-14/+45
are not part of the official cmake release. svn path=/trunk/; revision=37198
2011-05-12Play catch up with recent configure.in changes:Jörg Mayer1-0/+61
- Link dumpcap (and only dumpcap) against gthread - gtk/gsm_a_stat.c and gtk/menus.c are dirty when configured with UI_MANAGER=1 - Add support run "cmake ... -DWANT_PACKET_EDITOR=1 ..." svn path=/trunk/; revision=37103
2011-04-29Don't check for the existence of gzclearerr() any more.Jeff Morriss1-2/+2
Check for inflatePrime(). svn path=/trunk/; revision=36955
2011-02-09Accommodate the CMake build on Ubuntu 10.10.Jaap Keuter1-0/+1
svn path=/trunk/; revision=35888
2011-01-08From H.sivank:Guy Harris1-0/+1
-A patch to fix configure with cmake with macports libs. (gdk-pixbuf has now its own port. Location of headers has changed.) svn path=/trunk/; revision=35429
2010-11-15cmake stuff:Jörg Mayer1-0/+1
- Fix fallout from gtk/text_import_scanner.l patch: Wireshark will build with cmake again. - Update README.cmake a bit - Running "cmake -DUI_MANAGER=ON" will give you the new ui-manager. svn path=/trunk/; revision=34885
2010-09-28- Reset a few more variables used in FindXYZ scripts.Jörg Mayer3-3/+8
- README.cmake: small update. - Set a variable before using it for installation. svn path=/trunk/; revision=34274
2010-09-25- FindGLIB2.cmake updates fromJörg Mayer3-173/+285
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-24Reset CMAKE_REQUIRED_FLAGS after checking flags.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=34233
2010-09-23H.sivank:Jörg Mayer1-0/+3
Cmake fixes. svn path=/trunk/; revision=34225
2010-09-23Add check for HAVE_GZCLEARERR.Jörg Mayer1-0/+4
svn path=/trunk/; revision=34204
2010-09-23Try to add support to learn the HTML_VIEWER variable and the DOC_DIR ↵Jörg Mayer1-1/+1
variables from the environment - not yet working svn path=/trunk/; revision=34200
2010-07-22Set missing svn:keywords and svn:eol-style.Stig Bjørlykke1-42/+42
svn path=/trunk/; revision=33616
2010-05-24Jose Pedro Oliveira <jpo@di.uminho.pt>Jörg Mayer1-0/+1
(via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4786) Add missing +INCLUDE(CheckVariableExists) to make the previous commit work. svn path=/trunk/; revision=32939
2010-05-24At least according to the CMake 2.6 documentation,Guy Harris1-0/+1
CHECK_VARIABLE_EXISTS() can be used to check for C variables; use that to check for pcap_version. svn path=/trunk/; revision=32938
2010-05-19Commit 32350 replaced the self written FindZ.cmake by cmakesJörg Mayer1-0/+2
FindZLIB.cmake. What it didn't do was do adapt the magic names that are derived from the name of the FindXXX.cmake script. Fix that. Also add $Id$ to the FindZLIB.cmake script. svn path=/trunk/; revision=32899
2010-04-01Add readme to track modulesKovarththanan Rajaratnam1-0/+3
svn path=/trunk/; revision=32351
2010-04-01Sync ZLIB from CMake trunkKovarththanan Rajaratnam2-35/+40
svn path=/trunk/; revision=32350
2010-03-18cmake changes:Jörg Mayer1-0/+22
- Add checking for linker flags - Install plugins with the name including the Wireshark version. This will make it easier to find matching plugin versions if files get just copied over. svn path=/trunk/; revision=32231
2010-03-17Add CMake tests for pcap_datalink_val_to_description() andGuy Harris1-6/+14
pcap_free_datalinks(). Sort the CMake tests in cmake/modules/FindPCAP.cmake into the same order as the tests in the autoconf script, and note that, in the autoconf script, the checks for pcap_open_dead() and pcap_freecode() do more than just look for the routines in the library. svn path=/trunk/; revision=32225
2010-03-08Added search for GDKPIXBUF to help building on OSX.Stig Bjørlykke1-3/+2
svn path=/trunk/; revision=32141
2010-03-06Search for includes and libs in /opt/local/ (MacPorts).Stig Bjørlykke1-0/+2
svn path=/trunk/; revision=32129
2010-03-04Copy over the introduction of Makefile.common changeJörg Mayer1-395/+517
Replace FindGTK2 by version included in cmake 2.8.x svn path=/trunk/; revision=32119
2010-02-25Almost working out-of-tree builds for the documentation,Jörg Mayer4-79/+102
with a few hacks right now: - The tip.png, warning.png and note.png images are missing from the pdfs and I have no idea how to tell fop how to find them. - Disabling/enabling building the guides via option currently doesn't work (probably too many macros :-), so comment out the subdir instead. - Right now, in order to build the devleopers guide we need to do the following in the source docbook directory: touch wsdg_graphics/toolbar/dummy.dummy Apart from these: The build works with a pristine docbook dir (svn status --no-ignore). svn path=/trunk/; revision=32004
2009-12-29- Beginnings of cmake in docbook directoryJörg Mayer7-38/+245
- Add note about "make help" - Move beginnings of packaging into its own file: CPackConfig.txt svn path=/trunk/; revision=31379
2009-11-11- Generate manpages and html version of manpagesJörg Mayer2-2/+87
- Detect pod2man/pod2html to do that - Install manpages and html version thereof svn path=/trunk/; revision=30934
2009-11-09Also look for /usr/bin/open as HtmlViewer.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=30874
2009-10-15The Feature summary of cmake 2.6.2 has a bug that is fixed inJörg Mayer1-0/+78
2.8.x (an empty disabled feature list would display all features). Copy in the version from cmake svn head for now. svn path=/trunk/; revision=30563
2009-10-10Add tools/lemon/CMakeLists.txt which creates the lemon parser executableKovarththanan Rajaratnam1-2/+2
svn path=/trunk/; revision=30461
2009-10-09Introduce UseMakeTapReg.cmakeKovarththanan Rajaratnam1-0/+19
svn path=/trunk/; revision=30436
2009-10-09Add register_dissector_files macroKovarththanan Rajaratnam1-0/+33
svn path=/trunk/; revision=30433
2009-10-08Remove FindWSWIN32.cmake. It was only a temporary hack I introduced. We ↵Kovarththanan Rajaratnam1-34/+0
should add Windows support in a more clean fashion. svn path=/trunk/; revision=30408
2009-09-25Try to add tpg, but it seems it doesn't build with autofoo either.Jörg Mayer1-0/+25
svn path=/trunk/; revision=30151
2009-09-24Slightly rework the detection code for some packages.Jörg Mayer4-43/+11
Make compile flag detection work (needed some not so nice hacks). svn path=/trunk/; revision=30129
2009-09-24While trying to understand commit 30107, I found the following atJörg Mayer1-1/+1
http://www.itk.org/Bug/view.php?id=9219 Note that CMAKE_CFG_INTDIR is no longer necessary for this purpose but has been left for compatibility with existing projects. Instead add_custom_command() recognizes executable target names in its COMMAND So just use "lemon" instead of specifying the full path. svn path=/trunk/; revision=30109
2009-09-23Run lemon from CMAKE_CFG_INTDIR.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=30107
2009-09-23- Add $Id: $ tagsJörg Mayer25-1/+76
- FindHtmlViewer.cmake: Try to add reading the name of the html viewer from the HTML_VIEWER environment variable (untested) svn path=/trunk/; revision=30104