aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2010-04-01Sync ZLIB from CMake trunkKovarththanan Rajaratnam1-3/+3
2010-03-18cmake changes:Jörg Mayer1-6/+30
2010-03-16This adds a new dissector plugin: INTERLINK. This protocol is used inUwe Girlich1-0/+1
2010-03-07- Derive Wireshark version from configure.in for now.Jörg Mayer1-1/+39
2010-03-06From Andrej Kuehnal:Anders Broman1-0/+1
2010-03-04Copy over the introduction of Makefile.common changeJörg Mayer1-3/+15
2010-02-25Almost working out-of-tree builds for the documentation,Jörg Mayer1-4/+7
2010-01-14Set correct locale in make-version.pl instead of in Makefiles.Stig Bjørlykke1-12/+18
2010-01-13Add a target to always run make-version.pl to check if svn version has changed.Stig Bjørlykke1-3/+10
2009-12-29- Beginnings of cmake in docbook directoryJörg Mayer1-18/+4
2009-12-08Added GCRYPT_LIBRARIES to capinfos.Stig Bjørlykke1-0/+1
2009-11-24CMake: Bump the version to 1.3.3Kovarththanan Rajaratnam1-1/+1
2009-11-17Need to add svnversion.h to the build list to makeJörg Mayer1-0/+1
2009-11-17Beginnings of enabling static builds. Still to do:Jörg Mayer1-4/+8
2009-11-12- Add the new dissector filesJörg Mayer1-11/+20
2009-11-11- Generate manpages and html version of manpagesJörg Mayer1-17/+99
2009-11-08Make it possible to disable WERROR.Stig Bjørlykke1-0/+2
2009-11-07Add a few more optional compiler warnings and some (commented out)Jörg Mayer1-0/+6
2009-11-07cmake will now honor -Werror if configured (default: on)Jörg Mayer1-4/+27
2009-10-29New version is 1.3.2Jörg Mayer1-1/+1
2009-10-25Remove an obsolete commentJörg Mayer1-1/+0
2009-10-10Group subdirectories Kovarththanan Rajaratnam1-10/+9
2009-10-10Add tools/lemon/CMakeLists.txt which creates the lemon parser executableKovarththanan Rajaratnam1-11/+1
2009-10-10Compile and link idl2wrsKovarththanan Rajaratnam1-0/+2
2009-10-09Fix copy/paste errorKovarththanan Rajaratnam1-2/+2
2009-10-09Start using register_tap_files() macroKovarththanan Rajaratnam1-10/+2
2009-10-09Introduce UseMakeTapReg.cmakeKovarththanan Rajaratnam1-0/+1
2009-10-09Add register_dissector_files macroKovarththanan Rajaratnam1-0/+1
2009-10-09Also capitalize wireshark_BINARY_DIR since this variable is automatically def...Kovarththanan Rajaratnam1-1/+1
2009-10-09Capitalize project nameKovarththanan Rajaratnam1-1/+1
2009-10-08Remove FindWSWIN32.cmake. It was only a temporary hack I introduced. We shoul...Kovarththanan Rajaratnam1-1/+0
2009-10-04Move make-tapreg-dotc to tools/make-tapreg-dotcKovarththanan Rajaratnam1-2/+2
2009-10-04Move rdps.py to tools/rdps.pyKovarththanan Rajaratnam1-2/+2
2009-09-25Try to add tpg, but it seems it doesn't build with autofoo either.Jörg Mayer1-2/+10
2009-09-25wslua now builds, links and installs.Jörg Mayer1-1/+1
2009-09-25Removed some duplicate libraries.Stig Bjørlykke1-15/+0
2009-09-25- Previous patch moved the intall targes dirs too far down.Jörg Mayer1-33/+53
2009-09-24Slightly rework the detection code for some packages.Jörg Mayer1-26/+32
2009-09-23Added Apple Cocoa library to processes dumping OSX version.Stig Bjørlykke1-1/+8
2009-09-23Build more plugins with cmake.Jörg Mayer1-6/+8
2009-09-21CMake:Jörg Mayer1-2/+53
2009-09-16Build a few more pluginsJörg Mayer1-7/+7
2009-09-16Move some of the -I stuff from top level to epan.Jörg Mayer1-9/+1
2009-09-15Build the asn1 plugin. The only problem(?) is, that it isJörg Mayer1-6/+47
2009-09-14Not yet working:Jörg Mayer1-9/+74
2009-09-12Make building with GeoIP, Python, Capabilities and c-aresJörg Mayer1-24/+23
2009-09-10Update to add the last missing detection stuff.Jörg Mayer1-12/+45
2009-09-09We no longer support the old plugin API so remove it completely from the buil...Kovarththanan Rajaratnam1-1/+1
2009-09-09Add missing include dirs when building wslua.Jörg Mayer1-0/+2
2009-09-09CMAKE: Get most of of missing *build* pieces into placeJörg Mayer1-18/+89