index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
windows
/
Makefile
Age
Commit message (
Expand
)
Author
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