walnux/libs/libc
guoshichao ff4ad07576 greenhills: add cmake support
1. refactor the ghs/gcc/clang/armclang toolchain management in CMake
2. unify the cmake toolchain naming style
3. support greenhills build procedure with CMake
4. add protect build for greenhills and gnu toolchain with CMake

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
2024-10-01 11:48:09 +08:00
..
aio libc: Change errno to set_errno and get_errno 2023-10-29 17:16:09 +02:00
assert greenhills: add cmake support 2024-10-01 11:48:09 +08:00
audio audio/libsrc: fix build warning 2024-03-26 09:40:42 +08:00
bin build: add initial cmake build system 2023-07-08 13:50:48 +08:00
builtin libs/libc: adapt the cmake script from the makefile 2023-11-07 17:39:03 +01:00
ctype ctype.h:move locale macro define to lib_ctype file 2024-09-30 19:29:34 +08:00
dirent lib_fdopendir.c:Fix crash in fdopendir caused by fdsan 2024-09-29 07:45:52 +08:00
dlfcn modlib/dlfcn:unify same code 2024-09-29 15:06:54 +08:00
errno build: add initial cmake build system 2023-07-08 13:50:48 +08:00
eventfd build: add initial cmake build system 2023-07-08 13:50:48 +08:00
fdt CMake:init arm64 CMake qemu-armv8a build 2023-12-27 07:27:17 -08:00
fixedmath build: add initial cmake build system 2023-07-08 13:50:48 +08:00
gdbstub arch: use up_current_regs/up_set_current_regs replace CURRENT_REGS 2024-09-13 23:18:58 +08:00
gnssutils libs/gnssutils: Ignore source zip 2024-09-20 14:38:43 +08:00
grp build: add initial cmake build system 2023-07-08 13:50:48 +08:00
hex2bin c++ compatibility: rename reserved c++ keywords 'public' and 'this' 2023-09-16 19:45:02 +08:00
inttypes nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
kbin build: add initial cmake build system 2023-07-08 13:50:48 +08:00
libgen basename: return path address instead of "/" when path="/" 2024-08-22 01:50:37 +08:00
locale nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
lzf nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
machine arch_atomic.c:Provide __sync_synchronize when the compiler does not support it 2024-09-23 14:07:03 +08:00
misc ftok:check mkdir return value. 2024-09-28 19:10:31 +08:00
modlib modlib/dlfcn:unify same code 2024-09-29 15:06:54 +08:00
net netlib/route: add length for add/del route-func to reduce caller stack usage 2024-08-26 01:54:10 +08:00
netdb libc/netdb: Remove unnecessary CONFIG_LIBC_NETDB checks 2024-09-17 03:19:47 +08:00
obstack libs/libc/obstack: revert invalid null byte append to obstack_vprintf 2024-09-17 11:32:48 +08:00
pthread pthread_mutexattr_setprotocol: remove the unreached dead code 2024-09-27 00:20:53 +08:00
pwd build: Fix libc/pwd CMakeLists.txt 2024-08-07 08:45:19 +08:00
queue libs/libc/queue: inline queue list to improve performance 2024-09-08 18:13:33 +08:00
regex cmake:add missing libc regex CMake support 2024-09-15 10:29:21 +08:00
sched clock: Replace all ts and tick conversion functions 2024-09-12 18:14:39 +08:00
search hcreate: fix using the uninit value misra issue 2024-09-27 00:20:53 +08:00
semaphore semaphore: export priority ceiling interfaces in semaphore 2024-09-10 01:26:31 +08:00
signal signal: add siginterrupt implementation 2023-08-29 09:43:42 +08:00
spawn cmake: fix compilation 2024-06-02 09:27:36 -03:00
stdio libs/libc/stdio: Optimize header file dependencies in *prinf.c file. 2024-09-23 18:22:12 +08:00
stdlib libc/stdlib: Refine octal check of lib_checkbase() 2024-09-15 10:11:42 +08:00
stream syslogstream : init value for lib_syslograwstream_s.last_ch 2024-09-27 09:59:45 +08:00
string libc/stdlib: If there were no digits at all, strtoul() stores the original value of nptr in *endptr (and returns 0). 2024-09-15 10:11:42 +08:00
symtab libs: fix the problem that the address obtained in thumb mode cannot be executed. 2024-01-04 09:22:57 -08:00
syslog build: add initial cmake build system 2023-07-08 13:50:48 +08:00
termios build: add initial cmake build system 2023-07-08 13:50:48 +08:00
time enable O_CLOEXEC explicitly to avoid fd leak 2024-09-17 02:07:34 +08:00
tls Fix greater-than-or-equal-to-zero issue 2024-09-20 12:34:27 +02:00
uio libc: add missing preadv/pwritev in CMakeLists.txt 2024-09-19 03:49:29 +08:00
unistd sys/resource: Add RLIMIT_RTPRIO and RLIMIT_RTTIME definition 2024-09-13 16:08:25 +08:00
userfs build: add initial cmake build system 2023-07-08 13:50:48 +08:00
uuid nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
wchar libc:Add macro restrictions to code that uses floating point numbers 2024-08-21 13:33:45 +08:00
wctype compiler/tasking: fix unreachable code on tasking toolchain 2024-01-30 20:53:00 -08:00
wqueue clock: Replace all ts and tick conversion functions 2024-09-12 18:14:39 +08:00
zoneinfo Revert "build depend:Revert Make.dep intermediate ddc file" 2024-09-15 19:29:47 +08:00
.gitignore libfdt: modify makefile 2023-08-26 17:07:02 +08:00
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig nuttx/uorb: Rename GPS to GNSS 2024-09-19 03:44:49 +08:00
libc.csv libc.csv: Add more missing interface 2024-09-28 09:11:10 +08:00
libc.h libc.h:Fixed the problem of multiple define appearing in arch_xxx.S after opening kasan 2024-09-27 10:32:09 +08:00
Makefile nuttx/uorb: Rename GPS to GNSS 2024-09-19 03:44:49 +08:00