axe/include/ax
2023-04-07 13:20:57 +08:00
..
type refactor: rename serival macros for class.h 2022-08-26 14:20:13 +08:00
unix feat(thread): add ax_thread_kill function 2023-03-19 12:33:28 +08:00
win32 feat(thread): add ax_thread_kill function 2023-03-19 12:33:28 +08:00
algo.h use c99 standard boolean instead of ax_bool 2021-05-13 22:15:03 +08:00
array.h refactor: rename serival macros for class.h 2022-08-26 14:20:13 +08:00
arraya.h feat: optimized the implementation of class 2022-03-10 19:58:19 +08:00
avl.h refactor: rename serival macros for class.h 2022-08-26 14:20:13 +08:00
btrie.h refactor: rename serival macros for class.h 2022-08-26 14:20:13 +08:00
buff.h refactor: rename serival macros for class.h 2022-08-26 14:20:13 +08:00
class.h fix: failed to build 2022-08-29 22:19:51 +08:00
cond.h combine detect/sys.h and detect/arch.h into detect.h 2022-08-10 16:05:14 +08:00
debug.h feat(debug): add ax_assert_not_null macro 2022-01-24 12:26:46 +08:00
def.h feat: add link.h 2022-08-18 14:26:43 +08:00
deq.h refactor: rename serival macros for class.h 2022-08-26 14:20:13 +08:00
detect.h feat: update system detection macros in detect.h 2022-09-12 14:24:48 +08:00
dump.h feat: add ax_dump_named_bind helper function 2021-12-29 18:49:39 +08:00
edit.h refactor(kit): change readline implementation to linenoise 2023-04-06 14:46:33 +08:00
event.h feat(net): add AX_EV_ERROR event 2023-03-11 16:33:59 +08:00
flow.h fix: trick.h is not included by flow.h 2022-03-17 12:54:50 +08:00
heap.h Merge branch 'master' of github.com:li-xilin/axe 2022-08-20 16:33:33 +08:00
hmap.h refactor: rename serival macros for class.h 2022-08-26 14:20:13 +08:00
iter.h fix: correct serival assertion of functions in algo.c 2022-04-11 15:25:24 +08:00
lib.h feat: add sub-module of axkit 2023-01-01 21:20:25 +08:00
link.h feat: add event-driven support 2022-08-18 21:07:58 +08:00
list.h refactor: rename serival macros for class.h 2022-08-26 14:20:13 +08:00
log.h feat: add source line number in log record text 2021-07-08 13:29:00 +08:00
mem.h feat(core): add ax_strargv function 2023-03-19 12:32:50 +08:00
mutex.h combine detect/sys.h and detect/arch.h into detect.h 2022-08-10 16:05:14 +08:00
narg.h feat: add ax_foreach macro 2022-01-25 16:07:38 +08:00
oper.h refactor: support for user-extensible ax_t and ax_op macro 2022-03-14 12:47:52 +08:00
option.h feat: rename ax_argv_from_buf to ax_strtoargv 2023-01-16 17:18:26 +08:00
pque.h refactor: rename serival macros for class.h 2022-08-26 14:20:13 +08:00
pred.h refactor: replace all AX_DEBUG with NDEBUG 2021-11-06 14:16:41 +08:00
ptra.h fix: failed to build 2022-08-29 22:19:51 +08:00
queue.h refactor: rename serival macros for class.h 2022-08-26 14:20:13 +08:00
rb.h refactor: rename serival macros for class.h 2022-08-26 14:20:13 +08:00
reactor.h update axevent library 2022-12-27 22:34:49 +08:00
rwlock.h combine detect/sys.h and detect/arch.h into detect.h 2022-08-10 16:05:14 +08:00
sem.h combine detect/sys.h and detect/arch.h into detect.h 2022-08-10 16:05:14 +08:00
socket.h fix(net): can not enable Win32 native AF_UNIX support 2023-04-07 13:20:57 +08:00
stack.h refactor: rename serival macros for class.h 2022-08-26 14:20:13 +08:00
string.h refactor: rename serival macros for class.h 2022-08-26 14:20:13 +08:00
tcolor.h feat: add colorful text output support for terminal 2023-04-06 20:01:37 +08:00
thread.h combine detect/sys.h and detect/arch.h into detect.h 2022-08-10 16:05:14 +08:00
timeval.h refactor(event): move headers ax/event/*.h to ax directory 2022-08-24 14:00:34 +08:00
tpool.h feat: add multiple-thread support 2022-08-10 02:04:59 +08:00
trait.h fix: incompleted header files including 2023-01-01 21:25:42 +08:00
trick.h feat: add ax_trait_declare macro 2022-07-13 19:30:43 +08:00
tss.h combine detect/sys.h and detect/arch.h into detect.h 2022-08-10 16:05:14 +08:00
u1024.h refactor: rename uintk to u1024 2022-08-09 11:50:49 +08:00
unit.h refactor: replace all AX_DEBUG with NDEBUG 2021-11-06 14:16:41 +08:00
utf8.h refactor(kit): change readline implementation to linenoise 2023-04-06 14:46:33 +08:00
vector.h refactor: rename serival macros for class.h 2022-08-26 14:20:13 +08:00