#
3cc4361c |
| 31-May-2024 |
Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com> |
[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]'
[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).
show more ...
|
#
9be24a9d |
| 01-Nov-2023 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[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.
|
#
f155b937 |
| 25-May-2022 |
Victor Perevertkin <victor.perevertkin@reactos.org> |
[CMAKE] Elimitate the use of GCC and CLANG variables
|
#
f1132155 |
| 13-Mar-2022 |
Mark Jansen <mark.jansen@reactos.org> |
[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
|
Revision tags: 0.4.14-release |
|
#
d53b03e6 |
| 02-Nov-2020 |
Jérôme Gardou <jerome.gardou@reactos.org> |
[MSVCRT_WINETEST] Unconditionally link against oldnames
|
#
00ed72d7 |
| 21-Sep-2020 |
Jérôme Gardou <jerome.gardou@reactos.org> |
[CMAKE] Get rid of add_compile_flags
Use add_compile_options and the like instead
|
#
aae5cd8e |
| 04-Jul-2020 |
Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com> |
[CMAKE] Remove obsolete 'GCC_VERSION' checks (#2962)
following upgrade to RosBE 2.2.0 support and GCC 8.4.
|
#
139a3d66 |
| 09-May-2020 |
Amine Khaldi <amine.khaldi@reactos.org> |
[CMAKE] Implement PCH builds with target_precompile_headers. CORE-16905
|
Revision tags: 0.4.15-dev, 0.4.14-RC |
|
#
7e069ccd |
| 16-Apr-2020 |
Victor Perevertkin <victor.perevertkin@reactos.org> |
[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 -> tar
[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
show more ...
|
Revision tags: 0.4.13-release |
|
#
d1ac13c6 |
| 24-Feb-2020 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[MSVCRT_WINETEST] Fix build by adding '-Wno-format'
ed909ba broke build.
|
#
ed909ba9 |
| 27-Jan-2020 |
Serge Gautherie <reactos-git_serge_171003@gautherie.fr> |
[MSVCRT_WINETEST] Re-enable MSVC warning C4477
Follow-up to ce2df64a06314c95713b48b90f59f023d51b89d5.
Also, remove '-Wno-format' for other compilers.
|
Revision tags: 0.4.14-dev, 0.4.13-RC, 0.4.12-release |
|
#
f7dc14cc |
| 17-Aug-2019 |
Victor Perevertkin <victor@perevertkin.ru> |
[WINETESTS] Supress GCC8 warnings
|
#
ad89837c |
| 20-Jul-2019 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[3RDPARTY] Suppress MSVC printf format warnings in 3rd-party code
|
Revision tags: 0.4.12-RC, 0.4.13-dev, 0.4.11-release, 0.4.11-RC, 0.4.12-dev, 0.4.10-release, 0.4.11-dev, 0.4.10-RC, 0.4.9-release, 0.4.10-dev, 0.4.9-RC, 0.4.8-release, 0.4.8-RC, 0.4.9-dev |
|
#
d42fce3c |
| 21-Jan-2018 |
Amine Khaldi <amine.khaldi@reactos.org> |
[MSVCRT_WINETEST] Sync with Wine 3.0. CORE-14225
|
#
9cfa608d |
| 20-Dec-2017 |
Amine Khaldi <amine.khaldi@reactos.org> |
[MSVCRT_WINETEST] Add a PCH.
|
#
00124d1b |
| 03-Dec-2017 |
Amine Khaldi <amine.khaldi@reactos.org> |
[CMAKE/CLANG-CL] Silence some clang-cl warnings in consistency with our gcc build.
|
Revision tags: 0.4.7-release, v0.4.7, 0.4.8-dev, 0.4.7-rc1 |
|
#
867a81a4 |
| 19-Oct-2017 |
Amine Khaldi <amine.khaldi@reactos.org> |
[MSVCRT_WINETEST] Sync with Wine Staging 2.16. CORE-13762
|
#
c2c66aff |
| 03-Oct-2017 |
Colin Finck <colin@reactos.org> |
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
|