freetype/src/base
Werner Lemberg 4e8b203556 * builds/unix/config.guess, builds/unix/config.sub: Updated to
latest versions from gnu.org.

* builds/compiler/gcc-dev.mk: Add `-Wno-long-long' flag.

* include/freetype/internal/ftcalc.h: Define FT_SqrtFixed()
uncoditionally.
* src/base/ftbbox.c: Include FT_INTERNAL_CALC_H.
Fix compiler warnings.
* src/base/ftcalc.c: Fix (potential) compiler warnings.

* src/base/ftcalc.c (FT_SqrtFixed): Corrected/optimized the 32-bit
fixed-point square root computation.  It is now used even with
64-bits integers, as it is _much_ faster than calling FT_Sqrt64 :-)
* src/base/ftbbox.c: Removed invalid "#include FT_BEZIER_H" line.
* src/base/ftbbox.c (BBox_Cubic_Check): Rewrote function to use
direct computations with 16.16 values instead of sub-divisions.  It
is now slower, but proves a point :-)
* src/raster/ftraster.c, src/smooth/ftgrays.c, src/base/ftbbox.c:
Fixed the bezier stack depths.
* src/base/ftcalc.c (FT_MulFix): Minor rounding fix.
* builds/beos: Added BeOS-specific files to the old build system
(no changes were necessary to support BeOS in the Jamfile though).
* ftconfig.h, ftoption.h: Updated "ftconfig.h" to detect 64-bit int
types on platforms where Autoconf is not available).  Also removed
FTCALC_USE_LONG_LONG and replaced it with
FT_CONFIG_OPTION_FORCE_INT64.
* builds/win32/freetype.dsp: Updated the Visual C++ project file.
Doesn't create a DLL yet.
* cffgload.c: Removed a compilation warning.
2001-04-26 13:34:36 +00:00
..
descrip.mms * builds/*/*-def.mk: changed the objects directory from "obj" to "objs" 2001-03-20 11:14:24 +00:00
ftbase.c * builds/*/*-def.mk: changed the objects directory from "obj" to "objs" 2001-03-20 11:14:24 +00:00
ftbbox.c * builds/unix/config.guess, builds/unix/config.sub: Updated to 2001-04-26 13:34:36 +00:00
ftcalc.c * builds/unix/config.guess, builds/unix/config.sub: Updated to 2001-04-26 13:34:36 +00:00
ftdebug.c include/freetype/internal/internal.h: Fixed header inclusion macros 2000-12-13 23:44:37 +00:00
ftextend.c cleanups 2000-12-08 16:17:16 +00:00
ftglyph.c * src/autohint/ahtypes.h (AH_Hinter): Add elements 2001-03-04 21:53:08 +00:00
ftinit.c * include/freetype/config/ft2build.h (FT2_ROOT, FT2_CONFIG_ROOT): 2000-12-12 22:28:12 +00:00
ftlist.c cleanups 2000-12-08 16:17:16 +00:00
ftmac.c * builds/*/*-def.mk: changed the objects directory from "obj" to "objs" 2001-03-20 11:14:24 +00:00
ftmm.c cleanups 2000-12-08 16:17:16 +00:00
ftnames.c * include/freetype/config/ftheader.h, include/freetype/ftsnames.h: 2001-03-20 14:50:04 +00:00
ftobjs.c * builds/win32/detekt.mk: Fix .PHONY target for Intel compiler. 2001-03-20 22:58:56 +00:00
ftoutln.c cleanups 2000-12-08 16:17:16 +00:00
ftstream.c cleanups 2000-12-08 16:17:16 +00:00
ftsynth.c cleanups 2000-12-08 16:17:16 +00:00
ftsystem.c * include/freetype/config/ft2build.h (FT2_ROOT, FT2_CONFIG_ROOT): 2000-12-12 22:28:12 +00:00
Jamfile * builds/os2/*.mk: These files have been forgotten to update to 2001-04-06 07:05:50 +00:00
rules.mk Some formatting. 2000-10-26 10:04:16 +00:00