summaryrefslogtreecommitdiffstatshomepage
path: root/tools/makemanifest.py
Commit message (Expand)AuthorAge
* tools/makemanifest.py: Generate working code for empty manifests.Alessandro Gatti2024-06-05
* tools/makemanifest.py: Fix printing of mpy_cross.CrossCompileError.Damien George2022-11-02
* unix/variants/coverage: Add test for manifest freeze_mpy().Jim Mussared2022-09-19
* tools/makemanifest.py: Force the repo version of the mpy_cross package.Jim Mussared2022-09-09
* tools/manifestfile.py: Allow manifests to set metadata.Jim Mussared2022-09-05
* tools/makemanifest.py: Update to use mpy_cross module.Jim Mussared2022-09-05
* tools/manifestfile.py: Add library for working with manifests.Jim Mussared2022-09-05
* all: Fix paths to mpy-cross and micropython binaries.Daniel Jour2022-08-11
* py: Only search frozen modules when '.frozen' is found in sys.path.Jim Mussared2021-12-18
* tools/makemanifest.py: Merge make-frozen.py.Jim Mussared2021-12-17
* tools/makemanifest.py: Make str conversion compatible with Python 2.Damien George2021-12-15
* tools/makemanifest.py: Allow passing flags to mpy-tool.py.Yonatan Goldschmidt2021-06-28
* tools/makemanifest.py: Show directory name if there is a FreezeError.Steve App2021-04-29
* tools/makemanifest.py: Allow passing option args to include().Jim Mussared2021-02-16
* tools/makemanifest.py: Add check that freeze path is a directory.Jim Mussared2021-01-30
* tools: Write msvc-compatible frozen content.stijn2020-09-11
* tools/makemanifest.py: Use os.makedirs to make path for generated files.Damien George2020-08-22
* tools/makemanifest.py: Print nicely formatted errors from mpy-cross.Damien George2020-08-08
* tools/makemanifest.py: Use errno.EEXIST instead of number 17.Damien George2020-07-26
* tools/makemanifest.py: Support freezing a subdirectory recursively.Damien George2020-06-24
* tools/makemanifest.py: Fix build on Windows by adding .exe to mpy-cross.MikeTeachman2020-03-05
* all: Reformat C and Python source code with tools/codeformat.py.Damien George2020-02-28
* tools/makemanifest.py: Support freezing with empty list of mpy files.Damien George2020-02-20
* tools/makemanifest.py: Use sys.executable when invoking Python scripts.Yonatan Goldschmidt2019-11-13
* tools/makemanifest.py: Skip freezing unsupported files with warning.Andrew Leech2019-11-07
* tools/makemanifest.py: Follow symlinks when freezing linked directories.Mirko Vogt2019-11-06
* tools/makemanifest.py: Eval relative paths w.r.t. current manifest file.Jim Mussared2019-10-21
* tools: Add mechanism to provide a manifest of frozen files.Damien George2019-10-15