80 Commits

Author SHA1 Message Date
Alan Rynne 9914679933 Added initial config 2020-12-07 16:42:27 +01:00
Alan Rynne be84225d48 fix: Edited details 2020-12-07 15:44:37 +01:00
Alan Rynne 0db4ca4d8b Added nuspec + downgraded to 4.5 for max compatibility 2020-12-07 15:27:20 +01:00
Alan Rynne b97846efbb Added logos to demo 2020-12-07 15:22:39 +01:00
Alan Rynne ff5f9d6320 fix: Reorganized solution into two projects
Demo project for sample implementations and project for publishing dll
2020-12-07 14:51:43 +01:00
Alan Rynne 5b7fcc67a2 Exposed cancellation sources in GH_AsyncComponent 2020-12-07 09:34:46 +01:00
Matteo Cominetti 04196584b6 Merge pull request #8 from specklesystems/osx
feat(build): adds post build event to correctly rename artifact in osx
2020-11-13 14:34:26 +00:00
Matteo Cominetti c9253d1f16 feat(build): adds post build event to correctly rename artifact in osx 2020-11-12 23:10:33 +00:00
Alan Rynne 81920b336d fix(component): Removed leftover test lines 2020-10-28 08:15:21 +01:00
Dimitrie Stefanescu dc7ab7fe5f Merge pull request #6 from specklesystems/dim/dev
Updates
2020-10-16 00:19:33 +01:00
Dimitrie Stefanescu 88cfab2910 feat(messages): removes the ReportError action (pass in parent comp)
easier to pass in the parent comp and directly set runtime messages on it

BREAKING CHANGE: signature for the DoWork function changes
2020-10-16 00:17:02 +01:00
Dimitrie Stefanescu 381579d1f9 feat(workers): now possible to pass the parent component to the worker 2020-10-16 00:07:08 +01:00
Dimitrie Stefanescu 26c86a361d feat(fields): made some progress report related props public 2020-10-14 13:52:23 +01:00
Dimitrie Stefanescu ed41f2967a feat(progress display): makes the progress display function overridable 2020-10-14 13:31:29 +01:00
Dimitrie Stefanescu 9846711ec3 Update README.md 2020-10-09 15:44:07 +01:00
Dimitrie Stefanescu 3d05d05e4c Merge pull request #5 from specklesystems/dim/dev
feat(nulls): prevents the flash of null data between component iterations
2020-10-09 15:33:45 +01:00
Dimitrie Stefanescu 53157bc048 feat(nulls): prevents the flash of null data between component iterations
overrides the ExpireDownStreamObjects() (c) @alanrynne 🙌

fixes #2 and fixes #3 too i think
2020-10-09 15:28:24 +01:00
Dimitrie Stefanescu 87e03fefe0 Update README.md 2020-10-07 19:44:30 +01:00
Dimitrie Stefanescu 4cc8bb99fb Merge pull request #4 from specklesystems/dim/dev
Dim/dev
2020-10-07 19:40:41 +01:00
Dimitrie Stefanescu 4d9d25cb21 fix(cleanup): removes useless variable 2020-10-07 19:36:24 +01:00
Dimitrie Stefanescu 1446fe2e8a refactor(cleanup): cleans up a bit, adds some comments, renames components 2020-10-07 19:35:43 +01:00
Dimitrie Stefanescu fd229e1a7f fix(data matching): corrects cancellation on fast input changes & other things:
corrects getdata for child tasks, syncs current state, extra signalling for SetData phase
2020-10-07 17:02:36 +01:00
Dimitrie Stefanescu e5ba777fd2 feat(cleanup): replaced interface with abstract class, cleanup, comments 2020-10-07 14:48:04 +01:00
Dimitrie Stefanescu b88c61fe88 feat(multiple runs): adds iteration handling to async component base
nifty data matching is now in place

fixes #1
2020-10-07 13:35:04 +01:00
Dimitrie Stefanescu 25a150dc88 Update README.md 2020-10-05 00:34:26 +01:00
Dimitrie Stefanescu 31b4951dc3 Update README.md 2020-10-04 23:30:48 +01:00
Dimitrie Stefanescu cf889e7f2c docs(boilerplate): copy pasted contribution and coc 2020-10-04 23:21:05 +01:00
Dimitrie Stefanescu 48f8d6a7ed feat(sample & readme): added a small sample file and added extra info in the readme file 2020-10-04 23:19:46 +01:00
Dimitrie Stefanescu 011a28df6a feat(init): first commit! 2020-10-04 23:01:30 +01:00
Dimitrie Stefanescu a230f98723 Initial commit 2020-10-04 14:56:50 +01:00