aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
AgeCommit message (Collapse)AuthorFilesLines
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
2009-09-23Try finding gpg-error library, to improve building on OSX.Stig Bjørlykke1-1/+2
svn path=/trunk/; revision=30100
2009-09-23Removed setting GLIB2_LIBRARIES to GLIB_LIBRARY, to improve build on OSX.Stig Bjørlykke1-3/+0
svn path=/trunk/; revision=30099
2009-09-23Try finding pixbuf and pango libraries to help building on OSX.Stig Bjørlykke1-0/+31
svn path=/trunk/; revision=30098
2009-09-12Make building with GeoIP, Python, Capabilities and c-aresJörg Mayer3-2/+198
actually work. svn path=/trunk/; revision=29870
2009-09-10Update to add the last missing detection stuff.Jörg Mayer5-32/+134
Some of it is untested, kerberos is currently a hack. Apart from that, package detection should be complete. svn path=/trunk/; revision=29838
2009-09-09CMAKE: Get most of of missing *build* pieces into placeJörg Mayer15-362/+276
svn path=/trunk/; revision=29819
2009-09-08dftest and rawshark now build.Jörg Mayer4-0/+119
tshark might build. svn path=/trunk/; revision=29786
2009-09-07- Undo the PACKAGELIST WSWIN32 stuff in CMakeLists.txt:Jörg Mayer7-1221/+65
That's what the packages are for, so instead of creating WSWIN32, the stuff should probably go into the GLIB2 package. - libwireshark now compiles - no time to add linking with it until tonight svn path=/trunk/; revision=29756
2009-09-02Beginnings of getting cmake to build stuff in epan.Jörg Mayer1-0/+21
It's only beginnings, so epan is commented out in the subdirs statement. This is more a synch to avoid duplicate work and creating conflicting patches to the cmake stuff. svn path=/trunk/; revision=29666
2009-08-31CMake: Remove PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 which are unusedKovarththanan Rajaratnam2-138/+0
svn path=/trunk/; revision=29639
2009-08-30Add new windows cmake module finderKovarththanan Rajaratnam1-0/+31
svn path=/trunk/; revision=29624
2009-08-30Fix PATH typo. Should have been PATHSKovarththanan Rajaratnam3-35/+30
svn path=/trunk/; revision=29620
2009-08-29We no longer support GLib 1.xKovarththanan Rajaratnam1-112/+0
svn path=/trunk/; revision=29617
2009-08-18Search for includes and libs in /opt/local/ (MacPorts).Stig Bjørlykke2-0/+18
svn path=/trunk/; revision=29465
2009-06-16OK, so my last commit message was too optimistic - I was usingJörg Mayer1-16/+18
an installed version of wsutil. dumpcap now really builds on Linux via cmake. svn path=/trunk/; revision=28754
2009-06-15CMake now successfully builds dumpcapJörg Mayer3-7/+37
svn path=/trunk/; revision=28745
2009-05-29Resume work on CMake for Wireshark. Finally found and fixed aJörg Mayer2-21/+58
few mistakes that I made earlier. Current status: dumpcap still doesn't build Next step: Add a ylwrap like workaround for flex misbehaviour. svn path=/trunk/; revision=28518
2008-07-18Remove iconv/libiconv checks from *NIX builds: GLIB-2 provides iconv ↵Jeff Morriss1-33/+0
replacements. svn path=/trunk/; revision=25765
2007-10-28Bug 1227 : From Frederic Heem:Sake Blok2-15/+18
* modify CMakeInstallDirs.cmake according to cmake developper wishes * FindDBUSGLIB.cmake fixes * Add HAVE_CHOWN * remove DBus from CMakeLists.txt. * DBus support has its own application (capdbus) and is in a self contained directory. A separate patch will be provided svn path=/trunk/; revision=23300