Piotr Zierhoffer
Piotr Zierhoffer
I used some of the `definitions.json` data to create a basic list. The script just takes a path to the library and creates a file. I also modified the README.rst...
Also it now takes data both from `cells` and `models`. This can obviously be changed if needed, but seemed to make sense
Should I commit changed README.rst files in libraries? I added this line to each ``` .. include:: cell-list.rst ```
Another update @mithro. I tend to keep configuration like the rst templates etc at top level, as this is the first thing a user will want to change when altering...
I'll try to test it somehow on .NET. Is there another method to access fields via Dynamitey? Just as a side note, Dynamitey rocks ;] That's just how I'd like...
Ok, I was able to test it on .NET 4.5. No luck, unfortunately, with the following code: ``` namespace Test1 { class Program { static void Main(string[] args) { Console.WriteLine(Dynamic.InvokeGet(new...
This is ongoing, should be addressed soon
First of all, I see clang vs gcc, so it's a different toolchain. The flags come mainly from conda, I see that we add `-std=c++11 -Os -fno-merge-constants`. Do you still...
We are also about to release changes that get rid of the ticking completely. They passed the internal review already, so we're getting there soon.
@mithro the execution is not really parallel here - as we execute a single instruction, we let the CFU calculate everything and then return to main Renode.