Commit Graph

4307 Commits

Author SHA1 Message Date
Alexey Stepanov 785850273a translator: add break for while 2016-08-16 20:00:14 +03:00
MaximZaitsev 2c7107f5ba make config file and read server ip from him 2016-08-16 19:18:09 +03:00
MaximZaitsev 0a2fd84002 corrected deploy script. fixed slow work 2016-08-16 19:18:09 +03:00
Alexey Stepanov 8e079033a1 translator: fix string moving 2016-08-16 17:54:52 +03:00
Alexey Stepanov 56659a6c2a translator: simple protobuf serialization and deserialization test 2016-08-16 17:54:52 +03:00
Alexey Stepanov 69f9ef1c1b translator: test for array extensions 2016-08-16 17:54:52 +03:00
MaximZaitsev 34fab079e8 add link to proto src, add protokot lib to dependies, fixed code for new protokot lib 2016-08-16 17:08:40 +03:00
MaximZaitsev ec61337e4b corrected compile proto script 2016-08-16 17:08:40 +03:00
MaximZaitsev 65baf23daa add default callback on read (just print bytes). fixed closing write stream after first write 2016-08-16 17:08:40 +03:00
MaximZaitsev 4c24366c54 improve execute of stty. before stty executed always, when write byte to ttyacm, now once when mc connected 2016-08-16 17:08:40 +03:00
MaximZaitsev ab85ccb5d8 amended to reflect route proto changes 2016-08-16 17:08:40 +03:00
MaximZaitsev 5d9c26ed41 remove useless gradle dependies (junit) 2016-08-16 17:08:40 +03:00
MaximZaitsev 71faa1d356 remove kotlin lib and proto source from src server dir 2016-08-16 17:08:40 +03:00
MaximZaitsev 4c54ced9e4 add link to proto src 2016-08-16 17:08:40 +03:00
MaximZaitsev 674966df6b remove useless import 2016-08-16 17:08:40 +03:00
MaximZaitsev 42833a8bb1 moved proto compile script 2016-08-16 17:08:40 +03:00
MaximZaitsev 1d651a830f moved carkot proto 2016-08-16 17:08:40 +03:00
MaximZaitsev 48b6da639c remove unsup types from carkot 2016-08-16 17:08:40 +03:00
MaximZaitsev 8f7512c759 mc transport subsystem 2016-08-16 17:08:40 +03:00
MaximZaitsev 4c8f83a281 add mc transport subsystem, replace js protobuf to protokot 2016-08-16 17:08:40 +03:00
e5l 9671d19535 translator: fix protobufs, fix build, array test, cleanup 2016-08-16 14:12:09 +03:00
Alexey Stepanov e35b6897a8 translator: fix String variables - load and transfer 2016-08-16 14:11:07 +03:00
Alexey Stepanov 3358a9caaa translator: fix zero initializer for arrays 2016-08-16 13:52:48 +03:00
dsavvinov 07b4b87984 Protobuf: fixed comparison of enums in parseFieldFrom, refactored generated code in this function 2016-08-16 13:31:33 +03:00
dsavvinov ac0cdeb200 Protobuf: refactored file structore of protoc test project 2016-08-16 13:31:33 +03:00
e5l 888ead72e2 translator: fix block in when expression 2016-08-16 13:13:37 +03:00
e5l b3b7bdaa86 Merge branch 'master' of https://github.com/olonho/carkot 2016-08-16 12:34:19 +03:00
e5l 3c22d0946b translator: add while block, tests 2016-08-16 12:34:16 +03:00
Alexey Stepanov 178b911592 translator: fix strings, print(string) works 2016-08-16 12:15:52 +03:00
e5l c39bc80393 src/main/kotlin/DefaultArguments.kt 2016-08-16 12:01:08 +03:00
Alexey Stepanov cb1a1f3df6 translator: fix ambiguous test with println 2016-08-16 11:57:06 +03:00
Alexey Stepanov e9138df26b translator: purifier println for Byte and Int Arrays 2016-08-16 11:43:29 +03:00
Alexey Stepanov 46324a4030 translator: add parse for char type 2016-08-16 11:35:50 +03:00
Alexey Stepanov ad6babd035 translator: add println for ByteArray 2016-08-16 11:05:37 +03:00
Alexey Stepanov 14770a4485 translator: fix function extensions double argument 2016-08-16 10:53:07 +03:00
e5l 1f4e3d7205 translator: loglevel fix 2016-08-16 10:22:13 +03:00
e5l e66e0dc0fd translator: fix array access operator, serialization tests, add proto runtime to kotstd 2016-08-16 10:09:20 +03:00
e5l ee657d19a5 translator: serialization test 2016-08-15 18:45:53 +03:00
e5l f817fdab69 translator: car echo 2016-08-15 17:46:53 +03:00
Alexey Stepanov cb2eb96b64 translator: fix this in initialization in place 2016-08-15 17:45:59 +03:00
Alexey Stepanov 198924163e translator: order class fix 2016-08-15 17:07:46 +03:00
Alexey Stepanov 0d4e3dc8a8 translator: fix class class arguments, fix computing class size 2016-08-15 15:31:55 +03:00
MaximZaitsev 495d5c2428 add link to protokot src 2016-08-15 12:52:09 +03:00
MaximZaitsev d8334548d7 switch double to int32 in location data 2016-08-15 12:52:09 +03:00
MaximZaitsev d80c2ea903 fixed error 2016-08-15 12:52:09 +03:00
MaximZaitsev a9bfbf69f6 removed string fields from proto, replace repeated waypoints, switched double types to int32 2016-08-15 12:52:09 +03:00
dsavvinov 950d6e9f10 Protobuf: removed generating stub package in Protobuf messages. Fixed tests accordingly 2016-08-15 12:31:31 +03:00
dsavvinov ae25d50f15 protobuf: added gradle wrapper in test project 2016-08-15 12:18:18 +03:00
dsavvinov d34e9fe23d Protobuf: fixed mess with imports in protoc* tests 2016-08-15 12:18:18 +03:00
Alexey Stepanov 31ccb13ec5 translator: rewrite calculating class size - fix class allocation, test 2016-08-15 12:09:46 +03:00