Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dependency Graphs (#2308) | Patrick Lehmann | 2023-01-12 | 1 | -16/+15 |
* | Removed declarations of __all__ when not needed by export. | Patrick Lehmann | 2022-12-25 | 1 | -3/+0 |
* | Code formatting based on black. | Patrick Lehmann | 2022-12-24 | 1 | -1/+1 |
* | Formatted code with black. | Patrick Lehmann | 2022-11-30 | 1 | -1/+3 |
* | Converted string formatting to f-strings. | Patrick Lehmann | 2022-11-30 | 1 | -8/+2 |
* | Changed export decorator from pydecor to pyTooling.Decorators | Patrick Lehmann | 2021-12-12 | 1 | -1/+1 |
* | black: rerun, to pick pyproject settings | umarcor | 2021-08-23 | 1 | -96/+32 |
* | Fixes due to a bug in pyVHDLModel. Name Context was used twice. | Patrick Lehmann | 2021-08-23 | 1 | -43/+43 |
* | Fixed missed adjustments to range in expressions. | Patrick Lehmann | 2021-08-23 | 1 | -8/+7 |
* | Black formatting. | Patrick Lehmann | 2021-08-23 | 1 | -2/+2 |
* | Improved handling of ranges (e.g. via attribute names). | Patrick Lehmann | 2021-08-23 | 1 | -0/+17 |
* | Adjusted to renaming in pyVHDLModel. | Patrick Lehmann | 2021-08-23 | 1 | -3/+3 |
* | Renamed '[sS]ubType' to '[sS]ubtype'. | Patrick Lehmann | 2021-07-01 | 1 | -5/+5 |
* | Added missing operators, especially matching operators. | Patrick Lehmann | 2021-07-01 | 1 | -7/+71 |
* | Added Allocations. | Patrick Lehmann | 2021-07-01 | 1 | -1/+33 |
* | Reworked symbols. | Patrick Lehmann | 2021-07-01 | 1 | -10/+28 |
* | Minor improvements. | Patrick Lehmann | 2021-07-01 | 1 | -174/+71 |
* | Fix Codacy problems. | Patrick Lehmann | 2021-07-01 | 1 | -1/+1 |
* | More DOM improvements (#1806) | Patrick Lehmann | 2021-06-26 | 1 | -85/+218 |
* | Fixed issues reported by Codacy. | Patrick Lehmann | 2021-06-22 | 1 | -7/+0 |
* | Asked black for his opinion. | Patrick Lehmann | 2021-06-22 | 1 | -1/+2 |
* | Handle more expressions (logical, compare, rem/mod). | Patrick Lehmann | 2021-06-22 | 1 | -7/+33 |
* | Handle OthersAggregateElement properly. | Patrick Lehmann | 2021-06-22 | 1 | -6/+3 |
* | Added concatenation and string literal. | Patrick Lehmann | 2021-06-22 | 1 | -15/+16 |
* | Added handling of Parenthesis. | Patrick Lehmann | 2021-06-19 | 1 | -0/+15 |
* | pyGHDL: run black | umarcor | 2021-06-19 | 1 | -3/+9 |
* | Format aggregates. | Patrick Lehmann | 2021-06-19 | 1 | -1/+1 |
* | First step towards aggregates. | Patrick Lehmann | 2021-06-19 | 1 | -1/+54 |
* | Mode code more local. | Patrick Lehmann | 2021-06-18 | 1 | -29/+61 |
* | Black found more files - strange. | Patrick Lehmann | 2021-06-17 | 1 | -34/+67 |
* | Updates to the dom namespace in pyGHDL. | Patrick Lehmann | 2021-06-17 | 1 | -0/+287 |