27 Commits (2eba98f1e0d292de0f7e48ce228221ef50c01967)

Author SHA1 Message Date
Damien George b52fe52d31 tools/makemanifest.py: Fix printing of mpy_cross.CrossCompileError. 2 years ago
Jim Mussared 920da9c5e3 unix/variants/coverage: Add test for manifest freeze_mpy(). 2 years ago
Jim Mussared 4903e48e34 tools/makemanifest.py: Force the repo version of the mpy_cross package. 2 years ago
Jim Mussared 5852fd7708 tools/manifestfile.py: Allow manifests to set metadata. 2 years ago
Jim Mussared 6bd0ec7a70 tools/makemanifest.py: Update to use mpy_cross module. 2 years ago
Jim Mussared f3cdb052db tools/manifestfile.py: Add library for working with manifests. 2 years ago
Daniel Jour 47c84286e8 all: Fix paths to mpy-cross and micropython binaries. 2 years ago
Jim Mussared e0bf4611c3 py: Only search frozen modules when '.frozen' is found in sys.path. 3 years ago
Jim Mussared f853e3e106 tools/makemanifest.py: Merge make-frozen.py. 3 years ago
Damien George 598618e8cf tools/makemanifest.py: Make str conversion compatible with Python 2. 3 years ago
Yonatan Goldschmidt 4ada56d4cb tools/makemanifest.py: Allow passing flags to mpy-tool.py. 5 years ago
Steve App 326dd7f0db tools/makemanifest.py: Show directory name if there is a FreezeError. 4 years ago
Jim Mussared 566020034f tools/makemanifest.py: Allow passing option args to include(). 4 years ago
Jim Mussared 2aecf378be tools/makemanifest.py: Add check that freeze path is a directory. 4 years ago
stijn 4b35aa5730 tools: Write msvc-compatible frozen content. 4 years ago
Damien George 448319a745 tools/makemanifest.py: Use os.makedirs to make path for generated files. 4 years ago
Damien George b731bd0ce6 tools/makemanifest.py: Print nicely formatted errors from mpy-cross. 4 years ago
Damien George 952de5cb77 tools/makemanifest.py: Use errno.EEXIST instead of number 17. 4 years ago
Damien George 76faeed098 tools/makemanifest.py: Support freezing a subdirectory recursively. 4 years ago
MikeTeachman 8db5d2d1f1 tools/makemanifest.py: Fix build on Windows by adding .exe to mpy-cross. 5 years ago
Damien George 69661f3343 all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
Damien George a636837987 tools/makemanifest.py: Support freezing with empty list of mpy files. 5 years ago
Yonatan Goldschmidt b2dd443d92 tools/makemanifest.py: Use sys.executable when invoking Python scripts. 5 years ago
Andrew Leech d2e6cfd8fd tools/makemanifest.py: Skip freezing unsupported files with warning. 5 years ago
Mirko Vogt 2f71d66ef7 tools/makemanifest.py: Follow symlinks when freezing linked directories. 5 years ago
Jim Mussared 8ba963cfa3 tools/makemanifest.py: Eval relative paths w.r.t. current manifest file. 5 years ago
Damien George e81f538e25 tools: Add mechanism to provide a manifest of frozen files. 5 years ago