savannah-register-public
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-register-public] [task #4539] Submission of C++ Object and Mem


From: Daniele Zelante
Subject: [Savannah-register-public] [task #4539] Submission of C++ Object and Memory Framework
Date: Sun, 21 Aug 2005 16:30:27 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050729 Firefox/1.0.6

URL:
  <http://savannah.nongnu.org/task/?func=detailitem&item_id=4539>

                 Summary: Submission of C++ Object and Memory Framework
                 Project: Savannah Administration
            Submitted by: zeldan
            Submitted on: Sun 08/21/05 at 16:30
         Should Start On: Sun 08/21/05 at 00:00
   Should be Finished on: Wed 08/31/05 at 00:00
                Category: Project Approval
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
        Percent Complete: 0%
             Assigned to: None
             Open/Closed: Open
                  Effort: 0.00

    _______________________________________________________

Details:

A new project has been registered at Savannah 
The project account will remain inactive until a site admin approve or
discard the registration.


######### REGISTRATION ADMINISTRATION #########

While this item will be useful to track the registration process, approving
or discarding the registration must be done using the specific "Group
Administration" page, accessible only to site administrators, effectively
logged as site administrators (superuser):

  <https://savannah.nongnu.org/admin/groupedit.php?group_id=7889>


######### REGISTRATION DETAILS ######### 

Full Name:
----------
  C++ Object and Memory Framework

System Group Name:
-----------------
  comf

Type:
-----
  non-GNU software & documentation

License:
-------- 
  GNU General Public License V2 or later

Description:
------------
  COMF is a C++ Object and Memory Framework

It is a library for C++ on GNU/Linux.
I would like to port it also on BSD and Cygwin.


This library provides classes for memory management, wrapping memory
allocation and deallocation in constructors and destructors.
It provides classes to memory-map files, manage exceptions and other basilar
functionalities (i.e. noncopiable objects, simple string operations).
This library provides classes for object serialization, in binary and text
format.
Common makefiles are available in order to use easily this library in other
libraries or programs.

Here I list the main files/parts of COMF:
bstorage  : binary serialization
comf      : main files
defs      : macros for user (prefixed by COMF_ to avoid conflicts)
exception : exception classes (base exceptions, and warpping errno)
file      : file classes (file, locks, file mappings)
globals   : generic global functions
integer   : integer functions (gcd lcm and similar)
memory    : memory management, memory areas and allocation
mystd     : functions to extend and/or serialize Standard C++ collections
object    : base object classes (serializable, non-copiable)
socket    : TCP socket wrapper
soinfo    : info about shared object use chain (not using ELF data) 
string    : string parsing, number conversion
test      : classes to easily implement tests
text      : log files and generic i/o to text files
tstorage  : text serialiation
types     : typdefs and similar



I have already published a similar library on sf.net using the name "ZDU".
COMF is a subset of ZDU, which contains only the basilar classes.
I would like to publish the other half of ZDU (math classes) after in another
distinct project.


This URL for COMF is just temporary:
http://www.geocities.com/zeldan74/comf.tar.gz


I have already written a test suite for this library, but I would like to
publish it after in a different module of this project.









    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?func=detailitem&item_id=4539>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]