8000 Tags · Cpp20Nexus/proxy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Cpp20Nexus/proxy

Tags

2.4.0

Toggle 2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix readme and refactor sample code (microsoft#94)

2.3.2

Toggle 2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement make_proxy_inplace and inplace_proxiable_target with freest…

…anding (microsoft#92)

* Implement make_proxy_inplace and inplace_proxiable_target with freestanding

* Add freestanding tests

* Merge

* Fix regression in code generation for `copying_default_dispatcher`

* Fix build

* Add noexcept

* Remove empty line

* Resolve comments

2.3.1

Toggle 2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for accessing the underlying pointer type via a dispatch (m…

…icrosoft#85)

2.3.0

Toggle 2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support default implementation of a dispatch (microsoft#79)

2.2.1

Toggle 2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve compile-time constraints for constants (microsoft#72)

* Improve constraints: Require Facade::constraints and ctor of reflectionbe compile-time constants

* Supress clang warning

* Simplify code

* Fix compile error

* Refactoring

* Revert unit tests

* Refactor

* Refactoring

* Rename to is_consteval

* Formatting

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md and replaced std::popcount() with std::has_single_bi…

…t() (microsoft#64)

2.1.2

Toggle 2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Reduce compile-time complexity of combined_dispatch_prototype::overlo…

…ad_types (microsoft#60)

* Reduce compile-time complexity of combined_dispatch_prototype::overload_types from O(n^3) to O(n^2)

* Refactor

2.1.1

Toggle 2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for combination of incomplete dispatch (microsoft#58)

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Simplify the semantics of facade per spec (microsoft#55)

* Improve constraints of basic_facade and facade per spec

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rename (microsoft#52)

0