index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
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
/
windows
Age
Commit message (
Expand
)
Author
2014-10-13
windows: Enable moduzlib instead of modzlibd.
Paul Sokolovsky
2014-10-06
windows: mingw32 gcc doesn't define endianness macros, so just assume little.
Paul Sokolovsky
2014-10-04
Enable unicode for Windows port so unicode tests give correct uPy output
stijn
2014-09-22
windows: Enable input(), sys.maxsize(), ujson module, emergency exception buf...
stijn
2014-09-02
msvc: Exclude modtermios, include extmod and fix compilation error
stijn
2014-08-24
py: Fix bug where GC collected native/viper/asm function data.
Damien George
2014-08-13
msvc: Use built-in alignof
stijn
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-06-29
windows: Sync mpconfigport.h with the unix' version
stijn
2014-06-22
windows: Enable GC and implement bss start and end symbols
stijn
2014-06-08
windows: Move include of malloc.h outside #ifdef msvc.
Damien George
2014-06-08
Provide definition of alloca() in mpconfigport.h.
Damien George
2014-06-07
- FreeBSD provides alloca() via stdlib.h, in contrast to Linux and Windows
Marcus von Appen
2014-06-01
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
Damien George
2014-05-28
msvc: Only update generated headers when there are changes
stijn
2014-05-27
windows: Complete rename of MICROPY_PATH_MAX to MICROPY_ALLOC_PATH_MAX (58ebde4)
stijn
2014-05-24
Rename configuration variables controling Python features.
Damien George
2014-05-21
Tidy up some configuration options.
Damien George
2014-05-20
windows: Fix compilation with mingw-w64 so it uses correct printf implementat...
stijn
2014-05-11
windows: Enable frozen set and sys.exit
stijn
2014-05-10
mingw: Fix compilation issues
stijn
2014-05-09
windows: Add modtime implementation
stijn
2014-05-08
Windows MSVC port
stijn
2014-05-07
windows: Fix input.c missing in Makefile after changes for #582
stijn
2014-05-07
windows: Enable math module
stijn
2014-05-03
Add license header to (almost) all files.
Damien George
2014-05-03
windows: Argument to () function should be (void).
Damien George
2014-05-03
mingw: Fix number of exponent digits in floating point formatting
stijn
2014-05-03
mingw: Add implementation of realpath()
stijn
2014-05-03
windows: alloca.h: Add comment, fix line endings.
Paul Sokolovsky
2014-05-03
Merge pull request #552 from stinos/mingw-alloca
Paul Sokolovsky
2014-05-03
mingw: Add 'open' as extra builtin and add define MICROPY_MOD_SYS_STDFILES
stijn
2014-05-03
py: Use <alloca.h> for alloca()
stijn
2014-04-23
windows/README: Use CROSS_COMPILE instead of CC to cover other tools too.
Paul Sokolovsky
2014-04-20
windows: Add README with basic cross-compile instructions.
Paul Sokolovsky
2014-04-20
windows: Unbreak mingw32 build (cross-compiling under Linux).
Paul Sokolovsky
2014-04-17
build: Simplify build directory layout by putting all headers in genhdr.
Damien George
2014-04-16
build directory can now be renamed
Andrew Scheller
2014-04-08
windows: Use most of the source files from unix/ port.
Damien George
2014-04-08
Improve REPL detecting when input needs to continue.
Damien George
2014-04-08
unix, windows: There's no "help" builtin.
Paul Sokolovsky
2014-04-07
Add uPy welcome message to UNIX and Windows ports; update Teensy port.
Damien George
2014-04-07
windows: Make it compile with latest changes to py core.
Damien George
2014-03-31
py: Remove old "run time" functions that were 1 liners.
Damien George
2014-03-30
Rename rt_* to mp_*.
Damien George
2014-03-26
Change mp_method_t.name from const char * to qstr.
Damien George
2014-03-13
windows: Change MICROPY_FLOAT config to new scheme.
Damien George
2014-02-15
Implement proper exception type hierarchy.
Damien George
2014-02-15
Change mp_obj_type_t.name from const char * to qstr.
Damien George
2014-02-04
Use qstr id to create sys module.
Paul Sokolovsky
[next]