Download List

项目描述

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 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

此版本增加了一大堆bug修正,以及增加了很多,因此您可以断言调试应用程序使用图书馆更容易(如果您编译与调试库)。
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

为构建问题的情侣修正,和额外的调试检查,如果你建立了- enable -调试(它会立即告诉你,如果你调用timer_q_add_static_node()与错误的参数)。
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

在一个通用便携文件问题的修复程序。
A fix for a problem in the generic portability file.

2001-01-30 15:14
1.0.0

一个小的变化夫妇,主要是命名空间,使其更容易和更明显。这现在是一个稳定的版本。
A couple of minor changes, mainly to the namespace to make it easier and more obvious. This is now a stable release.

Project Resources