aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2017-03-27[snapshot] Fixed bytecode array bugJimmy Huang
2017-03-27[snapshot] Clean up snapshot toolJimmy Huang
2017-03-22[jerryscript] Update JerryScript to latest master (#855)Jimmy Huang
2017-03-21[general] Fix build with non-const script str for LinuxGeoff Gustafson
2017-03-21[util] Run JrS garbage collection and retry upon malloc failure (#849)Geoff Gustafson
2017-03-17[util] Add ZVAL macro to declare jerry_value_t w/ gcc auto cleanupGeoff Gustafson
2017-03-16[general] Make pointer declarations consistent across the projectGeoff Gustafson
2017-03-02[jslinux] Improve output at termination (#779)Geoff Gustafson
2017-02-28[linux] Set Linux auto exit feature to default (#769)James Prestwood
2017-02-16[ble] Enable BLE from ble_init function (#744)Geoff Gustafson
2017-02-14[error] Better JS error printing in main loop (#730)James Prestwood
2017-02-08[ocf] Fix memory leaks and update APIs (#690)James Prestwood
2017-02-02[build] Fix missing includes which cause compiler warnings (#666)Brian Jones
2017-01-20[script] Creating leakfinder script and minor fix (#619)Brian Jones
2017-01-17[error] Implement standard error types (#599)Geoff Gustafson
2016-12-22[general] Remove unnecessary function names from error messages (#568)Geoff Gustafson
2016-12-22[util] Add helper functions to reduce bugs with JrS stringsGeoff Gustafson
2016-12-15[linux] Added exit features to linux target (#542)James Prestwood
2016-12-14[modules] Move fixed module init/cleanup to zjs_modules.cGeoff Gustafson
2016-12-08[snapshot] Enable snapshot build feature (#512)Jimmy Huang
2016-11-30[upgrade] Upgrade Zephyr to unified kernelJames Prestwood
2016-11-16[modules] Add support for Node.js modules (#423)Brian Jones
2016-11-14[linux] Fixed segfault if invalid script file is passed in (#435)James Prestwood
2016-11-14[unittest] Add unit tests in a new src/tests directory (#427)Geoff Gustafson
2016-11-14[Sensor] Initial implementation of the Generic Sensor API (#353)Jimmy Huang
2016-11-10[ocf] OCF implementation using iotivity-constrained (#288)James Prestwood
2016-11-07[callbacks] Callback queue implementation using ring buffers (#287)James Prestwood
2016-11-02[deps] Updated Zephyr to latest and JerryScript to more recent (#304)James Prestwood
2016-10-26[console.log] Added console.log to be used instead of print (#305)James Prestwood
2016-10-26[callbacks] Remove original callback implementation, no longer used (#303)Geoff Gustafson
2016-10-05[Demo] Cleaned up debug messages for the BLE demo (#248)Jimmy Huang
2016-09-29[pool] Changed zjs_malloc/zjs_free to use Zephyr pools instead of heapJames Prestwood
2016-09-23[Scripts] Stop allocating MAX_SCRIPT_SIZE, only what's neededGeoff Gustafson
2016-09-22Merge pull request #204 from grgustaf/static-modulesJimmy Huang
2016-09-22[Security] Disable eval()Jimmy Huang
2016-09-21[Modules] Allocate modules statically to save RAMGeoff Gustafson
2016-09-16[OSX] Fix clang compilers errors on OS XSakari Poussa
2016-09-14[events] Added minimal Node.js event moduleJames Prestwood
2016-09-07[General] Restore MAX_SCRIPT_SIZE limit and add error checking for itGeoff Gustafson
2016-09-07[general] Fixed several memory leaksJames Prestwood
2016-09-01[Grove LCD] Initial implementation of Grove LCD APIJimmy Huang
2016-08-30[I2C] Initial push of I2C code.Brian J Jones
2016-08-23Merge pull request #131 from jprestwo/ifdef-commentsGeoff Gustafson
2016-08-23Merge pull request #129 from jprestwo/linux-cmd-lineGeoff Gustafson
2016-08-22[linux build] Added feature to feed script in on the command line on linuxJames Prestwood
2016-08-22[general] Added comments to modules/linux #ifdefsJames Prestwood
2016-08-22[buffer] Analyze script to compile in/out buffer moduleJames Prestwood
2016-08-15[Linux] Added option to build for linuxJames Prestwood
2016-08-04Merge pull request #86 from jprestwo/static-analysisGeoff Gustafson
2016-08-04[make] Updated Makefile to use static analysis in order to save spaceJames Prestwood