aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
Commit message (Expand)AuthorAgeFilesLines
* Disable SSE4.2 _ws_mempbrk_sse42 only for older Apple compilersHadriel Kaplan2015-01-301-3/+13
* Disable SSE4.2 _ws_mempbrk_sse42 due to bug 10798Hadriel Kaplan2015-01-291-0/+3
* win32: fix detection of Windows 10 Technical PreviewPascal Quantin2015-01-281-2/+20
* Replace "GIT" with "VCS" in make-version.pl and files it manipulates.Guy Harris2015-01-251-2/+2
* Also support -xarch=sse_42 in the Sun C compiler for x86(-64).Guy Harris2015-01-211-7/+12
* Always set the COMPILE_FLAGS property, so we can always fetch it.Guy Harris2015-01-211-0/+10
* Don't set SSE4_2_FLAG to -msse4.2 unless -msse4.2 works.Guy Harris2015-01-211-1/+3
* Check whether we can use nmmintrin.h.Guy Harris2015-01-211-22/+33
* Only turn -msse4.2 on for ws_mempbrk_sse42.c, and don't always build it.Guy Harris2015-01-211-3/+23
* CMake: Set an output directory for plugins.Gerald Combs2015-01-201-5/+5
* Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris2015-01-131-2/+1
* Fix CMake generation and use of Windows .rc filesGraham Bloice2015-01-111-1/+1
* Minor CMake updates to better group build artefactsGraham Bloice2015-01-051-1/+1
* Add back "version.h" inclusionPascal Quantin2015-01-021-0/+2
* Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier2015-01-021-1/+1
* Welcome in 2015Pascal Quantin2015-01-011-1/+1
* Use setlocale() to get the current locale.Guy Harris2014-12-311-6/+18
* Swallow get_glib_version_info() into get_compiled_version_info().Guy Harris2014-12-311-18/+9
* "#else", not "#elif", for the last part of a chain of conditionals.Guy Harris2014-12-311-2/+24
* ws_cpuid() returns a success/failure indication; make it gboolean.Guy Harris2014-12-311-10/+10
* Distinguish between IA-32 and non-x86.Guy Harris2014-12-311-3/+9
* Move some routines into ws_version_info.c.Guy Harris2014-12-3111-492/+153
* Do the full string in get_{compiled,runtime}_version_info().Guy Harris2014-12-312-24/+46
* Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris2014-12-312-1/+135
* Restore string.h to os_version.cMartin Mathieson2014-12-291-0/+1
* Add back string.h to sha1.c and sober128.cMartin Mathieson2014-12-292-0/+2
* Restore string.h to md4.cMartin Mathieson2014-12-291-0/+1
* Add string.h back to rc4.cMartin Mathieson2014-12-291-0/+1
* Add back string.hMartin Mathieson2014-12-291-0/+1
* Add a couple of more needed includesMartin Mathieson2014-12-282-1/+2
* Restore string.h as OS X misses it for strlen()Martin Mathieson2014-12-281-0/+1
* Deleting unnecessary #includes from wsutil.Martin Mathieson2014-12-2823-34/+1
* Removed duplicated #include linesDario Lombardo2014-12-282-2/+0
* Check for getopt_long(), not getopt().Guy Harris2014-12-251-1/+1
* Include some files based on whether the functions they define are present.Guy Harris2014-12-251-3/+12
* Don't use extra variables for ws_mempbrk_sse42.c and popcount.cGuy Harris2014-12-241-14/+8
* Move twelve show_version() functions from the varoius programs andStephen Fisher2014-12-242-0/+20
* Cmake: check for popcount, and build it from wsutil/popcount.c if missing.Guy Harris2014-12-231-0/+7
* Try to fix Windows build for popcount() unresolved external symbolStephen Fisher2014-12-231-0/+1
* Move popcount() to an optionally built part of wsutil for systems thatStephen Fisher2014-12-233-0/+77
* Fix unknown command tag name [-Wdocumentation-unknown-command]Alexis La Goutte2014-12-221-1/+2
* Don't bother with __builtin_floorl().Guy Harris2014-12-201-11/+0
* Include <math.h> to declare floor().Guy Harris2014-12-201-0/+2
* Remove trailing white space.Guy Harris2014-12-202-2/+2
* Rename wsutil/floor.[ch] to wsutil/floorl.[ch].Guy Harris2014-12-203-7/+7
* If we don't have GCC, fall back on using floor().Guy Harris2014-12-201-2/+10
* Handle floorl() the same way we handle other not-on-all-platforms functions.Guy Harris2014-12-202-4/+11
* Include floor.c and floor.h in the source tarball.Guy Harris2014-12-201-0/+2
* Another missing changeStephen Fisher2014-12-201-2/+1
* Add missing files from last commitStephen Fisher2014-12-192-0/+70