Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gdsl_1.8_mingw32.tar.xz | 2015-12-16 | 202.6 kB | |
README-gdsl.md | 2015-12-16 | 1.6 kB | |
gdsl-doc_1.8.tar.xz | 2015-12-16 | 1.1 MB | |
Totals: 3 Items | 1.3 MB | 0 |
The Generic Data Structures Library (GDSL) is a collection of routines for generic data structures manipulation. It is a portable and re-entrant library fully written from scratch in pure ANSI C. It is designed to offer for C programmers common data structures with powerful algorithms, and hidden implementation. Available structures are lists, queues, stacks, hash tables, binary trees, binary search trees, red-black trees, 2D arrays, permutations and heaps.
Project Pages:
Source:
Licenses:
Support:
- Mailing Lists
- Bug Tracker
- Atom News Feeds: News
- Author: Gna! Profile
Requires:
- Unix shell (sh) for gdsl-config script
- libgcc
Notes:
- Configured Options:
- --build=i686-pc-mingw32: 32-bit build for Win32/MinGW32
- --disable-static --enable-shared: Build shared libs only (.dll)
- Make Options:
- LDFLAGS="$LDFLAGS -no-undefined": To build DLL