Télécharger la liste

Description du projet

OSSP uuid is an API for ISO C, ISO C++, Perl and PHP and a corresponding CLI for the generation of DCE 1.1,
ISO/IEC 11578:1996, and RFC4122 compliant Universally
Unique Identifiers (UUIDs). It supports DCE 1.1
variant UUIDs of version 1 (time and node based),
version 3 (name based, MD5), version 4 (random
number based), and version 5 (name based, SHA-1).
UUIDs are 128-bit numbers that are intended to
have a high likelihood of uniqueness over space
and time and are computationally difficult to
guess. They are globally unique identifiers that can be locally generated without contacting a
global registration authority.

Système requise

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.

2006-07-28 21:55
1.5.0

Major des correctifs au PostgreSQL et PHP reliures. De nombreux nettoyages de code interne et de petites corrections.
Tags: Major bugfixes
Major fixes to the PostgreSQL and PHP bindings. Many internal code cleanups and small fixes.

2006-03-13 12:53
1.4.2

Le uuid_export () a été fixé par la fixation uuid_s interne [ar] printf () des fonctions qui exigent la sauvegarde de "va_list" des arguments entre le traitement ultérieur. L'API Perl "exporter" la fonction a été fixé par la non-reprise par NUL caractère de fin sous la rubrique «UUID_FMT_TXT". "Installer", "Désinstaller", et "nettoyer" make (1) Des objectifs ont été déclarés ". PHONY". Cela fonctionne particulièrement autour des problèmes sur le cas de systèmes de fichiers sensibles (par exemple sur Mac OS X).
Tags: Major bugfixes
The uuid_export() function was fixed by fixing the
internal uuid_s[ar]printf() functions which
require the backup of "va_list" arguments between
subsequent processing. The Perl API's "export"
function was fixed by not taking over
NUL-termination character under "UUID_FMT_TXT".
The "install", "uninstall", and "clean" make(1)
targets were declared as ".PHONY". This especially
works around problems on case insensitive file
systems (e.g. on Mac OS X).

2006-02-07 09:59
1.4.1

Une mise à niveau a été fait pour GNU shtool 2.0.5 et une solution de contournement a été appliqué à "uuid.h" pour éviter les conflits avec le fournisseur UUID implémentations où "uuid_t" (Darwin / Mac OS X) ou "uuid_create" ou "uuid_compare» (POSIX) pourrait exister.
Tags: Minor bugfixes
An upgrade was made to GNU shtool 2.0.5 and a workaround was applied to "uuid.h" to avoid conflicts with vendor UUID implementations where "uuid_t" (Darwin/Mac OS X) or "uuid_create" or "uuid_compare" (POSIX) might exist.

2006-01-15 21:51
1.4.0

Ce communiqué a de nouveaux bindings pour le SGBD PostgreSQL. Cela fournit un natif "uuid" type de données à des bases de données PostgreSQL et un "uuid (...)" fonction constructeur pour générer des UUID directement à partir de PostgreSQL. L'environnement de compilation a été mis à niveau vers GNU libtool 1.5.22.
Tags: Major feature enhancements
This release has new bindings for the PostgreSQL RDBMS. This provides a native "uuid" data type to PostgreSQL databases and a "uuid(...)" constructor function for generating UUIDs directly from within PostgreSQL. The build environment has been upgraded to GNU libtool 1.5.22.

2005-09-02 20:01
1.3.0

Reliures API ont été ajoutées pour les langues de l'ISO-C: 1998 et PHP: 4 / 5. Une compatibilité ascendante API a été ajoutée pour les données de Perl:: UUID. Une fonctionnalité réduite TIE-style Perl API, OSSP:: uuid:: cravate, a été ajoutée. Un nouveau uuid_clone () fonction C API a été ajoutée. Un pkg-config (1) cahier des charges a été ajoutée. L'environnement de compilation a été mis à niveau vers GNU libtool 1.5.20.
Tags: Major feature enhancements
API bindings have been added for the languages ISO-C:1998 and PHP:4/5. A backward compatibility API has been added for Perl's Data::UUID. A functionality-reduced TIE-style Perl API, OSSP::uuid::tie, has been added. A new uuid_clone() C API function has been added. A pkg-config(1) specification has been added. The build environment has been upgraded to GNU libtool 1.5.20.

Project Resources