Open Macro Library is a library of highly reusable C macros providing a set of well-designed commonly needed functionality to C developers, like logging and debugging helpers, containers, sorting and other algorithms.
Be the first to post a text review of Open Macro Library. Rate and review a project by clicking thumbs up or thumbs down in the right column.
This is the first pre-release of this package.
OML now includes a framework for exception management for the C language. It has a syntax that resembles as much as possible the C++ try ... catch construct. Please, check out the oml_exceptions/oml_exceptions.h header file from the current CVS repository for details.
The syntax quick tour page has been split into an entire site subsection with a page dedicated to each OML type. Due to the lack of time, the test cases for the various data types and operations have been reused as quick tour of the syntax for the types and operations they test. The good news is that, as the test cases will always be tested for compilation and correctness for each OML release, the syntax quick tour will consequently contain up-to-date and correct information.
A find algorithm has been added on the CVS to the framework for containers supports linear-time search through forward iterators. Makefile scripting with Perl regular expressions is the base to instantiate the generic algorithm(s) to all of the appliable containers. Ordered containers will provide a specialized, optimized implementation.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?