aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-18We don't need -Qunused-arguments with ClangGuy Harris1-4/+0
2014-06-18We don't need -Werror=unknown-warning-option with Clang.Guy Harris1-6/+0
2014-06-18Do C-Flags and CXX-Flags the same way.Guy Harris1-1/+2
2014-06-17Remove detection of Python libraries: They are not used anymore.Joerg Mayer1-6/+0
2014-06-16More Python-bindings removal.Jeff Morriss1-4/+0
2014-06-16The visibility warning is only valid on non-msvc platformsJoerg Mayer1-2/+4
2014-06-14Policy CMP020 was being set twice. Remove my original clumsy implementation.Joerg Mayer1-6/+1
2014-06-14Match for contents of WIRESHARK_SIMD_FLAGS only if non-emptyJoerg Mayer1-5/+6
2014-06-14Backport autofoo simd optimizationJoerg Mayer1-0/+31
2014-06-14Rename WIRESHARK_C_FLAGS to WIRESHARK_COMMON_FLAGSJoerg Mayer1-8/+8
2014-06-08Linking against libgettext and libm got broken byJoerg Mayer1-4/+4
2014-06-08Update CMake build for win32 to build QT again, and to findGraham Bloice1-9/+17
2014-05-30cmake: Add feature info for SBCMichal Labedzki1-0/+2
2014-05-30Fix wireshark.pc install destinationBalint Reczey1-1/+1
2014-05-30Set PLUGIN_INSTALL_DIR properly for wireshark.pcBalint Reczey1-2/+2
2014-05-28Commit 5ff629ec5ac636b901b2a004aa4d5248f68a5d0f requires the minimumJoerg Mayer1-2/+1
2014-05-27CMake: Remove FeatureSummary.cmake and fix display of featureAlexis La Goutte1-3/+1
2014-05-23Update comment about -Wunreachable-code and -WdocumentationAlexis La Goutte1-2/+3
2014-05-21Fix indent (use tabs)Alexis La Goutte1-8/+8
2014-05-05Not finding a non-required package is *NOT* an error!Guy Harris1-1/+10
2014-05-05set(<variable>) *undefines* the variable; a value must be specified.Guy Harris1-4/+4
2014-05-01Fix procedure of finding packagesMichaƂ Orynicz1-3/+12
2014-04-29Set CMake defaults for Windows build to:Graham Bloice1-1/+3
2014-04-20Rename ENABLE_EXTRA_COMPILER_CHECKS to ENABLE_EXTRA_COMPILER_WARNINGS.Guy Harris1-2/+2