Commit Graph

505 Commits

Author SHA1 Message Date
592e7bdfe2 Hopefully fixed Event::loop() 2013-02-12 23:21:35 +01:00
39e55e5094 Exposing the Plugin API 2013-02-12 23:21:16 +01:00
04a254347d Also exposing some of the error handling functions 2013-01-26 01:49:30 +01:00
c5ef7e791b Also implemented Config::reset() 2013-01-26 01:39:53 +01:00
a8a7edcae0 Documenting the Python bindings 2013-01-26 01:32:52 +01:00
2f6fa84a68 Added Config::load() and Config::save() 2013-01-25 21:34:13 +01:00
c90d082b6c Added an early binding for the Config API (incomplete, untested) 2013-01-25 21:20:40 +01:00
47baa4f84a Re-generated Makefiles 2013-01-25 21:01:12 +01:00
23043b7c85 Initial python binding for libSystem (incomplete, not built by default) 2013-01-22 01:17:23 +01:00
f8630bdb06 Always return the size required when deserializing 2013-01-10 13:55:08 +01:00
e64ed118b6 Fixed copying variables 2013-01-10 13:27:54 +01:00
5a9f1546db Fixed string serialization 2013-01-10 12:25:10 +01:00
7c2d741759 Also deserializing float and double values (as strings) 2013-01-09 01:52:38 +01:00
fa76b348e0 Also serializing floats and doubles (untested) 2013-01-09 01:46:44 +01:00
36eb19c7f8 Also (de)serializing the boolean type 2013-01-09 01:24:34 +01:00
2ed5673e58 Added (and partially implemented) a float and double type to the Variable class 2013-01-09 01:20:11 +01:00
f2d929554d Added a boolean type to the Variable class 2013-01-09 01:13:15 +01:00
9eb00221aa Added variable_get_type() 2013-01-08 19:45:34 +01:00
493618b348 Also obtaining strings back 2013-01-08 03:35:48 +01:00
67b23de717 Added the possibility to obtain buffers (copied from buffers) 2013-01-08 02:43:27 +01:00
fd788fc9df Added some debugging information 2013-01-08 02:08:58 +01:00
31481468e3 Fixed "make clean" 2013-01-07 03:15:37 +01:00
24c17c432d Re-generated Makefiles 2013-01-07 03:03:44 +01:00
0dffbe9755 Fixed "make clean" 2013-01-07 03:03:28 +01:00
95931cebc8 Preparing scripts for the "clean" target 2013-01-07 02:46:29 +01:00
d7db2814c9 Code cleanup 2013-01-07 02:35:59 +01:00
04f74013bc Preparing scripts for the "clean" target 2013-01-07 02:32:09 +01:00
c45509f658 Preparing scripts for the "clean" target 2013-01-07 02:27:13 +01:00
2c055e4741 Re-generated Makefiles 2013-01-07 02:06:19 +01:00
1f2819cd68 Really fixed buffer serialization 2012-12-04 02:39:55 +01:00
82b99d3941 Fixed buffer serialization 2012-12-04 02:36:48 +01:00
f75ea87b0c Added some debugging code 2012-12-04 02:29:01 +01:00
e4256e590b Added some debugging code 2012-12-04 02:22:47 +01:00
dfff12facf Added some debugging code 2012-12-04 02:13:22 +01:00
2ca2362991 Serialize most types in network endian 2012-12-04 01:48:34 +01:00
631c7b6b35 Added a missing "break" 2012-12-04 01:21:53 +01:00
858a9bfc2d Code cleanup 2012-12-04 01:19:43 +01:00
d94e91275e Fixes for variable serialization 2012-12-04 00:45:04 +01:00
c0b6614cdf Hopefully added support for Buffer serialization 2012-12-04 00:04:44 +01:00
2ceefc38d4 Deleted moments ago 2012-11-19 02:13:46 +01:00
9114d25e09 Passing the current tests for the Variable class 2012-11-19 02:12:31 +01:00
ca12980379 Re-generated Makefiles 2012-11-19 02:11:59 +01:00
34f155ebdc Added tests for the Variable class 2012-11-19 00:50:25 +01:00
1f71b021d1 Code cleanup 2012-11-19 00:50:00 +01:00
73c33cf2c2 Renamed and improved the README to README.md 2012-11-19 00:35:42 +01:00
f113e482f2 Re-generated Makefiles 2012-11-19 00:25:26 +01:00
c19d663b7c Now able to deserialize variables as well hopefully 2012-11-19 00:18:34 +01:00
96fd2a50bc Implementing the Variable class 2012-11-19 00:02:18 +01:00
eb67b1d334 Added buffer_set() 2012-11-19 00:00:10 +01:00
8b2dbd159d Working on the Variable class 2012-11-18 23:18:01 +01:00