Télécharger la liste

Description du projet

Timer_q is a shared C library which implements multiple queues of timed events. This is commonly needed, but often implemented badly (via. alarm()). The library also aims to be fast, small, and easy to use.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-01-30 15:14
1.0.3

Cette version apporte tout un tas de corrections de bogues et l'ajout de beaucoup de soutient de sorte que vous pouvez déboguer des applications qui utilisent la bibliothèque plus facilement (si vous compilez la bibliothèque avec le débogage).
This release adds a whole bunch of bugfixes and the addition of a lot of asserts so you can debug applications that use the library more easily (if you compile the library with debugging).

2001-01-30 15:14
1.0.2

Correction pour un couple de construire des problèmes, et la vérification de débogage supplémentaires si vous construisez avec - enable-debug (il vous dira instantanément si vous appelez timer_q_add_static_node () avec de mauvais arguments).
Fixes for a couple of build problems, and extra debug checking if you build with --enable-debug (it will tell you instantly if you call timer_q_add_static_node() with the wrong arguments).

2001-01-30 15:14
1.0.1

Un correctif pour un problème dans le fichier de la portabilité des génériques.
A fix for a problem in the generic portability file.

2001-01-30 15:14
1.0.0

Un couple de modifications mineures, principalement vers l'espace de noms pour le rendre plus facile et plus évident. C'est maintenant une version stable.
A couple of minor changes, mainly to the namespace to make it easier and more obvious. This is now a stable release.

Project Resources