aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-03OK, try sorting the compiler options.Guy Harris1-3/+3
2014-08-02Note that the ...COMMON_FLAGS are for C and C++.Guy Harris1-0/+2
2014-08-02Always check some -f flags.Guy Harris1-3/+3
2014-08-02When testing compiler flags, test them with previously-tested flags.Guy Harris1-2/+2
2014-08-02Dump additional debugging information.Guy Harris1-0/+2
2014-08-02Wait until the C and C++ compiler flags are fully set before showing them.Guy Harris1-3/+4
2014-08-01cmake: forget about plugins/asn1: it's not used any more.Jeff Morriss1-1/+0
2014-08-01Move the AirPcap stuff into caputils.Guy Harris1-1/+0
2014-07-31Distinguish between wireshark *source files* and wireshark *dependencies*.Guy Harris1-2/+5
2014-07-31Lua - it's not just for breakfast^Wdissectors any more!Guy Harris1-1/+1
2014-07-30Remove empty variable SHARK_COMMON_CAPTURE_SRC. It's not presentJoerg Mayer1-8/+1
2014-07-16Move the monitor-for-interface-list-changes stuff to the caputils library.Guy Harris1-1/+0
2014-07-11Add back -Qunused-arguments for Clang++.Gerald Combs1-1/+7
2014-07-09CMake : fix name of HTML Viewer to display also the exe pathAlexis La Goutte1-1/+1
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-17/+8
2014-07-03Make wsutil depend on gitversion.Guy Harris1-12/+0
2014-07-03Add --help and --version support.Guy Harris1-0/+1
2014-07-03Make --help and --version information a bit more uniform.Guy Harris1-4/+5
2014-07-02Make the flag testing logic for linker flags work like the compiler flag test...Joerg Mayer1-1/+1
2014-07-02Allow overriding C/C++ flags from CMake command lineBalint Reczey1-2/+6
2014-07-02See if this forces version.h to be built.Guy Harris1-5/+5
2014-07-02AUTHORS-SHORT is build in ${CMAKE_BINARY_DIR}, not ${CMAKE_SOURCE_DIR}.Guy Harris1-1/+1
2014-07-01Generate version.h before adding subdirs (especially wsutil). OtherwiseJoerg Mayer1-19/+19
2014-07-01Put each option on a line of its own.Joerg Mayer1-1/+2
2014-06-30Reflect the move of filters.c to libui.Guy Harris1-1/+0
2014-06-30Move proto_hier_stats.[ch] to libui.Guy Harris1-1/+0
2014-06-30Move capture.[ch] to libui.Guy Harris1-1/+0
2014-06-30Move capture_ui_utils.[ch] to libui.Guy Harris1-1/+0
2014-06-29Move some more stuff into wsutil.Guy Harris1-2/+0
2014-06-26Fixed linker flags for MSVC to not attempt to make and link a manifestGraham Bloice1-2/+2
2014-06-24Create capchild/doxygen.cfgJoerg Mayer1-0/+1
2014-06-23Move the routines to talk to dumpcap into a static libcapchild.Guy Harris1-2/+5
2014-06-21Reorder some statements to avoid unused build-type directoriesJoerg Mayer1-22/+19
2014-06-21Move get_os_version_info() to libwsutil.Guy Harris1-2/+0
2014-06-20Add .rc files to the sources to have them included in the buildJoerg Mayer1-0/+12
2014-06-20More .in files to handleJoerg Mayer1-35/+10
2014-06-20Process all .in files, not only the ones needed for Unix'ish systems.Joerg Mayer1-1/+40
2014-06-20Add flags required for VS2013 to CmakeGraham Bloice1-0/+17
2014-06-18Undo more of Graham's changes:Joerg Mayer1-6/+3
2014-06-18Only check for -msse4.2.Guy Harris1-30/+15