summaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* tuklib_integer.h: Reverts previous commit.Jia Tan2023-05-041-2/+2
* tuklib_integer.h: Changes two other UINT_MAX == UINT32_MAX to >=.Jia Tan2023-05-041-2/+2
* 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-04-191-0/+6
* tuklib_integer: Use __builtin_clz() with Clang.Jia Tan2023-04-191-3/+3
* tuklib_physmem: Check for __has_warning before GCC version.Lasse Collin2023-01-261-3/+3
* Revert "tuklib_common: Define __has_warning if it is not defined."Lasse Collin2023-01-241-7/+0
* tuklib_physmem: Clean up the way -Wcast-function-type is silenced on Windows.Lasse Collin2023-01-241-4/+13
* tuklib_physmem: Silence warning from -Wcast-function-type on MinGW-w64.Jia Tan2023-01-191-0/+9
* tuklib_common: Define __has_warning if it is not defined.Jia Tan2023-01-191-0/+7
* xz: Silence warnings from -Wsign-conversion in a 32-bit build.Lasse Collin2023-01-121-1/+1
* liblzma: Silence a warning from -Wsign-conversion in a 32-bit build.Lasse Collin2023-01-121-2/+2
* sysdefs.h: Don't include strings.h anymore.Lasse Collin2023-01-101-6/+0
* sysdefs.h: Fix a comment.Lasse Collin2023-01-101-1/+1
* sysdefs.h: Don't include memory.h anymore even if it were available.Lasse Collin2023-01-101-6/+2
* Style: Change #if !defined() to #ifndef in mythread.h.Jia Tan2023-01-061-1/+1
* Build: Only define HAVE_PROGRAM_INVOCATION_NAME if it is set to 1.Jia Tan2023-01-022-2/+2
* liblzma: Includes sys/time.h conditionally in mythreadJia Tan2022-12-301-1/+7
* Build: No longer require HAVE_DECL_CLOCK_MONOTONIC to always be set.Jia Tan2022-12-301-2/+2
* Windows: Fix mythread_once() macro with Vista threads.Lasse Collin2022-10-311-3/+4
* tuklib_cpucores: Use HW_NCPUONLINE on OpenBSD.Lasse Collin2022-10-201-0/+9
* tuklib_integer: Add 64-bit endianness-converting reads and writes.Lasse Collin2022-10-051-2/+44
* tuklib_physmem: Fix Unicode builds on Windows.Lasse Collin2022-09-281-1/+1
* Windows: Fix building of resource files when config.h isn't used.Lasse Collin2020-07-121-1/+3
* Use defined(__GNUC__) before __GNUC__ in preprocessor lines.Lasse Collin2020-02-221-1/+2
* tuklib_exit: Add missing header.Lasse Collin2020-02-201-0/+1
* Revert the previous commit and add a comment.Lasse Collin2020-02-181-7/+10
* Do not check for HAVE_CONFIG_H in tuklib_config.h.Lasse Collin2020-02-171-8/+7
* sysdefs.h: Omit the conditionals around string.h and limits.h.Lasse Collin2020-02-161-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-07-123-3/+3
* Add missing include to tuklib_mbstr_width.c.Lasse Collin2019-07-121-0/+1
* Update tuklib base headers to include stdbool.h.Lasse Collin2019-07-122-1/+2
* tuklib_mbstr_width: Fix a warning from -Wsign-conversion.Lasse Collin2019-06-231-1/+1
* tuklib_cpucores: Silence warnings from -Wsign-conversion.Lasse Collin2019-06-231-5/+5
* tuklib_integer: Silence warnings from -Wsign-conversion.Lasse Collin2019-06-231-3/+3
* tuklib_integer: Fix usage of conv macros.Lasse Collin2019-06-201-4/+8
* tuklib_integer: Cleanup MSVC-specific code.Lasse Collin2019-06-011-11/+9
* tuklib_integer: Improve unaligned memory access.Lasse Collin2019-06-011-12/+168
* tuklib_integer: New Intel C compiler needs immintrin.h.Lasse Collin2018-01-101-0/+11
* Update the home page URLs to HTTPS.Lasse Collin2017-04-191-1/+1
* tuklib_cpucores: Add support for sched_getaffinity().Lasse Collin2016-10-241-0/+9
* tuklib_physmem: Hopefully silence a warning on Windows.Lasse Collin2015-11-081-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