4072 Commits

Author SHA1 Message Date
hneemann
2cd5eb71bb first working parameterized test cases, see #543 2020-11-07 14:41:37 +01:00
hneemann
72558db65f refactoring of test case extraction 2020-11-07 10:51:44 +01:00
hneemann
3534d92961 adds some helpful implicit type casts to the generics this values 2020-11-07 10:20:25 +01:00
hneemann
ce864cc231 moves the Testdata key to the Keys class 2020-11-07 10:19:16 +01:00
hneemann
989ee5e732 fixes a problem with string escaping 2020-11-06 18:30:37 +01:00
hneemann
006faab1a0 fixes a problem with string escaping 2020-11-06 18:25:50 +01:00
hneemann
0184e2c43c Merge branch 'genericInit' 2020-11-06 12:43:05 +01:00
hneemann
fd55fc65aa modifies the shape for the generic init code 2020-11-06 12:40:26 +01:00
hneemann
a81d3ae9f2 improves one of the generic init code test cases 2020-11-06 12:27:21 +01:00
hneemann
6c891f9978 allows unconnected wires; closes #546 2020-11-05 11:51:28 +01:00
hneemann
55766d88da preserves int values data type; see #543 2020-11-05 08:50:58 +01:00
hneemann
1a4e952117 adds additional test cases; see #543 2020-11-05 08:41:04 +01:00
hneemann
6c65bccd2e fixes the concrete circuit creation; see #543 2020-11-05 08:02:13 +01:00
hneemann
287a6a9975 adds struct/map literals to hgs parser 2020-11-05 07:32:10 +01:00
hneemann
a55f86ed91 allows to create a concrete circuit from a generic one; see #543 2020-11-04 08:09:32 +01:00
hneemann
afd3e737d9 fixes an issue with the wire tool tip catch radius; see #510 2020-11-03 21:41:01 +01:00
hneemann
30ca4461c2 first working generic init code implementation; see #543 2020-11-03 07:48:52 +01:00
hneemann
27c20e6eec fixes a minor bug in the barrelShifter generics example 2020-11-01 14:35:32 +01:00
hneemann
2f2b3ddc83 fixes a data race 2020-11-01 09:36:20 +01:00
hneemann
634ad67137 first running parallel optimizer 2020-10-31 22:54:49 +01:00
hneemann
29b8712174 adds a simple brute force fsm optimizer 2020-10-31 11:15:34 +01:00
hneemann
d9de063658 adds 74190 to the IC library, closes #540 2020-10-27 17:33:17 +01:00
hneemann
9ff585c878 Fixes a bug in the table modify dialog. 2020-10-26 12:57:43 +01:00
hneemann
2181d83c4c Fixes a bug in the table modify dialog. 2020-10-26 12:55:45 +01:00
hneemann
723217be92 sets the "fractional font metrics" flag, see #539 2020-10-25 19:24:51 +01:00
hneemann
e3a4b5873f updates the release notes 2020-10-25 10:23:18 +01:00
hneemann
29fe046a76 improves the layout of fsm transitions 2020-10-25 10:17:58 +01:00
hneemann
cb2657a65b refactoring of k-map, see #536 2020-10-24 11:43:11 +02:00
hneemann
9e478d9f5a fixes an drag&draw issue in the k-map 2020-10-23 14:35:55 +02:00
hneemann
036410ce57 refactoring of k-map, see #536 2020-10-23 08:54:40 +02:00
hneemann
785691a4e6 fixes some issues related to #535 2020-10-17 09:59:25 +02:00
hneemann
9376065cad removed some old, no longer needed code 2020-10-17 09:41:44 +02:00
hneemann
661bd7f4cc fixes a bug in the test case bits(n,m) command if n is 64; fixes #535 2020-10-16 12:41:34 +02:00
XinJun Ma
9c15089b14
update Chinese translation (#534) 2020-10-16 12:20:19 +02:00
hneemann
2ec0dc2dea fixes some issues in the event system; closes #531; closes #533 2020-10-14 21:36:20 +02:00
dependabot[bot]
9da5b08a83
Bump junit from 4.12 to 4.13.1 (#530)
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-14 15:52:35 +02:00
hneemann
2613eaebc7 Merge branch 'french' 2020-10-14 10:02:27 +02:00
hneemann
e282404e05 fixes the not matching Chinese screenshots 2020-10-14 09:57:37 +02:00
hneemann
74e6895fc4 fixes the not matching screenshots, see #528 2020-10-14 09:53:35 +02:00
hneemann
b015dd03ae updated the README.md, see #528 2020-10-13 19:48:56 +02:00
hneemann
410480ee8c adds french screenshots, see #528 2020-10-13 17:22:21 +02:00
hneemann
9373ad8acd fixes lang.xml 2020-10-12 14:51:10 +02:00
maltaisn
45a008f8c7
Finish French translation
- Static content.
- A few fixes from last commit.
2020-10-11 14:41:16 -04:00
maltaisn
5798775067
Merge remote-tracking branch 'hneemann/french' into french
# Conflicts:
#	src/main/resources/lang/lang_en.xml
#	src/main/resources/lang/lang_fr.xml
#	src/main/resources/lang/lang_fr_ref.xml
#	src/test/java/de/neemann/digital/lang/TestSyntax.java
2020-10-11 14:39:55 -04:00
hneemann
d0797644d6 adds french translation, see #528 2020-10-10 12:36:01 +02:00
hneemann
ee4752a5d6 Merge branch 'master' into french 2020-10-10 12:29:18 +02:00
hneemann
468b411b1c fixes typos in the english language file, see #528 2020-10-10 12:21:44 +02:00
hneemann
f3af6a0589 improves the single quote rule check, see #528 2020-10-10 10:53:12 +02:00
maltaisn
37cb6b8b2c
Fix English language typos
And more uniform capitalization
2020-10-09 16:59:13 -04:00
maltaisn
47d6c40da8
Fix TestSyntax test quote escaping check
Failed to detect unescaped quotes where they appeared twice before each param, for example "1st' 2nd' {0}" wouldn't have been detected, yet quotes aren't escaped correctly.
2020-10-09 16:49:37 -04:00