Michele Caini
|
000b7d2651
|
updated single include file
v3.2.2
|
2019-12-19 15:14:33 +01:00 |
|
Michele Caini
|
9ffa372ba2
|
workaround for an issue of MSVC (close #373)
|
2019-12-19 09:19:37 +01:00 |
|
Michele Caini
|
510cfcf1fc
|
now working on v3.2.2
|
2019-12-19 09:18:41 +01:00 |
|
Michele Caini
|
e7f6d93a1e
|
cleanup
|
2019-12-01 15:59:25 +01:00 |
|
Michele Caini
|
a17c449075
|
observer: minor changes
|
2019-12-01 15:58:05 +01:00 |
|
Michele Caini
|
c4da7a87f9
|
typo
|
2019-12-01 15:57:51 +01:00 |
|
Michele Caini
|
4a8b2f826d
|
cleanup
|
2019-12-01 15:46:28 +01:00 |
|
Stefano Fiorentino
|
4901e4fb80
|
adding git_shallow to cmake deps helps reducing building time from scratch (#367)
very useful in CI/CD pipelines
|
2019-12-01 15:45:20 +01:00 |
|
Michele Caini
|
ce3a0157cb
|
updated version.h to v3.2.1
v3.2.1
|
2019-11-26 11:20:54 +01:00 |
|
Michele Caini
|
a146b06e4b
|
updated single include file to v3.2.1 (close #366)
|
2019-11-26 11:18:41 +01:00 |
|
Michele Caini
|
dc78a3e56d
|
version: 3.2.1
|
2019-11-26 11:17:13 +01:00 |
|
Michele Caini
|
86c524dade
|
fix: sorting empty types (close #365)
|
2019-11-26 11:16:02 +01:00 |
|
Innokentiy Alaytsev
|
6889edcfc4
|
meta, fix: meta_prop::next lazy initialization
|
2019-11-26 11:11:42 +01:00 |
|
Michele Caini
|
3cd5934bad
|
typo
|
2019-11-26 11:11:26 +01:00 |
|
Michele Caini
|
064104f23a
|
suppress **all** shadow warnings (close #346)
|
2019-11-26 11:11:19 +01:00 |
|
Michele Caini
|
e80b1c264c
|
family: it no longer dacays types
|
2019-11-26 11:11:13 +01:00 |
|
Michele Caini
|
03c3ee514b
|
updated doc
v3.2.0
|
2019-10-25 00:03:58 +02:00 |
|
Michele Caini
|
c93d0f0d59
|
registry::prepare to force create pools explicitly
|
2019-10-24 23:10:03 +02:00 |
|
Michele Caini
|
85793d38bc
|
meta: a static assertion forbids using non-copyable types with meta_any (close #336)
|
2019-10-24 22:55:07 +02:00 |
|
David Demelier
|
49b4a85d55
|
FAQ: add note about non-copyable objects (#344)
|
2019-10-24 14:59:22 +02:00 |
|
Michele Caini
|
5e8a9340f1
|
meta: added meta_type::remove_extent (close #345)
|
2019-10-23 23:29:25 +02:00 |
|
Michele Caini
|
2b97c01bd6
|
named_type_traits<Type>::value -> named_type_traits_v<Type>
|
2019-10-21 22:52:49 +02:00 |
|
Michele Caini
|
39e3a5a708
|
make macros require a trailing semicolon
|
2019-10-21 14:23:22 +02:00 |
|
Michele Caini
|
df13d993f7
|
test: more on type_traits
|
2019-10-21 13:43:51 +02:00 |
|
Michele Caini
|
36c62763e5
|
updated TODO
|
2019-10-20 18:45:49 +02:00 |
|
Michele Caini
|
ad5651ffb2
|
ENTT_DISABLE_ETO to disable empty type optimization (close #330)
|
2019-10-20 17:32:10 +02:00 |
|
Michele Caini
|
717b091b49
|
meta: internal and external indexing to disambiguate property overloads
|
2019-10-20 15:44:53 +02:00 |
|
Michele Caini
|
4376bbe40b
|
workaround for an issue with clang 6
|
2019-10-19 22:08:11 +02:00 |
|
Michele Caini
|
2382d2e21c
|
meta: invocable properties (aka annotations - see #299)
|
2019-10-19 16:25:35 +02:00 |
|
Michele Caini
|
520ccfcd06
|
meta: support tuple as properties
|
2019-10-19 16:09:03 +02:00 |
|
Michele Caini
|
0bdc5dfe95
|
minor changes: make_index_sequence -> index_sequence_for
|
2019-10-19 15:54:32 +02:00 |
|
Michele Caini
|
6a656a1b0a
|
type_traits: updated choice utility (template variable)
|
2019-10-19 15:51:27 +02:00 |
|
Michele Caini
|
5ad4079dbf
|
meta: std::get<1>-table properties are no longer accepted, only std::pair is supported
|
2019-10-19 15:19:58 +02:00 |
|
Innokentiy Alaytsev
|
bfa46b795f
|
Property list (#338)
* Fix typo in comment
* Implemented a function for adding a list of properties to meta-item
|
2019-10-19 15:13:43 +02:00 |
|
Michele Caini
|
ecaa9c275c
|
typo
|
2019-10-18 21:45:17 +02:00 |
|
Michele Caini
|
93fd1757f8
|
meta: more on properties (close #341)
|
2019-10-18 17:30:32 +02:00 |
|
Michele Caini
|
71d0958398
|
type_traits: added support for the choice trick
|
2019-10-18 16:38:23 +02:00 |
|
Michele Caini
|
ed89d94d7a
|
meta: support for key-only properties
|
2019-10-17 17:23:25 +02:00 |
|
Stephan Z
|
135132e5f0
|
Snapshot loader can auto-update entities stored in maps now (#335) - close #334
* Detect if member variable is of type map and update the contained entities if needed
* issue 334: tests for identifier update on maps in snapshots
|
2019-10-16 23:35:29 +02:00 |
|
Michele Caini
|
1ad75f5c1b
|
meta: updated doc (close #324)
|
2019-10-16 13:43:29 +02:00 |
|
Michele Caini
|
21c6f9e394
|
meta: updated documentation
|
2019-10-16 13:43:29 +02:00 |
|
Michele Caini
|
5a7e954aee
|
meta: context review
|
2019-10-16 13:43:29 +02:00 |
|
Michele Caini
|
c1117e260c
|
meta: meta_node<>::ctx -> meta_node<>::global
|
2019-10-16 13:43:29 +02:00 |
|
Michele Caini
|
b0ea150e94
|
meta: properties can be also runtime objects
|
2019-10-16 13:43:29 +02:00 |
|
Michele Caini
|
0e3bdc02ea
|
meta: meta_factory::type supports named types (the identifier isn't required in this case)
|
2019-10-16 13:43:29 +02:00 |
|
Michele Caini
|
e5a075a329
|
meta: minor changes
|
2019-10-16 13:43:29 +02:00 |
|
Michele Caini
|
30c7a64619
|
meta: simplified T::prop
|
2019-10-16 13:43:29 +02:00 |
|
Michele Caini
|
ab12f29ebf
|
meta: introduce extended meta factory
|
2019-10-16 13:43:29 +02:00 |
|
Michele Caini
|
a0c3a82c76
|
meta: cleanup and renaming
|
2019-10-16 13:43:29 +02:00 |
|
Michele Caini
|
085a281f8a
|
meta: some tests across boundaries
|
2019-10-16 13:43:29 +02:00 |
|