index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
makemanifest.py
Age
Commit message (
Expand
)
Author
2021-04-29
tools/makemanifest.py: Show directory name if there is a FreezeError.
Steve App
2021-02-16
tools/makemanifest.py: Allow passing option args to include().
Jim Mussared
2021-01-30
tools/makemanifest.py: Add check that freeze path is a directory.
Jim Mussared
2020-09-11
tools: Write msvc-compatible frozen content.
stijn
2020-08-22
tools/makemanifest.py: Use os.makedirs to make path for generated files.
Damien George
2020-08-08
tools/makemanifest.py: Print nicely formatted errors from mpy-cross.
Damien George
2020-07-26
tools/makemanifest.py: Use errno.EEXIST instead of number 17.
Damien George
2020-06-24
tools/makemanifest.py: Support freezing a subdirectory recursively.
Damien George
2020-03-05
tools/makemanifest.py: Fix build on Windows by adding .exe to mpy-cross.
MikeTeachman
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-20
tools/makemanifest.py: Support freezing with empty list of mpy files.
Damien George
2019-11-13
tools/makemanifest.py: Use sys.executable when invoking Python scripts.
Yonatan Goldschmidt
2019-11-07
tools/makemanifest.py: Skip freezing unsupported files with warning.
Andrew Leech
2019-11-06
tools/makemanifest.py: Follow symlinks when freezing linked directories.
Mirko Vogt
2019-10-21
tools/makemanifest.py: Eval relative paths w.r.t. current manifest file.
Jim Mussared
2019-10-15
tools: Add mechanism to provide a manifest of frozen files.
Damien George