FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for include/react/common - dBarmpxkos/cpp.react · GitHub
dBarmpxkos
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpp.react
include
react
common
on
master
User selector
Datepicker
Commit history
Commits on Nov 2, 2017
Cleanup.
schlangster
committed
7860d4c
View commit details
Copy full SHA for 7860d4c
View code at this point
Browse repository at this point
Documentation + cleanup.
schlangster
committed
b889530
View commit details
Copy full SHA for b889530
View code at this point
Browse repository at this point
Commits on Oct 30, 2017
Refactoring of object creation: -Ctor +static Create.
Show description for 6eb759c
schlangster
committed
6eb759c
View commit details
Copy full SHA for 6eb759c
View code at this point
Browse repository at this point
Commits on Oct 24, 2017
Renamed and deleted files.
schlangster
committed
5a99128
View commit details
Copy full SHA for 5a99128
View code at this point
Browse repository at this point
Renamed Signal to State.
Show description for 6348819
schlangster
committed
6348819
View commit details
Copy full SHA for 6348819
View code at this point
Browse repository at this point
Progress dump.
schlangster
committed
d0e5375
View commit details
Copy full SHA for d0e5375
View code at this point
Browse repository at this point
Commits on Jan 23, 2017
progress
schlangster
committed
32fe91e
View commit details
Copy full SHA for 32fe91e
View code at this point
Browse repository at this point
Commits on Aug 7, 2016
Redesign WIP. Removed reactor stuff. Fixed basic examples. Observers, algorithms. Event buffer clearing.
schlangster
committed
5114927
View commit details
Copy full SHA for 5114927
View code at this point
Browse repository at this point
Commits on Aug 4, 2016
Major redesign WIP.
schlangster
committed
d13b3f4
View commit details
Copy full SHA for d13b3f4
View code at this point
Browse repository at this point
Commits on Jul 25, 2016
Refactor WIP.
schlangster
committed
f9ca5bb
View commit details
Copy full SHA for f9ca5bb
View code at this point
Browse repository at this point
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 Aug 7, 2014
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
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 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
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 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
Commits on Jun 19, 2014
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 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
Commits on Jun 2, 2014
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 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
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
Improved TopoQueue design.
schlangster
committed
662fb3a
View commit details
Copy full SHA for 662fb3a
View code at this point
Browse repository at this point
Refactored TopoQueue for new update weight. Did some optimizations in the process.
schlangster
committed
536ebb9
View commit details
Copy full SHA for 536ebb9
View code at this point
Browse repository at this point
Refactored NodeUpdateTimer. Uses QPC directly instead of std::chrono, since VS2013 uses system_clock for everything. Not portable yet.
schlangster
committed
5f28164
View commit details
Copy full SHA for 5f28164
View code at this point
Browse repository at this point
Commits on May 21, 2014
Using explicit DontMove tag instead of dummy int.
schlangster
committed
f3d5bd0
View commit details
Copy full SHA for f3d5bd0
View code at this point
Browse repository at this point
Commits on May 19, 2014
Made AddDummyArgWrapper more flexible w.r.t. to const argument refs.
schlangster
committed
5fad440
View commit details
Copy full SHA for 5fad440
View code at this point
Browse repository at this point
Added wrapper util to add dummy type as first parameter of given func. Useful for EventTokens.
schlangster
committed
41cda7c
View commit details
Copy full SHA for 41cda7c
View code at this point
Browse repository at this point
Commits on May 6, 2014
Misc refactoring.
schlangster
committed
eee5c5b
View commit details
Copy full SHA for eee5c5b
View code at this point
Browse repository at this point
Commits on May 5, 2014
Moved DomainBase out of detail namespace to Domain.h, restructured some includes.
schlangster
committed
2a9aa23
View commit details
Copy full SHA for 2a9aa23
View code at this point
Browse repository at this point
Got rid of INT_MAX and some other refactoring.
schlangster
committed
5ae85af
View commit details
Copy full SHA for 5ae85af
View code at this point
Browse repository at this point
Commits on Apr 28, 2014
Comprehensive refactoring + cleanup.
schlangster
committed
bf989c5
View commit details
Copy full SHA for bf989c5
View code at this point
Browse repository at this point
Commits on Apr 26, 2014
Removed deprectated classes.
schlangster
committed
5a109ea
View commit details
Copy full SHA for 5a109ea
View code at this point
Browse repository at this point
Commits on Apr 20, 2014
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL