iverilog/tgt-stub
Cary R a4a7b0a09d Make ivl_alloc.h the last include so it doesn't effect any system includes.
In ivl_alloc.h we redefine malloc(), realloc() and calloc() to have
standard error checking. We don't want to do this for anything that
comes from the standard headers. This specifically doesn't work if
a C++ header files does std::malloc, etc.

Also change to -W instead of -Wextra since that is more portable. I
plan to add a check from -Wextra and use it when available since it
is more descriptive.
2010-11-02 10:51:57 -07:00
..
Makefile.in Add cppcheck target to the Makefile 2010-10-14 19:11:32 -07:00
expression.c Handle special case bit selects if unsized 0/-1. 2010-03-05 19:36:54 -08:00
priv.h Show tranif delays in the diagnostic dumps. 2010-07-18 20:43:42 -07:00
statement.c Shadow reduction part 5 2008-12-18 16:42:55 -08:00
stub-s.conf Remove redundant back-end selections. 2008-09-07 16:43:54 -07:00
stub.c Make ivl_alloc.h the last include so it doesn't effect any system includes. 2010-11-02 10:51:57 -07:00
stub.conf Remove redundant back-end selections. 2008-09-07 16:43:54 -07:00
switches.c Show tranif delays in the diagnostic dumps. 2010-07-18 20:43:42 -07:00