38 Commits (bebff0dab0b565c9e53bc45cd2edef3ce8674392)

Author SHA1 Message Date
Alexander Steffen 55f33240f3 all: Use the name MicroPython consistently in comments 7 years ago
Damien George 761e4c7ff6 all: Remove trailing spaces, per coding conventions. 7 years ago
Alexander Steffen 299bc62586 all: Unify header guard usage. 7 years ago
stijn ab4a8618cf msvc: Workaround parser bug in older MSBuild versions 8 years ago
stijn db9c2e310e msvc: Rebuild all qstrs when mpconfig headers are modified 8 years ago
stijn 8d865fa701 msvc: Do not define DEBUG for debug builds 8 years ago
stijn 3e5cd35a9f windows: Bring mpconfigport.h up-to-date with unix port 8 years ago
stijn 3f3df43501 msvc: Remove directory with generated files when cleaning. 8 years ago
stijn 845a80a6c8 msvc: Add machine/pin-related sources to build 8 years ago
stijn 0b9ed55026 windows: Fix utime_mphal compilation for msvc 8 years ago
stijn 4b9046328d windows/msvc: Include machine_pinbase.c in build and enable umachine module 8 years ago
Paul Sokolovsky f469c76442 py: Rename __QSTR_EXTRACT flag to NO_QSTR. 9 years ago
stijn 87106d025b windows: Enable multi-processor compilation for msvc 9 years ago
stijn 29c8c8aecb windows/msvc: Rewrite qstr auto-generation. 9 years ago
stijn 9a627e8881 windows/msvc: Implement automatic qstr generation using makeqstrdefs. 9 years ago
Damien George e713222fab windows/msvc: Add modurandom.c to list of source files. 9 years ago
stijn c5f52b845b msvc: Add dirent.h/.c implementation 9 years ago
stijn 951fc7e993 msvc: Use new modmachine infrastructure per changes in f925165 9 years ago
stijn 967ceba5b7 msvc: Use different output directories depending on build type 9 years ago
stijn b1dbbd32eb windows: Allow specifying the python executable to use for msvc builds 9 years ago
stijn 1c55310bcc windows: Do not use wildcards when looking for sources in directories containing optional features 9 years ago
stijn dcbe936c50 windows/msvc: Exclude modjni from build. 9 years ago
stijn 3179d23cee windows: Make unistd.h more posix compatible 9 years ago
stijn 87ad80edf9 windows: Implement the mp_hal_xxx functions and enable mp-readline 10 years ago
stijn 861670ba2a py: Implement mp_format_float for doubles and use where appropriate 10 years ago
Damien George 95f53461c2 py: Replace py-version.sh with makeversionhdr.py, written in Python. 10 years ago
stijn c52f1258a8 msvc: Update genhdr script to emit MicroPython version numbers 10 years ago
Damien George feff00e1a5 Add .gitattributes file to force text line endings to LF. 10 years ago
stijn ffc96a901a msvc: Use single build target for dealing with generated files 10 years ago
stijn 8dec62a1a4 msvc: Define main build/include directories in a single location 10 years ago
Damien George 0b2a60acbe windows: Prefix includes with py/; remove need for -I../py. 10 years ago
stijn 8422cac088 msvc: Support py/*.h includes per #1022 10 years ago
stijn 8c41920a90 windows: Enable input(), sys.maxsize(), ujson module, emergency exception buf, os module 10 years ago
stijn 759138caee msvc: Exclude modtermios, include extmod and fix compilation error 10 years ago
stijn 8abcf666cb windows: Enable GC and implement bss start and end symbols 11 years ago
stijn 48d641e41a msvc: Only update generated headers when there are changes 11 years ago
stijn 5ed284a15e windows: Add modtime implementation 11 years ago
stijn 01d6be4d51 Windows MSVC port 11 years ago