Oleksiy Slyshyk

Results 22 comments of Oleksiy Slyshyk

Maybe that is not all issues. It was shown before build stopped.

Sorry, but still not work. Error in Allocators.h remains. Added few new errors: D:\projects\cpplibs\embxx\module\util\test\EventLoop.th:250:18: error: but 'EventLoopTestSuite::test5()::' does not throw; perhaps it should be declared 'noexcept' [-Werror=noexcept] [&ready]() ^ If...

Tested under Ubuntu 16.04: - success build with g++ (system default) - fail with g++-7.2

This is how struct stlink_chipid_params look like in version 1.6.0 ```cpp struct stlink_chipid_params { uint32_t chip_id; char *description; enum stlink_flash_type flash_type; uint32_t flash_size_reg; uint32_t flash_pagesize; uint32_t sram_size; uint32_t bootrom_base; uint32_t...

But, actually, I didn't dig deeper. So it is a question that we haven't similar breakage for previous releases. So there is a question should we care about it in...

> I believe this is also what you meant with the preference to allocate new parameters at the end of structures. Yes, I have ABI in my mind when saying...

I will think about it. I am not sure what it should be. Should it be some tests or just a guide on how to do it? Or a mix...

@Nightwalker-87 I have no spare time to work on this project now. About this issue. I think we can close it now. But remember that ABI is important, and try...

Hi @Nightwalker-87 . I am thinking about this issue. At now, I propose to start the process of decreasing public headers. We provide all headers that we have, and it...