• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ebirger / tinkerpal / 846

Builds Branch Commit Type Ran Committer Via Coverage
846 master [docs] api: rename tdocs -> gen_js_api push 03 Mar 2016 08:09PM UTC ebirger travis-ci pending completion   set done
504 master [ti tm4c123g] correct part number push 14 Dec 2015 09:53AM UTC ebirger travis-ci pending completion   set done
845 master [net] test: don't call openweathermap.org This API now needs a key. use google address instead. push 24 Oct 2015 06:50PM UTC ebirger travis-ci pending completion   set done
842 master [esp8266] initial support - No GPIOs - No timers - Only single UART - Minimal builtin JS functions (not linking libm) - No CI (sigh) push 10 Oct 2015 02:54PM UTC ebirger travis-ci pending completion   set done
841 master [platform] move meminfo() platform method under platform.mem push 10 Oct 2015 06:27AM UTC ebirger travis-ci pending completion   set done
840 master [platform] move meminfo() platform method under platform.mem push 10 Oct 2015 06:12AM UTC ebirger travis-ci pending completion   set done
839 master [esp8266] js: remove math.h explicit dependency in js_obj.c The math library is quite large (and optional). In order to have it really optional, only fabs() is missing. Provide a simple alternative (obviously less optimized). push 10 Oct 2015 05:49AM UTC ebirger travis-ci pending completion   set done
837 master [esp8266] event: split event loop to allow external main loop use When an os/rtos is in-charge, it will have its own 'main loop'. In such case, we need to have a 'single' variant of the event loop that doesn't iterate, only does a single iteratio... push 10 Oct 2015 05:03AM UTC ebirger travis-ci pending completion   set done
836 master [build] support multiple IMAGE outputs Some platforms require multiple image files, created by a single recipe. It is useful to be able to specify those in the $(IMAGE) variable (though probably not best named for this purpose). Use a little tri... push 08 Oct 2015 08:17PM UTC ebirger travis-ci pending completion   set done
835 master [js] add objGraph() for printing current object graph Prints a DOT digraph representing current objects - useful for gc debugging. push 29 Sep 2015 03:58AM UTC ebirger travis-ci pending completion   set done
833 master [gc] js: tear down all objects by gc sweeping A situation arises from using modules with circular reference - Once the global env is torn down, there needs to be another gc sweep, otherwise, the circular reference stays: e.g: global env has refe... push 28 Sep 2015 06:37PM UTC ebirger travis-ci pending completion   set done
832 master [gc] js: mark function's scope on mark phase When walking the object tree, an enclosed function may have an only reference to its scope (as the enclosing function had exited). It should not be gc'd until the function is lost. Therefore, we must w... push 28 Sep 2015 03:09AM UTC ebirger travis-ci pending completion   set done
830 master [gc] js: add minimal 'mark and sweep' garbage collector Marking is done by 'walking' object properties. Sweeping is done by iterating over allocated objects. This gc is very simplistic in order to avoid platform dependent code. Currently called ... push 25 Sep 2015 11:27PM UTC ebirger travis-ci pending completion   set done
827 master [js] array: fix Array.prototype.join() to include empty cells as well push 24 Sep 2015 01:26PM UTC ebirger travis-ci pending completion   set done
826 master [build] use HTTPS instead of git protocol for fetching external repos The git protocol is sometimes blocked by corporate firewalls. HTTPS is less likely to have this limitation. push 16 Sep 2015 08:09AM UTC ebirger travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 16
  • 17
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc