-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChangeLog
22 lines (16 loc) · 1 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
2016-04-24 Kirit Sælensminde <[email protected]>
Initial ideas for multi-threaded FRP using Boost ASIO reactor pools.
2016-03-11 Kirit Sælensminde <[email protected]>
Implement the correct fix for the garbage collection of dead stream dependencies.
2016-03-10 Kirit Sælensminde <[email protected]>
Fix a bug where changes in the FRP graph would cause crashes in feedback cycles.
2016-02-18 Kirit Sælensminde <[email protected]>
Allow initialisation of a stream through a `unique_ptr`. This will get changed to a nicer syntax.
2016-02-17 Kirit Sælensminde <[email protected]>
Stream JavaScript binding names are now generated from the typeid of the streams.
All call backs now receive the value parameter as a `const &`.
2016-02-12 Kirit Sælensminde <[email protected]>
Implement stream filtering using `on(...).when` and `on(...).when_not`.
Implement binary stream merging with a transformation lambda.
2016-02-11 Kirit Sælensminde <[email protected]>
Implement initial Emscripten bindings.