Commit graph

71 commits

Author SHA1 Message Date
Juri Glass
5ab0ecca2d include dependency to uuid 2011-07-28 12:24:53 +02:00
Juri Glass
ec569dbbd7 omit shared objects on Darwin 2011-07-28 12:19:19 +02:00
Juri Glass
62cfbf6cee uuid linking for Darwin, Linux 2011-07-28 12:18:31 +02:00
Juri Glass
15da4cacca fully implemented close_request, close_response 2011-07-26 14:53:10 +02:00
Juri Glass
d96e7dd1d8 fully implemented open_request, open_response 2011-07-26 14:43:29 +02:00
Juri Glass
352d6997f5 sml_time implemented 2011-07-25 19:46:45 +02:00
Juri Glass
3b34cd85dc sml_list implemented 2011-07-19 20:15:13 +02:00
Juri Glass
1cb0a1e9bc fixed an boolean_parse bug (optional) 2011-07-19 20:11:29 +02:00
Juri Glass
c05eff388c fixed bug in boolean_parse 2011-07-19 19:13:43 +02:00
Juri Glass
fc54f29a15 first sml_list test 2011-07-18 14:17:40 +02:00
Juri Glass
a64b4d58e6 added write, parse, init for sml_status 2011-07-17 12:27:00 +02:00
Juri Glass
b5eb45377d added optional parse for sml_value 2011-07-17 12:25:46 +02:00
Juri Glass
f3dfe21ec5 added sml_value_write, refactored sml_value_parse 2011-07-14 21:39:33 +02:00
Juri Glass
2126e8f4ce refactored some basic defines 2011-07-14 21:38:24 +02:00
Juri Glass
53e4fc0323 renamed sml_number_write_new to sml_number_write 2011-07-14 21:37:33 +02:00
Juri Glass
12e6f08bcd boolean write bug 2011-07-14 21:02:26 +02:00
Juri Glass
f564f830e6 tests for sml_value 2011-07-14 18:10:19 +02:00
Juri Glass
43016ddb22 test helper refactored 2011-07-14 18:10:00 +02:00
Juri Glass
cf8482c83c used new number/boolean free methods, utilized new
optional handling
2011-07-14 13:02:30 +02:00
Juri Glass
ed582bb6a2 added number_free method 2011-07-14 13:02:30 +02:00
Juri Glass
06f9b82b59 added boolean_free method 2011-07-14 13:02:30 +02:00
Juri Glass
44b13fdf84 simple sml_message_parse test 2011-07-14 13:02:29 +02:00
Juri Glass
c6942f329b fixed bug: number_parse did not update buf->cursor 2011-07-14 13:02:29 +02:00
Juri Glass
554b871f2f added test skeleton for sml_file and sml_message 2011-07-14 13:02:29 +02:00
Juri Glass
aab3c3149d added sml_octet_string_cmp 2011-07-14 13:02:29 +02:00
Juri Glass
542365df23 typo 2011-07-14 13:02:29 +02:00
Juri Glass
727c11de23 removed type mismatch in sml_file_print 2011-07-14 13:02:29 +02:00
Juri Glass
0db56ac736 added tests for boolean write, parse and init 2011-07-14 13:02:29 +02:00
Juri Glass
5d2118345b no compile time warnings 2011-07-14 13:02:29 +02:00
Juri Glass
b1d3536ba8 number init and number write with optionals 2011-07-14 13:02:29 +02:00
Juri Glass
268bfe423c number parsing with optionals 2011-07-14 13:02:29 +02:00
Juri Glass
cd078d5f3f removed SML_SKIP_OPTIONAL from all octet_string
parse calls
2011-07-14 13:02:29 +02:00
Juri Glass
a881dd2273 write optional in octet_string_write 2011-07-14 13:02:29 +02:00
Juri Glass
5eec64fa9c moved optional detection to parse 2011-07-14 13:02:28 +02:00
Juri Glass
32c7b5d016 oops 2011-07-13 18:17:20 +02:00
Juri Glass
82c68e8770 more comments in example sml_server 2011-07-13 18:15:39 +02:00
Juri Glass
65d5370d12 serial port configuration for example sml_server 2011-07-13 16:43:40 +02:00
Juri Glass
7de0675bf1 updated README.md 2011-07-08 16:12:44 +02:00
Juri Glass
b5286ddc5a updated README.md 2011-07-08 16:11:55 +02:00
Juri Glass
7f616987dd updated README.md 2011-07-08 16:10:03 +02:00
Juri Glass
4bb68c3a35 updated README.md 2011-07-08 16:08:52 +02:00
Juri Glass
3a1e35d968 licensing headers, unity in README.md 2011-07-08 15:55:55 +02:00
Juri Glass
a53be0d323 Merge branch 'add_tests' 2011-07-08 15:23:45 +02:00
Juri Glass
fde7760111 removed unused var 2011-07-08 15:21:53 +02:00
Juri Glass
709e2292b6 added more test cases, fixed negative integers bug 2011-07-08 15:20:35 +02:00
Juri Glass
855268e301 added empty lib directory 2011-07-05 11:01:23 +02:00
Juri Glass
eb020c7cab add unity license 2011-06-28 17:48:37 +02:00
Juri Glass
3c48d568be added unity test setup 2011-06-28 17:45:14 +02:00
Juri Glass
40ef761ccc transaction_id now uses generated uuid 2011-06-28 12:21:07 +02:00
Juri Glass
5382659bf5 renamed sml.* to sml_file.* 2011-06-27 17:28:32 +02:00