Alex Overchenko

Results 23 comments of Alex Overchenko

@pjsoberoi, thanks! Your suggestion was helpful. But as I can see, the suggested repository have few issues: 1. It is supported only 32-bit CPUs, while v11 specification support both 32...

Hello @goldscott. As I know, that is a single possibility to use both Cortex M4 for every IPU block.

@phk2 Solution is localed in issue #6

@SergiusTheBest As you know, any OS and libc have possibility for using file buffering internally for optimization purposes (block writing and so on). And a programmer can force write that...

Yes, you are right. Also, glibc uses internal RAM buffers too, as I know, and another process sometimes have no possibility for accessing the latest file changes on HDD/SSD...

@JussiPekonen, do you have a required patches for the latest version?

@ensonic, if you need JUnit XML output with timestamps support, you may use [my repo](https://github.com/AJIOB/shunit2/tree/AJIOB/add-time-stamps) with branch **AJIOB/add-time-stamps**, that stands in queue to create a PR (after the basic JUnit...

Hi all, Looks like we've merged the #176, so I think we can close this issue as completed. Time measure support will be added by #180, but you can start...

Hi @Spacetown You can use [this transform.xslt](https://github.com/cwacek/cobertura-clover-transform/blob/master/cobertura_clover_transform/transform.xslt) as a base for transforming from the Cobertura XML to the Clover XML one. [clover.xsd.zip](https://github.com/gcovr/gcovr/files/13815934/clover.xsd.zip) contains *clover.xsd* file from the Clover for Ant...

Hi @Spacetown, Is this information contains all that you need to add the native Clover support?