Temelia is the data structure library in C developed by Fundația Ceata.

Tiberiu C. Turbureanu e3b61ef668 Am adăugat testele scrise de sana@ceata.org. 11 лет назад
deb 359b7b015f amd64 în control.sav64 14 лет назад
release 9f63924070 14 лет назад
rpm f5d2066f80 adaugare rpm amd64 14 лет назад
src 9a71d9cf89 integrare în linia principală a funcției hash_map_get_key_value 14 лет назад
temelia_performance e3b61ef668 Am adăugat testele scrise de sana@ceata.org. 11 лет назад
temelia_performance_graphs e3b61ef668 Am adăugat testele scrise de sana@ceata.org. 11 лет назад
temelia_samples e3b61ef668 Am adăugat testele scrise de sana@ceata.org. 11 лет назад
.cproject 4bb42546b9 15 лет назад
.project 4bb42546b9 15 лет назад
AUTHORS 8a2b53eb43 integrare în linia principală 14 лет назад
COPYING 8a2b53eb43 integrare în linia principală 14 лет назад
INSTALL 8a2b53eb43 integrare în linia principală 14 лет назад
Makefile 8d183825dc integrare în linia principală 14 лет назад
README 8a2b53eb43 integrare în linia principală 14 лет назад
THANKS 8a2b53eb43 integrare în linia principală 14 лет назад
utility.sh 8d183825dc integrare în linia principală 14 лет назад

README

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