micropython/unix
Paul Sokolovsky 2099b6897f unix: Allow to override compiler warning options without touching the rest.
Some people want to enable even more warnings. Let them do it without putting
burden on everyone. Some people vice versa think that current settings should
be relaxed. In this regard, -Werror is the most problematic, it disallows to
use #warning directive, and disallows to pass configuration settings on make
command lines. Again, until decided how to deal with these globally, allow to
work around these problems locally.
2014-06-20 20:18:08 +03:00
..
.gitignore
Makefile unix: Allow to override compiler warning options without touching the rest. 2014-06-20 20:18:08 +03:00
file.c Rename configuration variables controling Python features. 2014-05-24 23:03:12 +01:00
gccollect.c unix: Add setjmp-based GC register helper implementation. 2014-06-05 04:32:17 +03:00
input.c Change const byte* to const char* where sensible. 2014-05-25 22:27:57 +01:00
input.h
main.c unix: Fix path seperator used depending on OS 2014-06-05 12:34:41 +02:00
modffi.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
modos.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
modsocket.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
modtime.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
mpconfigport.h Provide definition of alloca() in mpconfigport.h. 2014-06-08 13:25:33 +01:00
mpconfigport.mk Rename configuration variables controling Python features. 2014-05-24 23:03:12 +01:00
qstrdefsport.h unix: Add "_os" module with stat(). 2014-05-14 22:08:45 +03:00
seg_helpers.c