Nikhil Ramakrishnan
f86de6e5bd
Minor formatting.
7 years ago
Nikhil Ramakrishnan
261b81a149
[builds] Add comment for the `BIN' variable.
...
Separate the definition of `BIN' in `*def.mk' files and add a comment
stating that it is being used for `make refdoc' and `make refdoc-venv'.
7 years ago
Nikhil Ramakrishnan
fecfbbb035
* builds/freetype.mk: Add rule 'refdoc-venv'.
...
Add new rule `refdoc-venv' for building documentation in python
virtualenv. This is an ongoing discussion at:
http://lists.nongnu.org/archive/html/freetype-devel/2018-07/msg00209.html
* builds/freetype.mk: Add rule `refdoc-venv'
* builds/{os}/*-def.mk: Add variable `BIN' for virtualenv.
7 years ago
Werner Lemberg
0a0c22569d
Update copyright year.
7 years ago
Werner Lemberg
563ae78022
Update copyright year.
8 years ago
Werner Lemberg
9adeab6452
Update copyright year.
9 years ago
Werner Lemberg
f57fc59e01
Run `src/tools/update-copyright'.
10 years ago
Werner Lemberg
b26b314a93
* builds/*/*def.mk, builds/*/detect.mk (CAT): Define to either `cat'
...
18 years ago
Werner Lemberg
8a4de0d669
* Makefile, *.mk: Use `?=' where appropriate.
...
19 years ago
Werner Lemberg
59939244ad
Implement new, simplified module selection. With GNU make it is now
...
19 years ago
Werner Lemberg
4309edccfd
* src/autofit/afangles.c, src/autofit/aftypes.h (af_angle_diff):
...
19 years ago
Werner Lemberg
858f310b80
Completely revised FreeType's make management.
...
22 years ago
Werner Lemberg
89df58f8e6
* Makefile, configure, */*.mk, builds/unix/unix-def.in,
...
23 years ago
Werner Lemberg
bd889e5de9
* src/sfnt/ttload.c (TT_LookUp_Table): Protect against tables
...
23 years ago
David Turner
caf72cd6e5
* 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)
24 years ago