FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - lineCode/cpp.react · GitHub
lineCode
/
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
src
on
master
User selector
Datepicker
Commit history
Commits on Jul 28, 2014
Fixed #1.
schlangster
committed
2b35b92
View commit details
Copy full SHA for 2b35b92
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 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 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
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 2, 2014
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
Commits on Jun 1, 2014
Reorganized project structure in preparation for cross-platform build.
schlangster
committed
5a397e1
View commit details
Copy full SHA for 5a397e1
View code at this point
Browse repository at this point
Commits on May 31, 2014
More refactoring. Tests and benchmarks now compile with GCC and clang.
Show description for a87627f
schlangster
committed
a87627f
View commit details
Copy full SHA for a87627f
View code at this point
Browse repository at this point
Commits on May 29, 2014
Lots of refactoring to support gcc 4.8.2 and clang 3.4.
Show description for 61351b6
schlangster
committed
61351b6
View commit details
Copy full SHA for 61351b6
View code at this point
Browse repository at this point
Commits on May 25, 2014
Added tests for Signal.Modify
schlangster
committed
0dcb2eb
View commit details
Copy full SHA for 0dcb2eb
View code at this point
Browse repository at this point
Added tests for synced Iterate and IterateByRef.
schlangster
committed
b7b227d
View commit details
Copy full SHA for b7b227d
View code at this point
Browse repository at this point
Using specialized versions of TurnBase and ReactiveInput for sequential and parallel operation to avoid concurrent_vectors when they are not required.
schlangster
committed
5b284ab
View commit details
Copy full SHA for 5b284ab
View code at this point
Browse repository at this point
Misc fixes.
schlangster
committed
013cf80
View commit details
Copy full SHA for 013cf80
View code at this point
Browse repository at this point
Commits on May 22, 2014
Removed ->* overload from example.
schlangster
committed
ac735cb
View commit details
Copy full SHA for ac735cb
View code at this point
Browse repository at this point
Refactored engines to use new node weight interface.
schlangster
committed
a3b465a
View commit details
Copy full SHA for a3b465a
View code at this point
Browse repository at this point
Commits on May 21, 2014
Cleaned up LifeSim benchmark.
schlangster
committed
4096eb0
View commit details
Copy full SHA for 4096eb0
View code at this point
Browse repository at this point
Commits on May 20, 2014
Removed Forward(). Couldn't think of a use case.
schlangster
committed
08c6024
View commit details
Copy full SHA for 08c6024
View code at this point
Browse repository at this point
Commits on May 19, 2014
Refactored MakeSignal to be consistent with rest of the new API, i.e. MakeSignal(x, func) or MakeSignal(With(x,y,z), func).
schlangster
committed
94df1ac
View commit details
Copy full SHA for 94df1ac
View code at this point
Browse repository at this point
Added synced Iterate. IterateByRef is now handled by Iterate based on the return type of the passed function (void = pass by ref).
schlangster
committed
c02e179
View commit details
Copy full SHA for c02e179
View code at this point
Browse repository at this point
Removed special handling of token streams that would allow their value being omitted from client function signatures. Instead, an unnamed parameter of type "Token" can be declared.
Show description for a5f3628
schlangster
committed
a5f3628
View commit details
Copy full SHA for a5f3628
View code at this point
Browse repository at this point
Streamlined API. Fold is now Iterate, old Iterate has been removed. The case where the old Iterate would be needed is now covered by the overload for token streams. Shuffled some parameters around …
Show description for 18ac8b3
schlangster
committed
18ac8b3
View commit details
Copy full SHA for 18ac8b3
View code at this point
Browse repository at this point
Removed Observe aliases from Signal and Events. The had no benefit as Observe cannot be chained further.
schlangster
committed
f2d981d
View commit details
Copy full SHA for f2d981d
View code at this point
Browse repository at this point
Updated sandbox based on recent changes.
schlangster
committed
73b1fbe
View commit details
Copy full SHA for 73b1fbe
View code at this point
Browse repository at this point
Fixed GenerateEvents/Transform testcase.
schlangster
committed
223960a
View commit details
Copy full SHA for 223960a
View code at this point
Browse repository at this point
Fixed DetachThisObserver.
schlangster
committed
ec43acd
View commit details
Copy full SHA for ec43acd
View code at this point
Browse repository at this point
Commits on May 18, 2014
Adapted new notation for passing additional signal dependencies to observers. Instead of putting them behind the function, which is hard to read with lambdas, they are wrapped by a signal pack and …
Show description for 99d71a7
schlangster
committed
99d71a7
View commit details
Copy full SHA for 99d71a7
View code at this point
Browse repository at this point
Added testcase for GenerateEvents1.
schlangster
committed
2025fc3
View commit details
Copy full SHA for 2025fc3
View code at this point
Browse repository at this point
Fixed lifesim benchmark after changes to Algorithm.h.
schlangster
committed
c6d36b0
View commit details
Copy full SHA for c6d36b0
View code at this point
Browse repository at this point
Commits on May 15, 2014
Extended member variant of observe to support additional dependencies as well.
schlangster
committed
08d8f30
View commit details
Copy full SHA for 08d8f30
View code at this point
Browse repository at this point
Too much magic.
schlangster
committed
db71209
View commit details
Copy full SHA for db71209
View code at this point
Browse repository at this point
Commits on May 14, 2014
Wrong comments
schlangster
committed
9c7017e
View commit details
Copy full SHA for 9c7017e
View code at this point
Browse repository at this point
Added synced Observe overload. Same semantics as Observer(events), but additionally supports a variable number of signal dependencies, whose current values are passed to the obs func (synced for th…
Show description for 3fe9c26
schlangster
committed
3fe9c26
View commit details
Copy full SHA for 3fe9c26
View code at this point
Browse repository at this point
Commits on May 13, 2014
Added FoldByRef and IterateByRef to algorithms. Iteration func modifies current state by reference without copy and comparison. Downside: Comparison to previous value is no longer possible, so alwa…
Show description for f96fd6b
schlangster
committed
f96fd6b
View commit details
Copy full SHA for f96fd6b
View code at this point
Browse repository at this point
Commits on May 12, 2014
Moved type aliases to detail namespace.
schlangster
committed
cda4492
View commit details
Copy full SHA for cda4492
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL