aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-27HTTPS In Still More Places, update more URLs.Guy Harris1-3/+3
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-11version_info.c: Handle Visual Studio 2019Anders Broman1-1/+3
2018-12-13Move more version-info-related stuff to version_info.c.Guy Harris1-15/+66
2018-10-12Also need a period at the end of the "Built using" clause.Guy Harris1-1/+1
2018-10-12Need a space between the VS year number and the toolchain version.Guy Harris1-1/+1
2018-10-123.0 requires VS 2015 or later.Guy Harris1-28/+6
2018-10-12Clean up MSVC version string generation.Guy Harris1-63/+129
2018-04-15Remove some references to PortAudio.Gerald Combs1-5/+4
2018-03-20Handle Clang/C2.Guy Harris1-0/+18
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2017-11-09Start using SPDX license identifiers.Gerald Combs1-13/+1
2017-10-23Make plugin support a runtime propertyJoão Valverde1-0/+11
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-0/+408
2014-12-31Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris1-156/+0
2014-12-23Change version info string "without locale" to "with default locale" soStephen Fisher1-1/+1
2014-08-24Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice1-1/+1
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-1/+0
2014-07-03Include <sys/capaibility.h> to get _LINUX_CAPABILITY_VERSION defined.Guy Harris1-4/+0
2014-07-03Move the GLib version info string stuff to get_glib_version_info().Guy Harris1-9/+2
2014-07-03Make --help and --version information a bit more uniform.Guy Harris1-47/+3
2014-06-23Have individual programs get libpcap and libz version info.Guy Harris1-9/+0
2014-06-22Add a routine to return a version string including VCS information.Guy Harris1-8/+0
2014-06-21Move get_os_major_version() to wsutil and rename it to get_windows_major_vers...Guy Harris1-21/+0
2014-06-21Move the routine to get memory information to wsutil.Guy Harris1-14/+2
2014-06-21Move the routine to get a CPU information string to wsutil.Guy Harris1-38/+1
2014-06-21Add a get_compiler_info() routine in libwsutil to get compiler information.Guy Harris1-75/+2
2014-06-21Is <stdio.h> necessary here?Guy Harris1-1/+0
2014-06-21Move get_os_version_info() to libwsutil.Guy Harris1-447/+1
2014-06-21Move get_copyright_info() to wsutil.Guy Harris1-12/+0
2014-06-10CPUID improvementsJakub Zawadzki1-1/+4
2014-05-31Move cpuid to seperate header file.Jakub Zawadzki1-46/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-6/+6
2014-01-01Happy new year!Stig Bjørlykke1-1/+1
2013-11-02libcap is UN*X-only; libnl is Linux-only.Guy Harris1-2/+8
2013-09-30Add identification of Windows 8.1 / Windows Server 2012 R2Pascal Quantin1-0/+3
2013-06-20Fix indent (use Tabs)Alexis La Goutte1-15/+15
2013-06-20Fix warning about CPUInfo in Linux (when use qmake to build qtshark)Alexis La Goutte1-1/+5
2013-06-17Added a missing CFRelease.Stig Bjørlykke1-1/+3
2013-03-24Replace implicit conversions with explicit casts.Guy Harris1-3/+4
2013-03-21Make internal functions static.Anders Broman1-2/+2
2013-02-08Try using cpuid also for __x86_64__ if compiled with GCC.Anders Broman1-8/+53
2013-02-04Fix warning: unused parameter ‘str’ when compiling on a non Windows machinePascal Quantin1-1/+1
2013-02-04Add CPUBrandString and memory size to VersionInfo on windows if available.Anders Broman1-0/+45
2013-01-01Welcome in 2013Pascal Quantin1-1/+1
2013-01-01Add detection of Windows 8 and Windows Server 2012Pascal Quantin1-0/+3
2012-11-22On UN*X, if an interface has a description, use it as the "friendlyGuy Harris1-11/+2
2012-09-25Fix compilation warnings.Gerald Combs1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1