-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule gtkwave
updated
24 files
+11 −1 | CHANGELOG.md | |
+0 −6 | man/gtkwave.1 | |
+0 −3 | man/gtkwaverc.5 | |
+0 −1 | man/meson.build | |
+0 −32 | man/shmidcat.1 | |
+8 −0 | meson.build | |
+7 −0 | meson_options.txt | |
+0 −1 | src/currenttime.h | |
+117 −161 | src/ghw.c | |
+0 −40 | src/globals.c | |
+0 −40 | src/globals.h | |
+1 −1 | src/helpers/meson.build | |
+0 −303 | src/helpers/shmidcat.c | |
+46 −55 | src/main.c | |
+2 −1 | src/meson.build | |
+0 −8 | src/rc.c | |
+0 −1 | src/rc.h | |
+6 −0 | src/search.c | |
+0 −6 | src/symbol.h | |
+10 −12 | src/vcd.c | |
+1 −11 | src/vcd.h | |
+0 −2,771 | src/vcd_partial.c | |
+0 −15 | src/vcd_partial.h | |
+16 −37 | src/vcd_recoder.c |