Skip to content
Snippets Groups Projects
  1. Jul 31, 2017
  2. Mar 14, 2016
  3. Feb 08, 2015
    • Damien George's avatar
      py: Parse big-int/float/imag constants directly in parser. · 7d414a1b
      Damien George authored
      Previous to this patch, a big-int, float or imag constant was interned
      (made into a qstr) and then parsed at runtime to create an object each
      time it was needed.  This is wasteful in RAM and not efficient.  Now,
      these constants are parsed straight away in the parser and turned into
      objects.  This allows constants with large numbers of digits (so
      addresses issue #1103) and takes us a step closer to #722.
      7d414a1b
  4. Jan 20, 2015
  5. Jan 01, 2015
  6. Jul 03, 2014
  7. Jun 21, 2014
  8. Jun 14, 2014
    • Paul Sokolovsky's avatar
      parsenum: Signedness issues. · 0294661d
      Paul Sokolovsky authored
      char can be signedness, and using signedness types is dangerous - it can
      lead to negative offsets when doing table lookups. We apparently should just
      ban char usage.
      0294661d
  9. May 10, 2014
  10. May 03, 2014
    • Damien George's avatar
      Add license header to (almost) all files. · 04b9147e
      Damien George authored
      Blanket wide to all .c and .h files.  Some files originating from ST are
      difficult to deal with (license wise) so it was left out of those.
      
      Also merged modpyb.h, modos.h, modstm.h and modtime.h in stmhal/.
      04b9147e
  11. Mar 01, 2014
Loading