aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2015-01-04Fix out-of-tree build includes of config.hGraham Bloice1-10/+0
2015-01-03CMake: Clobber the top-level config.h before we build.Gerald Combs1-0/+10
2015-01-02tshark: Add endpoints statisticsMichael Mann1-0/+1
2015-01-01wireshark-qt.cpp belongs in, err, umm, the Qt Wireshark - not the GTK+ one.Guy Harris1-2/+2
2015-01-01wireshark-qt.cpp is only a Qt Wireshark source file.Guy Harris1-4/+1
2015-01-01Move ui/qt/main.cpp to wireshark-qt.cpp, and get rid of the dummy.cpp hack.Guy Harris1-0/+3
2014-12-31Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris1-8/+0
2014-12-29Windows build improvements:Graham Bloice1-1/+8
2014-12-24Add -msse4.2 to the compiler flags if it's supported.Guy Harris1-0/+3
2014-12-18Use LocatePythonModule to locate asn2wrs.pyMaarten Bezemer1-1/+0
2014-12-18Use LocatePythonModule to find make-dissector-reg.py in order to make UseMake...Maarten Bezemer1-0/+2
2014-12-17Install cmake files to make them available for out of source buildsMaarten Bezemer1-0/+2
2014-12-17Install GLib cmake helper filesMaarten Bezemer1-0/+2
2014-12-16Add cmake helper files for finding wiresharkMaarten Bezemer1-0/+12
2014-12-11CMake: Make it easier to generate the release notes & NEWS.Gerald Combs1-5/+6
2014-12-09Qt: Initial VoIP Calls dialog.Gerald Combs1-1/+11
2014-11-27LEX and YACC are requiredMaarten Bezemer1-0/+2
2014-11-20Fix global plugin folder when it is set as an absolute pathBalint Reczey1-1/+5
2014-11-19Remove Windows linker flags from the CMake link flags test as theGraham Bloice1-7/+5
2014-11-16Add unused-const-variable (enable by default on new clang release)Alexis La Goutte1-0/+1
2014-11-10Allow building under OSX Yosemite using cmake.David Ameiss1-11/+11
2014-11-05Enable some runtime sanity checks when using at least gcc 4.9Joerg Mayer1-0/+5
2014-11-05Fix plugin search path: It was relative instead of absolute, resultingJoerg Mayer1-2/+1
2014-10-29Add missing stuff for custom plugins.AndersBroman1-0/+1
2014-10-23OS X: Integrate CMake and osx-app.shGerald Combs1-0/+37
2014-10-15CMake: When creating a bundle add convenience symlinks.Gerald Combs1-0/+8
2014-10-11CMake: Don't add Custom.make to the bundle.Gerald Combs1-0/+1
2014-10-10CMake: Bundle the "share" directory files and directories.Gerald Combs1-29/+75
2014-10-09CMake: Build an application bundle (Wireshark.app) on OS X.Gerald Combs1-28/+73
2014-10-02CMake: Don't assume we have a "cat" command.Gerald Combs1-6/+25
2014-09-22extcap: Always create extcap/ dir in run/Michal Labedzki1-0/+1
2014-09-18Having CmakeListsCustom.txt in git defeats the purpose of its existence:Joerg Mayer1-1/+3
2014-09-17Qt: Add the "Map" button to the Endpoints dialog.Gerald Combs1-28/+46
2014-09-03Actually use the define of custom plugins...AndersBroman1-0/+1
2014-09-02Qt → wireshark. GTK+ → wireshark-gtk.Gerald Combs1-23/+23
2014-09-01Add CMake stuff for custom plugins.AndersBroman1-0/+1
2014-08-22Add WinSparkle to the CMake build to bring it into line withGraham Bloice1-0/+11
2014-08-22Move generating HAVE_AIRPCAP to main CMakeLists.txt as is done withJoerg Mayer1-0/+3
2014-08-21Extcap Capture InterfaceRoland Knall1-0/+14
2014-08-20In Visual Studio builds, enable the L4 warningGraham Bloice1-1/+2
2014-08-14CMake: More Qt5WinExtras plumbing.Gerald Combs1-0/+4
2014-08-13Windows Qt: Add taskbar progress supportGerald Combs1-0/+3
2014-08-07Add back a comment lost in 8b2a8a9636d090Joerg Mayer1-0/+1
2014-08-05Suppress 10 of the CMP0020 CMake warnings on Windows, only 8 left now.Graham Bloice1-4/+4
2014-08-04Rip out the filetap codeEvan Huus1-6/+1
2014-08-04CMake 2.8+ supports CMAKE_OSX_DEPLOYMENT_TARGET; don't do that stuff ourselves.Guy Harris1-35/+7
2014-08-03Add an OSX_DEPLOY_TARGET option to control building for a target OS version.Guy Harris1-0/+53
2014-08-03Go back to non-verbose Makefiles.Guy Harris1-7/+0
2014-08-03Get rid of debugging output, and get CMake to produce verbose makefiles.Guy Harris1-8/+10
2014-08-03Print the actual compiler, not its "CMake-id".Guy Harris1-2/+2