aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2015-01-30Disable SSE4.2 _ws_mempbrk_sse42 only for older Apple compilersHadriel Kaplan1-3/+13
2015-01-29Disable SSE4.2 _ws_mempbrk_sse42 due to bug 10798Hadriel Kaplan1-0/+3
2015-01-28win32: fix detection of Windows 10 Technical PreviewPascal Quantin1-2/+20
2015-01-25Replace "GIT" with "VCS" in make-version.pl and files it manipulates.Guy Harris1-2/+2
2015-01-21Also support -xarch=sse_42 in the Sun C compiler for x86(-64).Guy Harris1-7/+12
2015-01-21Always set the COMPILE_FLAGS property, so we can always fetch it.Guy Harris1-0/+10
2015-01-21Don't set SSE4_2_FLAG to -msse4.2 unless -msse4.2 works.Guy Harris1-1/+3
2015-01-21Check whether we can use nmmintrin.h.Guy Harris1-22/+33
2015-01-21Only turn -msse4.2 on for ws_mempbrk_sse42.c, and don't always build it.Guy Harris1-3/+23
2015-01-20CMake: Set an output directory for plugins.Gerald Combs1-5/+5
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris1-2/+1
2015-01-11Fix CMake generation and use of Windows .rc filesGraham Bloice1-1/+1
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