You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* Fixed string_view compilation in GCC 10+.
Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>
* More GCC 10+ Fixes.
GCC 11 seems to have an issue with linkage regarding using a lambda as a default parameter in a function declaration.
Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>
* GCC10+ Fix - Fixed binding to a temporary references.
> error: loop variable ‘pathName’ of type ‘const QString&’ binds to a temporary constructed from type ‘const char* const’ [-Werror=range-loop-construct]
415 | for (const QString& pathName : { "CrySystem",
Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>
|
4 years ago | |
|---|---|---|
| .. | ||
| AssetDatabase | 4 years ago | |
| AssetManager | 4 years ago | |
| FileProcessor | 5 years ago | |
| FileServer | 4 years ago | |
| FileWatcher | 4 years ago | |
| InternalBuilders | 4 years ago | |
| connection | 5 years ago | |
| resourcecompiler | 4 years ago | |
| tests | 4 years ago | |
| ui | 4 years ago | |
| unittests | 4 years ago | |
| utilities | 4 years ago | |
| AssetProcessorBatchBuildTarget.cpp | 5 years ago | |
| AssetProcessorBuildTarget.cpp | 5 years ago | |
| assetprocessor.h | 4 years ago | |
| main_batch.cpp | 5 years ago | |
| main_gui.cpp | 5 years ago | |