Branch: refs/heads/master
Home:
https://github.com/wxWidgets/wxWidgets
Commit: 3e1687c36babff34057722aae5780838177abaad
https://github.com/wxWidgets/wxWidgets/commit/3e1687c36babff34057722aae5780838177abaad
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2021-07-04 (Sun, 04 Jul 2021)
Changed paths:
M tests/file/filefn.cpp
Log Message:
-----------
Use WX_ASSERT_FAILS_WITH_ASSERT in file functions test case
Make the code shorter and more clear by using an existing macro checking
that the expected assert happens instead of writing it out.
Commit: bab92b4805f2f88f346afaa9123249fb6613cc73
https://github.com/wxWidgets/wxWidgets/commit/bab92b4805f2f88f346afaa9123249fb6613cc73
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2021-07-04 (Sun, 04 Jul 2021)
Changed paths:
M tests/file/filefn.cpp
Log Message:
-----------
Remove CppUnit boilerplate from the file functions test
This cuts down the number of lines and allows to execute, or exclude,
individual tests easily.
Commit: dde4413f36355ab60a8773deab37cebc3368f269
https://github.com/wxWidgets/wxWidgets/commit/dde4413f36355ab60a8773deab37cebc3368f269
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2021-07-04 (Sun, 04 Jul 2021)
Changed paths:
M .github/workflows/ci_msw_cross.yml
Log Message:
-----------
Re-enable most of file functions tests under Wine
Exclude just the single test which fails for mysterious reason when
using Wine, but not all the rest of them.
Commit: 071771474e91b452d1594606dd13bce0707a5c93
https://github.com/wxWidgets/wxWidgets/commit/071771474e91b452d1594606dd13bce0707a5c93
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2021-07-04 (Sun, 04 Jul 2021)
Changed paths:
M tests/filename/filenametest.cpp
Log Message:
-----------
Remove CppUnit boilerplate from wxFileName test
This is similar to the grand parent commit for the file functions.
No real changes.
Commit: f31a745909efaee3f8b69012966af0c60007a70e
https://github.com/wxWidgets/wxWidgets/commit/f31a745909efaee3f8b69012966af0c60007a70e
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2021-07-04 (Sun, 04 Jul 2021)
Changed paths:
M docs/doxygen/overviews/archive.h
M src/common/accelcmn.cpp
M src/common/appbase.cpp
M src/common/appcmn.cpp
M src/common/debugrpt.cpp
M src/common/dynload.cpp
M src/common/ffile.cpp
M src/common/file.cpp
M src/common/fileconf.cpp
M src/common/filename.cpp
M src/common/fontcmn.cpp
M src/common/ftp.cpp
M src/common/msgout.cpp
M src/common/sckipc.cpp
M src/common/textbuf.cpp
M src/common/translation.cpp
M src/common/utilscmn.cpp
M src/common/xtistrm.cpp
M src/common/zstream.cpp
M src/dfb/fontmgr.cpp
M src/generic/dcpsg.cpp
M src/generic/gridctrl.cpp
M src/generic/grideditors.cpp
M src/generic/logg.cpp
M src/gtk/clipbrd.cpp
M src/gtk1/control.cpp
M src/html/chm.cpp
M src/html/helpdata.cpp
M src/html/htmlfilt.cpp
M src/html/htmlwin.cpp
M src/msw/iniconf.cpp
M src/msw/notebook.cpp
M src/msw/regconf.cpp
M src/msw/stdpaths.cpp
M src/msw/textctrl.cpp
M src/msw/tooltip.cpp
M src/msw/utilsexc.cpp
M src/msw/volume.cpp
M src/osx/carbon/font.cpp
M src/osx/cocoa/
utils_base.mm
M src/univ/toolbar.cpp
M src/unix/mimetype.cpp
M src/unix/snglinst.cpp
M src/unix/sound.cpp
M src/unix/sound_sdl.cpp
M src/x11/app.cpp
M src/x11/utils.cpp
M src/x11/window.cpp
M tests/archive/archivetest.cpp
M utils/helpview/src/helpview.cpp
Log Message:
-----------
Remove unnecessary c_str() from wx var arg functions arguments
Using c_str() for arguments to wxString::Printf(), Format() and
wxLogXXX() is useless since wx 2.9 days, so simply remove them.
No real changes, this is just a (long due) cleanup.
Commit: 425151d6bacc1d8b62cf274d842f5b078c9e840c
https://github.com/wxWidgets/wxWidgets/commit/425151d6bacc1d8b62cf274d842f5b078c9e840c
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2021-07-04 (Sun, 04 Jul 2021)
Changed paths:
M .github/workflows/ci_msw_cross.yml
Log Message:
-----------
Re-enable most of wxFileName tests under Wine
Exclude just the single test which fails when using Wine, but not all
the rest of them.
This is again similar to the grand-parent commit for the file functions
tests.
Commit: 9eea24992406f031770e8deba5431d6d142d5f58
https://github.com/wxWidgets/wxWidgets/commit/9eea24992406f031770e8deba5431d6d142d5f58
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2021-07-04 (Sun, 04 Jul 2021)
Changed paths:
M .github/workflows/ci_msw_cross.yml
Log Message:
-----------
Set locale to C.UTF-8 when running tests under Wine
Using UTF-8 encoding seems to be required for the Unicode file names to
work with Wine.
Commit: 02c90d126c58a4901fe1295ad27031789ea49c61
https://github.com/wxWidgets/wxWidgets/commit/02c90d126c58a4901fe1295ad27031789ea49c61
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2021-07-04 (Sun, 04 Jul 2021)
Changed paths:
M .github/workflows/ci_msw_cross.yml
M tests/file/filefn.cpp
M tests/filename/filenametest.cpp
Log Message:
-----------
Merge branch 'file-tests'
Clean up file tests and re-enable most of them in the CI workflow using
Wine.
See
https://github.com/wxWidgets/wxWidgets/pull/2416
Compare:
https://github.com/wxWidgets/wxWidgets/compare/723265f9efba...02c90d126c58