summaryrefslogtreecommitdiff
path: root/tools/makemanifest.py
AgeCommit message (Expand)Author
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