aboutsummaryrefslogtreecommitdiff
path: root/windows
AgeCommit message (Expand)Author
2014-04-17build: Simplify build directory layout by putting all headers in genhdr.Damien George
2014-04-16build directory can now be renamedAndrew Scheller
2014-04-08windows: Use most of the source files from unix/ port.Damien George
2014-04-08Improve REPL detecting when input needs to continue.Damien George
2014-04-08unix, windows: There's no "help" builtin.Paul Sokolovsky
2014-04-07Add uPy welcome message to UNIX and Windows ports; update Teensy port.Damien George
2014-04-07windows: Make it compile with latest changes to py core.Damien George
2014-03-31py: Remove old "run time" functions that were 1 liners.Damien George
2014-03-30Rename rt_* to mp_*.Damien George
2014-03-26Change mp_method_t.name from const char * to qstr.Damien George
2014-03-13windows: Change MICROPY_FLOAT config to new scheme.Damien George
2014-02-15Implement proper exception type hierarchy.Damien George
2014-02-15Change mp_obj_type_t.name from const char * to qstr.Damien George
2014-02-04Use qstr id to create sys module.Paul Sokolovsky
2014-01-30windows: Make windows/main.c independent from unix/main.cMarkus Siemens
2014-01-28Added Windows port (see #233)Markus Siemens