Esteban Papp
9cba144e39
forgot destination
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-09-15 11:44:45 -07:00
Esteban Papp
c2864e2ec0
used a CMake 3.21 function, but that is not the min version we support
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-09-15 09:49:28 -07:00
Esteban Papp
bdf9005c53
PR comments
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-09-14 18:19:42 -07:00
Esteban Papp
e356003fb5
Fixes for VS < 17 and Android
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-09-14 14:10:17 -07:00
Esteban Papp
8554cea0ad
better organization of the warning
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-09-10 20:14:58 -07:00
Esteban Papp
860b28c10b
more fixes
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-09-08 08:48:32 -07:00
Esteban Papp
c805d443d2
Merge branch 'development' into cmake/warn_virtual
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
# Conflicts:
# Code/Legacy/CryCommon/IConsole.h
# Code/Legacy/CrySystem/LocalizedStringManager.h
# Code/Legacy/CrySystem/XConsole.h
# Code/Legacy/CrySystem/XConsoleVariable.h
# Code/Legacy/CrySystem/XML/XmlUtils.cpp
# cmake/Platform/Common/Clang/Configurations_clang.cmake
2021-09-07 18:42:40 -07:00
Esteban Papp
9e0ff8e55d
disabling external headers for analyzer
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-09-07 18:36:40 -07:00
Esteban Papp
6b13e8bfc8
Enabling PreFast to find virtual/override issues, some better organization of files
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-09-07 16:11:48 -07:00
Esteban Papp
e9dfa3f8dd
Enabling warnings in MSVC
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-09-03 14:49:32 -07:00
Esteban Papp
e8495cf829
adds equivalent warnign for windows
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-09-03 11:11:04 -07:00
Esteban Papp
39cf45e544
Setting /permissive- to make MSVC more "standard" ( #3701 )
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-08-31 14:46:50 -07:00
Esteban Papp
ae4cfc3bd3
Merge branch 'development' into cmake/linux_fix_warn_unused
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
# Conflicts:
# Code/Framework/AzCore/AzCore/Math/Guid.h
# cmake/Platform/Common/MSVC/Configurations_msvc.cmake
2021-08-25 15:40:41 -07:00
Esteban Papp
f22ecc7830
of course, was disabling/enabling the warning
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-08-24 15:15:40 -07:00
Esteban Papp
d7fda783a8
improves comment
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-08-24 11:48:49 -07:00
Esteban Papp
0f3381a7a7
required warning to disable until we get to the right MSVC version
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-08-24 11:13:04 -07:00
Esteban Papp
2dbac8fe25
addressing comment
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-08-20 19:02:13 -07:00
Esteban Papp
45dcbb96ba
enable more warnings for MSVC
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-08-20 18:38:03 -07:00
Esteban Papp
fb75e35700
enabling MSVC warning to match clang warnings
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-08-20 17:52:36 -07:00
Esteban Papp
62a0041245
enable warning 4296: 'operator': expression is always false
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-08-19 16:16:28 -07:00
Esteban Papp
61f7fe5dc5
Merge branch 'development' into cmake/AddressSanitizer
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-08-19 12:25:41 -07:00
Esteban Papp
230e0c6976
remove disabling of some warnings
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-08-16 16:42:15 -07:00
pappeste
f99a21e733
last one!
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-08-16 16:38:39 -07:00
pappeste
58f8b563d0
fix them all
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-08-16 16:38:33 -07:00
pappeste
e648dbcf08
enabling the warning
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-08-16 16:02:51 -07:00
Esteban Papp
b4f6dc5bff
fixes after merge
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-08-12 16:44:01 -07:00
Esteban Papp
f7da64a518
Allowing to build with ASan enabled
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-08-12 14:36:32 -07:00
pappeste
b4bf775647
enable the warning
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-08-05 19:43:44 -07:00
pappeste
2560e2392f
enable the warning
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-07-27 19:28:44 -07:00
Chris Burel
ebfaf269f6
Remove special compiler flags for unsupported VS2017 compiler
...
Signed-off-by: Chris Burel <burelc@amazon.com >
2021-07-19 13:30:33 -07:00
Chris Burel
da02d47069
Re-enable using non-officially-supported generators when building with MSVC
...
Signed-off-by: Chris Burel <burelc@amazon.com >
2021-07-19 13:30:31 -07:00
Terry Michaels
d9ec159f0e
Merge pull request #2235 from aws-lumberyard-dev/daimini/gitflow_210716_o3de
...
Gitflow 7/16/21 - O3DE
2021-07-16 17:50:44 -05:00
Steve Pham
38261d0800
Shorten copyright headers by splitting into 2 lines ( #2213 )
...
* Updated all copyright headers to split the longer original copyright line into 2 shorter lines
Signed-off-by: Steve Pham <spham@amazon.com >
2021-07-16 15:25:48 -07:00
Danilo Aimini
e9270e491a
Merge branch 'stabilization/2106' into daimini/gitflow_210716_o3de
...
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com >
# Conflicts:
# scripts/build/bootstrap/incremental_build_util.py
2021-07-16 13:21:55 -07:00
hultonha
9939913c8d
update MSVC to use new lambda processing
...
Signed-off-by: hultonha <hultonha@amazon.co.uk >
2021-07-13 18:23:19 +01:00
Esteban Papp
afe661cacd
Add support for VS2022 ( #2065 )
...
* Add generation code for VS, cleanup
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
* Remove unused code and fixed comments of what is supported
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
* Code review comments
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-07-12 13:39:30 -07:00
Chris Galvan
d7574777a8
Resolved merge conflicts
...
Signed-off-by: Chris Galvan <chgalvan@amazon.com >
2021-07-02 12:42:44 -05:00
Steve Pham
b4a2edec6a
Final update copyright headers to reference license files at the repo root ( #1693 )
...
* Final update copyright headers to reference license files at the repo root
Signed-off-by: spham <spham@amazon.com >
* Fix copyright validator unit tests to support the stale O3DE header scenario
Signed-off-by: spham <spham@amazon.com >
2021-06-30 19:51:55 -07:00
Gene Walters
4e14c0069b
Merge branch 'upstream/stabilization/2106' into genewalt/gitflow_210628
2021-06-28 19:09:20 -07:00
Steve Pham
70042fcdcd
O3DE Copyright Updates for Linux Foundation ( #1504 )
2021-06-23 10:55:22 -07:00
Esteban Papp
47205d088f
SPEC-2513 Fixes to enable w4310
2021-06-09 13:05:45 -07:00
Esteban Papp
68ffdd6714
SPEC-2513 Fixes to enable w4324 ( #1197 )
...
* Fix warning 4324
* warning that doesnt trigger anything
* missed warning
2021-06-09 11:33:13 -07:00
Esteban Papp
08db058476
SPEC-2513 Fixes to enable w4436 and w4366 ( #1157 )
...
* Fix for w4457
* Nothing to fix, seems we deleted all the code that was causing this offense
* removing warning
* another warning that doesnt trigger
2021-06-04 16:41:24 -07:00
Esteban Papp
cf35585bc0
Making incremental linking off by default ( #1154 )
2021-06-04 15:25:57 -07:00
Esteban Papp
e71a4656bc
SPEC-2513 Fixes to enable w4450 ( #1145 )
...
* Fix for w4457
* Nothing to fix, seems we deleted all the code that was causing this offense
2021-06-04 15:10:20 -07:00
Esteban Papp
76a6df341b
SPEC-2513 Fixes to enable w4457
2021-06-04 10:51:47 -07:00
Esteban Papp
5d7aae9bd8
SPEC-2513 Fixes to enable w4459 ( #1107 )
...
* fixing w4459
* Fixes for nounity
* putting OLD_APARAM_USER in a common place to avoid duplicated declarations
2021-06-03 11:12:54 -07:00
Esteban Papp
29c71b4e53
SPEC-2513 Fixes to enable w4701 ( #1105 )
...
* Some fixes
* more fixes
* fixes for debug
2021-06-03 09:30:33 -07:00
alexpete
8469c9ca0a
Integrating github/staging through commit 5f214be
2021-04-13 17:18:57 -07:00
alexpete
1044dc3da1
Integrating github/staging through commit ab87ed9
2021-04-09 11:27:37 -07:00