mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Small library that offers basic data structures (list, set, map...) in a pure C API for user-space applications. Key features: - Easy to use, portable - No "magic" MACROs, and no need to modify your data structures (except, perhaps, for __attribute__((packed))) - Stable and well-tested backend engine (libstdc++) for most of the data structures - Reasonable performance - comparable to libstdc++
26 lines
645 B
Text
26 lines
645 B
Text
bin/cdada-gen
|
|
include/cdada.h
|
|
include/cdada/__common_internal.h
|
|
include/cdada/__list_internal.h
|
|
include/cdada/__map_internal.h
|
|
include/cdada/__queue_internal.h
|
|
include/cdada/__set_internal.h
|
|
include/cdada/__stack_internal.h
|
|
include/cdada/bbitmap.h
|
|
include/cdada/list.h
|
|
include/cdada/list_custom_cc.h
|
|
include/cdada/map.h
|
|
include/cdada/map_custom_cc.h
|
|
include/cdada/queue.h
|
|
include/cdada/queue_custom_cc.h
|
|
include/cdada/set.h
|
|
include/cdada/set_custom_cc.h
|
|
include/cdada/stack.h
|
|
include/cdada/stack_custom_cc.h
|
|
include/cdada/str.h
|
|
include/cdada/utils.h
|
|
include/cdada/version.h
|
|
lib/libcdada.a
|
|
lib/libcdada.so
|
|
lib/libcdada.so.0
|
|
lib/libcdada.so.0.0.0
|