Download List

Projeto Descrição

libjc is a framework for event-driven development in C. Programs that use it can perform an arbitrary number of operations simultaneously and in the background, and later wait for some or all of them to complete. The source package includes the core library along with a few objects, each of which is able to perform a set of related operations. This framework consumes significantly less memory than standard libraries, and it scales well to multiprocessor systems.

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.

2011-03-11 19:52
2.1.1

Um objeto timer foi adicionado. Um pequeno bug na biblioteca central foi fixada. A biblioteca de configuração foi redesenhado para automatizar todo o processo de carregar as configurações de objeto. Um documento detalhado sobre a configuração do objeto também foi adicionado.
A timer object was added. A minor bug in the core library was fixed. The configuration library was redesigned to automate the entire process of loading object configurations. A detailed document on object configuration was also added.

2011-02-25 17:48
2.1.0

Muitos problemas e limitações no motor do núcleo foram corrigidos, e problemas que não estavam claras foram mais bem definidas e documentadas. Como resultado das mudanças, a maioria dos objetos foram temporariamente removidos e será adicionado novamente em versões futuras. Além disso, uma biblioteca do protocolo X11 foi acrescentada e algumas mudanças foram feitas para a biblioteca de configuração.
Many problems and limitations in the core engine were fixed, and issues which were unclear have been better defined and documented. As a result of the changes, most objects were temporarily removed and will be re-added in future releases. Also, an X11 protocol library was added, and some changes were made to the configuration library.

2011-01-21 16:10
2.0.4

Algumas melhorias foram feitas para o baixo nível de cliente X11. Funções relacionadas com os arquivos de configuração foram movidos para uma biblioteca separada.
Some improvements were made to the low-level X11 client. Functions related to config files were moved to a separate library.

2011-01-14 21:17
2.0.3

Um cliente de baixo nível X11 foi adicionado. Algumas melhorias foram feitas também para o núcleo e outras bibliotecas.
A low-level X11 client was added. Some improvements were also made to the core and other libraries.

2010-12-17 18:14
2.0.2

Um bug crítico no mecanismo central foi fixada. Muitas melhorias foram feitas para o objeto dnsudp. Um objeto de resolução configurável foi adicionado, que opera em cima de dnsudp.
A critical bug in the core engine was fixed. Many improvements were made to the dnsudp object. A configurable resolver object was added that operates on top of dnsudp.

Project Resources