Fix maximized geometry behavior on non-OS X systems.
[metze/wireshark/wip.git] / cmake /
2013-10-27 Jeff MorrissMore SVN properties cleanup.
2013-10-25 Jeff MorrissFix more SVN properties.
2013-10-19 Balint ReczeyMinor refactoring in CMake ABI dump generation
2013-10-19 Balint ReczeySet and use TMPDIR for ABI dump generation when using...
2013-10-15 Balint ReczeyFactor out common parts of ABI checks to UseABICheck...
2013-10-14 Jörg MayerMake pkgconfig work - sort of:
2013-10-13 Gerald CombsDon't clobber PKG_CONFIG_PATH.
2013-10-13 Graham BloiceSet CMake to use Python when building the tap register...
2013-10-12 Jörg MayerRemove some things that I added while not understanding...
2013-10-11 Jörg Mayerqtshark and wireshark(gtk2) now actually find their...
2013-10-11 Jörg MayerNow the GUI programs (wireshark/gtk2 and qtshark) compi...
2013-10-11 Jörg MayerMake airpcap detection work
2013-10-11 Guy HarrisFix check for inflatePrime in zlib (ZLIB_LIBRARIES...
2013-10-10 Jörg MayerFix a few things - untested until current build finishes.
2013-10-10 Guy HarrisDon't check for pcap_version(); we don't use it.
2013-10-10 Guy HarrisCheck for bpf_image(), just as the autoconf script...
2013-10-10 Jörg MayerAdd Airpcap detection, use it by default on win32
2013-10-10 Jörg Mayerlib is required for linking, the dlls are in bin
2013-10-10 Jörg MayerGenerate setpath.bat to set the paths necessary for...
2013-10-10 Balint ReczeyRevert "Fix using fop from CMake"
2013-10-10 Balint ReczeyFix using fop from CMake
2013-10-07 Jörg MayerTry to get gtk3 detection working via pkg-config
2013-10-06 Jörg MayerUse the correct syntax for the shell
2013-10-06 Jörg MayerLibwireshark now links on windows with cmake
2013-10-06 Jörg MayerFix a typo
2013-10-06 Jörg MayerMake FindGTK3 work again
2013-10-06 Jörg MayerMissed this part of Grahams patch.
2013-10-06 Jörg MayerFinding GTK3 works now, but the list of libs is incomplete
2013-10-06 Jörg MayerRewrite FindPCAP.cmake to current practices
2013-10-05 Jörg MayerFix a typo (letover from autotools times) which acciden...
2013-10-05 Jörg Mayereditcap and capinfos compile now with cmake
2013-10-05 Jörg MayerAttempt to get linking working with cmake - without...
2013-10-04 Jörg MayerMake runlex.sh work on Windows
2013-10-04 Jörg MayerLooks like we have problems invoking shell scripts...
2013-10-04 Jörg MayerGet pod2man to work on windows: call via perl
2013-10-04 Jörg MayerAdd a missing file on the Windows platform.
2013-10-04 Jörg MayerAdd Win support (and add a "hacked" case where the...
2013-10-04 Jörg MayerDetecting these modules finally works on Windows setup
2013-10-04 Jörg MayerCleanup similar to FindGTHREAD2.cmake
2013-10-04 Jörg MayerRemove now unneeded stuff missed by previous cleanup.
2013-10-04 Jörg MayerRemove a debug "printf"
2013-10-04 Jörg MayerReplace the old version by a more modern one that only
2013-10-04 Jörg MayerUpdate coding style, use FIND_PACKAGE_HANDLE_STANDARD_ARGS
2013-10-04 Jörg MayerFix a typo
2013-10-04 Jörg MayerFogot to set the <package>_INCLUDE_DIRS variable, thus it
2013-09-27 Jörg MayerFix a typo (a missed replace)
2013-09-23 Jörg MayerBeginnings of win cmake support (not yet working),...
2013-09-17 Jörg MayerWhen building packet-dap.c on an empty build tree,...
2013-08-12 Jörg Mayer- Extract variables from Makefile.common.
2013-07-24 Jörg MayerFix a bug that will prevent the extra flags from being...
2013-07-24 Jörg MayerCopy over from cmake git head as it fixes a bug:
2013-07-23 Jörg MayerCopy over cmake largfile detection from the gromacs...
2013-06-14 Jörg MayerAnd back it out again, just like the Makefile.am
2013-06-14 Jörg MayerCopy over
2013-05-11 Jörg MayerRemove generating .cnf files from all target. They...
2013-05-07 Jörg MayerMake exports actaully work
2013-05-07 Jörg MayerMove common code into UseAsn2Wrs.cmake.
2013-05-04 Jörg MayerAttempted fix for https://bugs.wireshark.org/bugzilla...
2013-05-01 Jörg MayerPrint the version of the include files that will be...
2013-05-01 Jörg Mayer- Fix logic for finding packages with differing Find...
2013-04-04 Guy HarrisIf we somehow manage to find libnl version 2 or 3,...
2012-11-22 Guy HarrisDon't set HAVE_LIBNL1 if we have don't libnl at all.
2012-09-25 Jörg MayerRemove trailing whitespace
2012-09-11 Jörg MayerDifferentiate between libnl versions. Feature parity...
2012-09-10 Jörg MayerOnly check if the NL-stuff isn't in the caches already
2012-09-06 Jörg MayerGet netlink detection working with cmake (not complete)
2012-08-25 Evan HuusHave CMake also consider the include path "lua5.2"...
2012-08-23 Jörg MayerReplace if(os1) endif() if(os2) endif() with elseif
2012-06-20 Jörg MayerComplete cmake support for netlink detection
2012-06-17 Jörg MayerTry to detect Lua 5.2 as well
2011-11-21 Jörg MayerLinking against GTK3 stoped working because only libgtk...
2011-10-08 Jörg MayerMimic test for IPv6 support in GeoIP from autofoo
2011-08-23 Stig BjørlykkeRemove support for libpcre, we use GRegex in GLib.
2011-08-05 Gerald CombsFindGTK2: Add a check for pangocairo. It has to be...
2011-08-05 Jörg MayerAdd call to FindPackageHandleStandardArgs
2011-08-05 Jörg MayerAttempt to properly fix the missing path information...
2011-07-12 Jörg MayerRemote trailing whitespace
2011-07-06 Jörg MayerAdd detection of rpcap support in libpcap and use it...
2011-06-08 Jörg MayerAs pointed out by Jakub Zawadzki:
2011-06-08 Jörg MayerAdd GTK3 cmake options. It doesn't build, just like...
2011-06-08 Jörg MayerLast patch removed $Id$ head line
2011-06-08 Jörg MayerCopy over changes from cmake git HEAD.
2011-06-02 Ronnie SahlbergFrom Matthieu Patou <mat@matws.net>
2011-05-17 Jörg MayerUpdate to FindGTK2 from cmake 2.8.3. Add back quartz...
2011-05-12 Jörg MayerPlay catch up with recent configure.in changes:
2011-04-29 Jeff MorrissDon't check for the existence of gzclearerr() any more.
2011-02-09 Jaap KeuterAccommodate the CMake build on Ubuntu 10.10.
2011-01-08 Guy HarrisFrom H.sivank:
2010-11-15 Jörg Mayercmake stuff:
2010-09-28 Jörg Mayer- Reset a few more variables used in FindXYZ scripts.
2010-09-25 Jörg Mayer- FindGLIB2.cmake updates from
2010-09-24 Stig BjørlykkeReset CMAKE_REQUIRED_FLAGS after checking flags.
2010-09-23 Jörg MayerH.sivank:
2010-09-23 Jörg MayerAdd check for HAVE_GZCLEARERR.
2010-09-23 Jörg MayerTry to add support to learn the HTML_VIEWER variable...
2010-07-22 Stig BjørlykkeSet missing svn:keywords and svn:eol-style.
2010-05-24 Jörg MayerJose Pedro Oliveira <jpo@di.uminho.pt>
2010-05-24 Guy HarrisAt least according to the CMake 2.6 documentation,
2010-05-19 Jörg MayerCommit 32350 replaced the self written FindZ.cmake...
2010-04-01 Kovarththanan Raja... Add readme to track modules
next