Replace "svn" with "git" all over the place.
[metze/wireshark/wip.git] / cmake /
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-25 Gerald CombsTry to get CMake to build the Developer Guide again...
2014-01-24 Gerald CombsPrepare for conversion of Guide chapters to AsciiDoc.
2014-01-19 Jörg MayerAdd option to specify special permissions for dumpcap...
2014-01-16 Gerald CombsLook for win_flex and win_bison.
2014-01-16 Gerald CombsMore Chocolatey lex/yacc updates.
2013-12-22 Jörg MayerBeginnings of doxygen support.
2013-12-05 Jörg MayerOnly try to fix absolute Unix paths.
2013-12-01 Jörg MayerThe changes to work around the msbuild deficiencies...
2013-12-01 Jörg MayerToo litte modify in copy - modify - paste cycle
2013-12-01 Jörg MayerGraham Bloice
2013-11-29 Jörg MayerGraham Bloice
2013-11-27 Jörg Mayer- Avoid copying of the graphics, specify the graphics...
2013-11-24 Graham BloiceEnsure the WIRESHARK_BASE_DIR env var is in cmake forma...
2013-11-18 Jörg MayerBeginnings of CheckAPI support. More diligence needed
2013-11-10 Jörg MayerOn Windows find the standard html viewer by using bigge...
2013-11-10 Jörg MayerMake FindGTK3 work on windows
2013-11-10 Jörg MayerTry to get findhtmlviewer working on windows. Doesn...
2013-11-07 Jörg MayerRemove extraction of cmake parameters from autotools...
2013-11-03 Jörg MayerPass the name of the sed executable as an explicit...
2013-11-01 Jörg MayerAdd generation of release notes.
2013-11-01 Jörg MayerRemove a comment about adding use of the sh version...
2013-11-01 Jörg MayerFix a typo that was never noticed
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
next