Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'experimental' of phi-gamma/luaotfload into phi-gamma-experimental | Elie Roux | 2013-04-18 | 1 | -52/+208 |
|\ | | | | | | | | | | | Conflicts: mkluatexfontdb.lua otfl-basics-gen.lua | ||||
| * | add approximate matching option for mkluatexfontdb.lua --find | Philipp Gesang | 2013-04-17 | 1 | -9/+31 |
| | | |||||
| * | add option --find="font name" to mkluatexfontdb.lua for querying the db from cli | Philipp Gesang | 2013-04-16 | 1 | -1/+19 |
| | | |||||
| * | make mkluatexfontdb script more modular | Philipp Gesang | 2013-04-16 | 1 | -43/+132 |
| | | |||||
| * | make the “verbose” switch effective | Philipp Gesang | 2013-04-15 | 1 | -6/+19 |
| | | |||||
| * | unify logging | Philipp Gesang | 2013-04-15 | 1 | -1/+2 |
| | | |||||
| * | rewrite filename logger | Philipp Gesang | 2013-04-15 | 1 | -4/+6 |
| | | |||||
| * | move “config” to _G | Philipp Gesang | 2013-04-13 | 1 | -1/+2 |
| | | |||||
| * | avoid loading of extended lualibs | Philipp Gesang | 2013-04-13 | 1 | -1/+6 |
| | | |||||
| * | enable overrides for Context loggers | Philipp Gesang | 2013-04-11 | 1 | -0/+1 |
| | | |||||
| * | make loglevel “-q” effective | Philipp Gesang | 2013-04-10 | 1 | -1/+2 |
| | | |||||
| * | cleanup font db script | Philipp Gesang | 2013-04-10 | 1 | -27/+29 |
| | | |||||
| * | fallback for earlier lualibs; move locals up in luaotfload.lua | Philipp Gesang | 2013-04-10 | 1 | -3/+5 |
| | | |||||
* | | Fixing issue #49 | Elie Roux | 2013-04-09 | 1 | -1/+1 |
| | | |||||
* | | Fixing issue #52 | Elie Roux | 2013-04-09 | 1 | -1/+1 |
|/ | |||||
* | Fixing module loading in the script | Elie Roux | 2013-04-08 | 1 | -0/+8 |
| | | | | | | | | Even though the script should not really be useful anymore, it might be useful for debugging purposes, so I think it's worth fixing it. It was crashing on require("lualibs"), unable to find the module; so I made it load luatexbase.loader.lua, in oder to fix it... | ||||
* | Copyright does not make sense with CC0 | Khaled Hosny | 2011-11-09 | 1 | -1/+1 |
| | | | | Thanks to Karl for pointing this out. | ||||
* | More cleanup | Khaled Hosny | 2011-10-16 | 1 | -1/+1 |
| | |||||
* | Add support for compiled names cache | Khaled Hosny | 2011-10-16 | 1 | -0/+3 |
| | |||||
* | No more pairs()/ipairs() | Khaled Hosny | 2011-10-14 | 1 | -1/+1 |
| | |||||
* | Unify logging systems | Philipp Stephani | 2011-07-24 | 1 | -1/+2 |
| | | | | | | | | | Until now, the logging functions in `otfl-luat-ovr.lua` and the function `log` in `otfl-font-nms.lua` used different syntax conventions, which resulted in suboptimal output when the functions in `otfl-font-nms.lua` were called from the LuaLaTeX module (in contrast to `mkluatexfontdb`). Spotted by Karl Berry, see http://tug.org/pipermail/lualatex-dev/2011-July/001274.html | ||||
* | Remove some misleading text, one should read the manual instead | Khaled Hosny | 2011-04-21 | 1 | -19/+0 |
| | |||||
* | Remove --database-dir and --sys options | Khaled Hosny | 2010-11-12 | 1 | -49/+9 |
| | | | | | | | | | | | * --database-dir is useless anyway since we don't support loading names database from arbitrary path. * --sys (and mkluatexfontdb-sys) are dangerous since we will load user specific fonts (in ~/.fonts for example) which can not be loaded by other users (can be security concern as well). If there is real need, we should then implement it properly. + some clean up and less code duplication in mkluatexfontdb. | ||||
* | Remove the progress bar and simplify the code | Khaled Hosny | 2010-07-11 | 1 | -1/+0 |
| | | | | | The database building/updating that the, unusual, progress bar is not needed. | ||||
* | Outdated doc | Khaled Hosny | 2010-06-23 | 1 | -1/+1 |
| | |||||
* | Cosmetics | Khaled Hosny | 2010-06-14 | 1 | -2/+2 |
| | | | | Utilize lualibs functions when apporiate. | ||||
* | Remove --fc-cache option | Khaled Hosny | 2010-05-30 | 1 | -25/+0 |
| | | | | | | We no longer query fontconfig cache rendering this option useless. Someone have to test it, I can't run the script here. | ||||
* | Document auto mkluatexfontdb | Will Robertson | 2010-05-31 | 1 | -7/+8 |
| | | | | (hope that's enough. too late for much thought.) | ||||
* | Revert "Remove all mention of the CC0 licence; use GPL for all" | Will Robertson | 2010-05-20 | 1 | -2/+2 |
| | | | | This reverts commit ef220e625c6741cc15f29a77e457c7094fc79541. | ||||
* | Remove all mention of the CC0 licence; use GPL for all | Will Robertson | 2010-05-20 | 1 | -2/+2 |
| | | | | Related question: do Manuel and I have to add our names to the copyright? | ||||
* | document OSFONTDIR behaviour | Will Robertson | 2010-05-19 | 1 | -0/+10 |
| | |||||
* | a little documentation for mkluatexfontdb --help | Will Robertson | 2010-05-19 | 1 | -0/+8 |
| | |||||
* | Simplify the code | Khaled Hosny | 2010-05-16 | 1 | -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 table | Elie Roux | 2010-05-15 | 1 | -8/+7 |
| | |||||
* | luaextra -> lualibs | Khaled Hosny | 2010-05-11 | 1 | -1/+1 |
| | |||||
* | Change the default cache path | Khaled Hosny | 2010-04-27 | 1 | -1/+1 |
| | | | | | Per Manuel's suggestion, we now use TEXMVAR/luatex/generic/luaotfload/ instead of TEXMVAR/luatex-cache/latex/. | ||||
* | Clean database generation code a bit | Khaled Hosny | 2010-04-02 | 1 | -2/+1 |
| | | | | | Simplify the database and the code to reflect recent changes in font matching logic. | ||||
* | Purge removed fonts by default | Khaled Hosny | 2010-03-30 | 1 | -8/+3 |
| | | | | | There is no performance difference, so it doesn't make sense to keep removed fonts in the database. | ||||
* | Fix outdated comments | Khaled Hosny | 2010-03-28 | 1 | -21/+14 |
| | |||||
* | Make mkluatexfontdb.lua executable | Khaled Hosny | 2010-03-24 | 1 | -0/+0 |
| | |||||
* | Change the default database directory | Khaled Hosny | 2010-03-24 | 1 | -1/+1 |
| | | | | | Now $TEXMFVAR/luatex-cache/latex/names/ which looks more logical than $TEXMFVAR/scripts/luatexfontdb/. | ||||
* | Isolate database loading code and clean it a bit | Khaled Hosny | 2010-03-12 | 1 | -8/+4 |
| | |||||
* | LUAROCKS_UNAME_S doesn't work in tex mode | Khaled Hosny | 2010-03-12 | 1 | -1/+1 |
| | | | | | Use os.type and os.name instead, if os.name doesn't return cygwin then luatex need to be fixed. | ||||
* | Cleanup | Khaled Hosny | 2010-03-12 | 1 | -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 databse | Khaled Hosny | 2010-03-10 | 1 | -2/+2 |
| | | | | We were always generating a new one. | ||||
* | Cosmetics | Khaled Hosny | 2010-03-10 | 1 | -12/+12 |
| | |||||
* | Cosmetics | Khaled Hosny | 2010-03-10 | 1 | -17/+18 |
| | |||||
* | --no-fc-cache doesn't make sense now | Khaled Hosny | 2010-03-10 | 1 | -4/+0 |
| | |||||
* | Making purge an non-default option and fixing log levels | eroux | 2010-03-10 | 1 | -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 script | eroux | 2010-03-09 | 1 | -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. |