aboutsummaryrefslogtreecommitdiff
path: root/windows/msvc
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-19all: Remove trailing spaces, per coding conventions.Damien George
2017-07-18all: Unify header guard usage.Alexander Steffen
2017-05-03msvc: Workaround parser bug in older MSBuild versionsstijn
2017-04-30msvc: Rebuild all qstrs when mpconfig headers are modifiedstijn
2017-04-30msvc: Do not define DEBUG for debug buildsstijn
2017-04-21windows: Bring mpconfigport.h up-to-date with unix portstijn
2017-03-23msvc: Remove directory with generated files when cleaning.stijn
2017-03-02msvc: Add machine/pin-related sources to buildstijn
2016-11-03windows: Fix utime_mphal compilation for msvcstijn
2016-06-25windows/msvc: Include machine_pinbase.c in build and enable umachine modulestijn
2016-06-16py: Rename __QSTR_EXTRACT flag to NO_QSTR.Paul Sokolovsky
2016-05-08windows: Enable multi-processor compilation for msvcstijn
2016-04-25windows/msvc: Rewrite qstr auto-generation.stijn
2016-04-16windows/msvc: Implement automatic qstr generation using makeqstrdefs.stijn
2016-01-26windows/msvc: Add modurandom.c to list of source files.Damien George
2015-12-18msvc: Add dirent.h/.c implementationstijn
2015-12-15msvc: Use new modmachine infrastructure per changes in f925165stijn
2015-12-11msvc: Use different output directories depending on build typestijn
2015-11-10windows: Allow specifying the python executable to use for msvc buildsstijn
2015-10-25windows: Do not use wildcards when looking for sources in directories contain...stijn
2015-09-22windows/msvc: Exclude modjni from build.stijn
2015-08-14windows: Make unistd.h more posix compatiblestijn
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