summaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* tuklib_integer.h: Fix a recent copypaste error in Clang detection.Lasse Collin2023-05-031-2/+2
* Windows: Include <intrin.h> when needed.Jia Tan2023-05-031-0/+6
* tuklib_integer: Use __builtin_clz() with Clang.Jia Tan2023-05-031-3/+3
* tuklib_physmem: Silence warning from -Wcast-function-type on MinGW-w64.Jia Tan2023-03-111-0/+18
* Windows: Fix mythread_once() macro with Vista threads.Lasse Collin2022-11-111-3/+4
* tuklib_cpucores: Use HW_NCPUONLINE on OpenBSD.Lasse Collin2022-11-111-0/+9
* tuklib_physmem: Fix Unicode builds on Windows.Lasse Collin2022-09-291-1/+1
* Windows: Fix building of resource files when config.h isn't used.Lasse Collin2022-07-121-1/+3
* Use defined(__GNUC__) before __GNUC__ in preprocessor lines.Lasse Collin2020-03-111-1/+2
* tuklib_exit: Add missing header.Lasse Collin2020-03-111-0/+1
* sysdefs.h: Omit the conditionals around string.h and limits.h.Lasse Collin2020-03-111-6/+2
* Rename unaligned_read32ne to read32ne, and similarly for the others.Lasse Collin2019-12-311-34/+30
* Rename read32ne to aligned_read32ne, and similarly for the others.Lasse Collin2019-12-311-28/+28
* Revise tuklib_integer.h and .m4.Lasse Collin2019-12-311-217/+271
* Fix comment typos in tuklib_mbstr* files.Lasse Collin2019-12-313-3/+3
* Add missing include to tuklib_mbstr_width.c.Lasse Collin2019-12-311-0/+1
* tuklib_mbstr_width: Fix a warning from -Wsign-conversion.Lasse Collin2019-12-311-1/+1
* tuklib_cpucores: Silence warnings from -Wsign-conversion.Lasse Collin2019-12-311-5/+5
* tuklib_integer: Silence warnings from -Wsign-conversion.Lasse Collin2019-12-311-3/+3
* tuklib_integer: Fix usage of conv macros.Lasse Collin2019-12-311-4/+8
* tuklib_integer: Cleanup MSVC-specific code.Lasse Collin2019-12-311-11/+9
* tuklib_integer: Improve unaligned memory access.Lasse Collin2019-12-311-12/+168
* tuklib_integer: New Intel C compiler needs immintrin.h.Lasse Collin2018-03-281-0/+11
* Update the home page URLs to HTTPS.Lasse Collin2018-03-281-1/+1
* tuklib_cpucores: Add support for sched_getaffinity().Lasse Collin2016-12-261-0/+9
* tuklib_physmem: Hopefully silence a warning on Windows.Lasse Collin2016-06-281-1/+2
* Fix the detection of installed RAM on QNX.Lasse Collin2015-03-291-1/+13
* tuklib_cpucores: Use cpuset_getaffinity() on FreeBSD if available.Lasse Collin2015-02-101-0/+18
* Add a few casts to tuklib_integer.h to silence possible warnings.Lasse Collin2015-02-031-12/+12
* Fix build when --disable-threads is used.Lasse Collin2014-12-211-0/+2
* Add support for AmigaOS/AROS to tuklib_physmem().Lasse Collin2014-10-091-0/+7
* Windows: Add MSVC defines for inline and restrict keywords.Lasse Collin2014-01-121-0/+10
* Fix typos in comments.Lasse Collin2014-01-121-1/+1
* Add native threading support on Windows.Lasse Collin2013-09-171-111/+402
* Fix the previous commit which broke the build.Lasse Collin2013-08-041-1/+1
* Windows: Add Windows support to tuklib_cpucores().Lasse Collin2013-08-031-1/+12
* liblzma: Fix mythread_sync for nested locking.Lasse Collin2012-12-141-2/+3
* Workaround unusual SIZE_MAX on SCO OpenServer.Lasse Collin2011-08-091-3/+6
* Don't call close(-1) in tuklib_open_stdxxx() on error.Lasse Collin2011-05-281-1/+3
* Don't use clockid_t in mythread.h when clock_gettime() isn't available.Lasse Collin2011-05-171-0/+2
* Fix portability problems in mythread.h.Lasse Collin2011-04-191-4/+27
* Revise mythread.h.Lasse Collin2011-04-101-20/+180
* Add alloc_size and malloc attributes to a few functions.Lasse Collin2011-01-181-0/+6
* Add missing PRIx32 and PRIx64 compatibility definitions.Lasse Collin2010-12-121-0/+9
* Windows: Use MinGW's stdio functions.Lasse Collin2010-10-231-0/+5
* Windows: Update common_w32res.rc.Lasse Collin2010-10-091-6/+3
* xz: Multiple fixes.Lasse Collin2010-09-103-0/+161
* Fix use of N_() and ngettext().Lasse Collin2010-09-071-2/+2
* Rename MIN() and MAX() to my_min() and my_max().Lasse Collin2010-05-261-7/+5
* Better #error message.Lasse Collin2010-05-261-2/+2