iverilog/vhdlpp
Cary R fcb543d6e5 Some cppcheck cleanup 2025-10-12 17:37:50 -07:00
..
Makefile.in Some cppcheck cleanup 2025-10-12 17:37:50 -07:00
architec.cc vhdlpp: Variables are moved to respective process scopes. 2016-03-07 11:38:11 +01:00
architec.h Remove "using namespace std" from compiler header files and fix the fallout. 2021-11-04 16:55:03 +00:00
architec_debug.cc Spelling and whitespace 2016-03-14 12:25:50 -07:00
architec_elaborate.cc Remove "using namespace std" from compiler header files and fix the fallout. 2021-11-04 16:55:03 +00:00
architec_emit.cc Remove "using namespace std" from compiler header files and fix the fallout. 2021-11-04 16:55:03 +00:00
compiler.cc vhdlpp: Variables are moved to respective process scopes. 2016-03-07 11:38:11 +01:00
compiler.h More spelling, comments only 2016-04-01 11:02:34 -07:00
debug.cc Remove "using namespace std" from compiler header files and fix the fallout. 2021-11-04 16:55:03 +00:00
entity.cc Fixed vhdlpp segfault if it processes an entity without any ports declared. 2014-08-04 20:27:21 -07:00
entity.h Remove "using namespace std" from compiler header files and fix the fallout. 2021-11-04 16:55:03 +00:00
entity_elaborate.cc Some cppcheck cleanup 2025-10-12 17:37:50 -07:00
entity_emit.cc Some cppcheck cleanup 2025-10-12 17:37:50 -07:00
entity_stream.cc vhdlpp: inout direction for ports. 2015-05-19 22:40:56 +02:00
expression.cc Some cppcheck cleanup 2025-10-12 17:37:50 -07:00
expression.h Some cppcheck cleanup 2025-10-12 17:37:50 -07:00
expression_debug.cc vhdlpp: Support for unary sign operator. 2016-09-01 12:08:43 +02:00
expression_elaborate.cc Some cppcheck cleanup 2025-10-12 17:37:50 -07:00
expression_emit.cc Some cppcheck cleanup 2025-10-12 17:37:50 -07:00
expression_evaluate.cc Remove "using namespace std" from compiler header files and fix the fallout. 2021-11-04 16:55:03 +00:00
expression_stream.cc vhdlpp: Support for unary sign operator. 2016-09-01 12:08:43 +02:00
ivl_assert.h Update header files to use a more standard name to prevent rereading 2014-07-23 13:42:56 -07:00
lexor.lex Some cppcheck cleanup 2025-10-12 17:37:50 -07:00
lexor_keyword.gperf vhdlpp: Boolean values handled without using keywords. 2015-04-24 13:39:41 +02:00
library.cc Some cppcheck cleanup 2025-10-12 17:37:50 -07:00
library.h Remove "using namespace std" from compiler header files and fix the fallout. 2021-11-04 16:55:03 +00:00
main.cc Fix some new compiler warnings seen when using GCC 15 and clang 21. 2025-10-12 22:23:24 +01:00
package.cc Remove "using namespace std" from compiler header files and fix the fallout. 2021-11-04 16:55:03 +00:00
package.h vhdlpp: Removed a non-existing method declaration. 2016-03-07 09:54:28 +01:00
package_emit.cc vhdlpp: Support for subprogram overloading. 2016-03-07 09:54:28 +01:00
parse.y Some cppcheck cleanup 2025-10-12 17:37:50 -07:00
parse_api.h Update header files to use a more standard name to prevent rereading 2014-07-23 13:42:56 -07:00
parse_misc.cc Some cppcheck cleanup 2025-10-12 17:37:50 -07:00
parse_misc.h vhdlpp: line feed character (LF). 2016-03-07 09:54:28 +01:00
parse_types.h Clean up warnings 2022-12-18 10:18:10 -05:00
parse_wrap.h Update header files to use a more standard name to prevent rereading 2014-07-23 13:42:56 -07:00
scope.cc Fix reference to undefined value (valgrind) 2016-03-24 23:43:07 -07:00
scope.h Remove "using namespace std" from compiler header files and fix the fallout. 2021-11-04 16:55:03 +00:00
sequential.cc Remove "using namespace std" from compiler header files and fix the fallout. 2021-11-04 16:55:03 +00:00
sequential.h Remove "using namespace std" from compiler header files and fix the fallout. 2021-11-04 16:55:03 +00:00
sequential_debug.cc vhdlpp: Limited support for final wait statement. 2016-03-07 09:54:28 +01:00
sequential_elaborate.cc Some cppcheck cleanup 2025-10-12 17:37:50 -07:00
sequential_emit.cc Remove "using namespace std" from compiler header files and fix the fallout. 2021-11-04 16:55:03 +00:00
std_funcs.cc Remove "using namespace std" from compiler header files and fix the fallout. 2021-11-04 16:55:03 +00:00
std_funcs.h vhdlpp: Some of the standard library functions are imported only on request 2016-09-01 12:08:44 +02:00
std_types.cc Remove "using namespace std" from compiler header files and fix the fallout. 2021-11-04 16:55:03 +00:00
std_types.h Remove "using namespace std" from compiler header files and fix the fallout. 2021-11-04 16:55:03 +00:00
subprogram.cc Some cppcheck cleanup 2025-10-12 17:37:50 -07:00
subprogram.h Remove "using namespace std" from compiler header files and fix the fallout. 2021-11-04 16:55:03 +00:00
subprogram_emit.cc vhdlpp: Fixed automatic variables initalization in subprograms. 2016-03-29 11:27:14 +02:00
vhdlint.cc
vhdlint.h Update header files to use a more standard name to prevent rereading 2014-07-23 13:42:56 -07:00
vhdlnum.h Update header files to use a more standard name to prevent rereading 2014-07-23 13:42:56 -07:00
vhdlpp_config.h.in Remove "using namespace std" from compiler header files and fix the fallout. 2021-11-04 16:55:03 +00:00
vhdlreal.cc
vhdlreal.h Update header files to use a more standard name to prevent rereading 2014-07-23 13:42:56 -07:00
vsignal.cc vhdlpp: Specify lifetime for variables. 2016-03-29 11:27:14 +02:00
vsignal.h Remove "using namespace std" from compiler header files and fix the fallout. 2021-11-04 16:55:03 +00:00
vtype.cc Fix some new compiler warnings seen when using GCC 15 and clang 21. 2025-10-12 22:23:24 +01:00
vtype.h Update vhdlpp with changes suggested by cppcheck 2021-01-02 13:36:24 -08:00
vtype_elaborate.cc Remove "using namespace std" from compiler header files and fix the fallout. 2021-11-04 16:55:03 +00:00
vtype_emit.cc vhdlpp: VTypeArray::dimensions() returns std::vector<range_t> 2016-09-01 12:08:43 +02:00
vtype_match.cc vhdlpp: Stricter array type matching 2016-09-01 12:08:43 +02:00
vtype_stream.cc vhdlpp: Fixes for subtypes handling. 2016-03-07 09:54:28 +01:00