FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for include/react - jonathanxixu/cpp.react · GitHub
jonathanxixu
/
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 Mar 23, 2015
Fixed #9
schlangster
committed
1f6ddb7
View commit details
Copy full SHA for 1f6ddb7
View code at this point
Browse repository at this point
Commits on Feb 16, 2015
Fixed #8.
schlangster
committed
2f1cb0a
View commit details
Copy full SHA for 2f1cb0a
View code at this point
Browse repository at this point
Commits on Jan 12, 2015
Cleanup/refactoring.
schlangster
committed
412127d
View commit details
Copy full SHA for 412127d
View code at this point
Browse repository at this point
Fixed duplicated symbols for domain initializer. (Thanks to Dominik for reporting the bug.)
schlangster
committed
bad1c79
View commit details
Copy full SHA for bad1c79
View code at this point
Browse repository at this point
Commits on Aug 9, 2014
Added event operation: Join.
Show description for 4538dd9
schlangster
committed
4538dd9
View commit details
Copy full SHA for 4538dd9
View code at this point
Browse repository at this point
Async queue no longer uses a dedicated worker thread.
Show description for c29d50e
schlangster
committed
c29d50e
View commit details
Copy full SHA for c29d50e
View code at this point
Browse repository at this point
Commits on Aug 7, 2014
Fixed synced Process + cleanup.
schlangster
committed
2acc6ec
View commit details
Copy full SHA for 2acc6ec
View code at this point
Browse repository at this point
IsCallableWith had problems with function pointers on MSVC. Using a different SFINAE method fixed it.
schlangster
committed
eadf7f3
View commit details
Copy full SHA for eadf7f3
View code at this point
Browse repository at this point
Added EventRange support to Iterate.
schlangster
committed
3ff8cdc
View commit details
Copy full SHA for 3ff8cdc
View code at this point
Browse repository at this point
Added some convenience functions to EventRange.
schlangster
committed
7948353
View commit details
Copy full SHA for 7948353
View code at this point
Browse repository at this point
Improved static_assert error messages.
schlangster
committed
3012020
View commit details
Copy full SHA for 3012020
View code at this point
Browse repository at this point
Added a new range-based signature option for event callbacks.
Show description for 12d72a5
schlangster
committed
12d72a5
View commit details
Copy full SHA for 12d72a5
View code at this point
Browse repository at this point
Misc additions to Util.h.
schlangster
committed
7b6009e
View commit details
Copy full SHA for 7b6009e
View code at this point
Browse repository at this point
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL