aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2015-01-05Minor CMake updates to better group build artefactsGraham Bloice1-1/+1
2015-01-02Add back "version.h" inclusionPascal Quantin1-0/+2
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+1
2015-01-01Welcome in 2015Pascal Quantin1-1/+1
2014-12-31Use setlocale() to get the current locale.Guy Harris1-6/+18
2014-12-31Swallow get_glib_version_info() into get_compiled_version_info().Guy Harris1-18/+9
2014-12-31"#else", not "#elif", for the last part of a chain of conditionals.Guy Harris1-2/+24
2014-12-31ws_cpuid() returns a success/failure indication; make it gboolean.Guy Harris1-10/+10
2014-12-31Distinguish between IA-32 and non-x86.Guy Harris1-3/+9
2014-12-31Move some routines into ws_version_info.c.Guy Harris11-492/+153
2014-12-31Do the full string in get_{compiled,runtime}_version_info().Guy Harris2-24/+46
2014-12-31Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris2-1/+135
2014-12-29Restore string.h to os_version.cMartin Mathieson1-0/+1
2014-12-29Add back string.h to sha1.c and sober128.cMartin Mathieson2-0/+2
2014-12-29Restore string.h to md4.cMartin Mathieson1-0/+1
2014-12-29Add string.h back to rc4.cMartin Mathieson1-0/+1
2014-12-29Add back string.hMartin Mathieson1-0/+1
2014-12-28Add a couple of more needed includesMartin Mathieson2-1/+2
2014-12-28Restore string.h as OS X misses it for strlen()Martin Mathieson1-0/+1
2014-12-28Deleting unnecessary #includes from wsutil.Martin Mathieson23-34/+1
2014-12-28Removed duplicated #include linesDario Lombardo2-2/+0
2014-12-25Check for getopt_long(), not getopt().Guy Harris1-1/+1
2014-12-25Include some files based on whether the functions they define are present.Guy Harris1-3/+12
2014-12-24Don't use extra variables for ws_mempbrk_sse42.c and popcount.cGuy Harris1-14/+8
2014-12-24Move twelve show_version() functions from the varoius programs andStephen Fisher2-0/+20
2014-12-23Cmake: check for popcount, and build it from wsutil/popcount.c if missing.Guy Harris1-0/+7
2014-12-23Try to fix Windows build for popcount() unresolved external symbolStephen Fisher1-0/+1
2014-12-23Move popcount() to an optionally built part of wsutil for systems thatStephen Fisher3-0/+77
2014-12-22Fix unknown command tag name [-Wdocumentation-unknown-command]Alexis La Goutte1-1/+2
2014-12-20Don't bother with __builtin_floorl().Guy Harris1-11/+0
2014-12-20Include <math.h> to declare floor().Guy Harris1-0/+2
2014-12-20Remove trailing white space.Guy Harris2-2/+2
2014-12-20Rename wsutil/floor.[ch] to wsutil/floorl.[ch].Guy Harris3-7/+7
2014-12-20If we don't have GCC, fall back on using floor().Guy Harris1-2/+10
2014-12-20Handle floorl() the same way we handle other not-on-all-platforms functions.Guy Harris2-4/+11
2014-12-20Include floor.c and floor.h in the source tarball.Guy Harris1-0/+2
2014-12-20Another missing changeStephen Fisher1-2/+1
2014-12-19Add missing files from last commitStephen Fisher2-0/+70
2014-12-19Revert "Provide a floorl() function (which is currently only able to call GCC...Stephen Fisher1-2/+0
2014-12-19Provide a floorl() function (which is currently only able to call GCC'sStephen Fisher1-0/+2
2014-11-26Update the URL for the CPUID instruction documentation.Stephen Fisher1-1/+2
2014-11-19[pedantic] Replace usage of 'long' and 'long long'Bill Meier2-3/+3
2014-11-05ws_mempbrk_sse42.c: remove inclusion of stdint.h as it's no more required aft...Pascal Quantin1-1/+0
2014-11-04Fix compilation error on FreeBSD 10.0-RELEASE (with clang): change int8_t toStephen Fisher1-1/+1
2014-11-03Don't use -msse4.2 with MSVC.Guy Harris1-5/+17
2014-11-02Add identification of Windows (Server) 10Pascal Quantin1-0/+3
2014-11-01Validate no_of_bits in ws_sign_ext32 and ws_sign_ext64Stig Bjørlykke1-0/+10
2014-10-30Remove the optional strncasecmp.{h,c} target (for systems that don't have tha...Jeff Morriss5-115/+6
2014-10-29Rename the strnatcmp.c routines and make them use the g_ascii_XXX() routines.Guy Harris2-8/+15
2014-10-17strptime.c needs ctype.h.Guy Harris1-0/+1