Atualização do Harbour 21-01-2025
Enviado: 21 Jan 2025 07:50
Olá!
Corrigiu parametros para o GItHub... Gerar Build instalador final.
Ativado freeimage(GitHub), mas agora só em 64bit,
Pelo que estou acompanhando, Przmek está dando um "tapa" nos WARNINGS e outros detalhes de compatibilidades nos novos COMPILADORES.
Saudações,
Itamar M. Lins Jr.
Corrigiu parametros para o GItHub... Gerar Build instalador final.
Ativado freeimage(GitHub), mas agora só em 64bit,
Pelo que estou acompanhando, Przmek está dando um "tapa" nos WARNINGS e outros detalhes de compatibilidades nos novos COMPILADORES.
Código: Selecionar todos
2025-01-21 09:45 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* .github/workflows/windows-ci.yml
* install freeimage only in 64-bit environment,
it's not available in the 32-bit one
* contrib/3rd/sqlite3/sqlite3.hbp
* use -Wno-unknown-warning-option to pacify problems with old
clang versions which do not understand -Wno-stringop-overread
2025-01-21 09:08 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* .github/workflows/linux-ci.yml
* disabled global -Wno-error=... C compiler parameters
* set HB_BUILD_TEST="${{matrix.strictness}}" envvar
* .github/workflows/macos-ci.yml
* .github/workflows/vm2-ci.yml
* disabled global -Wno-error=... C compiler parameters
* set HB_BUILD_TEST="${{matrix.strictness}}" envvar
* reenabled hbfimage contrib library
* .github/workflows/windows-ci.yml
* reenabled hbfimage contrib library
2025-01-21 08:46 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/3rd/sqlite3/sqlite3.hbp
* do not enable -Wno-error=stringop-overread C compiler flag in MS-Windows
clang builds and HB_BUILD_TEST='strict' - this C clang version does not
support it
2025-01-21 08:12 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* .github/workflows/linux-ci.yml
* reenabled hbfimage contrib library
* src/vm/Makefile
* src/vm/vmmt/Makefile
* set -DHB_FM_STD_ALLOC C compiler parameter for HB_BUILD_TEST='strict'
2025-01-21 06:45 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* .github/workflows/windows-ci.yml
* disabled global -Wno-error=... C compiler parameters
* set HB_BUILD_TEST="${{matrix.strictness}}" envvar
* contrib/3rd/sqlite3/sqlite3.hbp
* set -Wno-error=stringop-overread C compiler parameter for GCC builds
when HB_BUILD_TEST='strict'
* contrib/hbzebra/hbzebra.hbp
* set -Wno-error=array-bounds C compiler parameter for GCC builds
when HB_BUILD_TEST='strict'
Itamar M. Lins Jr.