Menu

Tree [16d3a9] master 0.9.0 /
 History

HTTPS access


File Date Author Commit
 doc 2010-08-05 Giovanni [dacav] Simoni Giovanni [dacav] Simoni [158790] Merge branch 'master' of ssh://simgidacav@...
 headers 2012-04-18 Giovanni [dacav] Simoni Giovanni [dacav] Simoni [c6c11e] Merge remote-tracking branch 'origin/v0.9'
 libdacav 2012-04-18 Giovanni [dacav] Simoni Giovanni [dacav] Simoni [c6c11e] Merge remote-tracking branch 'origin/v0.9'
 scripts 2009-12-25 Giovanni [dacav] Simoni Giovanni [dacav] Simoni [ef8f18] Code refactoring
 .gitignore 2010-07-21 Giovanni [dacav] Simoni Giovanni [dacav] Simoni [3a6570] Gitignore updated.
 AUTHORS 2012-03-03 Giovanni [dacav] Simoni Giovanni [dacav] Simoni [a020f0] Version update
 COPYING 2009-11-10 Giovanni [dacav] Simoni Giovanni [dacav] Simoni [6f408e] added basic structure
 ChangeLog 2012-04-20 Giovanni [dacav] Simoni Giovanni [dacav] Simoni [16d3a9] Version update
 Makefile.am 2012-02-29 Giovanni [dacav] Simoni Giovanni [dacav] Simoni [298a11] Libthdacav is no longer there
 NEWS 2011-01-07 Giovanni [dacav] Simoni Giovanni [dacav] Simoni [21501a] Version metadata changes.
 README 2011-01-07 Giovanni [dacav] Simoni Giovanni [dacav] Simoni [21501a] Version metadata changes.
 THANKS 2011-01-07 Giovanni [dacav] Simoni Giovanni [dacav] Simoni [21501a] Version metadata changes.
 bootstrap 2011-03-18 Giovanni [dacav] Simoni Giovanni [dacav] Simoni [6f1081] Update in bootstrap and documentation
 configure.ac 2012-04-20 Giovanni [dacav] Simoni Giovanni [dacav] Simoni [16d3a9] Version update

Read Me

This project aims to produce a simple library that provides some common
use data structures, like hash tables, linked lists and so on.

Yes, you are right, there are a lot of implementations of this kind of
stuff, around in the Internet; however when I started to write this
project, my objective was just having fun and learning by experience.

Thanks to GNU Autotools, in order to install this package you can relay on
the standard "./configure && make && make install" procedure. For further
information have a look to the INSTALL textfile, which should be included
in this package.

Note: the INSTALL files gets generated by Automake, so it's not included
      in the repository. The distributed package, however, will include it
      automatically.

Note: The doxygen documentation provided with the package may be not
      updated as the one provided online.
      Please check http://libdacav.sourceforge.net/doxygen/ for the latest
      version of the doxygen.

-- Version numbering -----------------------------------------------------

Interesting versioning model I'm trying to use:
http://apr.apache.org/versioning.html