Download List

Descripción del Proyecto

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.

System Requirements

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

Esta versión incluye un montón de correcciones de errores y la adición de un montón de lo que afirma puede depurar aplicaciones que utilizan la biblioteca más fácilmente (si se compila con la biblioteca de depuración).
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

Establece, para un par de problemas de compilación, depuración y control adicionales si usted construye con - enable-debug (le dirá inmediatamente si usted llama timer_q_add_static_node () con los argumentos incorrectos).
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

Una solución para un problema en el archivo de la portabilidad genéricos.
A fix for a problem in the generic portability file.

2001-01-30 15:14
1.0.0

Un par de cambios menores, principalmente para el espacio de nombres para hacer más fácil y más obvio. Esta es ahora una versión estable.
A couple of minor changes, mainly to the namespace to make it easier and more obvious. This is now a stable release.

Project Resources