summaryrefslogtreecommitdiff
path: root/mkluatexfontdb.lua
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Remove all mention of the CC0 licence; use GPL for all"Will Robertson2010-05-201-2/+2
| | | | This reverts commit ef220e625c6741cc15f29a77e457c7094fc79541.
* Remove all mention of the CC0 licence; use GPL for allWill Robertson2010-05-201-2/+2
| | | | Related question: do Manuel and I have to add our names to the copyright?
* document OSFONTDIR behaviourWill Robertson2010-05-191-0/+10
|
* a little documentation for mkluatexfontdb --helpWill Robertson2010-05-191-0/+8
|
* Simplify the codeKhaled Hosny2010-05-161-10/+1
| | | | | The |status| table need not to reside in a separate file, it is now part of the font names database itself.
* Removing the useless mkluatexfontdb tableElie Roux2010-05-151-8/+7
|
* luaextra -> lualibsKhaled Hosny2010-05-111-1/+1
|
* Change the default cache pathKhaled Hosny2010-04-271-1/+1
| | | | | Per Manuel's suggestion, we now use TEXMVAR/luatex/generic/luaotfload/ instead of TEXMVAR/luatex-cache/latex/.
* Clean database generation code a bitKhaled Hosny2010-04-021-2/+1
| | | | | Simplify the database and the code to reflect recent changes in font matching logic.
* Purge removed fonts by defaultKhaled Hosny2010-03-301-8/+3
| | | | | There is no performance difference, so it doesn't make sense to keep removed fonts in the database.
* Fix outdated commentsKhaled Hosny2010-03-281-21/+14
|
* Make mkluatexfontdb.lua executableKhaled Hosny2010-03-241-0/+0
|
* Change the default database directoryKhaled Hosny2010-03-241-1/+1
| | | | | Now $TEXMFVAR/luatex-cache/latex/names/ which looks more logical than $TEXMFVAR/scripts/luatexfontdb/.
* Isolate database loading code and clean it a bitKhaled Hosny2010-03-121-8/+4
|
* LUAROCKS_UNAME_S doesn't work in tex modeKhaled Hosny2010-03-121-1/+1
| | | | | Use os.type and os.name instead, if os.name doesn't return cygwin then luatex need to be fixed.
* CleanupKhaled Hosny2010-03-121-2/+0
| | | | | | | Group all our font names functions in |otfl-font-nms.lua| and make |luaotfload.lua| load it. Now |otfl-font-dum.lua| is an unmodified, we instead override the needed functions in the names module. This decreases the redundancy that we had.
* Fix loading existing databseKhaled Hosny2010-03-101-2/+2
| | | | We were always generating a new one.
* CosmeticsKhaled Hosny2010-03-101-12/+12
|
* CosmeticsKhaled Hosny2010-03-101-17/+18
|
* --no-fc-cache doesn't make sense nowKhaled Hosny2010-03-101-4/+0
|
* Making purge an non-default option and fixing log levelseroux2010-03-101-1/+1
| | | | | It seems that there is no performance regressions with purge... can you test, maybe it would be better to make it default?
* Improvements on the database and on the scripteroux2010-03-091-8/+13
| | | | | | | | | | | | * the info on a font now contains the checksum (might be needed for font caching) * very small optimizations in force mode * database version bumping * a new purge option (not taken into consideration yet) * new mechanism to remove old entries in the database without rebuilding everything, activated all the time but (for performance reasons) will be activated only with the purge options in the very near future.
* Changing the database directory to TEXMFVAR/scripts/luatexfontdberoux2010-03-031-5/+6
|
* Now having version in status table tooeroux2010-03-011-2/+2
| | | | Also stronger checks on status
* Changing the checksum system to a timestamp systemeroux2010-03-011-3/+15
| | | | | | | - the status is now externalized in another file name (in the same directory), so that it's not loaded when just asking for a font - the status is now filename->last-modification-timestamp so that we don't have to checksum the files (much faster)
* not using fc-cache by defaulteroux2010-03-011-3/+2
|
* Fixing small bugseroux2010-03-011-8/+9
|
* finishing renamingeroux2010-03-011-1/+1
|
* Renaming the script mkluatexfontdberoux2010-03-011-0/+177