Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DataDraw is an ultra-fast persistent database for high performance programs
written in C. It's so fast that many programs keep all their data in a
DataDraw database, even while being manipulated in inner loops of compute
intensive applications. DataDraw databases are compiled, and directly link
into your C programs. DataDraw databases are resident in memory, making data
manipulation even faster than if they were stored in native C data structures
(really).
DataDraw databases can be persistent. Modifications to persistent data are
written to disk as they are made, which of course dramatically slows write
times. However, DataDraw databases can also be volatile. Volatile databases
exist only in memory, and only for the duration that your program needs it.
Volatile databases can be directly manipulated faster than C structures, since
data is better organized in memory to optimize cache performance
DataDraw supports modular design. An application can have one or more common
persistent databases, and multiple volatile databases to support various tools'
data structures. Classes in a tool's database can extend classes in the common
database.
DataDraw is also 64-bit optimized, allowing programs to run much faster and in
less memory than standard C programs using 64-bit pointers. This is because
DataDraw databases supports over 4 billion objects of a given class with 32-bit
object references.
|
|
p5-Spreadsheet-WriteExcel-2.28, pulseaudio-0.9.21, sound-juicer-2.28.1.
|
|
|
|
for libtool 2.2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in base. Add destdir support.
|
|
|
|
|
|
|
|
This version of CMake fixes many open issues and provides some exciting new
features.
|
|
|
|
|
|
upstream svn trunk. Bump PKGREVISION.
|
|
|
|
|
|
|
|
Sigil v0.1.5 2009.11.25
- fixed a race condition with view syncing in Book View
- fixed an issue with loading text files that don't end with a newline (some text would end up missing)
- A NEW FIND & REPLACE DIALOG (issue #13)
- no more hard line breaks in Code View (courtesy of recent performance optimisations) (issue #61)
- TOC Editor now remembers its size across invocations and program launches
- the uninstaller now removes Sigil's temporary working directories
- removed the "Start Sigil" checkbox in the last page of the installer; starting Sigil like this
was causing problems because Sigil had admin privileges (issue #163)
- fixed an issue with chapter breaks not working after they are Left/Center/Right Aligned (issue #158)
- multiple images can now be inserted with the "Insert Image" dialog by selecting multiple images
- fixed an issue with loading images from documents with uppercase tags and attributes (issue #156)
- tentatively fixed an issue with Sigil crashing on overwriting existing epubs (issue #146)
- fixed an issue with Sigil crashing on epubs with "date" OPF elements but no value set
for those elements (InDesign CS4 creates such invalid epubs) (issue #149)
- fixed an issue with words being merged on TXT import (issue #148)
- various performance improvements through code profiling and parallelization
- Linux and Mac builds should now be slightly faster because of new compiler optimizations
- fixed issue with Sigil incorrectly loading (and therefore subsequently saving) "date"
OPF elements with "event" attributes (issue 144)
|
|
|
|
Pango was using invalid c++ code and Sun Studio avoids that to compile.
Applied patches are taken from the bug-fixes committed upstream -HEAD
taken from harrbuuz-ng repository for pango.
Bump package revision because of these patches.
|
|
|
|
--- 9.6.1-P2 released ---
2772. [security] When validating, track whether pending data was from
the additional section or not and only return it if
validates as secure. [RT #20438]
|
|
|
|
|
|
|
|
|
|
Bugs fixed.
|
|
|
|
* Update Danish translation files.
|
|
build on systems with 64bit time_t's.
|
|
|
|
pkg), just for qt4
|
|
|
|
Bump PKGREVISION.
|
|
(no PKGREV bump needed because this pyqt4 version couldn't build
against sip<4.9 anyway)
|
|
|