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
5.3
Add File
New File
Upload File
Apply Patch
UnrealEngineUWP
/
Engine
/
Source
/
Programs
/
AutoRTFMTests
/
Private
History
neil henning
702ea6162e
Fix that in AutoRTFM we need open aborts inside a nested transaction to be appended to the parent in reverse order.
...
[CL 26037949 by neil henning in 5.3 branch]
2023-06-16 02:26:36 -04:00
..
Abort.cpp
Fix that in AutoRTFM we need open aborts inside a nested transaction to be appended to the parent in reverse order.
2023-06-16 02:26:36 -04:00
Allocators.cpp
Fix compiler errors with -nopch, to include Catch you need to use Catch2Includes to prevent catch headers for including windows to before our overrides
2023-03-24 19:09:38 -04:00
API.cpp
Remove DeferUntilCommit / DeferUntilAbort from the AutoRTFM API (use OpenCommit / OpenAbort instead).
2023-05-23 07:48:03 -04:00
API.h
…
APINoAutoRTFM.cpp
…
AutoRTFMTests.cpp
…
Benchmarks.cpp
…
Catch2Includes.h
…
Commit.cpp
…
CopyAddInt64.cpp
…
CString.cpp
Add tests for a bunch of cstring functions in AutoRTFM.
2023-03-28 05:57:35 -04:00
FakeVM.cpp
Make the AutoRTFM LLVM compiler pass not elide transactional calls to AutoRTFM::Open, and only elide the non-transactional ones.
2023-03-28 15:07:48 -04:00
GraphBenchmark.cpp
…
Open.cpp
Fix for AutoRTFM cloning functions it shouldn't when using unity builds.
2023-06-09 09:44:26 -04:00
OpenAPI.cpp
Make the AutoRTFM LLVM compiler pass not elide transactional calls to AutoRTFM::Open, and only elide the non-transactional ones.
2023-03-28 15:07:48 -04:00
PackedPointer.cpp
…
Tests.cpp
[autortfm] Use UE_LOG with a new LogAutoRTFM category for all our logging.
2023-05-11 05:22:24 -04:00
UnorderedSet.cpp
…