|
|
@@ -18,13 +18,11 @@ TODO:
|
|
|
* auto type info data from types if present
|
|
|
* storage entity: fast range-push from above
|
|
|
* table: pop back to support swap and pop, single column access, empty type optimization
|
|
|
-* review cmake warning about FetchContent_Populate (need .28 and EXCLUDE_FROM_ALL for FetchContent)
|
|
|
* suppress -Wself-move on CI with g++13
|
|
|
* runtime types support for meta for types that aren't backed by C++ types
|
|
|
* built-in no-pagination storage - no_pagination page size as limits::max
|
|
|
* any cdynamic to support const ownership construction
|
|
|
* allow passing arguments to meta setter/getter (we can fallback on meta invoke probably)
|
|
|
-* FetchContent_Populate -> FetchContent_MakeAvailable warnings
|
|
|
* doc: IMPLICIT_DIR_DOCS for dir docs or \dir
|
|
|
* meta non-const allow_cast overloads: (const int &) to (int &) is not allowed, but (const int &) to (double &) is allowed (support only for convertibles)
|
|
|
* review build process for testbed (i.e. tests first due to SDL)
|