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/Editor/Plugins/PerforcePlugin
Scott Romero 9a8a411a0b
[development] removal of unused and low stakes code related to Cry-threading (#2896)
Removal highlights include:
 - File indexer (used CryThread<>) linked to long gone asset browser
 - Producer/consumer queues from CryMT
 - set/vector/CLocklessPointerQueue containers also from CryMT
 - Cry interlocked linked list and _InterlockedCompareExchange128
 - CryThread type
 - SAtomicVar types
 - CryAutoSet type
 - Various unused lock types
 -- AutoLockModify
 -- AutoLockRead
 -- CryOptionalAutoLock
 -- CryReadModifyLock
 -- CryRWLock
 -- ReadLock
 -- ReadLockCond
 -- WriteAfterReadLock
 - Misc. unused functions
 -- CryInterLockedAdd (not to be confused with CryInterlockedAdd, using a lower case "locked")
 -- CryInterlockedExchange64 (which was only defined for unix platforms)
 -- SpinLock
 -- JobSpinLock
 -- AtomicAdd
 -- JobAtomicAdd

Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com>
4 years ago
..
Platform Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
CMakeLists.txt Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
PasswordDlg.cpp Sandbox 4 years ago
PasswordDlg.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
PerforcePlugin.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago
PerforcePlugin.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
PerforcePlugin.qrc git mv Code\Sandbox\Plugins Code/Editor/Plugins 5 years ago
PerforcePlugin.rc git mv Code\Sandbox\Plugins Code/Editor/Plugins 5 years ago
PerforceSourceControl.cpp [development] removal of unused and low stakes code related to Cry-threading (#2896) 4 years ago
PerforceSourceControl.h Merge branch 'development' into cmake/SPEC-7179 5 years ago
main.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago
perforceplugin_files.cmake Merge branch 'development' into cmake/SPEC-7179 5 years ago
resource.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
settings.ui git mv Code\Sandbox\Plugins Code/Editor/Plugins 5 years ago