Aous Naman

Results 49 comments of Aous Naman

It would be interesting to see @rouault thoughts on this. But I remember one difficulty I faced with OpenJPEG is the requirement that the code compiles with Visual Studio 2010...

Good to hear from you @thewtex, and thank you @chafey.

I would not mind keeping the prefix. Perhaps, I can remove the prefix from internal files, and keep it for interface files (i.e., those included by other applications).

Hi Pierre, Thank you for this suggestion. I think it is good to have this, and it should not be too hard. Kind regards, Aous.

Thank you Milos. I will look into this. 0.17 has changes to both library API and apps.

Thank you for your suggestion. I think you agree with Milos. Yes, my worry is that I might need to change the ABI often (I know this is a bad...

Hi Pierre, Thank you for looking at this issue, and solving it. These are my two cents from me. 1. The reason we use realloc is because we do not...

Hi Mark, This is C or C++ version of `fopen`, but your question is about low-level `open` function. Of course `open` is faster but it is OS specific; Windows has...

`open` is faster because it does not use C++ read and write buffering mechanism. C++ create a buffer of some size, which it then uses to buffer read and write...

Hi Andrew, Thank you for putting this in. Is this related to PR #214? In my testing on Macbook Air 2012, which I happen to have, running 10.15.7 with clang...