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
|
d2459398f5
|
Refinement of build output structure.
|
2015-02-10 19:34:30 +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 |
|
Jerry Deferred Test Account (ARM Linux Host)
|
c104a58008
|
CMake: fixing search of gcc-ar and gcc-ranlib tools, linkage of libgcc; Makefile: replacing path to out with $(OUT_DIR).
|
2015-02-10 10:53:18 +00:00 |
|
Ruben Ayrapetyan
|
b7e374fedc
|
Switching to CMake for build.
|
2015-02-09 20:56:01 +03:00 |
|