summaryrefslogtreecommitdiff
path: root/src/luaotfload-tool.lua
Commit message (Collapse)AuthorAgeFilesLines
* [tool] adapt module namePhilipp Gesang2015-11-221-1/+1
|
* [*] kill off file headersPhilipp Gesang2015-11-051-2/+0
| | | | We have the VCS info in the status file; these things are just silly.
* Merge branch 'canonical-master'Philipp Gesang2015-11-031-6/+0
|\ | | | | | | Thanks @eroux for accepting the PR =)
| * Remove loading of luatexbae "loader" submoduleJoseph Wright2015-10-031-7/+0
| |
* | [tool] display fuzzy hint only when not fuzzingPhilipp Gesang2015-10-301-3/+4
| |
* | [tool] fix --file lookupPhilipp Gesang2015-10-301-4/+3
| |
* | [tool,resolvers,db] fix references to the fonts tablePhilipp Gesang2015-10-291-4/+3
| | | | | | | | This makes the ``--find`` option to luaotfload-too work again.
* | [tool] adapt outdated usage infoPhilipp Gesang2015-10-291-3/+3
| |
* | [tool] adapt to current initializationPhilipp Gesang2015-10-281-4/+47
| |
* | [tool] defer import of loggerPhilipp Gesang2015-10-281-93/+114
| |
* | [tool] fix interfacing with databasePhilipp Gesang2015-10-281-27/+26
|/
* [db,tool] prevent database rebuild when querying version infoPhilipp Gesang2015-06-191-4/+8
| | | | | | Reported by /u/ThomasFehige on Github: https://github.com/lualatex/luaotfload/issues/275#issuecomment-113515484
* [*] bump version and datePhilipp Gesang2015-03-291-4/+4
|
* [db,tool,conf] fix thinko in db update suppressionPhilipp Gesang2014-07-261-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 writerPhilipp Gesang2014-07-241-11/+23
| | | | | Now ``luaotfload-tool --dumpconf`` can be used to output the current configuration to a file.
* [*] bump versionv2.5-fix-2Philipp Gesang2014-07-241-2/+2
|
* [*] bump version and datev2.5-fix-1Philipp Gesang2014-07-161-2/+2
| | | | Hope I didn’t mess this up again …
* [tool] fix references to config table in initializationPhilipp Gesang2014-07-131-10/+11
|
* [doc] fix variable identifiersPhilipp Gesang2014-07-131-2/+0
|
* [tool] fix setting of verbosityPhilipp Gesang2014-07-131-7/+14
|
*  [tool] reorder task list to prevent the log level from being overridden ↵Philipp Gesang2014-07-131-1/+1
| | | | due to configuration
* [tool] fix log level status messagePhilipp Gesang2014-07-131-1/+1
|
* [db] remove the alternative (and buggy) verbose file lookupPhilipp Gesang2014-07-121-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 messagePhilipp Gesang2014-05-151-6/+10
|
* [db,tool,diagnose] eliminat static config hackPhilipp Gesang2014-05-141-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 configurationPhilipp Gesang2014-05-141-7/+4
|
* tool: include host info in version messagePhilipp Gesang2014-05-051-3/+12
|
* [tool] set up interface between the configuration system and the command ↵Philipp Gesang2014-04-251-2/+6
| | | | line parser
* [tool] adapt help messagePhilipp Gesang2014-04-241-3/+2
|
* [colors,conf,db,main,tool] adapt the TeX run code to new configurationPhilipp Gesang2014-04-241-12/+16
|
* [db,conf,main,tool] move primary configuration table to new configuration ↵Philipp Gesang2014-04-221-21/+23
| | | | model (ignore those initialization stubs for now)
* [tool,db,conf] integrate defaults into new config modelPhilipp Gesang2014-04-221-19/+10
|
* [conf,tool] integrate configuration parserPhilipp Gesang2014-04-211-8/+33
|
* [tool] update usage and help messages to include bisectionPhilipp Gesang2014-03-301-0/+6
|
* [tool] fix final stage of bisectionPhilipp Gesang2014-03-271-2/+5
|
* [db,tool] reconcile --bisect with --max-fontsPhilipp Gesang2014-03-241-6/+32
|
* [db,tool] display list of remaining files if less than tenPhilipp Gesang2014-03-231-0/+18
|
* [db,tool] implement termination of bisect sessionPhilipp Gesang2014-03-231-3/+24
|
* [tool] implement good/bad directives for bisection modePhilipp Gesang2014-03-231-3/+36
|
* [db,tool,main] implement run directive for bisection modePhilipp Gesang2014-03-231-7/+33
|
* [tool] reimplement bisect status directivePhilipp Gesang2014-03-231-14/+41
|
* [tool] add stop directive to bisect modePhilipp Gesang2014-03-231-0/+22
|
* [db,tool] add bisection initialization routinesPhilipp Gesang2014-03-231-9/+78
|
* [tool] add dummies for --bisectPhilipp Gesang2014-03-221-2/+62
|
* [tool,doc] document “--local” option in manual and usage messagesPhilipp Gesang2014-02-141-1/+2
|
* [db,main,tool] scan local fonts upon failed lookup during a TeX run ↵Philipp Gesang2014-02-141-8/+3
| | | | (requires the config flag “scan_local”)
* [db,tool] make local font scan part of update_names()Philipp Gesang2014-02-141-1/+1
|
* [db,tool] support scanning local fonts into dbPhilipp Gesang2014-02-141-6/+14
|
* [db] add “local” field to meta table in dbPhilipp Gesang2014-02-141-1/+1
|
* [*] move source files to ./srcPhilipp Gesang2014-02-121-0/+1263