Releases: linksplatform/Delegates
[C++] 0.1.3
https://www.nuget.org/packages/Platform.Delegates.TemplateLibrary/0.1.3
Refactoring to since C++17 standard.
Use Delegate constructor with deductions guides instead CreateDelegate function.
Fixed calling function with rvalue-reference arguments.
Removing C++20 content.
First release version for conan.
[C++] 0.1.2
https://www.nuget.org/packages/Platform.Delegates.TemplateLibrary/0.1.2
Refactoring to since C++17 standard.
Use Delegate constructor with deductions guides instead CreateDelegate function.
Fixed calling function with rvalue-reference arguments.
First release version for conan.
[C++] 0.1.1
https://www.nuget.org/packages/Platform.Delegates.TemplateLibrary/0.1.1
Refactoring to since C++17 standard.
Use Delegate constructor with deductions guides instead CreateDelegate function.
First release version for conan.
[C++] 0.0.15
https://www.nuget.org/packages/Platform.Delegates.TemplateLibrary/0.0.15
Fix fields ordering and big refactoring. Replace static with inline, and some cosmetic fixes.
[C++] 0.0.14
https://www.nuget.org/packages/Platform.Delegates.TemplateLibrary/0.0.14
Missing file added.
[C++] 0.0.13
https://www.nuget.org/packages/Platform.Delegates.TemplateLibrary/0.0.13
Delegate<> class CreateDelegate methods moved directly to Platform.Delegates namespace.
Added assignment operator overloads for possible input types to simplify convertation from lambdas with better type inference.
Refactoring:
- no need to repeat type parameters in the template's type name),
- private method renamed,
- include directives uptimized to allow inclusion of any single header file,
- code format fix.
[C++] 0.0.12
https://www.nuget.org/packages/Platform.Delegates.TemplateLibrary/0.0.12
Move constructor and assignment operator added for MulticastDelegate.
Delegate's copy assignment operator signature fix.
Better deadlock avoidance for MulticastDelegate.
[C++] 0.0.11
https://www.nuget.org/packages/Platform.Delegates.TemplateLibrary/0.0.11
Copy assignment operator returns the reference now.
[C++] 0.0.10
https://www.nuget.org/packages/Platform.Delegates.TemplateLibrary/0.0.10
MulticastDelegate is really copy assignable now.
[C++] 0.0.9
https://www.nuget.org/packages/Platform.Delegates.TemplateLibrary/0.0.9
Better handling of self-assignment.