Harry T. Vennik
227d0085ca
Add check for correct typecode for tuple to unittest
2017-06-06 07:10:11 +02:00
Jan Jurzitza
c02ad08016
Merge pull request #14 from thaven/fix/const-signature
...
Change type of DBusAny.signature to const(char)[]
2017-06-05 21:23:48 +02:00
Harry T. Vennik
455c0a8f0d
Change signature type from char[] to const(char)[]
2017-06-05 14:28:20 +02:00
Harry T. Vennik
7b826ec80c
Return correct typecode for tuple
2017-06-05 13:39:56 +02:00
Harry T. Vennik
a6aa85ac74
Some dictionary related typesystem fixes
...
- Keys in a dictionary are required to be basic types
- A DictionaryEntry on it's own cannot be sent over DBus, it has to be wrapped in an array to form a dictionary. So, canDBus should be false for DictionaryEntry, but true for an array of DictionaryEntry.
2017-06-04 17:44:15 +02:00
Tristan Hume
f477599a8f
Fix readme
2017-04-23 16:15:57 -04:00
Tristan Hume
bf6dafc5eb
Update readme
2017-04-23 16:15:19 -04:00
Tristan Hume
dd29457e4c
Merge pull request #13 from WebFreak001/fix-skips
...
Fixed DBusAny skipping values after string or bool
2017-04-23 16:13:13 -04:00
WebFreak001
b7955764b8
Fixed DBusAny skipping values after string or bool
2017-04-23 21:14:25 +02:00
Tristan Hume
ec2d957ad8
Merge pull request #12 from WebFreak001/any-types
...
Memory & performance optimization for ubyte[]
2017-04-23 15:07:57 -04:00
WebFreak001
33a829f95a
Merge commit '6cc7ae6' into any-types
2017-04-23 20:56:54 +02:00
Tristan Hume
406e7d9241
Merge pull request #11 from WebFreak001/doc-update
...
Documentation update & tick function
2017-04-23 14:55:36 -04:00
Tristan Hume
1e6d34d607
Merge pull request #10 from WebFreak001/any-types
...
Support for dynamic variants (fix #9 )
2017-04-23 14:54:36 -04:00
WebFreak001
6cc7ae6bf1
Added optimization case for binary data
2017-04-23 20:44:09 +02:00
Tristan Hume
debcc8fbc6
clean up things a little bit
2017-04-23 14:37:19 -04:00
Tristan Hume
3636ea2dec
Add watching file descriptors to Todo
2017-04-23 13:36:03 -04:00
WebFreak001
96605cf2bc
Documentation updates
2017-04-23 16:39:28 +02:00
WebFreak001
d395af0f4c
Tested & fixed returning Variant!DBusAny
2017-04-23 16:12:52 +02:00
WebFreak001
d8659c9eed
Unittest for dynamic types & added to!AA, to!Tuple
2017-04-23 15:56:43 +02:00
WebFreak001
73122deb8c
Support for dynamic variants ( fix #9 )
2017-04-23 15:19:15 +02:00
Tristan Hume
408cda19bc
Merge pull request #8 from WebFreak001/maps
...
Support for maps/dictionaries
2017-04-22 23:43:53 -04:00
Tristan Hume
6d95527516
Merge pull request #6 from WebFreak001/multi-return
...
Multi return
2017-04-22 23:38:36 -04:00
Tristan Hume
e86ea2154c
Merge pull request #7 from WebFreak001/simple-signals
...
Support for signals in registerMethods generator
2017-04-22 23:35:36 -04:00
WebFreak001
4c416fc6fb
Fix dict implementation
2017-04-22 23:24:24 +02:00
WebFreak001
fcfb475626
Fixed multiple returns as tuple
2017-04-22 23:10:57 +02:00
WebFreak001
2552888693
return tuple should be treated as multiple returns
2017-04-22 23:10:51 +02:00
WebFreak001
aa9ecc5004
Support for signals in registerMethods generator
2017-04-22 23:10:34 +02:00
WebFreak001
4017e95aba
Support for maps/dictionaries
2017-04-22 23:10:15 +02:00
Tristan Hume
21d36af507
Merge pull request #4 from trishume/D2.069.2
...
Update for latest D
2016-03-11 17:35:28 -05:00
Tristan Hume
3a40dc6ab2
Merge pull request #2 from xentec/variant-2
...
Added basic variant type support
2015-12-31 15:07:58 -05:00
xentec
98bc5bddc1
Added basic variant type support
...
This also enables reading properties of DBus interfaces.
2015-12-31 00:47:19 +01:00
Tristan Hume
3132716945
Update for latest D
2015-12-12 14:17:08 -05:00
Tristan Hume
a138584b87
Move example out of default binary
2015-05-09 13:34:33 -04:00
Tristan Hume
0e8754c287
Fix up installation JSON.
2015-05-09 13:31:39 -04:00
Tristan Hume
c389f0654b
Add installation instructions.
2015-05-09 13:29:22 -04:00
Tristan Hume
83028deecb
Added readme and simple import method.
2015-05-09 13:15:34 -04:00
Tristan Hume
d60a78cde8
Add a simple method of routing to an object.
2015-05-03 22:07:49 -04:00
Tristan Hume
8771b8b2b1
Reply to introspection messages.
2015-05-03 20:52:55 -04:00
Tristan Hume
f8e389393f
WIP Introspection. XML Generation.
2015-05-02 21:36:11 -04:00
Tristan Hume
2af2db0020
Type checking and groundwork for introspection.
2015-05-01 21:38:41 -04:00
Tristan Hume
602b3958fd
Handle signals properly.
2015-05-01 20:53:39 -04:00
Tristan Hume
1457b249b7
Add basic server functionality.
2015-05-01 20:36:06 -04:00
Tristan Hume
5905d50e1a
Switch to structs for thin wrappers.
2015-05-01 16:59:40 -04:00
Tristan Hume
e370a57a42
Add routing infrastructure.
2015-04-30 19:22:08 -04:00
Tristan Hume
9a73bcaad2
Added simple wrapper for calling DBus interfaces.
2015-04-29 18:34:01 -04:00
Tristan Hume
9a028b3a29
Add connection wrappers.
...
It can actually send messages now!
2015-04-28 21:00:48 -04:00
Tristan Hume
0e0e8971b4
DBus iterator conversion to/from D types
2015-04-27 17:38:01 -04:00
Tristan Hume
fd19791f8d
Add handy utilities
2015-04-26 19:31:39 -04:00
Tristan Hume
a2ac56b2ef
Initial commit w/ ported header
2015-04-25 21:48:04 -04:00