Werner Lemberg
cf4398a6f5
minor formatting
25 years ago
David Turner
9b8f5c4ce1
small updates:
...
- reworked slightly the cache manager to better
differentiate between the abstract class in "ftcglyph.h"
and the FT_Glyph sub-class in "ftcimage.h", and
slightly reduced the size of FTC_GlyphNodeRec, saving
8 bytes on a 32-bit system. Yes, I'm crazy ;-)
- added build files to compile with LCC on Unix too
(compile speeds _are_ insane with it). There is unfortunately
a bug in the version I'm using (LCC 4.1) that prevents it
to compile FT_MulTo64 correctly (in src/base/ftcalc.c)
the generated assembly is incorrect, I don't know what
to do ?? the build files are ok, though..
you should invoke "make setup lcc" to select them..
25 years ago
Werner Lemberg
3c7c5da3bb
added development header files to CONFIG_H in the makefiles
...
25 years ago
Werner Lemberg
47a5f41de6
Added copyright messages to all Makefiles.
...
25 years ago
Werner Lemberg
e73d9957a2
Enabled TT interpreter in development version of ftoption.h
25 years ago
Werner Lemberg
4b92cf80c7
provide `export "C"' guard only for default fterror handling.
25 years ago
David Turner
2c5b7ebf71
fixed a small bug in the uninstall mode
25 years ago
Werner Lemberg
6fbe4db6b7
minor formatting issues
25 years ago
David Turner
896b604ca8
updated the build system:
...
- new files for the "cygwin" platform
- new workspace files for Visual C++ in "builds/win32/visualc"
- updated "docs/BUILD" slightly
25 years ago
Werner Lemberg
8bb45ec8fb
Fixing comment in unixddef.mk which caused a trailing blank.
...
25 years ago
Werner Lemberg
bd547dc6e3
Clean up, formatting etc.
...
25 years ago
David Turner
beece1bf39
small update, allow CONFIG_MK to be pre-defined
...
before inclusion
25 years ago
David Turner
08a91fd0c6
final touches. Cache seems working after all, though the
...
default cache size of 300 Kb is certainly too high for
now :-)
Need to implement abstract chunk cache and bitmap chunck cache
25 years ago
David Turner
426984e47b
major revamp of the build system.
...
Fixing the Unix Autoconf parts
25 years ago
David Turner
046f7a0c31
major revamp of the build system
25 years ago
Just van Rossum
6d2596368a
updated for new modules and sources (mainly psaux)
25 years ago
Werner Lemberg
d1b7475be1
Formatting, small fixes.
...
25 years ago
Werner Lemberg
8728f294bc
Formatting, small fixes.
...
25 years ago
David Turner
38cb5af01f
changed the "devel" setup targets to use "builds/<system>/devel"
...
as the build directory. This is used to specify a specific
"ftoption.h" that toggles all traces and logging on.
Hence, the default build doesn't need the traces
25 years ago
David Turner
38d979ceb4
adding developer dir hierarchy
25 years ago
Werner Lemberg
29a90e2610
Updating unix/ftconfig.in to recent config/ftconfig.h changes.
...
25 years ago
Werner Lemberg
f28b7536ca
Add missing header file.
25 years ago
Werner Lemberg
2d310502df
Forgot to run autoconf...
25 years ago
Werner Lemberg
07373c8de9
Fixed dec-osf compiler switches. From Tom.
25 years ago
Werner Lemberg
c713d924d8
Added #ifdef's for C++ to all header files.
25 years ago
Werner Lemberg
b1dd3535d5
Added autoconf tests FT_MUNMAP_DECL and FT_MUNMAP_PARAM to fix some devils.
...
25 years ago
Werner Lemberg
e72c9fec17
Simplifying the FIELD_* and FRAME_* macros. Before calling these macros,
...
25 years ago
Werner Lemberg
fd9777e9ed
Making path of $INSTALL always absolute.
25 years ago
Werner Lemberg
98fba7cfbc
Update to latest versions.
25 years ago
Werner Lemberg
28e6a8f75b
Applied a patch from Tom Kacvinsky (taken from the curren libtool CVS) to
...
25 years ago
Just van Rossum
d2b93caab7
Oops, I had exaggerated the warning levels a weensy bit...
25 years ago
Just van Rossum
78575d5e42
Updated to reflect the new Mac FOND support setup.
25 years ago
Werner Lemberg
58b17f9647
Formatting.
25 years ago
David Turner
c5cdf8bcf1
re-adding a "unix-dev.mk". Debugging libtool output
...
is just too much of a pain for me, I prefer a good old
static lib without optimizations :-)
"make devel" is back on Unix then..
25 years ago
Werner Lemberg
6ac722b229
Adapting changes for Unix to other makefiles.
25 years ago
Werner Lemberg
321cd27d0f
Removing compiler warnings about unused portions of code.
...
25 years ago
Werner Lemberg
796f9de262
Updating to libtool 1.3.5.
25 years ago
Werner Lemberg
a2a75b7846
Use `patsubst' instead of `subst' in cleaning rule to avoid problems with
...
25 years ago
David Turner
5fe4c00ed2
- fixed the incorrect SO extension for Visual C++
...
- disabled the TrueType interpreter by default
- disabled the "type1" driver, "type1z" is now used
by default (the internal driver name is "type1" now !!)
25 years ago
David Turner
e6735234f4
removed obsolete file
25 years ago
Werner Lemberg
7fd756d207
Add `mkinstalldirs'.
25 years ago
Werner Lemberg
a16d7155ec
Unused files.
25 years ago
Werner Lemberg
0456354658
`make install' is available now.
...
25 years ago
Werner Lemberg
db578ae090
Adding $(SO) and $(SA), denoting objects and library for a static build.
...
25 years ago
Just van Rossum
70e5aa2320
updating the Mac stuff to the current situaton
25 years ago
Werner Lemberg
42a29f2a85
For Unix platforms, `configure' will be always called now.
...
25 years ago
Werner Lemberg
e616d22529
Adding $(CFG) variable to pass configure script parameters.
...
25 years ago
Werner Lemberg
d060a75b0d
Formatting.
...
25 years ago
Werner Lemberg
6b8fcd530e
Renaming license.txt -> LICENSE.TXT for orthogonality.
25 years ago
David Turner
b390a12429
removed some stupid #defines in <freetype/config/ftconfig.h>
25 years ago