This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
47c94de653eac7d7043dc61596597fd9bc655b15
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
Core
/
Private
/
Windows
History
marc audy
19e84555b3
Silence PVS warnings
...
[CL 30653812 by marc audy in ue5-main branch]
2024-01-17 01:34:02 -05:00
..
VirtualAllocPageStatus.cpp
…
VirtualAllocPageStatus.h
…
WindowsCriticalSection.cpp
…
WindowsErrorOutputDevice.cpp
…
WindowsEvent.h
…
WindowsEventLogOutputDevice.cpp
…
WindowsPlatformAtomics.cpp
…
WindowsPlatformCrashContext.cpp
Silence PVS warnings
2024-01-17 01:34:02 -05:00
WindowsPlatformEventTracingForWindows.h
…
WindowsPlatformFile.cpp
Fixed deprecated FString constructors.
2023-11-13 14:15:15 -05:00
WindowsPlatformFileJournal.cpp
AssetRegistry: Fix failure to detect changes on disk when the Windows USN Journal is destroyed and recreated; the old NextJournalEntry was invalid but FileJournalReadModified silently ignored it.
2024-01-08 08:54:31 -05:00
WindowsPlatformFilePrivate.h
AssetRegistry: Fix failure to detect changes on disk when the Windows USN Journal is destroyed and recreated; the old NextJournalEntry was invalid but FileJournalReadModified silently ignored it.
2024-01-08 08:54:31 -05:00
WindowsPlatformManualResetEvent.h
…
WindowsPlatformMemory.cpp
LLM: Use LLM_IF_ENABLED around all calls to OnLowLevelAlloc and OnLowLevelFree that are guarded by a macro for conditional compilation. LLM_IF_ENABLED is not strictly necessary; LLM or #if ENABLE_LOW_LEVEL_MEM_TRACKER will also both behave correctly. But LLM_IF_ENABLED is a small optimization (avoids a function call) and we want to apply it for consistency.
2024-01-08 09:02:49 -05:00
WindowsPlatformMisc.cpp
Intel ICX 2024.0 integration plus instrumented/sampled PGO support (via Jeff.Rous)
2023-12-18 17:29:33 -05:00
WindowsPlatformModuleDiagnostics.h
…
WindowsPlatformNamedPipe.cpp
…
WindowsPlatformOutputDevices.cpp
…
WindowsPlatformPerfCounters.cpp
[EditorPerf] - Add windows performance counters to Insight traces when -perfcounters is present on the command-line
2023-11-01 21:19:15 -04:00
WindowsPlatformProcess.cpp
Print out shader compile worker memory usage when main process goes OOM
2023-12-06 04:49:18 -05:00
WindowsPlatformStackWalk.cpp
…
WindowsPlatformTime.cpp
…
WindowsPlatformTLS.cpp
Use module reference for AtomicQueue
2023-12-22 14:29:08 -05:00
WindowsRunnableThread.cpp
…
WindowsRunnableThread.h
…