FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for include/react - kusl/cpp.react · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
kusl
/
cpp.react
Public
forked from
snakster/cpp.react
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
cpp.react
include
react
on
master
User selector
Datepicker
Commit history
Commits on Jul 30, 2014
Continuation target domain defaults to source.
schlangster
committed
1659bf4
View commit details
Copy full SHA for 1659bf4
View code at this point
Browse repository at this point
Commits on Jul 29, 2014
Cleanup.
schlangster
committed
d20d972
View commit details
Copy full SHA for d20d972
View code at this point
Browse repository at this point
Added AsyncTransaction example.
schlangster
committed
39b1051
View commit details
Copy full SHA for 39b1051
View code at this point
Browse repository at this point
Cleanup.
schlangster
committed
e35720f
View commit details
Copy full SHA for e35720f
View code at this point
Browse repository at this point
Commits on Jul 28, 2014
Added SetWeightHint and did some refactoring in the process:
Show description for 3ca6720
schlangster
committed
3ca6720
View commit details
Copy full SHA for 3ca6720
View code at this point
Browse repository at this point
Added missing reactive types to TypeTraits.h.
schlangster
committed
aeb7c84
View commit details
Copy full SHA for aeb7c84
View code at this point
Browse repository at this point
Commits on Jul 24, 2014
-TurnFlags+TransactionFlags
schlangster
committed
1f24f0f
View commit details
Copy full SHA for 1f24f0f
View code at this point
Browse repository at this point
Commits on Jul 22, 2014
Fixed some errors and warnings on GCC/clang.
schlangster
committed
7a52758
View commit details
Copy full SHA for 7a52758
View code at this point
Browse repository at this point
Commits on Jul 21, 2014
Re-implemented how continuations are handled on transaction level.
schlangster
committed
c897cbd
View commit details
Copy full SHA for c897cbd
View code at this point
Browse repository at this point
Commits on Jul 8, 2014
DoTransaction is now a free function.
schlangster
committed
e929f02
View commit details
Copy full SHA for e929f02
View code at this point
Browse repository at this point
Commits on Jun 29, 2014
Added ReactorT::Context::Get.
schlangster
committed
5a2bb61
View commit details
Copy full SHA for 5a2bb61
View code at this point
Browse repository at this point
Commits on Jun 22, 2014
Refactored transactions. Before, propagation engines could implement custom concurrency models, but that's not needed anymore.
Show description for 7e6235b
schlangster
committed
7e6235b
View commit details
Copy full SHA for 7e6235b
View code at this point
Browse repository at this point
Commits on Jun 21, 2014
enable_input_merging -> allow_merging
schlangster
committed
d63c66a
View commit details
Copy full SHA for d63c66a
View code at this point
Browse repository at this point
Commits on Jun 20, 2014
Added timer to more node types.
schlangster
committed
c84ca32
View commit details
Copy full SHA for c84ca32
View code at this point
Browse repository at this point
Minor fixes.
schlangster
committed
45b3c56
View commit details
Copy full SHA for 45b3c56
View code at this point
Browse repository at this point
Commits on Jun 19, 2014
Added explicit Continuations.
Show description for 57004a2
schlangster
committed
57004a2
View commit details
Copy full SHA for 57004a2
View code at this point
Browse repository at this point
Refactoring of engine mode names. X_queue -> X_concurrent.
schlangster
committed
ae4b597
View commit details
Copy full SHA for ae4b597
View code at this point
Browse repository at this point
Removed DetachThisObserver(). Instead, self-detaching observer functions can use a return value to request a detach. Detached observers process further events from the same turn.
schlangster
committed
8912486
View commit details
Copy full SHA for 8912486
View code at this point
Browse repository at this point
Commits on Jun 17, 2014
Improved handling of dynamic attach for Pulsecount and Subtree engines. It's no longer fixed to a single dynamic predecessor and doesn't grow the stack for successive shifts.
schlangster
committed
126bbba
View commit details
Copy full SHA for 126bbba
View code at this point
Browse repository at this point
TransactionStatus now has value semantics and uses a shared_ptr to heap allocated state. This is safer and enables conditional waiting.
schlangster
committed
568e249
View commit details
Copy full SHA for 568e249
View code at this point
Browse repository at this point
Commits on Jun 16, 2014
Removed DetachAllObservers as it's too dangerous. Having observer groups would be a safer approach.
schlangster
committed
b476204
View commit details
Copy full SHA for b476204
View code at this point
Browse repository at this point
Misc fixes.
schlangster
committed
7024616
View commit details
Copy full SHA for 7024616
View code at this point
Browse repository at this point
Refactored continuatons. Having a single active turn means it's no longer necessary to store continuation input and detached observers per turn, but rather per input manager.
schlangster
committed
55d76c1
View commit details
Copy full SHA for 55d76c1
View code at this point
Browse repository at this point
Fixed root task init.
schlangster
committed
3433c2c
View commit details
Copy full SHA for 3433c2c
View code at this point
Browse repository at this point
Removed Options.h.
schlangster
committed
acc074f
View commit details
Copy full SHA for acc074f
View code at this point
Browse repository at this point
Commits on Jun 15, 2014
Added AsyncTransaction (async equivalent of DoTransaction).
schlangster
committed
b70e052
View commit details
Copy full SHA for b70e052
View code at this point
Browse repository at this point
Commits on Jun 11, 2014
Removed pipelining toposort engine. It was somewhat broken and adding async (which I'm planning) would have introduced further complications.
schlangster
committed
ad88394
View commit details
Copy full SHA for ad88394
View code at this point
Browse repository at this point
Commits on Jun 3, 2014
Removed obsolete stuff from Util.h.
schlangster
committed
9b864a3
View commit details
Copy full SHA for 9b864a3
View code at this point
Browse repository at this point
Refactored Reactor.h so it compiles with gcc/clang.
schlangster
committed
d1a773b
View commit details
Copy full SHA for d1a773b
View code at this point
Browse repository at this point
Commits on Jun 2, 2014
Fixed typos.
schlangster
committed
3b11a13
View commit details
Copy full SHA for 3b11a13
View code at this point
Browse repository at this point
Fixed some compiler warnings.
schlangster
committed
3999db1
View commit details
Copy full SHA for 3999db1
View code at this point
Browse repository at this point
Fixed file name #2
schlangster
committed
24b2b72
View commit details
Copy full SHA for 24b2b72
View code at this point
Browse repository at this point
Fixed file name #1
schlangster
committed
c78f32f
View commit details
Copy full SHA for c78f32f
View code at this point
Browse repository at this point
Implemented non-windows version of timer.
schlangster
committed
26a50ae
View commit details
Copy full SHA for 26a50ae
View code at this point
Browse repository at this point
Commits on Jun 1, 2014
Define no longer necessary because examples will be split.
schlangster
committed
137ccad
View commit details
Copy full SHA for 137ccad
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL