Commit graph

59 commits

Author SHA1 Message Date
Yehowshua Immanuel
f2676673cd small update 2024-03-16 23:29:10 -04:00
Yehowshua Immanuel
133b1a2693
Sunsetting 2024-03-12 18:50:29 -04:00
ThePerfectComputer
bc7c6913ce
Fix typos 2023-09-30 12:27:14 -04:00
ThePerfectComputer
506abf9058
Update with status and vision 2023-09-30 12:25:58 -04:00
ThePerfectComputer
7b9090f5af
Add screenshot and improve description 2023-09-28 23:33:48 -04:00
ThePerfectComputer
64372871a0
Update README.md
Correct surfer link
2023-09-28 21:10:07 -04:00
Oscar Gustafsson
c0d245c0e5 Update README with more information about surfer 2023-09-06 12:53:38 +02:00
ThePerfectComputer
4f88eab5de
Update README.md 2023-07-25 13:10:14 -04:00
ThePerfectComputer
540ed13e2c
Update README.md 2022-10-26 14:21:19 -04:00
Yehowshua Immanuel
38579f08e9 update UI 2022-10-26 14:07:58 -04:00
ThePerfectComputer
f95db0cd2d
Merge pull request #6 from ThePerfectComputer/refactor-signal
Refactor signal
2022-10-26 02:23:08 -04:00
Yehowshua Immanuel
b4cbbf29cc remove some dead code in comments and add querying values on timeline back to vcd example 2022-10-26 02:19:59 -04:00
ThePerfectComputer
ea5675d920
Update README.md 2022-10-20 09:26:58 -04:00
Yehowshua Immanuel
6b6321557b - propagate renaming for crate to fastwave_backend
- repair scope printout from example/vcd.rs
 - update and improve instruction for running examples in README
2022-09-14 16:54:35 -04:00
Yehowshua Immanuel
06e0aae26f update TODO in README 2022-09-14 13:37:50 -04:00
Yehowshua Immanuel
a0713c1f38 add docs and change examples to reflect changing interfaces 2022-09-13 19:35:23 -04:00
Yehowshua Immanuel
320b0d348d notable restructuring 2022-09-09 02:59:33 -04:00
Yehowshua Immanuel
4c1af97760 some docs and create lib 2022-09-08 15:02:41 -04:00
Yehowshua Immanuel
5700db83a0 support for strings seems to work 2022-09-08 09:59:24 -04:00
Yehowshua Immanuel
cd6ea71b8d improve README 2022-09-06 10:29:36 -04:00
Yehowshua Immanuel
f4e27ffcb6 - improve to-do list in README
- move code that exercises searching for values at specific time
   within signals from src/vcd/parse.rs to sr/vcd/main.rs
 - make necessary struct and enum fields public as well as possibly the
   structs and enums themselves
2022-09-02 17:00:14 -04:00
Yehowshua Immanuel
cbd8be1708 - update README to reflect correct performance numbers
- add tasks to README
 - repair bug in events.rs that prevented most events in VCD file from being parsed
 - add some initial code for timeline scrubbing
2022-08-17 22:10:00 -04:00
Yehowshua Immanuel
3a4ed56532 it's a tilde Robert 2022-08-11 20:10:14 -04:00
Yehowshua Immanuel
4d09750186 fix typos and improve organization in README 2022-08-11 20:04:06 -04:00
Yehowshua Immanuel
7736c713e7 move fastwave up to top on table 2022-08-11 19:59:41 -04:00
Yehowshua Immanuel
55fc5b586e expand on performance information in README 2022-08-11 19:58:43 -04:00
Yehowshua Immanuel
def4b26005 now all calls to next_word and curr_word should be macros where possible 2022-08-11 18:33:26 -04:00
Yehowshua Immanuel
0946d13e6e separated out utilities and started tightening visibility modifiers 2022-08-08 19:45:14 -04:00
Yehowshua Immanuel
9f2b349029 typos in README 2022-08-07 19:09:02 -04:00
Yehowshua Immanuel
a7d2b11998 now running much faster, but due for refactor 2022-08-07 18:57:58 -04:00
Yehowshua Immanuel
b86e5fd3e4 ordered binary search working - but need to be sped up 2022-08-06 21:40:33 -04:00
Yehowshua Immanuel
2953c27e84 update README tasks 2022-08-04 20:29:49 -04:00
Yehowshua Immanuel
2f512e24de add info for negative testing 2022-08-04 14:29:29 -04:00
Yehowshua Immanuel
e9aa4735dd things seem pretty stable now 2022-08-01 16:52:42 -04:00
Yehowshua Immanuel
8f763ae52b cargo test not passing 2022-08-01 12:31:43 -04:00
Yehowshua Immanuel
557f385336 update README 2022-08-01 12:29:25 -04:00
Yehowshua Immanuel
eb379e4ce6 update README 2022-07-28 10:43:58 -04:00
Yehowshua Immanuel
18a69872ab saving progress so far 2022-07-25 21:16:15 -04:00
Yehowshua Immanuel
3658833af3 wow - things are really working 2022-07-20 10:38:56 -04:00
Yehowshua Immanuel
24622c71c2 getting started on parsing timeline events 2022-07-19 13:48:22 -04:00
Yehowshua Immanuel
932250e416 some re-org and cleanup 2022-07-18 12:53:44 -04:00
Yehowshua Immanuel
217dea1d41 good stopping point for today 2022-07-14 18:52:12 -04:00
Void User
21661d7967 no longer need a list of files in the REAMDE 2022-06-23 20:56:44 -04:00
Yehowshua Immanuel
dbae68ba3b finish splitting up parse.rs 2022-06-21 21:06:51 -04:00
Yehowshua Immanuel
f5bb8d5a7c some re-org 2022-06-19 09:44:57 -04:00
Yehowshua Immanuel
a37c4c0f95 now using ParseResult as parser return type exclusively 2022-06-17 18:16:51 -04:00
Yehowshua Immanuel
b25cdaa170 now parsing headers fully 2022-06-12 22:52:24 -04:00
Yehowshua Immanuel
14af6e94e3 now parsing date more robustly 2022-06-11 00:01:53 -04:00
Yehowshua Immanuel
cbafc89ab8 shutting down for the night 2022-05-23 23:59:57 -04:00
Yehowshua Immanuel
2a2eb8669b state machine seems to be working 2022-05-22 23:00:03 -04:00