[ft-cvs] freetype2/docs CHANGES

2007-05-19 Thread Werner LEMBERG
CVSROOT:/cvsroot/freetype Module name:freetype2 Changes by: Werner LEMBERG wl 07/05/19 07:24:55 Modified files: docs : CHANGES Log message: Updated. CVSWeb URLs:

Re: [ft] Last piece of strict aliasing warnings

2007-05-19 Thread Ismail Dönmez
On Wednesday 16 May 2007 18:56:03 you wrote: Here is the last piece of strict aliasing warnings, it would rock if those could be fixed so -O2 can be safely enabled. [...] I think I've now removed all such warnings from the CVS. Please test. Very nice! Just one aliasing warning with gcc

Re: [ft] Last piece of strict aliasing warnings

2007-05-19 Thread Ismail Dönmez
On Saturday 19 May 2007 12:14:06 Ismail Dönmez wrote: On Wednesday 16 May 2007 18:56:03 you wrote: Here is the last piece of strict aliasing warnings, it would rock if those could be fixed so -O2 can be safely enabled. [...] I think I've now removed all such warnings from the CVS.

Re: [ft] Last piece of strict aliasing warnings

2007-05-19 Thread Werner LEMBERG
Just one aliasing warning with gcc 4.2.0: [...] Fixed, thanks. Werner ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] Getting width of space

2007-05-19 Thread Peter Weilbacher
Werner LEMBERG wrote: I got them to build now by adding CFLAGS+=-c LDFLAGS+=-Zomf -Zexe at the top of Makefile. Which compiler do you use? Have a look into freetype2/builds/os2/detect.mk... Can you improve this, probably by providing patches? I am using GCC 3.3.5. Although it

Re: [ft] Getting width of space

2007-05-19 Thread Peter Weilbacher
Werner LEMBERG wrote: Could you otherwise give me a hint where in FT I could start debugging, i.e. where the width is calculated? Please read the file docs/DEBUG and try those environment variables. OK, done that and found that I don't understand much of what a run with FT2_DEBUG=any:5

[ft] [2.3.4] crash on windows rendering ttf fonts

2007-05-19 Thread Christopher Lux
hi, i have a strange crash on windows (visual studio 2005 sp1) with the following code: the strange thing is, do i comment out the copy of the bitmap buffer in the loop at the middle the crash does not occur. i checked everything twice, all indices are correct. i also tried the NeHe demo for

[ft-devel] Make second argument of ps_mask_table_set_bits const

2007-05-19 Thread Ismail Dönmez
Hi, Attached patch makes second argument of ps_mask_table_set_bits const and adjusts rest of the source accordingly. This fixes the following warning: src/pshinter/pshrec.c: In function 'ps_dimension_set_mask_bits': src/pshinter/pshrec.c:631: warning: passing argument 2 of