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
/
Makefile
Age
Commit message (
Expand
)
Author
2015-12-13
unix: Move modmachine into unix directory
Dave Hylands
2015-11-24
windows/py: Support 64bit mingw-w64 builds
stijn
2015-11-24
windows: Cleanup makefile
stijn
2015-10-19
all: Make netutils.h available to all ports by default.
Paul Sokolovsky
2015-06-04
windows: Implement the mp_hal_xxx functions and enable mp-readline
stijn
2015-05-27
unix: Factor out stdio and ctrl-C code to unix_mphal.c file.
Damien George
2015-01-08
Remove obsolete bss-related code/build features
stijn
2015-01-01
windows: Prefix includes with py/; remove need for -I../py.
Damien George
2014-12-27
Makefiles: Support py/*.h includes per #1022.
Paul Sokolovsky
2014-12-06
windows: define __USE_MINGW_ANSI_STDIO for all Windows compilers.
Damien George
2014-10-29
Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void*
stijn
2014-09-22
windows: Enable input(), sys.maxsize(), ujson module, emergency exception buf...
stijn
2014-06-22
windows: Enable GC and implement bss start and end symbols
stijn
2014-05-20
windows: Fix compilation with mingw-w64 so it uses correct printf implementat...
stijn
2014-05-09
windows: Add modtime implementation
stijn
2014-05-07
windows: Fix input.c missing in Makefile after changes for #582
stijn
2014-05-03
mingw: Fix number of exponent digits in floating point formatting
stijn
2014-05-03
mingw: Add implementation of realpath()
stijn
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-01-28
Added Windows port (see #233)
Markus Siemens