aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
AgeCommit message (Collapse)AuthorFilesLines
2013-10-04Get pod2man to work on windows: call via perlJörg Mayer1-2/+2
svn path=/trunk/; revision=52367
2013-10-04Add a missing file on the Windows platform.Jörg Mayer3-3/+28
Add missing $Id$ tags. svn path=/trunk/; revision=52364
2013-10-04Add Win support (and add a "hacked" case where the zlibJörg Mayer1-2/+14
stuff has been compiled in place but not installed) svn path=/trunk/; revision=52363
2013-10-04Detecting these modules finally works on Windows setupJörg Mayer2-4/+4
svn path=/trunk/; revision=52361
2013-10-04Cleanup similar to FindGTHREAD2.cmakeJörg Mayer1-33/+22
svn path=/trunk/; revision=52360
2013-10-04Remove now unneeded stuff missed by previous cleanup.Jörg Mayer1-19/+0
svn path=/trunk/; revision=52359
2013-10-04Remove a debug "printf"Jörg Mayer1-2/+0
svn path=/trunk/; revision=52358
2013-10-04Replace the old version by a more modern one that onlyJörg Mayer1-246/+100
tries to find glib2 and not other stuff as well. Not tested on OS X due to problems with my build environment. svn path=/trunk/; revision=52356
2013-10-04Update coding style, use FIND_PACKAGE_HANDLE_STANDARD_ARGSJörg Mayer1-23/+22
instead of doing handmade stuff to the same effect. svn path=/trunk/; revision=52352
2013-10-04Fix a typoJörg Mayer1-2/+2
svn path=/trunk/; revision=52351
2013-10-04Fogot to set the <package>_INCLUDE_DIRS variable, thus itJörg Mayer2-3/+14
would only work on platforms where the required path got set for another package svn path=/trunk/; revision=52350
2013-09-27Fix a typo (a missed replace)Jörg Mayer1-2/+2
svn path=/trunk/; revision=52234
2013-09-23Beginnings of win cmake support (not yet working), created by Graham Bloice,Jörg Mayer14-41/+128
some smaller changes by me. - README.cmake Document how to (one day) run on Windows - CMakeLists.txt Use MSVC compiler flags for MSVC instead of gcc flags - FindWSWinLibs.cmake New: Creates HINTS for finding includes and libraries inside the Wireshark support library installation. - FindXXX.cmake Make use of HINTS generated by FindWSWinLibs.cmake This has not really been tested on Windows as my installation seems to have automagically downloaded some fixes and is in an inconsistent state since. Will probably need to reinstall. svn path=/trunk/; revision=52194
2013-09-17When building packet-dap.c on an empty build tree, packet-dap.c wouldJörg Mayer1-0/+1
be incorrect on the first pass and only be correct when remade. The reason was that disp-exp.cnf was created incorrectly on first pass. disp-exp.cnf required dop-exp.cnf to build correctly, so add a mechanism to add dependencies for export files. Note: Only the cmake change has been tested, the autofoo stuff requires testing. svn path=/trunk/; revision=52120
2013-08-12- Extract variables from Makefile.common.Jörg Mayer1-0/+53
- Apply this to asn1/c1222/ svn path=/trunk/; revision=51324
2013-07-24Fix a bug that will prevent the extra flags from being honored.Jörg Mayer1-1/+1
svn path=/trunk/; revision=50876
2013-07-24Copy over from cmake git head as it fixes a bug:Jörg Mayer1-0/+57
The detection will not work if the locale is non-English svn path=/trunk/; revision=50875
2013-07-23Copy over cmake largfile detection from the gromacs project.Jörg Mayer3-0/+173
svn path=/trunk/; revision=50824
2013-06-14And back it out again, just like the Makefile.amJörg Mayer1-1/+0
svn path=/trunk/; revision=49926
2013-06-14Copy overJörg Mayer1-1/+1
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49865 to cmake svn path=/trunk/; revision=49925
2013-05-11Remove generating .cnf files from all target. They willJörg Mayer1-1/+2
be generated when needed. svn path=/trunk/; revision=49241
2013-05-07Make exports actaully workJörg Mayer1-13/+15
Add ansi_map as first generated file that uses exports (from gsm_map in this case). svn path=/trunk/; revision=49195
2013-05-07Move common code into UseAsn2Wrs.cmake.Jörg Mayer1-0/+44
Include the new file. Use the new file. Add cmake support to rebuild the gsm_map dissector. svn path=/trunk/; revision=49194
2013-05-04Attempted fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8619Jörg Mayer1-1/+6
When there are several versions of lua installed, try to pick the library version that matches the include file(s) we selected. svn path=/trunk/; revision=49164
2013-05-01Print the version of the include files that will be used.Jörg Mayer1-0/+11
svn path=/trunk/; revision=49106
2013-05-01- Fix logic for finding packages with differing Find-nameJörg Mayer1-199/+0
and returned variable-names: Old: Provide the var name and adapt the find-name New: Provide the find-name and adapt the var name This allows for different packages with the same var name. This chage effects Qt4 and PythonInterp. - Replace self created FindPYTHON with cmake provided FindPythonLibs. svn path=/trunk/; revision=49105
2013-04-04If we somehow manage to find libnl version 2 or 3, but don't manage toGuy Harris1-7/+16
find the corresponding libnl-genl or libnl-route libraries, act as if we didn't find libnl. If we didn't find libnl version 2 or 3, don't check whether it's version 2 or 3. svn path=/trunk/; revision=48742
2012-11-22Don't set HAVE_LIBNL1 if we have don't libnl at all.Guy Harris1-1/+3
svn path=/trunk/; revision=46146
2012-09-25Remove trailing whitespaceJörg Mayer1-1/+1
svn path=/trunk/; revision=45118
2012-09-11Differentiate between libnl versions. Feature parity with autofooJörg Mayer1-34/+57
for libnl. svn path=/trunk/; revision=44876
2012-09-10Only check if the NL-stuff isn't in the caches alreadyJörg Mayer1-38/+45
svn path=/trunk/; revision=44838
2012-09-06Get netlink detection working with cmake (not complete)Jörg Mayer1-33/+53
svn path=/trunk/; revision=44791
2012-08-25Have CMake also consider the include path "lua5.2" (note the dot),Evan Huus1-1/+1
since that is where it can be found on recent Ubuntus, and without it you get a mix of 5.1 includes and 5.2 libraries, which breaks the build. svn path=/trunk/; revision=44669
2012-08-23Replace if(os1) endif() if(os2) endif() with elseifJörg Mayer1-4/+2
svn path=/trunk/; revision=44632
2012-06-20Complete cmake support for netlink detectionJörg Mayer1-0/+50
svn path=/trunk/; revision=43421
2012-06-17Try to detect Lua 5.2 as wellJörg Mayer1-3/+3
svn path=/trunk/; revision=43307
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