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
Eric Phister 74491c88b8
Fix AssetBuilders when project-path has a trailing slash (#1345)
* Fixes issues with project paths w/ trailing slash

When launching AP with a --project-path that has a trailing slash, the
AssetBuilders would get that slash instead of a normalized version.
This would mess up the params sent to AssetBuilders.

* Missed a variable name replacement

* Addresses feedback on code style guidelines

Removed 'auto' keyword in favor of explicit types.
5 years ago
..
ApplicationManager.cpp FbxImportRequestHandler is now loaded only once per AssetBuilder and Editor + re-enabled STL support (#933) 5 years ago
ApplicationManager.h Integrating latest from github/staging 5 years ago
ApplicationManagerAPI.h Initial commit 5 years ago
ApplicationManagerBase.cpp FbxImportRequestHandler is now loaded only once per AssetBuilder and Editor + re-enabled STL support (#933) 5 years ago
ApplicationManagerBase.h Integrating latest from github/staging 5 years ago
ApplicationServer.cpp Initial commit 5 years ago
ApplicationServer.h Initial commit 5 years ago
AssetBuilderInfo.cpp Initial commit 5 years ago
AssetBuilderInfo.h Initial commit 5 years ago
AssetServerHandler.cpp Initial commit 5 years ago
AssetServerHandler.h Initial commit 5 years ago
AssetUtilEBusHelper.h Initial commit 5 years ago
BatchApplicationManager.cpp Initial commit 5 years ago
BatchApplicationManager.h Initial commit 5 years ago
BatchApplicationServer.cpp Initial commit 5 years ago
BatchApplicationServer.h Initial commit 5 years ago
BuilderConfigurationBus.h Initial commit 5 years ago
BuilderConfigurationManager.cpp Initial commit 5 years ago
BuilderConfigurationManager.h Initial commit 5 years ago
BuilderManager.cpp Fix AssetBuilders when project-path has a trailing slash (#1345) 5 years ago
BuilderManager.h Integrating latest from github/staging 5 years ago
BuilderManager.inl Add newlines to the end of all files 5 years ago
ByteArrayStream.cpp Initial commit 5 years ago
ByteArrayStream.h Initial commit 5 years ago
CommunicatorTracePrinter.cpp Integrating latest from github/staging 5 years ago
CommunicatorTracePrinter.h Add newlines to the end of all files 5 years ago
GUIApplicationManager.cpp Integrating github/staging through commit 5f214be 5 years ago
GUIApplicationManager.h Integrating github/staging through commit 5f214be 5 years ago
GUIApplicationServer.cpp Initial commit 5 years ago
GUIApplicationServer.h Initial commit 5 years ago
IniConfiguration.cpp Initial commit 5 years ago
IniConfiguration.h Initial commit 5 years ago
JobDiagnosticTracker.cpp Initial commit 5 years ago
JobDiagnosticTracker.h Initial commit 5 years ago
LineByLineDependencyScanner.cpp Initial commit 5 years ago
LineByLineDependencyScanner.h Initial commit 5 years ago
LogPanel.cpp Initial commit 5 years ago
LogPanel.h Initial commit 5 years ago
MissingDependencyScanner.cpp LYN-2537 AssetBundler updates (#426) 5 years ago
MissingDependencyScanner.h Integrating latest from github/staging 5 years ago
PlatformConfiguration.cpp LYN-2537 engine assets (#254) 5 years ago
PlatformConfiguration.h LYN-2537 engine assets (#254) 5 years ago
PotentialDependencies.h Add newlines to the end of all files 5 years ago
SpecializedDependencyScanner.h Initial commit 5 years ago
ThreadHelper.cpp Initial commit 5 years ago
ThreadHelper.h Initial commit 5 years ago
UnitTestShaderCompilerServer.cpp Initial commit 5 years ago
UnitTestShaderCompilerServer.h Initial commit 5 years ago
assetUtils.cpp LYN-2705: Remove 'AZ_TRAIT_DISABLE_FAILED_ASSET_PROCESSOR_TESTS' trait for Linux (#1235) 5 years ago
assetUtils.h LYN-2705: Remove 'AZ_TRAIT_DISABLE_FAILED_ASSET_PROCESSOR_TESTS' trait for Linux (#1235) 5 years ago
windowscreen.cpp Initial commit 5 years ago
windowscreen.h Initial commit 5 years ago