Re: logging support ready for integration into master

2020-12-04 Thread Priyesh kumar
Hello Werner, *> Fixed, thanks, and force-pushed! Please test.* I have tested the changes with the demo programs and it is working fine now.. : D Thanks, Priyesh On Fri, Dec 4, 2020 at 8:52 PM Werner LEMBERG wrote: > > > Which commit (from your GSoC branch) are you referring to? > > > > The

Re: logging support ready for integration into master

2020-12-04 Thread Werner LEMBERG
> > Which commit (from your GSoC branch) are you referring to? > > The changes in `include/freetype/internal/ftdebug.h' in commit > 802176853 are missing in `logging' branch. Fixed, thanks, and force-pushed! Please test. Werner

Re: logging support ready for integration into master

2020-12-04 Thread Priyesh kumar
Hi Werner, *> I've incorporated your patch into the corresponding commit, then doing> a `git push -f`.* Ok, Great !! *> Which commit (from your GSoC branch)* *> are you referring to?* The changes in `include/freetype/internal/ftdebug.h' in commit: 802176853b5418d34704f1705617333145410625 (link

Re: logging support ready for integration into master

2020-12-03 Thread Werner LEMBERG
> The updated code is working fine when we are using the `FT2_DEBUG' > environment variable with tags(-v / -t / -vt), but without these > tags I am getting corrupted memory issue with the `features_buf' > char array in `src/base/ftdebug.c(ft_log_handler)' on both Ubuntu > and Windows. D'oh. I

Re: logging support ready for integration into master

2020-12-02 Thread Priyesh kumar
Hi Werner, Thanks for doing the additions. The code is looking much cleaner now : D The updated code is working fine when we are using the `FT2_DEBUG' environment variable with tags(-v / -t / -vt), but without these tags I am getting corrupted memory issue with the `features_buf' char array in

logging support ready for integration into master

2020-12-02 Thread Werner LEMBERG
I've just pushed the branch 'logging' to the git repository that contains the Priyesh's GSoC project, with all commits beautified, and with many necessary additions. Please have a look! Werner