mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-09 23:25:44 -07:00
gencpp : General refactors to dependencies
Mostly just cleanup and renaming of certain stuff (mostly in dependencies). * Changed uw and sw to usize and ssize. * Removed zpl_cast usage throughout dependencies * No longer using GEN_DEF_INLINE & GEN_IMPL_INLINE * header_start.hpp renamed to platform.hpp for depdendencies header.
This commit is contained in:
Readme.md
docs
gencpp.10xproject
auxillary
bootstrap.cppcomponents
dependencies
basic_types.hppcontainers.hppdebug.hppfilesystem.cppfilesystem.hpphashing.cpphashing.hppmacros.hppmemory.cppmemory.hppparsing.cppparsing.hppplatform.hppprinting.cppprinting.hppstring_ops.cppstring_ops.hppstrings.cppstrings.hpptiming.cpp
gen.dep.hpphelpers
scripts
singleheader
test/_old
@ -64,5 +64,29 @@ Remove-Item -Path $path_release_content\gen.scanner.cpp
|
||||
# Unreal
|
||||
Copy-Item -Path $path_unreal_gen\* -Destination $path_release_content
|
||||
Compress-Archive -Path $path_release_content\* -DestinationPath $path_release\gencpp_unreal.zip -Force
|
||||
Remove-Item -Path $path_release_content\gen.dep.hpp
|
||||
Remove-Item -Path $path_release_content\gen.dep.cpp
|
||||
Remove-Item -Path $path_release_content\gen.hpp
|
||||
Remove-Item -Path $path_release_content\gen.cpp
|
||||
Remove-Item -Path $path_release_content\gen.builder.hpp
|
||||
Remove-Item -Path $path_release_content\gen.builder.cpp
|
||||
Remove-Item -Path $path_release_content\gen.scanner.hpp
|
||||
Remove-Item -Path $path_release_content\gen.scanner.cpp
|
||||
|
||||
# As Is
|
||||
|
||||
Copy-Item -Path $path_project\gen.hpp -Destination $path_release_content
|
||||
Copy-Item -Path $path_project\gen.cpp -Destination $path_release_content
|
||||
Copy-Item -Path $path_project\gen.dep.hpp -Destination $path_release_content
|
||||
Copy-Item -Path $path_project\gen.dep.cpp -Destination $path_release_content
|
||||
Copy-Item -Path $path_project\auxillary\builder.hpp -Destination $path_release_content
|
||||
Copy-Item -Path $path_project\auxillary\builder.cpp -Destination $path_release_content
|
||||
Copy-Item -Path $path_project\auxillary\scanner.hpp -Destination $path_release_content
|
||||
Copy-Item -Path $path_project\auxillary\scanner.cpp -Destination $path_release_content
|
||||
Copy-Item -Path $path_project\components\* -Destination $path_release_content\components
|
||||
Copy-Item -Path $path_project\dependencies\* -Destination $path_release_content\dependencies
|
||||
Copy-Item -Path $path_project\enums\* -Destination $path_release_content\dependencies
|
||||
Copy-Item -Path $path_project\helpers\* -Destination $path_release_content\dependencies
|
||||
Compress-Archive -Path $path_release_content\* -DestinationPath $path_release\gencpp_as_is.zip -Force
|
||||
|
||||
Remove-Item -Path $path_release_content -Recurse
|
||||
|
Reference in New Issue
Block a user