Ruben Ayrapetyan
|
af77eac8e4
|
Move Jerry's libc to jerry-libc directory.
|
2015-02-11 21:33:45 +03:00 |
|
Ruben Ayrapetyan
|
17f51e0ba6
|
Refinement of completion status codes and fatal error handlers.
|
2015-02-11 20:53:14 +03:00 |
|
Ruben Ayrapetyan
|
35fa39ceb8
|
Initial version of Embedded API.
|
2015-02-11 17:47:58 +03:00 |
|
Ruben Ayrapetyan
|
ccc0453f34
|
Splitting main.cpp into jerry.cpp, main_linux.cpp and main_mcu.cpp; leaving __TARGET* defines usage only in jrt and plugins.
|
2015-02-11 14:10:14 +03:00 |
|
Ruben Ayrapetyan
|
718bbe26f9
|
Refinement of project structure.
- components renaming and moving:
- liballocator -> mem;
- libcoreint -> vm;
- libecmaobjects -> ecma/base;
- libecmaoperations -> ecma/operations;
- libecmabuiltins -> ecma/builtins;
- libjsparser -> parser/js;
- libintstructs -> parser/collections;
- liboptimizer -> parser/js;
- libperipherals -> ../plugins/lib_device_stm;
- libruntime -> jrt;
- generated.h now is created as intermediate during build;
- benchmarks -> tests/benchmarks;
- docs -> documentation;
- demo-applications removed (loop_demo.js -> tests/blinky.js).
|
2015-02-10 19:00:32 +03:00 |
|