..
Makefile.in
Rearrange compiler warning flags
2014-07-09 09:04:17 -07:00
README.txt
Spelling fixes to vhdlpp tree
2012-05-17 16:42:03 -07:00
architec.cc
Rework scope types and constants so we can tell imported from local names.
2013-06-12 14:09:07 -07:00
architec.h
Update header files to use a more standard name to prevent rereading
2014-07-23 13:42:56 -07:00
architec_debug.cc
updated FSF-address
2012-08-29 10:12:10 -07:00
architec_elaborate.cc
vhdlpp: Aggregate expression are elaborated if
2014-08-20 14:18:16 +02:00
architec_emit.cc
Fix for br942 - allow function declaration in VHDL architecture.
2013-12-11 23:00:58 +00:00
compiler.cc
updated FSF-address
2012-08-29 10:12:10 -07:00
compiler.h
Update header files to use a more standard name to prevent rereading
2014-07-23 13:42:56 -07:00
debug.cc
Added support for real type in vhdlpp.
2014-08-06 15:00:35 +02: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
Update header files to use a more standard name to prevent rereading
2014-07-23 13:42:56 -07:00
entity_elaborate.cc
Elaborate VHDL entity port types/expressions.
2013-06-12 14:21:35 -07:00
entity_emit.cc
updated FSF-address
2012-08-29 10:12:10 -07:00
entity_stream.cc
updated FSF-address
2012-08-29 10:12:10 -07:00
expression.cc
Removed ExpReal::evaluate().Its signature does not match the one meant to be overridden.
2014-08-22 16:55:47 +02:00
expression.h
Removed ExpReal::evaluate().Its signature does not match the one meant to be overridden.
2014-08-22 16:55:47 +02:00
expression_debug.cc
updated FSF-address
2012-08-29 10:12:10 -07:00
expression_elaborate.cc
Minor cleaning for valgrind output.
2014-08-06 15:01:28 +02:00
expression_emit.cc
vhdlpp: Invert range in ExpAggregate when necessary.
2014-08-22 16:23:22 +02:00
expression_evaluate.cc
Remove some compile warnings
2013-04-17 17:13:22 -07:00
expression_stream.cc
Added support for real type in vhdlpp.
2014-08-06 15:00:35 +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
Add the string terminator for binary bitstrings.
2014-08-08 09:52:57 +02:00
lexor_keyword.gperf
properly handle vhdl open ports in component instantiations.
2011-06-12 16:59:07 -07:00
library.cc
vhdlpp: Minor cleaning, fixed copyright notices.
2014-08-25 17:29:35 +02:00
main.cc
Increase the output precision for floating point types.
2014-08-06 17:04:52 +02:00
package.cc
Parse (to sorry messages) unbounded array definitions.
2013-06-12 14:21:36 -07:00
package.h
Update header files to use a more standard name to prevent rereading
2014-07-23 13:42:56 -07:00
package_emit.cc
vhdlpp: Type of an array is selected depending on the element type.
2014-08-22 10:49:55 +02:00
parse.y
vhdlpp: Basic support for unbounded array types.
2014-08-15 10:21:45 +02: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
vhdlpp: Basic support for unbounded array types.
2014-08-15 10:21:45 +02:00
parse_misc.h
vhdlpp: Minor cleaning, fixed copyright notices.
2014-08-25 17:29:35 +02:00
parse_types.h
Update header files to use a more standard name to prevent rereading
2014-07-23 13:42:56 -07: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
Some more cppcheck cleanup/updates
2014-06-29 20:39:40 -07:00
scope.h
Avoid freeing the primitive types classes.
2014-08-06 15:01:59 +02:00
sequential.cc
Parse VHDL subprogram bodies and return statements.
2012-11-03 09:54:07 -07:00
sequential.h
Update header files to use a more standard name to prevent rereading
2014-07-23 13:42:56 -07:00
sequential_debug.cc
Parse VHDL subprogram bodies and return statements.
2012-11-03 09:54:07 -07:00
sequential_elaborate.cc
updated FSF-address
2012-08-29 10:12:10 -07:00
sequential_emit.cc
Fix SV emit of ForLoopStatement and ReturnStmt.
2013-06-12 14:09:07 -07:00
subprogram.cc
Elaborate VHDL entity port types/expressions.
2013-06-12 14:21:35 -07:00
subprogram.h
Update header files to use a more standard name to prevent rereading
2014-07-23 13:42:56 -07:00
subprogram_emit.cc
vhdlpp: Type of an array is selected depending on the element type.
2014-08-22 10:49:55 +02:00
vhdlint.cc
updated FSF-address
2012-08-29 10:12:10 -07:00
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
Update header files to use a more standard name to prevent rereading
2014-07-23 13:42:56 -07:00
vhdlreal.cc
updated FSF-address
2012-08-29 10:12:10 -07:00
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: Minor cleaning, fixed copyright notices.
2014-08-25 17:29:35 +02:00
vsignal.h
vhdlpp: Aggregate expression are elaborated if
2014-08-20 14:18:16 +02:00
vtype.cc
vhdlpp: Added 'packed' property for VTypes.
2014-08-22 10:45:02 +02:00
vtype.h
vhdlpp: Minor cleaning, fixed copyright notices.
2014-08-25 17:29:35 +02:00
vtype_elaborate.cc
Elaborate VHDL entity port types/expressions.
2013-06-12 14:21:35 -07:00
vtype_emit.cc
Fixed enum typedefs.
2014-08-28 11:04:25 +02:00
vtype_match.cc
Implement subprogram bodies in package bodies.
2013-06-12 14:09:07 -07:00
vtype_stream.cc
Minor cleaning for valgrind output.
2014-08-06 15:01:28 +02:00