123456789101112131415161718192021222324252627282930313233 |
- Temelia is a generic data structures library written in ANSI C. It implements
- the most general use data structures, mostly studied at school.
- This is the Temelia project directory. It currently contains the following:
- Directory Description
- src Temelia's source files
- src/include Temelia's header files
- Makefile Makefile for Temelia's sources
- AUTHORS List of authors and contributors
- COPYING Licence under which is released Temelia
- INSTALL How to install Temelia
- THANKS List of people that support Temelia
- samples Quality tests and examples of how to use data
- structures to solve problems
- samples/Makefile Makefile for tests
- samples/src Source files
- samples/src/include Header files
- performance Performance tests; Temelia vs C++ STL
- performance/Makefile Makefile for performance tests
- performance/src Source files
- performance/src/include Header files
- deb deb install packet for deb-based operating systems
- deb/amd64 amd64 architecture
- deb/i386 i386 architecture
- rpm rpm install packet for rpm-based operating systems
- rpm/amd64 amd64 architecture
- rpm/i386 i386 architecture
|