-
Notifications
You must be signed in to change notification settings - Fork 65
Builtin Resources CMake Refactor #477
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
Merged
Merged
Changes from 39 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
bcc127f
add src/nbl/builtin/template/CAPKResourcesArchieve.cpp.in and src/nbl…
AnastaZIuk f4a8ab0
bugfix: address build issues with embedded assets for clang and gnu c…
pollend 9cfedb9
address build problems with gnu compiler
pollend a4b32c6
list all created builtin libraries and link to Nabla, bring back pyth…
AnastaZIuk b6d5e30
move some code from common.h to autogenerated CArchive.h, update src/…
AnastaZIuk d667624
update examples_tests submodule with archive builtin resources test
AnastaZIuk 0e5b7de
correct python script, fix and correct CArchive.h.in and update src/n…
AnastaZIuk 46b2b71
correct nasty bug and make sure builtin resources works
AnastaZIuk 51b95d5
Merge branch 'newBuiltinResources' into bugfix/address-build-problems…
AnastaZIuk 56a524d
Merge pull request #465 from pollend/bugfix/address-build-problems-bu…
AnastaZIuk 446e301
correct missing correspondingHeaderFile after merge and remove #inclu…
AnastaZIuk c110ce0
move builtin resources creation macro and function to src/nbl/builtin…
AnastaZIuk 782b6ba
request only python interpreter and correct its variable name, add mo…
AnastaZIuk 469483a
correct python3 variable
AnastaZIuk 1f95857
make define.h generate again, it looks like policy of custom command …
AnastaZIuk e2e3adc
update scripts for generating define.h header - add `_DXC_DLL_NAME_`
AnastaZIuk 5ab06c8
Cherry pick some of Erfan's work from master
Erfan-Ahmadi aef1445
resolve conflicts and merge
AnastaZIuk 4ce34b4
bad merge - fix src/nbl/builtin/builtinDataGen.py
AnastaZIuk 345e2e0
spot issues with ambiguity causing linker errors and lack of some spi…
AnastaZIuk 8373b38
spot a bug thanks to my apple clang compiler - but I'm not surprised…
devshgraphicsprogrammingjenkins cb5450a
Mounting directories (#492)
Hazardu 9daedfa
add some docs to src/nbl/builtin/utils.cmake, add new parameters for …
AnastaZIuk c847d6d
save work, don't add every builtin resource as Nabla dependency, hard…
AnastaZIuk b9435da
handle multiple builtin resource aliases with CMake
AnastaZIuk 78f8bfa
patch python builtin generation scripts to handle multiple aliases. T…
AnastaZIuk 3d753f5
correct all issues & compile errors regarding builtin resources targe…
AnastaZIuk 0433827
add LINK_BUILTIN_RESOURCES_TO_TARGET and correct bug in macro, updat…
AnastaZIuk ba669f7
address all ISystem comments - nuke some stuff, make it compile but e…
AnastaZIuk 7709a8c
Changing things in File Archive class
Hazardu 38084b2
Changed type name to new entry type
Hazardu c97b67c
Update CFileArchive.h
Hazardu 4767028
Updated more files to have correct archive entry type
Hazardu a7c99b6
introduce in ADD_CUSTOM_BUILTIN_RESOURCES function, correct builtin …
AnastaZIuk e8e5a4b
update docs
AnastaZIuk 9cb464f
update a few lines regarding path prefix, use pathPrefix created given
AnastaZIuk 763f9fb
remove getItemList() proxy function and keep resources as inline stat…
AnastaZIuk 806a43e
Switched all vectors from std to core
Hazardu 7a499f4
merge master and resolve conflicts
AnastaZIuk 34c4cdf
correct a bug
AnastaZIuk 1ecd112
include search directory of nbl builtin resources for targets created…
AnastaZIuk e73e0af
add handling DLL imports/exports for builtin resource targets, have o…
AnastaZIuk 0fa3cf3
add more NBL_API2 for some classes and update builtin resource genera…
AnastaZIuk cf5fec1
reverted core to std on vector usages
Hazardu dffbed2
Split archive into header CArchive.h and source CArchive.cpp files, h…
AnastaZIuk 9f6bcc2
Merge branch 'newBuiltinResources' into FileArchiveTweaks
Hazardu 7f665bf
Changed back to core::vector, fixes to generated CArchives
Hazardu 76d10b4
got rid of double shared ptr to a single object
Hazardu c18fc86
removed extra parenthesis
Hazardu e55b5a0
removed extra parentheses
Hazardu 7bd08b7
Moved CMountDirectoryArchive.h to include, changed type to sharedptr
Hazardu d6b18e3
resolve conflicts, merge master
AnastaZIuk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule examples_tests
updated
3 files
+10 −2 | 52.SystemTest/CMakeLists.txt | |
+0 −0 | 52.SystemTest/builtin/include/dir/data/test.txt | |
+50 −26 | 52.SystemTest/main.cpp |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.