Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-08 | build-chain, replace INCLUDES directive by AM_CPPFLAGS | Sebastian Freundt | 1 | -1/+1 | |
As of automake-13.1 the INCLUDES directive is no longer supported. An automake run will return with an error. This changeset simply follows automake's advice to replace INCLUDES by AM_CPPFLAGS. | |||||
2013-01-03 | Remove FcInit() calls from tools | Behdad Esfahbod | 1 | -6/+0 | |
Library is supposed to automatically initialize itself. If it doesn't, it's a bug. | |||||
2013-01-02 | Switch .gitignore to git.mk | Behdad Esfahbod | 1 | -0/+2 | |
2012-10-26 | Use automake variable instead of cleaning files in clean-local | Akira TAGOH | 1 | -4/+3 | |
just for git.mk coming up from Behdad's threadsafe branch | |||||
2012-06-01 | Fix the wrong estimation for the memory usage information in fontconfig | Akira TAGOH | 1 | -1/+1 | |
2012-03-16 | Fix a build issue due to the use of non-portable variables | Akira TAGOH | 1 | -2/+2 | |
$< isn't supported in BSD make say. $(RM) is pre-defined in GNU make though, not in BSD make say. so changed to check on configure if it's pre-defined by make, otherwise set the appropriate command to $(RM). This would be a workaround until it has the certain pre-defined value. | |||||
2012-03-16 | Revert "Fix a build fail on some environment." | Akira TAGOH | 1 | -4/+4 | |
This reverts commit 0fdfddf2ac93c1c0238b70a265998fd6b5ffe7af. Conflicts: doc/Makefile.am | |||||
2012-03-10 | Fix a build fail on some environment. | Akira TAGOH | 1 | -4/+4 | |
2010-11-10 | Cleanup copyright notices to replace "Keith Packard" with "the author(s)" | Behdad Esfahbod | 2 | -4/+4 | |
2010-04-20 | Add fc-pattern cmdline tool | Behdad Esfahbod | 1 | -0/+1 | |
2009-07-24 | Fix doc syntax (#22902) | Behdad Esfahbod | 1 | -1/+1 | |
2009-03-13 | Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all files | Behdad Esfahbod | 2 | -4/+4 | |
2009-02-15 | [fcformat] Add element filtering and deletion | Behdad Esfahbod | 1 | -2/+5 | |
The filtering, '%{+elt1,elt2,elt3{subexpr}}' will evaluate subexpr with a pattern only having the listed elements from the surrounding pattern. The deletion, '%{-elt1,elt2,elt3{subexpr}}' will evaluate subexpr with a the surrounding pattern sans the listed elements. | |||||
2009-02-13 | Cleanup all manpage.* files | Behdad Esfahbod | 1 | -1/+1 | |
Recent doc2man generates files called manpage.log. This was breaking build. | |||||
2009-02-13 | Add fc-scan too that runs FcFileScan/FcDirScan | Behdad Esfahbod | 3 | -0/+416 | |
This is quite similar to fc-query, but calling FcFileScan/FcDirScan instead of FcFreeTypeQuery. |