This repository was archived by the owner on Oct 12, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 417
Templated TypeInfo #3174
Open
andralex
wants to merge
19
commits into
dlang:master
Choose a base branch
from
andralex:typeid(int)
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Templated TypeInfo #3174
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
1a76c5b
Templated TypeInfo for int
andralex fc0de5b
Change name from RTTypeid to __typeid
andralex 933a571
Add statically-informed versions of override functions
andralex 9328c86
immutable is better than const
andralex 34ad368
More tests
andralex 79f42c7
overloads for opEquals and opCmp. Also make toString @nogc
andralex fe5d07f
Better hash function
andralex 816cc09
Hash on 32-bit platforms
andralex 9ac1647
Add a Type definition to statically access the type name.
andralex 7333714
Extemd __typeid to more types
andralex 7a5b48a
More types supported
andralex ec78cc6
Added support for functions and delegates
andralex e5bd553
Defer to getHash for all hashing work
andralex a20cd9e
Add struct support. Also make __typeid not immutable, but still store…
andralex 250e486
Some support for classes
andralex a129a7f
Implemented as far as I could go for classes
andralex 19e0358
Some interfaces testing
andralex 007b307
Implement isAbstract
andralex bb59bf3
classflags implementation is trivial
andralex File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.