taskSavannah Administration - Tasks: task #4539, Submission of C++ Object and...

 
 

task #4539: Submission of C++ Object and Memory Framework

Submitter:  Daniele Zelante <zeldan>
Submitted:  Sun 21 Aug 2005 02:30:27 PM UTC
   
 
Should Start On:  Sat 20 Aug 2005 10:00:00 PM UTC Should be Finished on:  Tue 30 Aug 2005 10:00:00 PM UTC
Category:  Project Approval Priority:  * 5 - Normal
Status:  Done Privacy:  Public
Assigned to:  None Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 24 Aug 2005 06:42:41 PM UTC, comment #1: 

Hi,
I'm evaluating the project you submitted for approval in Savannah.

Don't see any problems for us.


I have approved your project.  You will receive an automated e-mail containing detailed information about the approval.

Regards.

Sebastian Wieseler <kickino>
Sun 21 Aug 2005 02:30:27 PM UTC, original submission:  

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.



Daniele Zelante <zeldan>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-08-24 kickino StatusNone Done
    Percent Complete0% 100%
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code