Commit ef4da2a
authored
Add rvariant (#3)
* Initial addition
* Replace license headers
* Rename yk to iris
* Rename yk to iris part2
* Merge config.hpp
* Remove benchmark
* Merge specialization_of
* Merge type_traits.hpp
* Rename cond_trivial.hpp
* Rename cond_trivial class
* Reorganize comparison utilities
* Re-remove files
* Rename include guard
* Reorganize requirements
* Reorganize hash: part 1
* Rename iris/hash.hpp
* Move iris/core/hash.hpp
* Move iris/core/hash_fwd.hpp
* Fix includes
* Move contents of hash.hpp
* Rename hash_util.hpp back
* Split FNV_hash.hpp
* Don't include FNV_hash by default
* Move ADL_streamable into requirements.hpp
* Move seq util into rvariant detail
* Fix missing include
* Fix is_function_object
* Move hash-related traits into hash.hpp
* Remove "[core]" label from test
* Move I/O-related code into separate header
* Put boolean_testable under req namespace
* Put cond_trivial_smf under top-level
* Add LICENSE header
* Match include guard names
* Remove unused code
* Rename nvoid_t to cvoid_t
* Make cvoid_t take parameter pack
* Rename npack_indexing
* Remove dummy.cpp
* Remove unnecessary typename
* Apply clang-tidy's fix
* Add .clang-tidy
* Remove static_assert
* Enable CI-specific test
* Chore
* Rename natvis
* Enable cpp.hint and iris.natvis sources for MSVC builds
* Move cpp.hint1 parent a9359a6 commit ef4da2a
54 files changed
Lines changed: 15600 additions & 21 deletions
File tree
- .github/workflows
- doc
- include/iris
- bits
- hash
- rvariant
- detail
- test
- rvariant
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
172 | 173 | | |
173 | 174 | | |
174 | 175 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
155 | 159 | | |
156 | 160 | | |
157 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments