ダウンロードリスト

プロジェクト概要

libjc はそれを使用する C. プログラムでイベント駆動型の開発のためのフレームワークと同時に、バック グラウンドで任意の数の操作を実行でき、後でいくつかまたはすべてを完了するを待ちます。ソース パッケージには、それぞれが関連する操作セットを実行することができる、いくつかのオブジェクトと共にコアライブラリが含まれます。このフレームワークは標準ライブラリよりも大幅に少ないメモリを消費して、マルチプロセッサ システムにも対応します。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2011-05-13 17:20
2.1.6

X11のクライアントはこの拡張モジュールは、サーバーでサポートされている場合は、接続が確立された後"のBIG - REQUESTSを"拡張、および更新プログラムをそれに応じて最大許容要求の長さを有効にしようとします。構成ライブラリは、はるかに柔軟古いjc_config_load()関数よりもされている構成をロードするための新しいAPIを持っています。他のいくつかの追加やバグ修正も行われた。
The X11 client now tries to enable the "BIG-REQUESTS" extension after the connection is established if this extension is supported by the server, and updates the maximum allowed request length accordingly. The configuration library has a new API for loading configuration, which is much more flexible than the old jc_config_load() function. A few other additions and bug fixes were also made.

2011-05-06 15:17
2.1.5

X11のクライアントはSEND_EVENT要求をサポートします。構成ライブラリは、コマンドライン引数を解析することができます。 xevプログラムのクローンがテストして、X11クライアントの使用状況を示す追加されました。他のテストプログラムも追加されました。このリリースでは、アプリケーションでlibjc使用を開始する方法について説明します。"はじめに"の文書を追加します。バグも修正され、他のマイナーな改良が行われた。
The X11 client now supports SEND_EVENT requests. The configuration library can parse command line arguments. A clone of the xev program was added to test and demonstrate usage of the X11 client. Other test programs were also added. This release also adds a "getting started" document, which explains how to get started using libjc in applications. Bugs were also fixed and other minor improvements were made.

2011-04-29 06:09
2.1.4

jc_waitのセマンティクス()は変更され、それが今より簡単に、ユーザプログラムからのオブジェクトを使用するのは簡単です。すべてのテストは、新しいインターフェイスを使用するように更新されている。リソースIDの割り当てを管理する機能は、X11クライアントに追加されました。構成ライブラリは、エラー番号の代わりに、エラーが発生した場合に、わかりやすいエラーメッセージを返します。 X11のクライアントのためにいくつかの簡単なテストプログラムはまた、追加されたいくつかのパフォーマンスの改善とバグ修正が行われた。
The semantics of jc_wait() were changed, and it is now much easier and straightforward to use objects from user programs. All tests have been updated to use the new interface. Functions that manage allocation of resource IDs were added to the X11 client. The configuration library now returns a descriptive error message in case of an error, instead of an error number. A few simple test programs for the X11 client were also added, and several performance improvements and bugfixes were made.

2011-04-22 15:11
2.1.3

llpollライブラリは、再実装された文書は、その使用方法を説明するために追加されました。スケジューラスレッドの数は、現在の構成パラメータを指定して実行時に設定することができます。 X11のクライアントは、サーバーのメッセージを読み取るために、固定サイズのバッファを使用しています。このバッファのサイズも同様に、実行時に設定することができます。 MAPPING_NOTIFYのイベントがjc_x11_window_add()で登録されているすべてのウィンドウに送信されます。全てのX11コアプロトコルの定数は、現在proto/x11.hで定義されています。文書は、X11クライアント上で追加されました。バグも修正され、いくつかの機能は、一部のライブラリに追加されました。
The llpoll library was re-implemented, and a document was added to describe its usage. The number of scheduler threads can now be set at runtime with a configuration parameter. The X11 client now uses a fixed-size buffer to read server messages. The size of this buffer can be configured at runtime as well. MAPPING_NOTIFY events are now sent to all windows that were registered with jc_x11_window_add(). All X11 core protocol constants are now defined in proto/x11.h. A document was added on the X11 client. Bugs were also fixed and several functions were added to some of the libraries.

2011-04-15 06:31
2.1.2

このリリースでは、ほぼ完全なX11プロトコルライブラリと非同期X11クライアントを追加します。唯一のコアプロトコルメッセージは、現在サポートされている。いくつかの標準的なX11の拡張機能のサポートは将来追加される可能性があります。また、コアライブラリ内のバグがいくつかの機能が追加されたいくつかの追加が設定ライブラリに加えられた、修正されました。
This release adds an almost-complete X11 protocol library and an asynchronous X11 client. Only core protocol messages are currently supported; support for some standard X11 extensions may be added in the future. In addition, a bug in the core library was fixed, several functions were added, and some additions were made to the configuration library.

プロジェクトリソース