tim smith
6482ac5060
Adding exception for VerseTypesFwd.h due to the namespace.
...
#rb self
[CL 28417659 by tim smith in ue5-main branch]
2023-10-03 12:04:11 -04:00
Jeff Fisher
7cbd26bb52
Delete OpenVR from Engine\Source\ThirdParty, it has not been used in some time.
...
-OpenVR has been essentially replaced by OpenXR at this point and this third party source is no longer in use.
#review-27792355
#rb Jules.Blok
[CL 27794345 by Jeff Fisher in ue5-main branch]
2023-09-12 11:53:04 -04:00
andrew phillips
5beb8632d7
Excluding syms dir from IncludeTools inspection.
...
#jira UE-194233
[CL 27553065 by andrew phillips in ue5-main branch]
2023-09-01 08:39:39 -04:00
ben marsh
2a57036237
IncludeTool: Fix parsing error when reading #error directives.
...
#jira
[CL 27490320 by ben marsh in ue5-main branch]
2023-08-30 13:33:28 -04:00
marc audy
014705d82d
Add missing IoHash dependency to IncludeTool
...
[CODEREVIEW] Joe.Kirchoff
#rnx
#jira
[CL 26891235 by marc audy in ue5-main branch]
2023-08-07 13:55:36 -04:00
eric day
b99261a589
Update IncludeTool to ignore namespace in StateGraphFwd.h
...
[CL 26884356 by eric day in ue5-main branch]
2023-08-07 11:30:11 -04:00
arciel rekman
b6fb3cae37
Fix IWYU tool after Linux toolchain upgrade to clang 16.0.6.
...
#rb none
[CL 26334814 by arciel rekman in ue5-main branch]
2023-06-29 23:07:25 -04:00
jeannoe morissette
5485480efe
RayTracing: Add "RayTracingBuiltInResources.h" to PathsToIgnoreForOldStyleHeaders in the IncludeTool until we can verify that it's safe to remove the guard (it's included in both CPP and HLSL).
...
#rb Marc.Audy
#rnx
[CL 25858042 by jeannoe morissette in ue5-main branch]
2023-06-07 16:58:57 -04:00
christian regg
6244dbec54
Removed references to deleted plugin "NeuralNetworkInference".
...
#preflight 6475c1e6b310540a8d6e6d78
#rb nico.ranieri
[CL 25700478 by christian regg in ue5-main branch]
2023-05-31 09:17:52 -04:00
dan elksnitis
f645f93588
[shaders] remove legacy preprocessor option & mcpp library
...
#rb Jason.Nadro
#preflight 6467bf0c2c0a5da0dcd7aaf2
#fyi Yuriy.ODonnell
[CL 25549427 by dan elksnitis in ue5-main branch]
2023-05-19 14:50:25 -04:00
michael bao
f8a3fa0d2b
disable IncludeTool static analysis for SpatialAccelerationFwd.h (error: invalid forward declaration - 'namespace Chaos')
...
#preflight skip
[CL 25519887 by michael bao in ue5-main branch]
2023-05-17 20:29:13 -04:00
chris caulfield
3fc91d2947
Disable static analysis for IslandManagerFwd.h (error: invalid forward declaration - 'namespace Chaos')
...
#rb none
#preflight none
[CL 25420167 by chris caulfield in ue5-main branch]
2023-05-10 20:28:34 -04:00
halfdan ingvarsson
5a06895d41
IncludeTool: Programmatically control which files should be ignored for symbol conflict checking. Added ignore rules for RiderLink headers.
...
#jira none
#rnx
#preflight 64401c02211b661dc4d0f6b2
[CL 25110087 by halfdan ingvarsson in ue5-main branch]
2023-04-19 13:08:11 -04:00
andrean franc
9d65fac22a
Move DNACalib from MetaHuman stream to Main
...
#rb violeta.vukobrat
#preflight 6407549aba12ba641691a362
[CL 24557082 by andrean franc in ue5-main branch]
2023-03-08 05:21:08 -05:00
henrik karlsson
2e68c9c757
[IncludeTool]
...
* Added ScriptDelegateFwd.h to ignore list since it has typedefs in the file
#preflight skipped
#rb none
#jira none
[CL 24350065 by henrik karlsson in ue5-main branch]
2023-02-21 16:38:12 -05:00
chris caulfield
3c8640d062
Chaos - fix static anlysis on ShapeInstanceFwd.h by adding to ignore list
...
#rb none
#preflight none
[CL 24296759 by chris caulfield in ue5-main branch]
2023-02-17 22:12:32 -05:00
Steve Robb
e608197ee0
Added WeakObjectPtrFwd.h and WeakObjectPtrTemplatesFwd.h to IncludeTool's Fwd-ignore list.
...
#rb trivial
#jira none
#preflight none
[CL 24181046 by Steve Robb in ue5-main branch]
2023-02-13 13:42:08 -05:00
andrean franc
95d32d919c
Update RigLogic to v9.1.1 and GeneSplicer to v9.4.0
...
#jira MH-8421
#rb filip.micic violeta.vukobrat
#preflight 63d03767ef20a5272d3c728a
[CL 23837546 by andrean franc in ue5-main branch]
2023-01-24 16:06:47 -05:00
Tim Smith
a81434c74f
Removed places where -nobuilduht is added to the command line.
...
#rb ryan.hummer
#preflight 63c7e95fac35a0e9dad8774d
[CL 23754222 by Tim Smith in ue5-main branch]
2023-01-18 08:01:18 -05:00
henrik karlsson
a22f302d27
[IncludeTool]
...
* Excluded OptionalFwd.h from fwd check
#preflight skipped
#rb none
#jira none
[CL 23693288 by henrik karlsson in ue5-main branch]
2023-01-13 21:02:44 -05:00
christopher waters
781211ed03
Adding RenderGraphFwd.h
...
#rb zach.bethel
#preflight 63b4b298c16855964d7b6bb8
[CL 23572392 by christopher waters in ue5-main branch]
2023-01-03 20:13:41 -05:00
joel anderson
497d3f8457
Adding a sharedpointer fwd file so that we don't always need to bring so much into a header. This not only means we can remove the sharedpointer.h but the thing passed into its template from the header.
...
[REVIEW] [at]devlin.willis [at]daniel.broder [at]spencer.melnick [at]nicholas.dean [at]devin.doucette [at]Danny.Couture [at]Steve.Robb
#test Tested as part of another upcoming change.
[CL 23522805 by joel anderson in ue5-main branch]
2022-12-14 21:07:13 -05:00
Joe Kirchoff
adab8f7b9c
IncludeTool: Suppress conflicting declarations of 'FGraphEvent' warning
...
#rnx
#rb trivial
#jira UE-170679
#preflight 639a2cc7776b61ba3bb76ef9
[CL 23517508 by Joe Kirchoff in ue5-main branch]
2022-12-14 15:38:00 -05:00
Ben Marsh
ec2f83e511
IncludeTool: Use relative paths for printing out conflicting symbol declarations.
...
#preflight none
[CL 23517296 by Ben Marsh in ue5-main branch]
2022-12-14 15:20:53 -05:00
christopher waters
39411d2689
Adding RHIFwd.h to IncludeTool fwd header exclude list.
...
[CL 23436673 by christopher waters in ue5-main branch]
2022-12-07 18:20:10 -05:00