| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
element comparison for cvec, cdeq, clist, csptr. Will give compile time error if functions depending on comparisons are used.
|
|
available).
|
|
|
|
|
|
to the c++ new operator. The previous c_new(T) is renamed to c_alloc(T), and c_new_n(T,n) => c_alloc_n(T,n). Old usage of c_new() will fail as it requires additional argument. Sorry for the inconvenience.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const mapped*). Added container_X_getmut() for mutable version. Updated docs.
|
|
|
|
|
|
cdeq, cmap, csmap, cslist
|
|
|
|
|
|
cdeq_X_erase() - may be used wrong. Use cvec_X_erase_n() instead.
Fixed type-bug in cpque.h (same was in cqueue.h).
|
|
a c++ example.
|
|
|
|
|
|
|
|
example.
|
|
i_val_str is defined. Minor optimizations.
|
|
|
|
|
|
|
|
in cvec, cdeq.
|
|
|
|
|
|
Silence some warnings
|
|
|
|
|
|
|
|
|
|
|