Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [import] fix dupe | Philipp Gesang | 2016-04-08 | 1 | -1/+0 |
| | |||||
* | [import] addremove oversights | Philipp Gesang | 2016-04-07 | 1 | -3/+0 |
| | |||||
* | [import] adapt to grand upstream restructuring | Philipp Gesang | 2016-04-07 | 1 | -49/+89 |
| | | | | | | | | | | | | | | | | | | | | | Two not quite unrelated changes have to be accounted for: * Finally, the source for Context MkII and MkIV are being kept in separate trees, at least as far as the format is concerned. All out scripts that pull code from upstream had to be adapted. * New fontloader. This has been cooking for half a year maybe: Some of our troubles with 2.6 were caused by separating out the revised but highly experimental code from the self-contained fontloader, despite Hans’ great efforts to make it seamless. Now that the new fontloader is deemed mature enough, we have to accomodate the switchover. The fallout exceeds the bounds of Luaotfload proper: The Lualibs package had to be extended as well, adding a rather tiny library from the ``util-*`` namespace. With the latest setup, a fontloader can indeed be assembled automatically again. No testing has taken place yet, so it might not even run. | ||||
* | [import] do not abort immediately upon encountering missing file | Philipp Gesang | 2016-04-06 | 1 | -20/+32 |
| | | | | | | Larger changes by upstream are easier to comprehend if errors during import are counted instead. The script will exit non-zero regardless if such an error occurred, but otherwise attempt to import all the files. | ||||
* | [init] set up stubs for pre-0.87 Luatex | Philipp Gesang | 2015-12-21 | 1 | -6/+6 |
| | |||||
* | [mkimport,build] integrate with main makefile | Philipp Gesang | 2015-12-12 | 1 | -4/+1 |
| | |||||
* | [mkimport] include MD5 hash with file scope info | Philipp Gesang | 2015-12-12 | 1 | -6/+7 |
| | |||||
* | [mkimport] directly package fontloader | Philipp Gesang | 2015-12-12 | 1 | -54/+193 |
| | | | | | | | | | | Fix issue #305 No round-trip through mtx-package is required anymore. This assumes “util-mrg.lua” which comes with Context is present in the path. As as side-effect we can inject custom annotations into the file that reduce possible confusion for users. | ||||
* | [mkimport] allow output in pwd | Philipp Gesang | 2015-11-24 | 1 | -1/+1 |
| | |||||
* | [mkimport] remove code obstructing user-specified import path | Philipp Gesang | 2015-11-24 | 1 | -9/+0 |
| | |||||
* | [import] allow passing search location on command line | Philipp Gesang | 2015-11-19 | 1 | -8/+27 |
| | | | | And btw don’t hard code my own homedir =) | ||||
* | [mk*] kill version and modification headers from scripts too | Philipp Gesang | 2015-11-05 | 1 | -2/+0 |
| | |||||
* | [import,fontloader] move imported package out of the way | Philipp Gesang | 2015-07-21 | 1 | -1/+1 |
| | |||||
* | [import] automate merge with parameters passed from makefile | Philipp Gesang | 2015-07-21 | 1 | -8/+42 |
| | |||||
* | [import] batch create packaging paths in one place | Philipp Gesang | 2015-07-21 | 1 | -34/+49 |
| | |||||
* | [import] move merge result into build destination | Philipp Gesang | 2015-07-20 | 1 | -8/+43 |
| | |||||
* | [import] implement packaging step | Philipp Gesang | 2015-04-29 | 1 | -22/+69 |
| | |||||
* | [import] prepare our own packaging | Philipp Gesang | 2015-04-27 | 1 | -4/+62 |
| | |||||
* | [import] fix usage message | Philipp Gesang | 2015-03-11 | 1 | -1/+1 |
| | |||||
* | [import] correctly derive ourname in tell | Philipp Gesang | 2014-12-27 | 1 | -2/+2 |
| | |||||
* | [import] consider prefix variants when searching | Philipp Gesang | 2014-12-11 | 1 | -30/+46 |
| | |||||
* | [import] include Luatex-Fonts path in tell lookup | Philipp Gesang | 2014-12-11 | 1 | -8/+23 |
| | |||||
* | [import] implement tell output | Philipp Gesang | 2014-12-11 | 1 | -6/+78 |
| | |||||
* | [import] extend tell search | Philipp Gesang | 2014-12-11 | 1 | -14/+66 |
| | |||||
* | [import] add usage message | Philipp Gesang | 2014-12-11 | 1 | -1/+8 |
| | |||||
* | [import] add stub for usage message | Philipp Gesang | 2014-12-10 | 1 | -5/+17 |
| | |||||
* | [import] add preliminary file inspection | Philipp Gesang | 2014-12-10 | 1 | -1/+44 |
| | |||||
* | [import] unify appearance | Philipp Gesang | 2014-12-09 | 1 | -6/+12 |
| | |||||
* | [import] fix destination path building in import procedure | Philipp Gesang | 2014-12-09 | 1 | -3/+3 |
| | | | | D’oh! | ||||
* | [import] fix error message | Philipp Gesang | 2014-12-09 | 1 | -1/+1 |
| | |||||
* | [import] classify essential and non-essential files into appropriate ↵ | Philipp Gesang | 2014-12-09 | 1 | -6/+13 |
| | | | | | | subdirectories Simplifies writing make rules ;) | ||||
* | [import] prefer enumerations instead of strings | Philipp Gesang | 2014-12-09 | 1 | -57/+63 |
| | |||||
* | [import] implement automated batch import | Philipp Gesang | 2014-12-09 | 1 | -11/+80 |
| | | | | Already being used for the next update commit. | ||||
* | [import] add single file importing routine | Philipp Gesang | 2014-12-09 | 1 | -10/+22 |
| | |||||
* | [import] implement file lookup | Philipp Gesang | 2014-12-09 | 1 | -4/+40 |
| | |||||
* | [scripts] add early draft of import helper | Philipp Gesang | 2014-12-09 | 1 | -0/+321 |