Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tool] update load sequence for font-tfm | Philipp Gesang | 2016-07-07 | 1 | -2/+4 |
| | | | | | | Also set a dummy ``pdf`` table that is referenced in the file. Whether we actually need font-tfm in luaotfload-tool should be reevaluated at some point before 2.8. | ||||
* | [fontloader] include font-one.lua | Philipp Gesang | 2016-05-20 | 1 | -0/+1 |
| | |||||
* | [tool] fix invocation of names.update() | Philipp Gesang | 2016-05-09 | 1 | -1/+1 |
| | |||||
* | [import,fontloader] pull new AFM/Type1 code | Philipp Gesang | 2016-05-09 | 1 | -2/+2 |
| | |||||
* | [tool] include release tag in --versionv2.7-fix-2 | Philipp Gesang | 2016-05-04 | 1 | -0/+3 |
| | | | | | This info is indeed valuable on top of the commit hash, thanks to @jfbu who complained about its absence. | ||||
* | [tool] check for version info in stats table | Philipp Gesang | 2016-05-03 | 1 | -15/+28 |
| | | | | This could become the common check eventually. | ||||
* | [main,tool] reintroduce lost version check | Philipp Gesang | 2016-05-03 | 1 | -18/+12 |
| | | | | | | | | | | The version check was removed by accident in commit 5ce60cc98a30. This isn’t normally a problem except when people start to run the Pretest version on ancient Luatex binaries … In any case, the check must be present. While we’re at it, make the error messages consistent between the tool and a live TeX run. This can’t cover the fact that there is no (direct) means of determining the Luatex version when not running in TeX mode, so the checks still aren’t equivalent. | ||||
* | [tool,resolvers,conf] switch --find lookups to the actual resolvers | Philipp Gesang | 2016-04-28 | 1 | -7/+12 |
| | | | | | | | | The arguments to “--find” on the command line avoided calling the real index API functions and used crude approximations instead. In order to make “--find” obey the new “anon-sequence” configuration item, it needs to access the normal resolvers instead. This requires certain adaptations to allow for a fallback on the “file:” lookup. | ||||
* | [tool,doc] inter fontloader warnings option | Philipp Gesang | 2016-04-18 | 1 | -42/+7 |
| | | | | | The option has become redundant with the new loader so we might as well get rid of it. | ||||
* | [tool] adapt fullinfo to new loader | Philipp Gesang | 2016-04-16 | 1 | -4/+13 |
| | | | | | Note that this will explode on the current loader code due to a typo in font-otr.lua. Patch submitted upstream, please be patient. | ||||
* | [tool] annihilate references to FF | Philipp Gesang | 2016-04-16 | 1 | -101/+36 |
| | | | | | | | The tables emitted by the new font reader functions do not correspond to their Fontforge counterparts. Thus, some of the display routines had to be rewritten, in some cases like the names table this resulted in the removal of a good deal of obsolete code. | ||||
* | [tool,db] kill off fontforge | Philipp Gesang | 2016-04-09 | 1 | -2/+29 |
| | | | | | | | | This has been coming for some time: Upstream now provides full Opentype reader capabilities. This allows Luatex to drop those horrible fontforge libraries. Since the API is pretty similar, for Luaotfload it means little change and a decent speed gain. Though we still need to investigate whether the result is equivalent or at least acceptable. | ||||
* | [*] update dates, version | Philipp Gesang | 2016-04-07 | 1 | -2/+2 |
| | |||||
* | [tool] status library API fallout | Philipp Gesang | 2016-04-05 | 1 | -3/+4 |
| | | | | | With revision 5624, the status library was overhauled. Among others we lose the ``luatex_svn`` field which was rather useful for debugging :/ | ||||
* | [tool] fix path displayed in help message | Philipp Gesang | 2015-12-02 | 1 | -1/+1 |
| | | | | | | This extends commit 78a1273715.. to the tool. Also fixes the wrong path being issued to the formatter. Luckily, this is not a functional defect since the path is used for display purposes only. | ||||
* | [tool,db] make cache directives work again | Philipp Gesang | 2015-11-28 | 1 | -7/+10 |
| | | | | | These were rendered unusable due to the suspended initialization. Creating the directives mapping on the fly is just as good. | ||||
* | [tool] adapt module name | Philipp Gesang | 2015-11-22 | 1 | -1/+1 |
| | |||||
* | [*] kill off file headers | Philipp Gesang | 2015-11-05 | 1 | -2/+0 |
| | | | | We have the VCS info in the status file; these things are just silly. | ||||
* | Merge branch 'canonical-master' | Philipp Gesang | 2015-11-03 | 1 | -6/+0 |
|\ | | | | | | | Thanks @eroux for accepting the PR =) | ||||
| * | Remove loading of luatexbae "loader" submodule | Joseph Wright | 2015-10-03 | 1 | -7/+0 |
| | | |||||
* | | [tool] display fuzzy hint only when not fuzzing | Philipp Gesang | 2015-10-30 | 1 | -3/+4 |
| | | |||||
* | | [tool] fix --file lookup | Philipp Gesang | 2015-10-30 | 1 | -4/+3 |
| | | |||||
* | | [tool,resolvers,db] fix references to the fonts table | Philipp Gesang | 2015-10-29 | 1 | -4/+3 |
| | | | | | | | | This makes the ``--find`` option to luaotfload-too work again. | ||||
* | | [tool] adapt outdated usage info | Philipp Gesang | 2015-10-29 | 1 | -3/+3 |
| | | |||||
* | | [tool] adapt to current initialization | Philipp Gesang | 2015-10-28 | 1 | -4/+47 |
| | | |||||
* | | [tool] defer import of logger | Philipp Gesang | 2015-10-28 | 1 | -93/+114 |
| | | |||||
* | | [tool] fix interfacing with database | Philipp Gesang | 2015-10-28 | 1 | -27/+26 |
|/ | |||||
* | [db,tool] prevent database rebuild when querying version info | Philipp Gesang | 2015-06-19 | 1 | -4/+8 |
| | | | | | | Reported by /u/ThomasFehige on Github: https://github.com/lualatex/luaotfload/issues/275#issuecomment-113515484 | ||||
* | [*] bump version and date | Philipp Gesang | 2015-03-29 | 1 | -4/+4 |
| | |||||
* | [db,tool,conf] fix thinko in db update suppression | Philipp Gesang | 2014-07-26 | 1 | -1/+1 |
| | | | | | The ``db.update-live`` option caused all db updates, even forced ones to fail due to a missing check for the kind of run. | ||||
* | [conf,tool] implement configuration writer | Philipp Gesang | 2014-07-24 | 1 | -11/+23 |
| | | | | | Now ``luaotfload-tool --dumpconf`` can be used to output the current configuration to a file. | ||||
* | [*] bump versionv2.5-fix-2 | Philipp Gesang | 2014-07-24 | 1 | -2/+2 |
| | |||||
* | [*] bump version and datev2.5-fix-1 | Philipp Gesang | 2014-07-16 | 1 | -2/+2 |
| | | | | Hope I didn’t mess this up again … | ||||
* | [tool] fix references to config table in initialization | Philipp Gesang | 2014-07-13 | 1 | -10/+11 |
| | |||||
* | [doc] fix variable identifiers | Philipp Gesang | 2014-07-13 | 1 | -2/+0 |
| | |||||
* | [tool] fix setting of verbosity | Philipp Gesang | 2014-07-13 | 1 | -7/+14 |
| | |||||
* | [tool] reorder task list to prevent the log level from being overridden ↵ | Philipp Gesang | 2014-07-13 | 1 | -1/+1 |
| | | | | due to configuration | ||||
* | [tool] fix log level status message | Philipp Gesang | 2014-07-13 | 1 | -1/+1 |
| | |||||
* | [db] remove the alternative (and buggy) verbose file lookup | Philipp Gesang | 2014-07-12 | 1 | -2/+2 |
| | | | | | Also document the file lookup somewhat and rename it to ``font_file_lookup()``. | ||||
* | [db,tool] add db creation and modification time to version message | Philipp Gesang | 2014-05-15 | 1 | -6/+10 |
| | |||||
* | [db,tool,diagnose] eliminat static config hack | Philipp Gesang | 2014-05-14 | 1 | -5/+4 |
| | | | | | Good riddance. We’re now fully migrated to the new, dynamic configuration subsystem with respect to cache paths. | ||||
* | [conf,tool] move status import to configuration | Philipp Gesang | 2014-05-14 | 1 | -7/+4 |
| | |||||
* | tool: include host info in version message | Philipp Gesang | 2014-05-05 | 1 | -3/+12 |
| | |||||
* | [tool] set up interface between the configuration system and the command ↵ | Philipp Gesang | 2014-04-25 | 1 | -2/+6 |
| | | | | line parser | ||||
* | [tool] adapt help message | Philipp Gesang | 2014-04-24 | 1 | -3/+2 |
| | |||||
* | [colors,conf,db,main,tool] adapt the TeX run code to new configuration | Philipp Gesang | 2014-04-24 | 1 | -12/+16 |
| | |||||
* | [db,conf,main,tool] move primary configuration table to new configuration ↵ | Philipp Gesang | 2014-04-22 | 1 | -21/+23 |
| | | | | model (ignore those initialization stubs for now) | ||||
* | [tool,db,conf] integrate defaults into new config model | Philipp Gesang | 2014-04-22 | 1 | -19/+10 |
| | |||||
* | [conf,tool] integrate configuration parser | Philipp Gesang | 2014-04-21 | 1 | -8/+33 |
| | |||||
* | [tool] update usage and help messages to include bisection | Philipp Gesang | 2014-03-30 | 1 | -0/+6 |
| |