summaryrefslogtreecommitdiff
path: root/fc-glyphname
AgeCommit message (Collapse)AuthorFilesLines
2013-01-02Really fix cross-compiling and building of tools this timeBehdad Esfahbod2-40/+9
2013-01-02Use CC_FOR_BUILD to generate source filesBehdad Esfahbod1-5/+4
Previously we were failing if CROSS_COMPILING and the generated headers were not present. It works just fine now. One caveat: the fix is not fully correct since config.h is being included in the files built with CC_FOR_BUILD, but config.h has config for the host system, not the build system. Should be fine though.
2013-01-02MinorBehdad Esfahbod1-23/+23
2013-01-02Switch .gitignore to git.mkBehdad Esfahbod1-0/+2
2012-11-30Fix build issues on clean treeAkira TAGOH1-3/+6
2012-11-29Fix build when srcdir != builddirJon TURNEY1-1/+1
When ./configure'd in a directory other than the srcdir, we need to look in ${top_builddir)/src for the generated header fcstdint.h Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2012-03-16Revert "Fix a build fail on some environment"Akira TAGOH1-2/+2
This reverts commit b75eb63982a54c0fb4576d8a655ef734908d3604.
2012-03-16Revert "Fix a build fail on some environment."Akira TAGOH1-1/+1
This reverts commit 0fdfddf2ac93c1c0238b70a265998fd6b5ffe7af. Conflicts: doc/Makefile.am
2012-03-10Fix a build fail on some environment.Akira TAGOH1-1/+1
2012-03-10Fix a build fail on some environmentAkira TAGOH1-2/+2
2012-03-09Fix distcheck errorAkira TAGOH1-0/+3
2010-12-27Make most generated-files cross-compiling-safeBehdad Esfahbod1-6/+8
By simply including a copy in the tarball. Remains fc-arch which is trickier.
2010-11-10Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod3-6/+6
2009-11-18[fc-glyphname] Remove Adobe glyphlistBehdad Esfahbod1-4291/+0
It was unused.
2009-11-18Clean up Makefile's a bitBehdad Esfahbod1-1/+2
2009-11-18[fc-glyphname] Rename internal arrays to prefix with _fc_Behdad Esfahbod1-3/+3
Although they were static, I was still surprised that gdb was seeing our variable "glyphs". Not helpful.
2009-11-18[fc-glyphname] Cleanup Makefile.amBehdad Esfahbod1-5/+3
2009-03-13Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod3-6/+6
2009-02-13Get rid of $Id$ tagsBehdad Esfahbod2-2/+2
2008-01-02Remove freetype requirement for build-time applications.Keith Packard1-1/+1
This avoids requiring the freetype development files when cross compiling
2007-10-24Leave generated headers out of distribution (bug 12734).Keith Packard1-3/+1
If the generated header files are included in the distribution, a build outside of the source directory will use them. For machine-specific files, this generates the wrong result (fcarch.h). Leaving them out of the distribution forces them to be built.
2007-10-18Eliminate relocations for glyph name table.Keith Packard1-8/+20
Glyph names (now used only for dingbats) were using many relocations, causing startup latency plus per-process memory usage. Replace pointers with table indices, shrinking table size and elimninating relocations.
2007-03-12rehash increment could be zero, causing rehash infinite loop.Keith Packard1-1/+1
Bump the rehash value by one so that it is always positive.
2006-09-05Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven)Keith Packard1-1/+8
Using a simple shell script that processes the public headers, two header files are constructed that map public symbols to hidden internal aliases avoiding the assocated PLT entry for referring to a public symbol. A few mistakes in the FcPrivate/FcPublic annotations were also discovered through this process
2006-09-03Remove all .cvsignore filesKeith Packard1-6/+0
2006-09-01Pass directory information around in FcCache structure. Freeze charsets.Keith Packard1-13/+0
Instead of passing directory information around in separate variables, collect it all in an FcCache structure. Numerous internal and tool interfaces changed as a result of this. Charsets are now pre-frozen before being serialized. This causes them to share across multiple fonts in the same cache.
2006-04-10Include more stub definitions to make HP-UX's C compiler happy.Patrick Lam1-0/+3
2006-04-06Fix intel compiler warnings: make many variables static, eliminatePatrick Lam1-6/+6
duplicate names, reduce variable scopes, unsigned/signed printf formatting. reviewed by: plam
2006-03-03More stub definitions and remove FcFileIsDir from fc-cat.Patrick Lam1-0/+10
2005-10-14Add consts to variables so as to move arrays into .rodata.Patrick Lam1-2/+2
reviewed by: plam
2005-09-22Fix more gcc4 warnings:Patrick Lam1-8/+13
- Cast sizeof to int, to shut up signedness warnings in comparison. - Add consts where appropriate. reviewed by: Patrick Lam <plam@mit.edu>
2005-09-11Merge with HEAD and finish the GCC 4 cleanups (no more warnings!)Patrick Lam1-2/+2
2005-01-13Add SEE ALSO section (bug 2085)Keith Packard1-2/+6
Cross compiling fixes (bug 280) reviewed by: Keith Packard <keithp@keithp.com>
2004-12-07Change files from ISO-Latin-1 to UTF-8Keith Packard3-3/+3
2004-04-14Add instructions for doing a releasefc-2_2_93Keith Packard1-1/+1
clean up .spec file; perhaps this will be useful to somebody... Update to 2.2.93 Make 'scanopen' static so GCC doesn't whine about lacking prototype Add WARN_CFLAGS to pass -W flags for GCC systems Change various char types around to match across function calls. Fixed bug in using available_sizes[i].height which is in pixels, not 64ths of a pixel.
2004-02-22Cast strlen to int for printf, so we're 64-bit clean.Manish Singh1-1/+1
2003-10-27Yet more cleanups to finish getting 'make distcheck' working This has beenKeith Packard1-3/+3
tested to ensure that it even works from a _build directory.
2003-10-27Attempts to fix 'make distcheck' work. Things are progressing pretty well,Keith Packard1-3/+8
but there are still failures long into the process dealing with docs (as always). The big changes here are mostly to make $(srcdir) != "." work correctly, fixing the docbook related sections and fc-lang were particularily tricky. Docbook refuses to load system entities from anywhere other than where the original .sgml file was located, so no luck looking in "." for the configure-generated version.sgml and confdir.sgml files. fc-lang needed help finding .orth files; added a -d option to set the directory as the least evil of many options. Now to go use a faster machine and try and wring out the last issues.
2003-08-15Added new FcFini function for cleaning up all memory. Fixed a few memoryCarl Worth1-7/+28
leaks. fc-list now calls FcFini, (and is now leak-free according to valgrind)
2003-05-04Add .cvsignore in new fc-glyphname dirKeith Packard1-0/+6
2003-05-04Add fc-glyphname to compute hash tables for Adobe glyph name to UCS4Keith Packard5-0/+4857
conversion functions