bmanojlovic / zlog
A reliable, high-performance, thread safe, flexsible, clear-model, pure C logging library.
☆38Updated last year
Alternatives and similar repositories for zlog:
Users that are interested in zlog are comparing it to the libraries listed below
- Fork of Log4c project☆90Updated 8 years ago
- send and recv event between processes with very few lines of code☆47Updated 10 years ago
- Zlog on Windows☆112Updated last year
- 多种无锁队列☆43Updated 7 years ago
- My Makefile for Linux, application & driver☆43Updated 4 years ago
- a fast ,stable and thread-safe log lib(logger) for C/C++ language☆250Updated 6 years ago
- Simple memory leak finder.☆51Updated 11 years ago
- gpio interrupt test under Toradex imx7s with embedded linux☆14Updated 7 years ago
- Source Insight快捷宏,基于quicker.em进行修改,最终目的在于,采用便捷的方式添加注释,并符合Doexgen的解析规则☆34Updated 3 years ago
- kfifo, a generic userspace FIFO implementation, port from Linux kernel 5.x. Note: requires GCC.☆69Updated 6 months ago
- 模仿 kfifo 实现的环形缓冲区☆95Updated 4 years ago
- Log4cpp maintained fork by OrocosDevs☆188Updated 3 years ago
- a ring buffer like kfifo, work in linux kernel and user space, test on kernel 3.16 on both x86 and ARM platform☆40Updated 4 years ago
- libev sync from http://cvs.schmorp.de/libev/☆157Updated 3 years ago
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆141Updated 7 years ago
- source insight 3.X tabs plugin in c language☆97Updated 8 years ago
- linux线程间同步(Inter-Thread Synchronization)方式汇总☆60Updated 9 years ago
- 纯C语言高性能异步多任务多事件驱动的协程库| Pure C language high-performance asynchronous multi-task multi-event driven coroutine library.☆191Updated 4 years ago
- ☆70Updated 4 years ago
- A reliable, high-performance, thread safe, flexsible, clear-model, pure C logging library.☆59Updated 2 years ago
- show compile message with color when show up error/warning/note/make using gcc/g++/make☆94Updated 8 years ago
- A TimerQueue Based on Poll☆14Updated 5 years ago
- Transfer block of data from one linux process to another, used IPC technology such as semaphore and share memory.☆12Updated 11 years ago
- ☆66Updated 5 years ago
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆47Updated 8 years ago
- ini file parser by C☆25Updated 6 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆55Updated 8 years ago
- cJSON解析库的使用示例,包含简单和复杂JSON字符串的解析和构建。