| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-25 | windows: Do not use wildcards when looking for sources in directories ↵ | stijn | |
| containing optional features Fixes issues like #1532 | |||
| 2015-09-22 | windows/msvc: Exclude modjni from build. | stijn | |
| 2015-06-04 | windows: Implement the mp_hal_xxx functions and enable mp-readline | stijn | |
| 2015-01-02 | msvc: Define main build/include directories in a single location | stijn | |
| - Use a single file env.props for defining the main directories used when building. env.props resolves the base directory and defines overridable output directories, and is used by all other build files. - Fix the build currently failing, basically because the preprocessing command for generating qstrdefs uses different include directories than the build itself does. (specifically, qstrdefs.h uses #include "py/mpconfig.h" since the fixes for #1022 in 51dfcb4, so we need to use the base directory as include directory, not the py dir itself). So define a single variable containing the include directories instead and use it where needed. | |||
| 2014-09-22 | windows: Enable input(), sys.maxsize(), ujson module, emergency exception ↵ | stijn | |
| buf, os module | |||
| 2014-09-02 | msvc: Exclude modtermios, include extmod and fix compilation error | stijn | |
| 2014-06-22 | windows: Enable GC and implement bss start and end symbols | stijn | |
| The pointers to the bss section are acquired in init.c() by inspecting the PE header. Works for msvc and mingw. | |||
| 2014-05-09 | windows: Add modtime implementation | stijn | |
| 2014-05-08 | Windows MSVC port | stijn | |
| Extend the windows port so it compiles with the toolchain from Visual Studio 2013 | |||
