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
2015-11-14
windows: Define ssize_t and use renamed mphal header
stijn
2015-11-10
windows: Allow specifying the python executable to use for msvc builds
stijn
2015-11-10
Fix project file for Visual Studio 2015
omtinez
2015-11-02
windows: Update build instructions in the README
stijn
2015-11-01
windows/README: Deprecate mingw32, suggest using mingw64.
Paul Sokolovsky
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-10-31
windows: Use write() instead of fwrite() to avoid out-of-order output.
stijn
2015-10-30
windows: Call _set_output_format() only on Visual Studio versions 2013 or lower.
omtinez
2015-10-26
windows: Rename "time" module to "utime" for consistency with others.
stijn
2015-10-26
windows: Erase pre-calc'd number of chars instead of clearing whole line.
stijn
2015-10-25
windows: Add usleep() implementation for msvc port
stijn
2015-10-25
windows: Do not use wildcards when looking for sources in directories contain...
stijn
2015-10-20
lib/mp-readline: Add n_chars argument to mp_hal_erase_line_from_cursor.
Damien George
2015-10-19
all: Make netutils.h available to all ports by default.
Paul Sokolovsky
2015-09-23
windows: Make mpconfigport.h up-to-date with the unix port
stijn
2015-09-22
windows/msvc: Exclude modjni from build.
stijn
2015-08-14
windows: Make unistd.h more posix compatible
stijn
2015-06-04
windows/README: Add notes on running under Wine.
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-05-17
py: Implement mp_format_float for doubles and use where appropriate
stijn
2015-05-13
windows: Enable some recently added features in mpconfigport.h
stijn
2015-04-30
msvc: Allow overriding of build options with custom file
stijn
2015-04-28
py: Replace py-version.sh with makeversionhdr.py, written in Python.
Damien George
2015-04-22
msvc: Update genhdr script to emit MicroPython version numbers
stijn
2015-04-16
Add .gitattributes file to force text line endings to LF.
Damien George
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-03-26
py: Add optional support for descriptors' __get__ and __set__ methods.
stijn
2015-03-14
py: Add MICROPY_COMP_{DOUBLE,TRIPLE}_TUPLE_ASSIGN config options.
Damien George
2015-03-03
py: Add MICROPY_MALLOC_USES_ALLOCATED_SIZE to allow simpler malloc API.
Damien George
2015-01-12
windows: Enable MICROPY_STACK_CHECK.
Damien George
2015-01-10
py: Add config option MICROPY_COMP_MODULE_CONST for module consts.
Damien George
2015-01-09
windows: Enable MICROPY_PY_MICROPYTHON_MEM_INFO.
Damien George
2015-01-08
Remove obsolete bss-related code/build features
stijn
2015-01-04
msvc: Define no-op MP_LIKELY/UNLIKELY since there's no __builtin_expect
stijn
2015-01-02
msvc: Use single build target for dealing with generated files
stijn
2015-01-02
msvc: Define main build/include directories in a single location
stijn
2015-01-01
windows: Prefix includes with py/; remove need for -I../py.
Damien George
2015-01-01
msvc: Support py/*.h includes per #1022
stijn
2014-12-27
Makefiles: Support py/*.h includes per #1022.
Paul Sokolovsky
2014-12-20
windows: Correctly interpret skipped tests, enable uhashlib and ubinascii
stijn
2014-12-09
py: Allow builtins to be overridden.
Damien George
2014-12-06
windows: define __USE_MINGW_ANSI_STDIO for all Windows compilers.
Damien George
2014-11-21
windows: Update config with latest features
stijn
2014-11-17
ports: Define mp_off_t.
Paul Sokolovsky
2014-10-29
Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void*
stijn
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
[next]