News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

wxTeam is working on version 3.1.3

Started by stahta01, October 27, 2019, 09:34:58 PM

Previous topic - Next topic

stahta01

wxTeam is working on version 3.1.3; release tag was created today.

Edit: Add link https://github.com/wxWidgets/wxWidgets/releases

Edit2: They normally do a few days of testing before the release is ready for wide spread use!

Tim S.

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

ollydbg

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

killerbot

fingers crossed it only brings solutions and not new problems

ollydbg

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

stahta01

Still not listed here https://www.wxwidgets.org/downloads/
When they change that link is when I think it is ready for wide spread use.

No idea when the C::B Devs should start testing, now or when listed on the above URL.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

gd_on

For information : I have used wxwidgets 3.1.3 for approximately 1 month (downloaded via git, in beta state of course) without finding any problems in C::B itself or my own wxwidgets programs.
Of course, it's only a partial test, but for me, it's quite good. At least, the bug found in 3.1.2 is solved (the one concerning a # in the 1rst column of a new line).

gd_on
Windows 11 64 bits (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

Miguel Gimenez

It is already out, see:

https://github.com/wxWidgets/wxWidgets/releases/tag/v3.1.3

Remember activating Direct2D in setup.h before compiling wxWidgets, and apply patches in tickets 860 and 874 before compiling C::B

stahta01

Quote from: Miguel Gimenez on October 28, 2019, 05:06:04 PM
It is already out, see:

https://github.com/wxWidgets/wxWidgets/releases/tag/v3.1.3

Remember activating Direct2D in setup.h before compiling wxWidgets, and apply patches in tickets 860 and 874 before compiling C::B

That is just the release tag I posted about in the first post in this thread!

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

oBFusCATed

@killerbot: Could you build two sets of night build? One with 3.1.1 and one with 3.1.3, so we can tell users to compare them. This would make it a bit easier to pinpoint if there are regressions.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

killerbot


killerbot

Quote from: Miguel Gimenez on October 28, 2019, 05:06:04 PM
It is already out, see:

https://github.com/wxWidgets/wxWidgets/releases/tag/v3.1.3

Remember activating Direct2D in setup.h before compiling wxWidgets, and apply patches in tickets 860 and 874 before compiling C::B

I did not need the patches from those 2 tickets.

sodev

You need 874 (and 704) only when you disable wxWidgets 3.0 compatibility which is enabled by default. I also don't need 860, maybe again some kind of PCH/non-PCH issue?

killerbot

the latest nightly has also a wx3.1.3 based version, please test it.

oBFusCATed

The macOS version seems to be pretty broken, so wx-devs are planing a 3.1.4 to be released shortly after 3.1.3!
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

killerbot

wait do we do for the nightlies, switch already ? or wait on the 3.1.4 ?

I kind of feel like to prefer to switch ....