Lennart Braun

Results 40 comments of Lennart Braun

@sebastianst `CBitVector::SetBitsPosOffset` is now fixed and the submodules are updated accordingly.

I'm not sure, this does, what is intended. I am assuming, the `RcvThread` objects were created by some kind of control thread. When these objects are destructed, `CTread::Kill()` is called,...

That is something I wanted to do for a while and I am working on this right now. My CMake is not that good, so I will not promise anything.

I have not figured out yet, what is the optimal way to manage external dependencies and publish the own targets in CMake. In my project I am using [these](https://gist.github.com/lenerd/b0d20a3906fffb6b6d4704e8b19a89ee) files...

Hi Oliver, your changes are based on a state of ABY which is almost a year old now. Could you please rebase your changes on top of the current state...

Something went wrong. It seems that you performed a rebase as well as an additional merge. The history now includes your commits *twice*: ``` * 0a4d813 (HEAD, oliver-schick/public) Rebased and...

> Ok. Does it build? So far, I have only looked at your commits and tried to figure out what you changed and why. I still need to setup an...

You can probably drop the most recent commit, i.e., the merge commit, and push again to clean up the history.

Thanks, that makes it easier to go through the changes.

> Thanks, that makes it easier to go through the changes. Nonetheless, it will take a while since you made changes to approximately 100 files and added *a lot* of...