Commit Graph

230 Commits

Author SHA1 Message Date
Andrew S. Rightenburg 34e1e02150
Updated readme 2024-05-03 19:55:27 +08:00
Andrew S. Rightenburg 324d7f4f67
Change to C++20 2024-05-03 18:54:55 +08:00
Andrew S. Rightenburg 35344263d3
General code cleanup 2024-05-03 18:51:04 +08:00
Andrew S. Rightenburg f28931cc65
Updated changelog 2024-05-02 22:27:50 +08:00
Andrew S. Rightenburg 3d9f4bf789
Properly check whether given path is a directory
Closes #27
2024-05-02 22:25:48 +08:00
Andrew S. Rightenburg 9c2eafde4e
Typo 2024-02-04 01:27:15 +08:00
Andrew S. Rightenburg 00020c70c1
Support for building outside of Debian 2024-02-04 01:24:49 +08:00
Andrew S. Rightenburg 15110d2fe6
Support for building on Haiku 2024-02-04 01:18:42 +08:00
Andrew S. Rightenburg 3a55d5e218
No longer using namespace std by default 2023-10-05 11:27:39 +08:00
Andrew S. Rightenburg cb930f9f34
No longer using namespace std by default 2023-10-05 11:15:51 +08:00
Andrew S. Rightenburg 5f6e25388d
Updated version.h 2023-09-09 09:59:29 +08:00
Andrew S. Rightenburg e2146c9b8a
Updated changelog 2023-09-09 09:59:04 +08:00
Andrew S. Rightenburg 99c66ea7dd
Fixed #25 2023-09-09 09:55:47 +08:00
Andrew S. Rightenburg d16f21183f
Minor code cleanup 2023-09-07 14:53:25 +08:00
Andrew S. Rightenburg 5992427583
Updated version.h 2023-09-06 15:21:01 +08:00
Andrew S. Rightenburg 5bd77d358d
Updated changelog 2023-09-06 15:20:43 +08:00
Andrew S. Rightenburg 94dea83a13
Patched a small bug in regex searches, and improved code readability 2023-09-06 15:19:51 +08:00
Andrew S. Rightenburg 37f399538e
Updated version.h 2023-09-02 16:04:34 +08:00
Andrew S. Rightenburg fa2b3e878b
Updated changelog 2023-09-02 16:04:03 +08:00
Andrew S. Rightenburg 649ca7ec09
Updated help strings 2023-09-02 16:02:51 +08:00
Andrew S. Rightenburg 7b271c4c89
Updated version.h 2023-08-27 11:35:35 -04:00
Andrew S. Rightenburg edad2d8ced
Updated changelog 2023-08-27 11:35:12 -04:00
Andrew S. Rightenburg 2d6c8d3136
Updated help string 2023-08-26 19:57:01 -04:00
Andrew S. Rightenburg d7a61d738e
Updated changelog 2023-08-24 16:15:54 -04:00
Andrew S. Rightenburg 6d7236cfd2
Polonius-reader now exits with a non-zero exit code if a search was unsuccessful 2023-08-24 16:14:49 -04:00
Andrew S. Rightenburg 07deb59296
Undoing last change 2023-08-24 14:29:27 -04:00
Andrew S. Rightenburg 40361a4981
Updated manual 2023-08-24 13:47:14 -04:00
Andrew S. Rightenburg 4821398a5f
Removed todo list 2023-08-24 13:04:54 -04:00
Andrew S. Rightenburg 47966a682b
Updated TODO 2023-08-24 13:01:40 -04:00
Andrew S. Rightenburg 92e52f884a
Updated readme 2023-08-24 11:13:26 -04:00
Andrew S. Rightenburg 6bb5708fd1
Updated code comment to reflect change 2023-08-24 11:10:03 -04:00
Andrew S. Rightenburg 8d0fe22eb4
Updated reader manual 2023-08-24 11:04:26 -04:00
Andrew S. Rightenburg a1df1f7df9
Updated manual pages 2023-08-24 10:42:29 -04:00
Andrew S. Rightenburg 0114be4c71
Updated changelog for v0.5 2023-08-24 10:36:57 -04:00
Andrew S. Rightenburg 0b5960f575
Fixing up the regex a tiny bit 2023-08-24 10:31:10 -04:00
Andrew S. Rightenburg c164f4acf8
Polonius-reader now has partial regex support 2023-08-24 10:20:04 -04:00
Andrew S. Rightenburg 290f3404d6
Patched small bug in create_sub_expressions 2023-08-24 09:41:51 -04:00
Andrew S. Rightenburg 6d53407e67
Fixed naming conflict 2023-08-24 09:17:37 -04:00
Andrew S. Rightenburg b32dba2e23
Beginning to add regex search functionality to polonius-reader 2023-08-23 22:59:55 -04:00
Andrew S. Rightenburg e81ed794ac
Removed debugging include 2023-08-23 22:53:48 -04:00
Andrew S. Rightenburg 7f4f57102c
Reducing chance of macro ambiguity 2023-08-23 22:50:55 -04:00
Andrew S. Rightenburg 62bd734ed6
Added create_sub_expressions to parse_regex source file 2023-08-23 22:45:24 -04:00
Andrew S. Rightenburg ff9d9cf55b
Fixed small oversight 2023-08-23 22:30:22 -04:00
Andrew S. Rightenburg 55869763c8
Added OR operator support to regex parser 2023-08-23 22:28:24 -04:00
Andrew S. Rightenburg 8ace9f2ee3
Cleanup 2023-08-23 22:14:44 -04:00
Andrew S. Rightenburg e649186553
Small style improvement 2023-08-23 22:08:42 -04:00
Andrew S. Rightenburg 6fcc99ef02
Added backslash-capital-B support to regex parser 2023-08-23 22:07:33 -04:00
Andrew S. Rightenburg 5d9c26ffaa
Fixed typo 2023-08-23 22:02:22 -04:00
Andrew S. Rightenburg ab89354635
Added backslash-b support to regex parser 2023-08-23 21:59:44 -04:00
Andrew S. Rightenburg 2e065e1e09
Beginning to make a parse_regex function for regex searches 2023-08-23 16:00:47 -04:00