Download List

Projeto Descrição

The libmba package is a collection of mostly independent C modules potentially useful to any project. There are the usual ADTs including a linkedlist, hashmap, pool, stack, and varray, a flexible memory allocator, CSV parser, path canonicalization routine, I18N text abstraction, configuration file module, portable semaphores, condition variables, and more. The code is designed so that individual modules can be integrated into existing codebases rather than requiring the user to commit to the entire library. The code has no typedefs, few comments, and extensive man pages and HTML documentation.

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.

2004-01-03 16:15
0.8.0

Há sete novos módulos, incluindo um sub-alocador que pode alocar memória arbitrária pedaços de memória fixo, POSIX-like interfaces para Semáforos System V e variáveis de condição, uma implementação new HashMap, e muitas outras mudanças difundida em toda a biblioteca.
Tags: Major feature enhancements
There are seven new modules, including a sub-allocator that can
allocate memory from arbitrary fixed chunks of memory, POSIX-like
interfaces for System V semaphores and condition variables, a new
hashmap implementation, and many other pervasive changes throughout the
library.

2003-10-16 01:38
0.7.0

Microsoft suporta o Windows foi melhorado, o módulo CSV agora tem funções wchar_t, um eval "módulo foi acrescentado que pode avaliar expressões aritméticas simples, e alguma limpeza geral foi realizada.
Tags: Minor feature enhancements
Microsoft Windows support has been improved, the CSV module now has wchar_t functions, an "eval" module has been added that can evaluate simple arithmetic expressions, and some general code cleanup has been performed.

2003-08-25 22:14
0.6.15

A abstração texto TCHAR I18N foi adicionado que permite libmba e bibliotecas que usá-lo para ser compilado para usar wchar_t ou a localidade dependente multi-codificação de bytes. Uma função de canonização caminho foi adicionado e processar o pacote de teste e construir foi formalizado e melhorados.
Tags: Major feature enhancements
A tchar I18N text abstraction has been added which permits libmba and libraries that use it to be compiled to use wchar_t or the locale dependent multi-byte encoding. A path canonicalization function has been added and the test suite and build process has been formalized and improved.

2003-05-18 04:41
0.6.1

Vários erros e saturações de buffer tenha sido fixada no módulo csv.
Tags: Minor security fixes
Several bugs and buffer overruns have been fixed in the csv module.

2003-05-07 22:55
0.6.0

Depois de perfis com ccmalloc, vários vazamentos de memória foram detectados e reparados. Uma função linked_list_insert_sorted foi adicionado, e vários iteradores por objeto agora são suportados.
Tags: Major bugfixes
After profiling with ccmalloc, several memory leaks were detected and repaired. A linked_list_insert_sorted function has been added, and multiple iterators per object are now supported.

Project Resources