1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/cpp11-compat
Frederik Haxel 394cd0e3a8 sys: 64 bit compatibility
* priority_queue_t: Replaced `-1U` literal with PRIORITY_QUEUE_DATA_SIGNALING define
* architecture.h: Added 64-bit
* bloom.h: Fixed typedef for the hashfp_t function pointer
* vfs.h: Increased default vfs buffer sizes for 64 bit
* bytes.h: Check if socklen_t is already defined
* ztimer: Use PRIxPTR format specifier
2024-01-17 16:05:12 +01:00
..
include/riot tree-wide: fix typos in doc and comments 2023-10-16 12:17:48 +02:00
condition_variable.cpp sys: 64 bit compatibility 2024-01-17 16:05:12 +01:00
cppsupport.cpp sys/cpp11-compat: add deleted operators required by C++14 2022-01-06 11:18:33 +01:00
doc.txt doc: Improve C++ documentation 2021-12-15 18:58:23 +01:00
Kconfig sys/cpp11-compat: Use ztimer64_usec instead of xtimer 2023-03-24 12:36:45 +01:00
Makefile sys: remove -std=c++11 2022-01-13 17:50:59 +01:00
Makefile.dep sys/cpp11-compat: move dependency resolution in its own Makefile.dep 2023-06-15 10:24:50 +02:00
mutex.cpp everything: Remove filename from @file Doxygen command 2015-05-22 07:34:41 +02:00
thread.cpp sys /cpp11-compat: remove pseudo anonymous namespaces 2023-04-18 16:30:43 +02:00