Skip to content
Snippets Groups Projects
  1. May 28, 2016
    • Dmitry Frank's avatar
      Add v7 arg to _mk_ and _get_ functions · 177e829f
      Dmitry Frank authored
      `v7_mk_undefined()` and `v7_mk_null()` are left unchanged, but marked
      deprecated, and `V7_UNDEFINED` and `V7_NULL` are public now.
      
      Xtensa code size with instrumentation: 590400 -> 590432, i.e. 32 bytes.
      Xtensa code size without instrumentation: 530848 -> 531760, i.e. 912
      bytes.
      
      As objdump reveals, inside v7.c, `v7_mk_number` and others are inlined,
      so the extra v7 argument is eliminated; outside of v7.c it's obviously
      not inlined.
      
      ----
      
      Also, v7_get_int() is added, which currently just casts stored double
      value to int
      
      PUBLISHED_FROM=e984b7308faf2380b3de388f238e0fae0aea545d
      177e829f
  2. May 18, 2016
  3. May 16, 2016
  4. May 15, 2016
    • Deomid Ryabkov's avatar
      Add CPP guards to net_if.h · 5d0a5cfe
      Deomid Ryabkov authored
      cesanta/mongoose#653
      
      PUBLISHED_FROM=a676dbce6d04b78ca316a4601e9cbb676ecc88d2
      5d0a5cfe
    • Dmitry Frank's avatar
      Refactor v7_to_number -> v7_get_double and others · d4b81bb9
      Dmitry Frank authored
      We wanted to avoid `to` since it implies some kind of conversion, but
      these functions merely return underlying C entity.
      
      Public API changes:
      
      - `v7_to_number()` -> `v7_get_double()`
      - `v7_to_boolean()` -> `v7_get_bool()`
      - `v7_to_cstring()` -> `v7_get_cstring()`
      - `v7_get_string_data()` -> `v7_get_string()`
      - `v7_to_foreign()` -> `v7_get_ptr()`
      
      Private API changes:
      
      - `v7_to_pointer()` -> `get_ptr()`
      - `v7_to_generic_object()` -> `get_generic_object_struct()`
      - `v7_to_object()` -> `get_object_struct()`
      - `to_js_function()` -> `get_js_function_struct()`
      - `to_cfunction()` -> `get_cfunction_ptr()`
      
      PUBLISHED_FROM=036ac18d442c1128106292ad3e7a818b177eec6a
      d4b81bb9
    • Dmitry Frank's avatar
      Remove old docs, rename docs_new to docs · 23122b32
      Dmitry Frank authored
      It would be probably good idea to also remove tools/docgen.py and
      asciidoc.mk, but asciidoc.mk is still mentioned under `cloud/doc`, which
      may contain some useful info which we'll need at least to review before
      removing.
      
      PUBLISHED_FROM=faf454d4c52a2f07ea8ac084cf0bd11a0c9c9b3b
      23122b32
    • Marko Mikulicic's avatar
      Temporarily disable appdash from docker-compose · f443c643
      Marko Mikulicic authored
      Until I read the doc and find how to limit the retention,
      otherwise it just eats all my ram and cpu and things start to fall
      apart.
      
      PUBLISHED_FROM=eb33fb44736f07b992270689217aca4af70513ff
      f443c643
  5. May 11, 2016
  6. May 03, 2016
  7. Apr 29, 2016
  8. Apr 28, 2016
  9. Apr 27, 2016
  10. Apr 26, 2016
  11. Apr 22, 2016
  12. Apr 19, 2016
Loading