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.
o3de/Code/Tools/AssetProcessor/native/utilities
lumberyard-employee-dm 52f1ef84c7
Fixed string_view compilation in GCC 10+. (#7153)
* 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
..
ApplicationManager.cpp Fixed string_view compilation in GCC 10+. (#7153) 4 years ago
ApplicationManager.h [AssetProcessor] Refactor the FileWatcher to use only one watch thread 4 years ago
ApplicationManagerAPI.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ApplicationManagerBase.cpp Clang 13: Fix build errors ... 4 years ago
ApplicationManagerBase.h [AssetProcessor] Refactor the FileWatcher to use only one watch thread 4 years ago
ApplicationServer.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ApplicationServer.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
AssetBuilderInfo.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
AssetBuilderInfo.h [AssetProcessor] Refactor the FileWatcher to use only one watch thread 4 years ago
AssetServerHandler.cpp Archive Component - Rewrite and additional work on Archive and Asset Bundler (#4332) 4 years ago
AssetServerHandler.h Code/Tools/AssetProcessor 4 years ago
AssetUtilEBusHelper.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
BatchApplicationManager.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
BatchApplicationManager.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
BatchApplicationServer.cpp Code/Tools fixes 4 years ago
BatchApplicationServer.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
BuilderConfigurationBus.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
BuilderConfigurationManager.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
BuilderConfigurationManager.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
BuilderManager.cpp Asset Processor: Remove gem loading from AP (#6488) 4 years ago
BuilderManager.h Asset Processor: Remove gem loading from AP (#6488) 4 years ago
BuilderManager.inl Clang 13: Fix build errors ... 4 years ago
ByteArrayStream.cpp enable warning 4296: 'operator': expression is always false 4 years ago
ByteArrayStream.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
GUIApplicationManager.cpp Asset Processor: Remove gem loading from AP (#6488) 4 years ago
GUIApplicationManager.h Remove Shader compiler tab from Asset Processor (#6486) 4 years ago
GUIApplicationServer.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
GUIApplicationServer.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
IniConfiguration.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
IniConfiguration.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
JobDiagnosticTracker.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
JobDiagnosticTracker.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
LineByLineDependencyScanner.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
LineByLineDependencyScanner.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
LogPanel.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
LogPanel.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
MissingDependencyScanner.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
MissingDependencyScanner.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PlatformConfiguration.cpp AP: product dependency optimization (#6619) 4 years ago
PlatformConfiguration.h [LYN-7520] Wildcard Source Dependencies include files in cache/excluded files (#5349) 4 years ago
PotentialDependencies.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
SpecializedDependencyScanner.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
StatsCapture.cpp Fixes #5909 hash file stats missing from AP stats log (#5913) 4 years ago
StatsCapture.h Adds simple stats tracking to AssetProcessor (#5573) 4 years ago
ThreadHelper.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ThreadHelper.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
UnitTestShaderCompilerServer.cpp Code/Tools fixes 4 years ago
UnitTestShaderCompilerServer.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
assetUtils.cpp AP: product dependency optimization (#6619) 4 years ago
assetUtils.h AP: product dependency optimization (#6619) 4 years ago
windowscreen.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
windowscreen.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago