summaryrefslogtreecommitdiff
path: root/tools/makemanifest.py
AgeCommit message (Expand)Author
2025-09-15tools: Remove unneeded future imports.Jeff Epler
2024-06-05tools/makemanifest.py: Generate working code for empty manifests.Alessandro Gatti
2022-11-02tools/makemanifest.py: Fix printing of mpy_cross.CrossCompileError.Damien George
2022-09-19unix/variants/coverage: Add test for manifest freeze_mpy().Jim Mussared
2022-09-09tools/makemanifest.py: Force the repo version of the mpy_cross package.Jim Mussared
2022-09-05tools/manifestfile.py: Allow manifests to set metadata.Jim Mussared
2022-09-05tools/makemanifest.py: Update to use mpy_cross module.Jim Mussared
2022-09-05tools/manifestfile.py: Add library for working with manifests.Jim Mussared
2022-08-11all: Fix paths to mpy-cross and micropython binaries.Daniel Jour
2021-12-18py: Only search frozen modules when '.frozen' is found in sys.path.Jim Mussared
2021-12-17tools/makemanifest.py: Merge make-frozen.py.Jim Mussared
2021-12-15tools/makemanifest.py: Make str conversion compatible with Python 2.Damien George
2021-06-28tools/makemanifest.py: Allow passing flags to mpy-tool.py.Yonatan Goldschmidt
2021-04-29tools/makemanifest.py: Show directory name if there is a FreezeError.Steve App
2021-02-16tools/makemanifest.py: Allow passing option args to include().Jim Mussared
2021-01-30tools/makemanifest.py: Add check that freeze path is a directory.Jim Mussared
2020-09-11tools: Write msvc-compatible frozen content.stijn
2020-08-22tools/makemanifest.py: Use os.makedirs to make path for generated files.Damien George
2020-08-08tools/makemanifest.py: Print nicely formatted errors from mpy-cross.Damien George
2020-07-26tools/makemanifest.py: Use errno.EEXIST instead of number 17.Damien George
2020-06-24tools/makemanifest.py: Support freezing a subdirectory recursively.Damien George
2020-03-05tools/makemanifest.py: Fix build on Windows by adding .exe to mpy-cross.MikeTeachman
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-20tools/makemanifest.py: Support freezing with empty list of mpy files.Damien George
2019-11-13tools/makemanifest.py: Use sys.executable when invoking Python scripts.Yonatan Goldschmidt
2019-11-07tools/makemanifest.py: Skip freezing unsupported files with warning.Andrew Leech
2019-11-06tools/makemanifest.py: Follow symlinks when freezing linked directories.Mirko Vogt
2019-10-21tools/makemanifest.py: Eval relative paths w.r.t. current manifest file.Jim Mussared
2019-10-15tools: Add mechanism to provide a manifest of frozen files.Damien George