Hermès Bélusca-Maïto
ab7fbd08a7
[WINE/MSVCRT] Fix MSVCRT_size_t, MSVCRT_intptr_t and MSVCRT_uintptr_t typedefs ( #6464 )
...
Make these definitions compatible with the other ambient size_t and
(u)intptr_t types used in the rest of our code base.
This partly reverts the corresponding typedef changes from wine commit
d8ab5a14aa
"msvcrt: Use intptr_t or size_t instead of long where appropriate."
2024-10-24 12:06:17 +02:00
Serge Gautherie
3cc4361cca
[CMAKE] Clang*: Add '-Werror=unknown-warning-option' for C/CXX ( #6383 )
...
* [UDFS] Clang: Fix a #pragma
'warning: unknown warning group '-Wstringop-overflow', ignored [-Wunknown-warning-option]'
Follow-up to 612b1f2e6
(0.4.15-dev-1129).
* [CREATESPEC] Clang: Fix a target_compile_options()
'warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]'
Addendum to 00ed72d7e
(0.4.15-dev-1169).
* [MSVCRT_WINETEST] Clang*: Fix a target_compile_options()
'warning: unknown warning option '-Wno-stringop-truncation'; did you mean '-Wno-string-concatenation'? [-Wunknown-warning-option]'
Addendum to commits 00ed72d7e
(0.4.15-dev-1169) then f155b9377
(0.4.15-dev-4612).
* [TELNET] Clang*: Fix a target_compile_options()
'warning: unknown warning option '-Wno-restrict' [-Wunknown-warning-option]'
Addendum to 447ef2aa4
(0.4.15-dev-4613).
2024-05-31 16:26:11 +02:00
Timo Kreuzer
9be24a9d51
[CMAKE] Add GCC options to make a long double 64 bits
...
This adds -mlong-double-64 to make the size of a long double 64 bits in GCC builds to match MSVC builds.
2024-01-07 11:03:08 +02:00
Timo Kreuzer
86b82e4ce7
[CRT] Sync $I10_OUTPUT and test with wine head
...
Both were broken on MSVC builds, where a long double is 64 bits and not 80 bits like on GCC. The new code works on MSVC builds, too.
2023-12-30 12:51:22 +02:00
Victor Perevertkin
f155b9377f
[CMAKE] Elimitate the use of GCC and CLANG variables
2022-05-27 01:37:34 +03:00
Mark Jansen
5606fb159e
[MSVCRT_WINETEST] Mute _CRT_NON_CONFORMING_SWPRINTFS
2022-04-08 22:40:26 +02:00
Mark Jansen
f1132155d9
[SDK][CRT] Add _CRT_NON_CONFORMING_SWPRINTFS support
...
This allows us to easier port wine changes, where swprintf with a size is used a lot
2022-03-20 19:28:22 +01:00
Jérôme Gardou
d53b03e676
[MSVCRT_WINETEST] Unconditionally link against oldnames
2020-12-28 12:13:30 +01:00
Jérôme Gardou
00ed72d7e8
[CMAKE] Get rid of add_compile_flags
...
Use add_compile_options and the like instead
2020-10-20 21:44:54 +02:00
Serge Gautherie
aae5cd8ea2
[CMAKE] Remove obsolete 'GCC_VERSION' checks ( #2962 )
...
following upgrade to RosBE 2.2.0 support and GCC 8.4.
2020-07-04 15:33:50 +02:00
Amine Khaldi
139a3d6661
[CMAKE] Implement PCH builds with target_precompile_headers. CORE-16905
2020-06-06 21:58:41 +03:00
Victor Perevertkin
7e069ccdb2
[CMAKE] Replace custom functions to built-in ones
...
add_target_compile_definitions -> target_compile_definitions
add_target_compile_flags -> target_compile_options
add_target_include_directories -> target_include_directories
2020-04-16 15:59:38 +03:00
Katayama Hirofumi MZ
d1ac13c64b
[MSVCRT_WINETEST] Fix build by adding '-Wno-format'
...
ed909ba
broke build.
2020-02-24 09:43:58 +09:00
Serge Gautherie
ed909ba9d9
[MSVCRT_WINETEST] Re-enable MSVC warning C4477
...
Follow-up to ce2df64a06
.
Also, remove '-Wno-format' for other compilers.
2020-02-23 17:50:58 +01:00
Amine Khaldi
ce2df64a06
[MSVCRT_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:06:44 +01:00
Victor Perevertkin
f7dc14cca5
[WINETESTS] Supress GCC8 warnings
2019-08-20 15:05:47 +02:00
Timo Kreuzer
ad89837c0e
[3RDPARTY] Suppress MSVC printf format warnings in 3rd-party code
2019-08-15 15:24:12 +02:00
Amine Khaldi
f446a50f76
[MSVCRT_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-29 13:08:13 +01:00
Amine Khaldi
1c9ac7a2d2
[MSVCRT_WINETEST] Sync with Wine Staging 3.3. CORE-14434
2018-04-03 13:42:04 +01:00
Amine Khaldi
d42fce3c82
[MSVCRT_WINETEST] Sync with Wine 3.0. CORE-14225
2018-01-21 22:39:53 +01:00
Amine Khaldi
9cfa608dcf
[MSVCRT_WINETEST] Add a PCH.
2017-12-20 12:57:58 +01:00
Amine Khaldi
00124d1b1a
[CMAKE/CLANG-CL] Silence some clang-cl warnings in consistency with our gcc build.
2017-12-07 21:53:45 +01:00
Amine Khaldi
867a81a46b
[MSVCRT_WINETEST] Sync with Wine Staging 2.16. CORE-13762
2017-10-19 22:30:16 +01:00
Colin Finck
c2c66aff7d
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
2017-10-03 07:45:34 +00:00