Skip to content

Commit 62fceaf

Browse files
authored
General fixes.
- Fix: unintended Record::create() code path - Change: use std::any_cast by pointer → exception-free - Refactor: rename TypeRegistration project, remove unused project - Cleanup: minor refactoring and code cleanup
2 parents 67165ed + 153f699 commit 62fceaf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+148
-827
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ project(CxxReflectionProject)
66
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_SOURCE_DIR}/bin")
77

88
# Add the subdirectories
9-
add_subdirectory(CxxTestDesignPatternsUsingRTL)
10-
add_subdirectory(CxxRTLTypeRegistration)
9+
add_subdirectory(CxxTestRegistration)
1110
add_subdirectory(RTLTestRunApp)
1211
add_subdirectory(RTLBenchmarkApp)
1312
add_subdirectory(CxxTestProps)

CxxTestDesignPatternsUsingRTL/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

CxxTestDesignPatternsUsingRTL/CxxTestProxyDesignPattern/CMakeLists.txt

Lines changed: 0 additions & 30 deletions
This file was deleted.

CxxTestDesignPatternsUsingRTL/CxxTestProxyDesignPattern/inc/Original.h

Lines changed: 0 additions & 57 deletions
This file was deleted.

CxxTestDesignPatternsUsingRTL/CxxTestProxyDesignPattern/inc/OriginalReflection.h

Lines changed: 0 additions & 52 deletions
This file was deleted.

CxxTestDesignPatternsUsingRTL/CxxTestProxyDesignPattern/inc/Proxy.h

Lines changed: 0 additions & 46 deletions
This file was deleted.

CxxTestDesignPatternsUsingRTL/CxxTestProxyDesignPattern/inc/Proxy.hpp

Lines changed: 0 additions & 54 deletions
This file was deleted.

CxxTestDesignPatternsUsingRTL/CxxTestProxyDesignPattern/src/CMakeLists.txt

Lines changed: 0 additions & 26 deletions
This file was deleted.

CxxTestDesignPatternsUsingRTL/CxxTestProxyDesignPattern/src/Original.cpp

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)