You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage libgdiplus-2.10-9.fc19.armv6hl
An Open Source implementation of the GDI+ API, it is part of the Mono Project
RPMPackage libgda-sqlite-5.1.2-2.fc19.x86_64
This libgda-sqlite includes the libgda SQLite provider.
RPMPackage libgda-sqlite-5.1.1-4.fc18.armv6hl
This libgda-sqlite includes the libgda SQLite provider.
RPMPackage libgda-postgres-5.1.2-2.fc19.x86_64
This libgda-postgres includes the libgda PostgreSQL provider.
RPMPackage libgda-postgres-5.1.1-4.fc18.armv6hl
This libgda-postgres includes the libgda PostgreSQL provider.
RPMPackage libgda-mdb-5.1.2-2.fc19.x86_64
This libgda-mdb includes the libgda Mdb provider.
RPMPackage libgda-mdb-5.1.1-4.fc18.armv6hl
This libgda-mdb includes the libgda Mdb provider.
RPMPackage libgda-5.1.2-2.fc19.x86_64
libgda is a library that eases the task of writing Gtk3-based database programs.
RPMPackage libgda-5.1.1-4.fc18.armv6hl
libgda is a library that eases the task of writing Gtk3-based database programs.
RPMPackage libgcrypt-1.5.3-2.fc19.x86_64
Libgcrypt is a general purpose crypto library based on the code used in GNU Privacy Guard. This is a development version.
RPMPackage libgcrypt-1.5.3-1.fc19.armv6hl
Libgcrypt is a general purpose crypto library based on the code used in GNU Privacy Guard. This is a development version.
RPMPackage libgcj-src-4.8.2-7.fc19.x86_64
The Java(tm) runtime library sources for use in Eclipse.
RPMPackage libgcj-4.8.1-3.v6.fc19.armv6hl
The Java(tm) runtime library. You will need this package to run your Java programs compiled using the Java compiler from GNU Compiler Collection (gcj).
RPMPackage libgcc-5.1.1-4.lbn19.x86_64
This package contains GCC shared support library which is needed e.g. for exception handling support.
RPMPackage libgcc-4.8.1-3.v6.fc19.armv6hl
This package contains GCC shared support library which is needed e.g. for exception handling support.
RPMPackage libfprint-0.5.1-1.fc19.x86_64
libfprint offers support for consumer fingerprint reader devices.
RPMPackage libfprint-0.5.0-2.fc19.armv6hl
libfprint offers support for consumer fingerprint reader devices.
RPMPackage libfontenc-1.1.1-3.fc19.armv6hl
X.Org X11 libfontenc runtime library
RPMPackage libfontenc-1.1.1-3.fc19.x86_64
X.Org X11 libfontenc runtime library
RPMPackage libffi-3.1-7.lbn19.x86_64
Compilers for high level languages generate code that follow certain conventions. These conventions are necessary, in part, for separate compilation to work. One such convention is the "calling convention". The calling convention is a set of assumptions made by the compiler about where function arguments will be found on entry to a function. A calling convention also specifies where the return value for a function is found. Some programs may not know at the time of compilation what arguments are to be passed to a function. For instance, an interpreter may be told at run-time about the number and types of arguments used to call a given function. `Libffi' can be used in such programs to provide a bridge from the interpreter program to compiled code. The `libffi' library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run time. FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. The `libffi' library really only provides the lowest, machine dependent layer of a fully featured foreign function interface. A layer must exist above `libffi' that handles type conversions for values passed between the two languages.