Commit Graph
44 Commits
Author SHA1 Message Date
132nd-Professor 89a79e3015 update build scripts 2022-08-12 21:55:21 +02:00
132nd-Professor 1cbf11a468 handle arbitrary data in files 2022-08-12 21:55:13 +02:00
132nd-Professor 43b1bacaab updated build scripts 2022-08-12 20:38:03 +02:00
132nd-Professor f94db99810 add error messages for threads 2022-08-12 20:22:45 +02:00
132nd-Professor 5eccad6517 remove rayon, manual parallelization 2022-08-12 20:02:44 +02:00
132nd-Professor 8c46e2bbcc parallelize with rayon 2022-08-12 18:47:59 +02:00
132nd-Professor cda33692cf fix coalition assigning 2022-08-12 17:47:48 +02:00
132nd-Professor c1ef22f3a3 fix output filename generation 2022-08-12 17:23:16 +02:00
132nd-Professor fd800ce394 make crate constants locale to module 2022-08-12 16:52:06 +02:00
132nd-Professor a35ff8b362 fix some lints 2022-08-12 16:48:43 +02:00
132nd-Professor d7db52fc2d finish error handling 2022-08-12 16:39:38 +02:00
132nd-Professor f87a3c9e06 remove lib.rs 2022-08-12 16:20:06 +02:00
132nd-Professor b82c40d4ab more error handling 2022-08-12 16:19:42 +02:00
132nd-Professor 7d66b1ff31 start adding error handling (WIP) 2022-08-11 20:56:49 +02:00
132nd-Professor 84f1bf7efe refactor 2022-08-11 20:29:17 +02:00
132nd-Professor 1a2a08515b version bump to 0.3.1 2022-08-05 17:01:42 +02:00
132nd-Professor 3658dbcdf7 store ids per coalition in hashmap 2022-08-05 16:36:06 +02:00
132nd-Professor e9be340a6b update Cargo.toml 2022-08-05 16:13:53 +02:00
132nd-Professor 7e788c66cf fix clippy warnings 2022-08-05 16:13:33 +02:00
132nd-Professor 97df3b46f8 chg: improved build system 2022-02-24 19:31:52 +01:00
132nd-Professor 902ed24e46 added first unit test 2021-07-17 21:24:18 +02:00
132nd-Professor 64cb0879e2 grouped imports more nicely 2021-07-17 21:23:58 +02:00
132nd-Professor f09fb480ef moved some functions to lib 2021-07-17 21:23:29 +02:00
132nd-Professor efa43023f4 refactored get_output_filenames 2021-07-17 20:59:12 +02:00
132nd-Professor d9695eab02 replaced all unwrap with expect 2021-07-17 20:09:51 +02:00
132nd-Professor db6af20850 refactored process_line, introduced some functions
get_id_from_line, will_line_continue
2021-07-17 19:37:09 +02:00
132nd-Professor 467274816f turned line type constants into LineType enum 2021-07-17 19:14:12 +02:00
132nd-Professor 67c5e61d21 introduced find_line_type 2021-07-17 19:09:43 +02:00
132nd-Professor 6e192af5ad Makefile: clean up release folder 2021-07-02 18:51:17 +02:00
132nd-Professor 9dc8005d39 Descriptors: constructor is now generic 2021-07-02 18:46:25 +02:00
132nd-Professor e2ab2787e7 Makefile: added tests 2021-07-02 18:46:00 +02:00
132nd-Professor 6df6e6595d added new README 2021-07-01 21:43:01 +02:00
132nd-Professor 3048b243e5 cargo: set opt-level = 3 2021-07-01 21:41:19 +02:00
132nd-Professor a7d03245f0 added release stuff 2021-07-01 21:40:53 +02:00
132nd-Professor a6b37ed733 Cargo: changed edition from 2021 to 2018 2021-07-01 20:48:48 +02:00
132nd-Professor 1b4f72bfe5 added Cargo.toml 2021-07-01 15:49:58 +02:00
132nd-Professor d5dd60acc1 added todos 2021-06-29 23:14:20 +02:00
132nd-Professor 4350b80bd8 bugfix in output generation 2021-06-29 23:13:48 +02:00
132nd-Professor 0908651185 Merge remote-tracking branch 'refs/remotes/origin/master' 2021-06-29 23:06:20 +02:00
132nd-Professor 8df5a015d1 works now 2021-06-29 23:03:27 +02:00
132nd-Professor 781888afea Removed issue from readme 2021-06-27 16:35:16 +02:00
132nd-Professor 69a563e72c README: added questions / todo 2021-06-27 16:26:34 +02:00
132nd-Professor ce4822dd46 first commit 2021-06-27 16:22:16 +02:00
132nd-Professor 74cdb0208c Initial commit 2021-06-27 16:18:18 +02:00