summaryrefslogtreecommitdiff
path: root/src/luaotfload-init.lua
Commit message (Collapse)AuthorAgeFilesLines
* [main,init,db,resolvers] separate resolvers from main into separate filePhilipp Gesang2015-07-231-0/+2
|
* [init,main,package] split initialization in early and late stagePhilipp Gesang2015-07-221-4/+14
| | | | | | | | | | | | | | | | | | | | | This is a big move. Due to the restructuring of the initialization we can now separate the early tasks -- mostly dirty stuff like writing globals -- from the later stage where we actually inject the actual font loader. As a consequence, the basic configuration is now present before the font loader is injected. It’s not complete, though, in that the reconfiguration step must still be executed after the font loader is there, since some config variables require values to be set up by the loader. A decision is pending regarding how we address the situation; possible approaches are, in order of increasing complexity: * reconfigure twice, skip some of the steps the first time through * split reconfiguration into two stages * make configuration independent of fontloader values Design-wise, the last point would be the most desirable, naturally. Though the fontloader has been known to require extensive static preparation which might very well make that strategy impossible or unjustifiably demanding. We’ll see how it plays out …
* [init] make saved globals inaccessiblePhilipp Gesang2015-07-221-10/+7
|
* [init,override] move AGL initialization into post fontloader hookPhilipp Gesang2015-07-161-0/+68
|
* [init] implement hook list for post-fontloader initializationPhilipp Gesang2015-07-161-5/+30
|
* [init] remove annyoing bannerPhilipp Gesang2015-06-211-16/+1
|
* [main, init] partition initialization into a series of routinesPhilipp Gesang2015-06-211-91/+110
|
* [init] move late initialization stage from toplevel into dedicated subroutinesPhilipp Gesang2015-06-201-36/+47
|
* [init] adapt log messagesPhilipp Gesang2015-06-201-12/+12
|
* [init] add stub for module sanitizationPhilipp Gesang2015-06-201-0/+8
|
* [main, init] move fontloader-specific stuff completely into initPhilipp Gesang2015-06-201-0/+252
|
* [main,init] separate loading of fontloader and lualibs packagesPhilipp Gesang2015-06-091-0/+21
|
* [init] prepare fontloader initialization componentPhilipp Gesang2015-05-261-0/+38