index
:
floormat.git
feature/bptr
master
wip
wip2
game project in early development
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
entity
/
metadata.hpp
Age
Commit message (
Expand
)
Author
2023-09-13
add no_unique_address macro
Stanislaw Halik
2023-08-25
entities: add intents for metadata
Stanislaw Halik
2023-08-23
fix non-pch build
Stanislaw Halik
2023-04-16
use Corrade::Utility::move
Stanislaw Halik
2023-04-09
entities: fix error on duplicate field accessor types
Stanislaw Halik
2023-03-19
entity: get rid of field grouping feature
Stanislaw Halik
2023-03-18
pre-declare integer types without cstddef/cstdint
Stanislaw Halik
2023-02-24
a
Stanislaw Halik
2022-11-20
entity: use auto
Stanislaw Halik
2022-11-19
entity: get field data indirectly via a specialization
Stanislaw Halik
2022-11-19
entity: make constantly() even more evil
Stanislaw Halik
2022-11-19
entity: add the rest of erased accessors
Stanislaw Halik
2022-11-19
entity: make `constantly` more generic
Stanislaw Halik
2022-11-19
entity: finish adding non-erased constraints
Stanislaw Halik
2022-11-19
constantly<T> should be public API
Stanislaw Halik
2022-11-19
entity: wip constraints
Stanislaw Halik
2022-11-19
entity/metadata: detect ignored arguments
Stanislaw Halik
2022-11-19
entity: simplify some template invocations
Stanislaw Halik
2022-11-19
entity: fix whitespace & msvc warnings
Stanislaw Halik
2022-11-19
entity: move concepts out to another file
Stanislaw Halik
2022-11-19
entity: wip optional arguments
Stanislaw Halik
2022-11-19
entity: add field enablement predicate
Stanislaw Halik
2022-11-18
entity: add is-enabled predicate
Stanislaw Halik
2022-11-18
entity: rename field -> metadata
Stanislaw Halik