Updates to libcfu, found here: https://github.com/codebrainz/libcfu
This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Matthew Brush dd8b293d22 Fixup header inclusion and C++ guards a bit
* Now headers only include headers they use (at least std headers).
* Remove CFU_DEBUG stuff since NDEBUG automatically controls assert()
* Make use of CFU_BEGIN_DECLS and CFU_END_DECLS macros from cfu.h.
2013-03-04 03:18:47 -08:00
doc Fix some wrong formatting characters for size_t 2013-03-04 02:46:04 -08:00
examples Fix some wrong formatting characters for size_t 2013-03-04 02:46:04 -08:00
src Fixup header inclusion and C++ guards a bit 2013-03-04 03:18:47 -08:00
.gitignore Re-write examples/Makefile.am a bit 2013-03-04 02:35:09 -08:00
AUTHORS Cleanup built files from initial commit 2013-03-04 01:46:56 -08:00
autogen.sh Start fixing up the build system 2013-03-04 01:57:54 -08:00
ChangeLog-pre0.04 Cleanup built files from initial commit 2013-03-04 01:46:56 -08:00
configure.ac Fixup header inclusion and C++ guards a bit 2013-03-04 03:18:47 -08:00
COPYING Initial commit 2013-03-04 01:40:58 -08:00
Makefile.am Fixup header inclusion and C++ guards a bit 2013-03-04 03:18:47 -08:00
README Initial commit 2013-03-04 01:40:58 -08:00

Libcfu is a library of thread-safe functions and data structures that
I have found useful.  See the texinfo documentation for detailed
information.