Menu

Tree [r9] /
 History

HTTPS access


File Date Author Commit
 autom4te.cache 2009-09-14 macourteau [r7] Re-import of the new tree.
 config 2009-09-14 macourteau [r7] Re-import of the new tree.
 doc 2009-09-14 macourteau [r7] Re-import of the new tree.
 m4 2009-09-14 macourteau [r7] Re-import of the new tree.
 output 2009-09-14 macourteau [r7] Re-import of the new tree.
 sample 2009-09-14 macourteau [r8] Re-added sample directory.
 src 2009-09-14 macourteau [r9] Added Visual Studio solution and project.
 AUTHORS 2009-09-14 macourteau [r7] Re-import of the new tree.
 COPYING 2009-09-14 macourteau [r7] Re-import of the new tree.
 ChangeLog 2009-09-14 macourteau [r7] Re-import of the new tree.
 INSTALL 2009-09-14 macourteau [r7] Re-import of the new tree.
 Makefile.am 2009-09-14 macourteau [r7] Re-import of the new tree.
 Makefile.in 2009-09-14 macourteau [r7] Re-import of the new tree.
 NEWS 2009-09-14 macourteau [r7] Re-import of the new tree.
 README.in 2009-09-14 macourteau [r7] Re-import of the new tree.
 THANKS 2009-09-14 macourteau [r7] Re-import of the new tree.
 aclocal.m4 2009-09-14 macourteau [r7] Re-import of the new tree.
 config.h.in 2009-09-14 macourteau [r7] Re-import of the new tree.
 configure 2009-09-14 macourteau [r7] Re-import of the new tree.
 configure.ac 2009-09-14 macourteau [r7] Re-import of the new tree.
 errdef.sln 2009-09-14 macourteau [r9] Added Visual Studio solution and project.
 reconf 2009-09-14 macourteau [r7] Re-import of the new tree.

Read Me

Welcome to errdef.

errdef is free software. Please see the file COPYING for details.
For documentation, please see the files in the doc subdirectory.
For building and installation instructions please see the INSTALL file.

ABOUT ERRDEF

ERRDEF is a tool designed to be used in development environments, as a build
rule, to generate files to be included in code projects. The files include a
definitions file, that define symbols with numeric values (such as #define's
in C/C++), and, optionally, a code file with facilities to perform a lookup
of a certain value in order to get the associated symbolic name as a string,
and to get a description string if it was provided.

As an example, in a project written in C, there could be a definitions file
(input to errdef) that defines many codes, recursively, without specifying
any values for the codes. ERRDEF would then generate the .h and .c files
that list the codes and that perform the lookup. These files would then be
compiled into the application.

The project's homepage is at http://sourceforge.net/projects/errdef/