Bitvector is a C library that allows you to use strings rather than ints for internal flags. On many platforms, ints are limited to 32 bits and are thus limited to 32 flags available for a given flag variable. Bitvector uses a resizing char array for flags, allowing much greater flexibility for flag management.
| Tags | Software Development Libraries |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | POSIX Linux |
| Implementation | C |
Recent releases


Release Notes: This release fixes a small bug in bitvector_isempty.


Release Notes: This release features general cleanup and the addition of man pages, a changelog system, etc. This software has also changed ownership, and has been re-released under a new version in order to bring it in line with all other offerings from Wolf Software.


Release Notes: There has been a lot of cleanup work on this library, including the man pages, source and test code, the automake files, and general documentation. This has all been packaged up into a final release. There are currently no plans to add any further functionality to this library unless requested.


Release Notes: This release brings together a new site, clean code, and complete documentation and man pages.


Release Notes: Code cleanup and changes bought on by changes to the logfile library.