Tue, 05 Jan 2021 21:46:21 +0100 |
Simon Sapin |
copies-rust: send PyBytes values back be dropped ino the parent thread
|
Thu, 26 Nov 2020 18:23:51 +0100 |
Simon Sapin |
copies-rust: introduce PyBytesWithData to reduce GIL requirement
|
Wed, 06 Jan 2021 14:09:01 +0100 |
Simon Sapin |
copies-rust: move CPU-heavy Rust processing into a child thread
|
Tue, 05 Jan 2021 21:02:00 +0100 |
Simon Sapin |
copies-rust: split up combine_changeset_copies function into a struct
|
Wed, 23 Dec 2020 11:48:16 +0100 |
Simon Sapin |
copies-rust: extract generic map merge logic from merge_copies_dict
|
Mon, 21 Dec 2020 12:34:59 +0100 |
Pierre-Yves David |
copies-rust: use imrs::OrdSet instead of imrs::HashSet
|
Mon, 21 Dec 2020 11:20:31 +0100 |
Pierre-Yves David |
copies-rust: use simpler overwrite when value on both side are identical
|
Mon, 21 Dec 2020 11:15:45 +0100 |
Pierre-Yves David |
copies-rust: make more use of the new comparison property
|
Wed, 16 Dec 2020 11:11:05 +0100 |
Pierre-Yves David |
copies-rust: implement PartialEqual manually
|
Wed, 16 Dec 2020 11:06:58 +0100 |
Pierre-Yves David |
copies-rust: record "overwritten" information from both side on delete
|
Wed, 16 Dec 2020 10:59:00 +0100 |
Pierre-Yves David |
copies-rust: refactor the "deletion" case
|
Wed, 16 Dec 2020 10:46:08 +0100 |
Pierre-Yves David |
copies-rust: process copy information of both parent at the same time
|
Mon, 21 Dec 2020 10:24:16 +0100 |
Pierre-Yves David |
copies-rust: yield both p1 and p2 copies in `ChangedFiles.actions()`
|
Wed, 16 Dec 2020 10:01:34 +0100 |
Pierre-Yves David |
copies-rust: extract the processing of a single copy information
|
Wed, 16 Dec 2020 09:42:04 +0100 |
Pierre-Yves David |
copies-rust: use matching to select the final copies information
|