Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTTI + Build time optimization #103

Merged
merged 15 commits into from
May 2, 2024
Merged

RTTI + Build time optimization #103

merged 15 commits into from
May 2, 2024

Conversation

Chris-plusplus
Copy link
Member

RTTI + Zredukowano czas buildowania zmieniając

target_sources(${PROJECT_NAME} PUBLIC ${ARCHIMEDES_SOURCE})

na:

target_sources(${PROJECT_NAME} PRIVATE ${ARCHIMEDES_SOURCE})

@Chris-plusplus Chris-plusplus requested a review from Twarug April 29, 2024 18:43
include/meta/Typeof.hpp Show resolved Hide resolved
include/meta/rtti/StaticTypedesc.hpp Outdated Show resolved Hide resolved
include/meta/rtti/EnableRTTI.hpp Show resolved Hide resolved
include/meta/rtti/TypeDescriptor.h Outdated Show resolved Hide resolved
include/meta/rtti/TypeDescriptorWrapper.h Outdated Show resolved Hide resolved
include/meta/nameOfType/NameOfType.hpp Outdated Show resolved Hide resolved
include/meta/nameOfType/NameOfType.hpp Outdated Show resolved Hide resolved
include/meta/Typeof.hpp Outdated Show resolved Hide resolved
src/meta/nameOfType/NameOfTypeFmt.cpp Outdated Show resolved Hide resolved
src/meta/nameOfType/NameOfTypeFmt.cpp Outdated Show resolved Hide resolved
@Chris-plusplus Chris-plusplus requested a review from Twarug May 1, 2024 19:05
@Chris-plusplus Chris-plusplus merged commit 054f36e into master May 2, 2024
1 check passed
@Twarug Twarug deleted the chris/rtti branch May 2, 2024 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants