Download List

專案描述

QOF (Query Object Framework), provides a set of C Language utilities for performing generic structured complex queries on a set of data held by a set of C/C++ objects. This framework is unique in that it does not require SQL or any database at all to perform the query. Thus, it allows programmers to add query support to their applications without having to hook into an SQL database.

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-05-08 18:09
0.8.4

A problem in 0.8.3 was picked up. This release fixes the internal link to qofsql, which breaks chroot builds and cross builds.

2011-05-08 03:02
0.8.3

A nuisance check with gcc-4.6 -Werror is ignored by removing some code but marking most as unused despite actually being used. The .la file was dropped from libqof-dev and jquery.js was dropped from doxygen output.

2006-12-29 16:28
0.7.2

This release adds KVP_TYPE_BOOLEAN support,
extensible error handling,
and new Brazilian Portuguese and Indonesian
translations. It fixes
doxygen support (so that it can be disabled
cleanly) and a sqlite
error that resulted in spurious temporary files.
It improves speed
in the sqlite backend, packages the .pot file
directly, and removes
AM_MAINTAINER_MODE. QofError is designed for
user-friendly messages and
supports setting errors and error messages
on-the-fly to provide user
error messages that are as detailed, relevant, and
helpful as possible.
標籤: Minor bugfixes

2006-09-05 17:17
0.7.1

The SQLite backend for embedded systems is now
working and, along with the QSF XML backend, can
be packaged separately from the main library as
long as one backend is always available. The
transition from gnc-numeric to QofNumeric is
complete. QofDate and QofTime were fixed to avoid
using GDate except in explicit conversions (which
prevents build failures on hppa and sparc). The
QSF valgrind patch was fixed to avoid a segfault
on writing QSF.
標籤: Minor feature enhancements

2006-07-24 19:52
0.7.0

The old gnc-date has been replaced by QofTime and a new QofDate, splitting time handling (seconds) from date handling (calendar). Full 64-bit support for all times and dates within a couple dozen times the age of the universe is included. Handlers to convert to limited types like struct tm, time_t, and GDate when within range have been implemented. Support has been added for undo operations with each QofBook from cashutil. Support has been added from coreutils in Debian to support nanosecond time formats. Automated building of Doxygen documentation has been added to provide a doc package.
標籤: Major feature enhancements

Project Resources