summaryrefslogtreecommitdiff
path: root/windows/msvc
AgeCommit message (Expand)Author
2015-06-04windows: Implement the mp_hal_xxx functions and enable mp-readlinestijn
2015-05-17py: Implement mp_format_float for doubles and use where appropriatestijn
2015-04-28py: Replace py-version.sh with makeversionhdr.py, written in Python.Damien George
2015-04-22msvc: Update genhdr script to emit MicroPython version numbersstijn
2015-04-16Add .gitattributes file to force text line endings to LF.Damien George
2015-01-02msvc: Use single build target for dealing with generated filesstijn
2015-01-02msvc: Define main build/include directories in a single locationstijn
2015-01-01windows: Prefix includes with py/; remove need for -I../py.Damien George
2015-01-01msvc: Support py/*.h includes per #1022stijn
2014-09-22windows: Enable input(), sys.maxsize(), ujson module, emergency exception buf...stijn
2014-09-02msvc: Exclude modtermios, include extmod and fix compilation errorstijn
2014-06-22windows: Enable GC and implement bss start and end symbolsstijn
2014-05-28msvc: Only update generated headers when there are changesstijn
2014-05-09windows: Add modtime implementationstijn
2014-05-08Windows MSVC portstijn