Curie 7 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Curie 7 (Default branch)
# 1  
Old 03-08-2009
Curie 7 (Default branch)

Curie is a very minimalistic, tiny C library. It supports basic I/O, basic networking, S-expression based I/O, signal handling, process handling, and I/O multiplexing. If the target architecture is explicitly supported, statically linked binaries may be as small as 4-20 kilobytes; if not, then it only relies on the host's C library. The library explicitly does not provide a POSIX interface so that it may be used in conjunction with a regular host libc (or without one). License: MIT/X Consortium License Changes:
This release fixes a lot of issues with curie-6. In particular, there have been a number of fixes to the regex code, including UTF-8 support, and to some of the I/O code. C++ support has been significantly improved, although curie++ has been mostly stripped out of the release itself. The documentation received a big boost as well, and icemake can now handle documentation in Tex and will use Doxygen when appropriate and available. Icemake has also been given the ability to create shared objects. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
LOG(1)                                                       cao-vlsi reference manual                                                      LOG(1)

NAME
log - logical representations for boolean functions and utilities. ORIGIN
This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.fr DESCRIPTION
log is a set of structures and functions that permits to manipulate several representations of boolean functions. Several programs and libraries of the cao-vlsi cad tools rest on the log package. Three different kind of functions are available for: Hash table management Prefixed representation for boolean functions Ordered binary decision diagrams representation EXAMPLE
Let's suppose that actual mbk version is 'nnn'. In order to use log, libMutnnn.a library must be called. makefile: HEADER = -I/labo/include LIB = -L/labo/lib -lMut -ltsh -labl -lbdd Each library can be called separatly. The "log.h" header file must be inserted in the files that use the functions or the structures defined in a library. SEE ALSO
mbk(1), beh(1), AUTHOR
L. BURGUN salle 30 T. 55-65 Universite P&M Curie - 4 pl. Jussieu - FRANCE THANKS
Thanks to P. REMY, F. PETROT, P. ALLEGRE and N. DICTUS. BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools. ASIM
/LIP6 October 1, 1997 LOG(1)