Commit graph

155 commits

Author SHA1 Message Date
Steffen Vogel
5568699985 fixed bug in sml_message_body_free() 2011-09-01 23:26:33 +02:00
Steffen Vogel
decd2b638f several tweaks for debian packaging 2011-09-01 22:25:17 +02:00
Steffen Vogel
9072a52018 added infos for pkg-config 2011-09-01 22:23:31 +02:00
Steffen Vogel
63f61d4266 added -soname to shared library (required for debian packaging) 2011-09-01 22:21:33 +02:00
Steffen Vogel
578d551cfd added files for debian packaging 2011-09-01 11:44:27 +02:00
Steffen Vogel
2097ee52f1 Merge branch 'master' of github.com:stv0g/libsml
(I've fixed the linking issue of libuuid on linux systems at the same time as you)

Conflicts:
	.gitignore
	examples/Makefile
	test/Makefile
2011-09-01 11:22:48 +02:00
Steffen Vogel
74d65cd85f changed linking of libuuid from compilation to linking process 2011-09-01 11:15:58 +02:00
Steffen Vogel
0be87152d4 linking now against static libsml (not object code) 2011-09-01 11:12:01 +02:00
Steffen Vogel
3d45088b4b linking libuuid to shared library (required to calculate dependecies with dpkg-shlibdeps) 2011-09-01 11:06:23 +02:00
Steffen Vogel
d43e0eb226 removing test binary in clean target of corresponding Makefile 2011-09-01 09:58:18 +02:00
Steffen Vogel
811b302fb3 added binaries to gitignore 2011-09-01 09:03:46 +02:00
Steffen Vogel
342d0d9024 added gitignore file 2011-09-01 09:02:53 +02:00
Juri Glass
e3aa19f856 added 2 missing headers, added all header to
message.h
2011-08-22 18:15:18 +02:00
Juri Glass
a314af1dfa unified order of methods in header files 2011-08-22 18:14:27 +02:00
Juri Glass
7c39e62dd5 unified error check code style 2011-08-22 18:13:36 +02:00
Juri Glass
d0a6ab7a33 added template for sml_get_profile_pack_response 2011-08-22 18:12:07 +02:00
Juri Glass
2b00599087 added parse to set_proc_parameter_request 2011-08-22 18:11:02 +02:00
Juri Glass
18c7ea256f added get_get_profile_list_request 2011-08-22 17:48:20 +02:00
Juri Glass
1fb2c938e2 added get_proc_parameter_response 2011-08-22 17:25:46 +02:00
Juri Glass
1d3df4efaf removed parameter_tree, added attribute 2011-08-22 17:13:15 +02:00
Juri Glass
b2a6c23b41 added parse to get_proc_parameter_request 2011-08-22 17:08:32 +02:00
Juri Glass
e3d61c4090 added missing methods to get_list_response 2011-08-22 17:03:00 +02:00
Juri Glass
b6dd65e623 added missing methods to attention_response 2011-08-22 16:57:01 +02:00
Juri Glass
0d036c2ca7 fixed missing reference to libuuid 2011-08-21 10:24:01 +02:00
Juri Glass
af54156f42 implemented get_profile_pack_request 2011-08-19 17:24:11 +02:00
Juri Glass
5e78b0df9b implemented sml_tree, added some optional handling 2011-08-19 13:21:40 +02:00
Juri Glass
8bdbd61981 implemented sml_tree_path 2011-08-19 12:15:06 +02:00
Juri Glass
cf690f09ff implemented sml_period_entry 2011-08-18 17:18:54 +02:00
Juri Glass
b476081b86 implemented sml_tupel_entry 2011-08-18 16:50:34 +02:00
Juri Glass
ffbe3831a5 added macros for sml_unit functions 2011-08-18 16:49:49 +02:00
Juri Glass
d525589430 added sml_time to sml_tree_write 2011-08-18 15:01:00 +02:00
Juri Glass
08d5f9ca86 first sml_tree implementation and tests 2011-08-18 13:42:47 +02:00
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
Steffen Vogel
b6a44c3af3 added binaries to gitignore 2011-07-20 17:42:31 +02:00
Steffen Vogel
37621e9e2d added libuuid to linker 2011-07-20 17:40:38 +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