Commit Graph

517 Commits

Author SHA1 Message Date
Alexey Stepanov f884bef128 translator: add && and || operators 2016-08-18 19:09:22 +03:00
Alexey Stepanov 8c3f100d24 translator: fix memory lib in makefile and test engine 2016-08-18 18:56:07 +03:00
dsavvinov 502384f382 Protobuf: fixed proto tests in translator (updated to new versions of proto-messages) 2016-08-18 18:51:00 +03:00
Alexey Stepanov acfbb8b40d translator: add memory debug information to x86 2016-08-18 18:13:37 +03:00
dsavvinov db519059b9 Protobuf: fixed a bug in ProtoKot runtime (Longs serialization) 2016-08-18 18:01:48 +03:00
dsavvinov 33de250147 Translator: fixed debug output in proto tests 2016-08-18 17:58:19 +03:00
dsavvinov c116173154 Translator: added autogenerated file to gitignore 2016-08-18 17:52:52 +03:00
Alexey Stepanov a6e2b04fa0 translator: fix memory in tests 2016-08-18 13:23:16 +03:00
e5l 0832c86c00 kotstd: memory libs build 2016-08-18 13:04:57 +03:00
e5l 35de4525cf kotstd: update runtime 2016-08-18 12:59:36 +03:00
Alexey Stepanov bdf0a34829 translator: add test for long 2016-08-18 12:58:26 +03:00
Alexey Stepanov fca2bd2378 translator: fix string name resolving 2016-08-18 12:58:26 +03:00
Alexey Stepanov a492216d72 translator: add run once to tests 2016-08-18 12:58:26 +03:00
Alexey Stepanov d29f272e4b translator: add print to Long and Short arrays 2016-08-18 12:58:26 +03:00
dsavvinov d95535b8fb Protobuf: improved build system of proto-compiler (especially dependencies and test launch) 2016-08-18 12:47:56 +03:00
dsavvinov 9f00b12130 Protobuf: fixed typo in ZigZagTest in JS tests pack 2016-08-18 12:47:56 +03:00
dsavvinov d26db09222 Protobuf: changed algorithm of repeated fields deserialization from one-pass to two-pass (reduces memory allocations) 2016-08-18 12:47:56 +03:00
e5l ddc525f8f6 kotstd: memory analytics, car_fmw: dynamic heap tests 2016-08-18 11:53:36 +03:00
e5l 966b4955af translator, kotstd: malloc_heap 2016-08-18 11:53:36 +03:00
dsavvinov 086c52174b Protobuf: deleted debugging code from native test proto_repeated_zigzag.kt 2016-08-18 11:26:33 +03:00
dsavvinov bbc121d9d2 Protobuf: fixed bug in PRNG in native tests 2016-08-18 11:19:05 +03:00
dsavvinov a0099d5bb9 Protobuf: fixed little typos in README.md. Added note about error codes and moved file with their descriptions to carkot/proto/compiler 2016-08-18 10:51:07 +03:00
Alexey Stepanov fdc55428c7 translator: fix terminal coroing in tests 2016-08-18 10:41:43 +03:00
Alexey Stepanov 40463477cb translator: add mod operator for all types 2016-08-18 09:40:18 +03:00
dsavvinov da104370cd protobuf: changed README.md according to latest API changes 2016-08-17 21:14:01 +03:00
dsavvinov e7a69ac43f Protobuf: added native tests to compiler scripts 2016-08-17 20:30:58 +03:00
e5l d8d0ba936e translator: remote control firmware 2016-08-17 20:06:47 +03:00
dsavvinov 6f9cb5ff3a Translator: commited changes to test project 2016-08-17 19:42:04 +03:00
dsavvinov 1ca898dd83 Translator: cleaned a bit building and testign scripts 2016-08-17 19:42:04 +03:00
dsavvinov fba787386c Protobuf: added tests for nativ environment 2016-08-17 19:42:04 +03:00
Alexey Stepanov 8ead85596d translator: add support variables declaration 2016-08-17 19:27:30 +03:00
e5l efc03255f5 translator: heap usage optimization 2016-08-17 18:52:28 +03:00
e5l 1bbe5f011c kotstd: static heap size 2016-08-17 18:13:31 +03:00
e5l d7ef3a80bd translator: stress tests, car_fmw: basic car controls 2016-08-17 18:13:31 +03:00
e5l 7e103ae462 translator: fix whitespace 2016-08-17 18:13:31 +03:00
Alexey Stepanov 59370dfc88 translator: fix for return class and strings 2016-08-17 18:05:00 +03:00
Alexey Stepanov 334ce2e661 translator: double operator fix 2016-08-17 17:10:32 +03:00
Alexey Stepanov cb248253c8 translator: fix for null return from function 2016-08-17 17:10:32 +03:00
Alexey Stepanov 8062c0a9f1 translator: fix null return from classes 2016-08-17 17:10:32 +03:00
Alexey Stepanov f737c298bc translator: fix comparison classes with null 2016-08-17 17:10:32 +03:00
MaximZaitsev d060e600e7 simple refactoring 2016-08-17 16:52:03 +03:00
MaximZaitsev c6e97d76d0 simple refactoring 2016-08-17 16:48:54 +03:00
MaximZaitsev 9c185b1f9a make sequentially numbered ids, off drop car by timeout (worked incorrect) 2016-08-17 16:36:33 +03:00
MaximZaitsev 40471325b2 remove useless function arg 2016-08-17 16:25:08 +03:00
MaximZaitsev 406804f146 add check of node in /dev on start mc (more dont need reboot MC after start server) 2016-08-17 15:49:20 +03:00
MaximZaitsev e267258520 simple refactoring 2016-08-17 15:49:20 +03:00
MaximZaitsev 222edce137 fixed bug. expect dont wait execute of gradle build 2016-08-17 15:49:20 +03:00
MaximZaitsev 4db60464b8 remove useless task 2016-08-17 15:49:20 +03:00
MaximZaitsev bb4d1f2d25 add car ip to config file, add new route executor (send proto to usb) 2016-08-17 15:49:20 +03:00
MaximZaitsev bc8d741d63 offline auto start node js for testing 2016-08-17 15:49:20 +03:00