FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for include/react - mmitkevich/cpp.react · GitHub
mmitkevich
/
cpp.react
Public
forked from
Schroedi/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
all_engines
User selector
Datepicker
Commit history
Commits on Apr 20, 2014
Specialized EnableParallelUpdating for engines.
schlangster
committed
bad8192
View commit details
Copy full SHA for bad8192
View code at this point
Browse repository at this point
Removed SetCurrenTurn mutex for non-parallel updating in event streams.
schlangster
committed
70788c9
View commit details
Copy full SHA for 70788c9
View code at this point
Browse repository at this point
Tick now returns void.
schlangster
committed
5a85280
View commit details
Copy full SHA for 5a85280
View code at this point
Browse repository at this point
Moved engine traits to IReactiveEngine.h
schlangster
committed
0d3315d
View commit details
Copy full SHA for 0d3315d
View code at this point
Browse repository at this point
Added ConditionalCriticalSection
schlangster
committed
fe62f89
View commit details
Copy full SHA for fe62f89
View code at this point
Browse repository at this point
Commits on Apr 18, 2014
Reorganized files for better separation of interface and details.
schlangster
committed
a811434
View commit details
Copy full SHA for a811434
View code at this point
Browse repository at this point
Weighted range refactoring.
schlangster
committed
cc14205
View commit details
Copy full SHA for cc14205
View code at this point
Browse repository at this point
Misc refactoring.
schlangster
committed
6ab62aa
View commit details
Copy full SHA for 6ab62aa
View code at this point
Browse repository at this point
Added SubtreeEngine.
schlangster
committed
e5c05e4
View commit details
Copy full SHA for e5c05e4
View code at this point
Browse repository at this point
Adjusted TopoSortEngine for new TopoQueue + other cleanup.
schlangster
committed
511a181
View commit details
Copy full SHA for 511a181
View code at this point
Browse repository at this point
TopoQueue improvements.
schlangster
committed
6fc0bd5
View commit details
Copy full SHA for 6fc0bd5
View code at this point
Browse repository at this point
Added EnumFlags helper.
schlangster
committed
fa3e4dc
View commit details
Copy full SHA for fa3e4dc
View code at this point
Browse repository at this point
Commits on Apr 16, 2014
Using custom TopoQueue implementation, ~ twice as fast.
schlangster
committed
a8ffbbd
View commit details
Copy full SHA for a8ffbbd
View code at this point
Browse repository at this point
Fixed missing clear of changed inputs.
schlangster
committed
a52664f
View commit details
Copy full SHA for a52664f
View code at this point
Browse repository at this point
Commits on Apr 15, 2014
PulseCount engine now spawns new task for heavyweight nodes and splits range of changed inputs to multiple tasks if necessary.
schlangster
committed
2fe0b52
View commit details
Copy full SHA for 2fe0b52
View code at this point
Browse repository at this point
Cleanup + fixes for containers.h.
schlangster
committed
4340819
View commit details
Copy full SHA for 4340819
View code at this point
Browse repository at this point
Commits on Apr 11, 2014
Cleanup of improved PulseCountEngine. Dynamic nodes still broken.
schlangster
committed
85d7776
View commit details
Copy full SHA for 85d7776
View code at this point
Browse repository at this point
More experimenting with PulseCount parallelization strategy.
schlangster
committed
882b8f1
View commit details
Copy full SHA for 882b8f1
View code at this point
Browse repository at this point
Commits on Apr 8, 2014
PulseCount experimentation.
schlangster
committed
ec06a13
View commit details
Copy full SHA for ec06a13
View code at this point
Browse repository at this point
Commits on Apr 7, 2014
Fixed rw_lock arg in PulseCount engine, misc refactoring.
schlangster
committed
c06eb27
View commit details
Copy full SHA for c06eb27
View code at this point
Browse repository at this point
Added move wrapper for bind.
schlangster
committed
e8df3e5
View commit details
Copy full SHA for e8df3e5
View code at this point
Browse repository at this point
Commits on Apr 6, 2014
Tick returns update result again. Will be required by future algorithm.
schlangster
committed
e7d5581
View commit details
Copy full SHA for e7d5581
View code at this point
Browse repository at this point
Fixed dangling references due to missing decay + cleanup.
schlangster
committed
e436276
View commit details
Copy full SHA for e436276
View code at this point
Browse repository at this point
Refactoring of UpdateTimer + cleanup.
schlangster
committed
b0f7752
View commit details
Copy full SHA for b0f7752
View code at this point
Browse repository at this point
Commits on Apr 5, 2014
Update time measuring for SignalOpNode.
schlangster
committed
488086f
View commit details
Copy full SHA for 488086f
View code at this point
Browse repository at this point
Added WeightedRange for TopoSortEngine. Update execution time is measured at runtime, then used to partition the nodes per level based on parallelization potential.
schlangster
committed
b9e5fe4
View commit details
Copy full SHA for b9e5fe4
View code at this point
Browse repository at this point
Added HintUpdateDuration.
schlangster
committed
7af5ade
View commit details
Copy full SHA for 7af5ade
View code at this point
Browse repository at this point
Commits on Apr 4, 2014
Oops, this was obviously not thread-safe.
schlangster
committed
2f0b63b
View commit details
Copy full SHA for 2f0b63b
View code at this point
Browse repository at this point
Cleanup + removed some unnecessary copying + fixed premature move.
schlangster
committed
1c27357
View commit details
Copy full SHA for 1c27357
View code at this point
Browse repository at this point
Implemented rvalue-based node merging for event streams.
schlangster
committed
694dc88
View commit details
Copy full SHA for 694dc88
View code at this point
Browse repository at this point
Commits on Apr 2, 2014
Simplified code.
schlangster
committed
68870d7
View commit details
Copy full SHA for 68870d7
View code at this point
Browse repository at this point
Commits on Apr 1, 2014
Cleanup. ICC compile fails with weird errors at the moment. Probably related to this bug: http://software.intel.com/en-us/forums/topic/501502
schlangster
committed
68d39c8
View commit details
Copy full SHA for 68d39c8
View code at this point
Browse repository at this point
Cleanup.
schlangster
committed
ae5ac0f
View commit details
Copy full SHA for ae5ac0f
View code at this point
Browse repository at this point
Added compile time dependency count for FunctionOpNode.
schlangster
committed
a8f06ec
View commit details
Copy full SHA for a8f06ec
View code at this point
Browse repository at this point
Cleanup.
schlangster
committed
826a708
View commit details
Copy full SHA for 826a708
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL