64fccd6a7e
Force Windows to use the MSYS Makefiles generator
2020-01-12 17:03:43 -05:00
b9b5b74b7c
Rename to aeron-driver-sys, update to 1.25.0 release
2020-01-12 16:47:29 -05:00
bors[bot]
531bc0d64c
Merge #21
...
21: Driver proxy r=bspeice a=bspeice
Start implementing the proxy, makes interactions significantly easier.
Co-authored-by: Bradlee Speice <bradlee@speice.io>
2019-11-08 04:07:26 +00:00
a5c8bbb05b
Minor docs note about C++ behavior
2019-11-07 22:53:42 -05:00
3240282354
Re-enable deny(docs)
...
It's better than leaving it out, but I don't think I've yet done a good job at explaining what each element's purpose is.
2019-11-07 22:52:26 -05:00
4884108e04
Fix driver termination
...
Turns out when you attempt to write 0 bytes... you write 0 bytes.
2019-11-07 21:06:11 -05:00
88985418e0
Nicer flyweight API
2019-11-07 20:50:08 -05:00
bors[bot]
1061f302c9
Merge #20
...
20: Update to Aeron 1.23.1 r=bspeice a=bspeice
bors r+
Co-authored-by: Bradlee Speice <bradlee.speice@gmail.com>
2019-11-07 03:19:36 +00:00
Bradlee Speice
b33748ef7d
Update to Aeron 1.23.1
2019-11-06 22:18:38 -05:00
5725c32c72
Start work on flyweights and driver proxy
...
Implemented flyweights four different ways, can't say I like any of them. This is at least a starting point.
2019-11-03 21:19:32 -05:00
505b9a4bd6
Refactor - don't use a client module
2019-11-03 16:19:03 -05:00
bors[bot]
15969581b6
Merge #19
...
19: Broadcast receiver r=bspeice a=bspeice
Doesn't include some tests from Aeron/Agrona because of the complexity of mocking `AtomicBuffer`. Will eventually need to do more work to test this, but it's sufficient for now.
bors r+
Co-authored-by: Bradlee Speice <bradlee@speice.io>
2019-11-03 04:52:33 +00:00
1b49cd0326
Add in the tests
2019-11-03 00:50:42 -04:00
6df284f73c
Add the copy broadcast receiver
2019-11-02 23:12:36 -04:00
4ad3dbcecd
Start work on the broadcast receiver
2019-11-02 22:34:20 -04:00
bors[bot]
98002c00be
Merge #18
...
18: Don't give the full buffer to handler functions r=bspeice a=bspeice
Much simpler from an API perspective, unlikely to be a real performance issue.
bors r+
Co-authored-by: Bradlee Speice <bradlee@speice.io>
2019-11-03 00:50:36 +00:00
79e8c26a23
Don't give the full buffer to handler functions
...
Much simpler from an API perspective, unlikely to be a real performance issue.
2019-11-02 20:50:06 -04:00
bors[bot]
f6dedbe268
Merge #17
...
17: Aeron tests r=bspeice a=bspeice
Port over tests for `ManyToOneRingBuffer` from Aeron C++
Co-authored-by: Bradlee Speice <bradlee@speice.io>
2019-11-03 00:22:05 +00:00
47a102b063
Finish the buffer read messages
2019-11-02 20:21:15 -04:00
bf3a39a46f
Cargo fmt
2019-11-02 19:12:42 -04:00
daecbf2e2f
Finish write tests from Aeron
2019-11-02 19:12:27 -04:00
fff850f6b7
Code formatting
2019-11-02 18:05:15 -04:00
b567336bb0
Start porting over existing tests from Aeron
2019-11-02 18:03:40 -04:00
bors[bot]
b902f580c9
Merge #16
...
16: Atomic buffer trait r=bspeice a=bspeice
Implements #12 . Turns out I had been making it too hard on myself previously.
bors r+
Co-authored-by: Bradlee Speice <bradlee@speice.io>
2019-11-02 20:01:57 +00:00
9139bf7234
CnC termination test working again
2019-11-02 16:00:57 -04:00
b235655f71
Formatting
2019-11-02 15:50:33 -04:00
8fac817ba3
read
now working again
2019-11-02 15:50:23 -04:00
ed766ce86b
write
now working again as well
2019-11-02 15:40:52 -04:00
02638d20c0
claim_capacity
now working again
2019-11-02 15:18:52 -04:00
fd23f2891a
AtomicBuffer trait part two
...
I have a much better grasp of what I need to do now.
2019-11-02 14:59:52 -04:00
f7ec021bc8
Refactor to match Aeron's layout
2019-11-02 13:27:27 -04:00
bors[bot]
18651d5373
Merge #15
...
15: Upgrade to Aeron 1.23.0 r=bspeice a=bspeice
bors r+
Co-authored-by: Bradlee Speice <bradlee.speice@gmail.com>
2019-10-29 04:06:42 +00:00
Bradlee Speice
0bf3ba192e
Upgrade to Aeron 1.23.0
2019-10-29 00:05:45 -04:00
bors[bot]
ddf1774cae
Merge #14
...
14: Implement reading from a ring buffer r=bspeice a=bspeice
bors r+
Co-authored-by: Bradlee Speice <bradlee@speice.io>
2019-10-26 20:33:44 +00:00
6c3b2a9c0a
Implement reading from a ring buffer
2019-10-26 16:31:16 -04:00
bors[bot]
83e95b18d9
Merge #13
...
13: Rustup minimal mode r=bspeice a=bspeice
Should speed up the build especially on Windows.
bors r+
Co-authored-by: Bradlee Speice <bradlee.speice@gmail.com>
2019-10-16 22:35:13 +00:00
Bradlee Speice
e36700881c
Switch rustup to minimal mode
...
Should speed up the build especially on Windows
2019-10-16 18:33:00 -04:00
bors[bot]
a97a2df9c4
Merge #11
...
11: Aeron 1.22.1 r=bspeice a=bspeice
Upgrade to the most recent driver
Co-authored-by: Bradlee Speice <bradlee.speice@gmail.com>
2019-10-12 19:18:32 +00:00
Bradlee Speice
6853801b66
Update the version test
2019-10-12 15:16:27 -04:00
Bradlee Speice
9bb663e16c
Upgrade to Aeron 1.22.1
2019-10-12 15:15:04 -04:00
bors[bot]
6f762fa1e5
Merge #10
...
10: Upgrade Aeron to 1.22.0 r=bspeice a=bspeice
bors r+
Co-authored-by: Bradlee Speice <bradlee@speice.io>
2019-10-10 01:32:04 +00:00
92ba2cd6c8
...and fix the test case
2019-10-09 21:31:28 -04:00
1702bea1a2
Upgrade Aeron to 1.22.0
2019-10-09 21:06:46 -04:00
bors[bot]
2a1d7354be
Merge #9
...
9: Remove `num` from the build r=bspeice a=bspeice
Don't really need it at the moment, especially given that it doesn't function in a `const` context.
bors r+
Co-authored-by: Bradlee Speice <bradlee@speice.io>
2019-10-08 03:56:01 +00:00
5dc36d8916
Remove num
from the build
...
Don't really need it at the moment
2019-10-07 23:54:01 -04:00
bors[bot]
bd21db1981
Merge #8
...
8: Move to workspace builds r=bspeice a=bspeice
Sharing `target/` dir between projects should dramatically improve build times.
Co-authored-by: Bradlee Speice <bradlee@speice.io>
2019-10-08 03:28:07 +00:00
46baa54f75
Add bors.toml
2019-10-07 22:57:27 -04:00
419cbf158c
Refactor workspace build
2019-10-07 22:17:14 -04:00
9f086c5965
Fix the Travis build
2019-10-07 19:26:33 -04:00
faf7fd33e4
Move to workspace builds
2019-10-07 19:20:14 -04:00