Saulius Krasuckas
Saulius Krasuckas
Yes, it would be nice to have all those going below v6.4.7.2: https://downloadarchive.documentfoundation.org/libreoffice/old/#:~:text=6.4.7.2 ``` $ curl https://downloadarchive.documentfoundation.org/libreoffice/old/ | awk 'BEGIN {FS="[ \"]+"} /^ ]", ""); print $6" \t"$10"\t"$11}' % Total %...
PS. This counts as 58 versions released after `6.4.7.2` already.
So these are two different projects. They are under different licenses: GPL+LGPL and MIT. The name collision is a bit unfortunate. @TragicWarrior: (1) any ideas on why was libROTE forked?...
Another idea is to use the [Keystone assembler framework](https://github.com/keystone-engine/keystone). It is under GPLv2 + FOSS License Exception, which is [compatible with MIT](https://github.com/keystone-engine/keystone/blob/master/EXCEPTIONS-CLIENT#L98). It is also based on LLVM (the MC),...
OK, some critics from the links given in the last comment of @EleanorNB: https://github.com/Amanieu/rfcs/blob/inline-asm/text/0000-inline-asm.md#implement-an-embedded-dsl > While this is very convenient on the user side in that it requires no specification...
@eLeCtrOssSnake commented [27 minutes ago](#issuecomment-1211223810): > It is very ambiguous Ummm, any example of this (at least theoretical) ? > and performance-wise inefficient because the compiler doesn't know anything about...
> MSVC asm syntax makes asm statement a black box and cannot efficiently call it. Well, for me this remains to be proved by specific, particular examples of C+asm &...
> I remember tinkering with hw support for crc32c on x86(_64) and my inline asm implementation with cl.exe was as bad as software one. On clang I didn't have that...
Unique monsters are like a milestones. If you kill one, it's like you have completed some chapter. I find logging this event to be very informative.
Well, if I run the same version `0.7.7` on a Linux host and connect to it from Windows using MSYS2 environemnt + MinTTY emulator, the rendering drastically changes:  The...