Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on August 07, 2019, 12:24:41 pm

Title: The 07 August 2019 build (11825) is out.
Post by: killerbot on August 07, 2019, 12:24:41 pm

IMPORTANT : THIS BUILD USES WX 311 with direct2d SUPPORT.




Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works (http://forums.codeblocks.org/index.php/topic,3232.0.html).

A link to the unicode windows wxWidget dll(s) for Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw31u_gcc_cb_wx311_2D_gcc810-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls8.1.0.7z


The 07 August 2019 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2019/CB_20190807_rev11825_win64.7z
  - Linux :
   none

The current SDK version is : 1.43.0

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


[/list]
Title: Re: The 07 August 2019 build (11825) is out.
Post by: cacb on August 07, 2019, 03:22:02 pm
What does it mean that the build has "2D support" and why is it important?

Title: Re: The 07 August 2019 build (11825) is out.
Post by: stahta01 on August 07, 2019, 07:55:53 pm
What does it mean that the build has "2D support" and why is it important?

It means the wxWidgets was modified to support "2D"; look back to the first nightly to have this to see what this means. By default wxWidgets has "2D" disabled on Windows GCC builds.

Edit: Lookup wxUSE_GRAPHICS_DIRECT2D in wxWidgets

Tim S.
 
Title: Re: The 07 August 2019 build (11825) is out.
Post by: cacb on August 07, 2019, 08:34:59 pm
Edit: Lookup wxUSE_GRAPHICS_DIRECT2D in wxWidgets

Ok, thanks!
Title: Re: The 07 August 2019 build (11825) is out.
Post by: oBFusCATed on August 07, 2019, 11:27:56 pm
@killerbot: This 2d is confusing can you change it to the more correct direct2d or d2d?
Title: Re: The 07 August 2019 build (11825) is out.
Post by: BlueHazzard on August 08, 2019, 09:19:39 am
@cacb: support for fonts with ligatures, and text anti aliasing for high dpi monitors ecc...
Title: Re: The 07 August 2019 build (11825) is out.
Post by: killerbot on August 08, 2019, 09:58:49 pm
2d thing adapted, in n ext nightly will not mention this at all anymore
Title: Re: The 07 August 2019 build (11825) is out.
Post by: Xaviou on August 11, 2019, 11:34:18 am
Hi

OS X version of this rev can be downloaded from my Google Drive (https://drive.google.com/open?id=0B2rFQ8rNHzEeN0xtU3R6emdhUWs).

Due to holidays time far away from home, Debian version can't be available: sorry.

Regards
Xav'
Title: Re: The 07 August 2019 build (11825) is out.
Post by: Krice on August 20, 2019, 08:57:04 pm
OS X version of this rev can be downloaded

Does OSX version need some kind of modification to work properly? I can't make it work when I build from source. It doesn't find a compiler and plugin directories are empty, although the directory structure is made under Users/(user)/Library/...
Title: Re: The 07 August 2019 build (11825) is out.
Post by: Frank_CB on September 30, 2019, 06:45:13 pm
Hello,

EditorConfigCommon.cpp is missing from at least SVN11865 and SVN11866.

Regards
Title: Re: The 07 August 2019 build (11825) is out.
Post by: oBFusCATed on September 30, 2019, 06:46:14 pm
http://forums.codeblocks.org/index.php/topic,23489.msg159940/topicseen.html#msg159940
Title: Re: The 07 August 2019 build (11825) is out.
Post by: Frank_CB on September 30, 2019, 07:33:37 pm
Thank you, Gentlemen!  I'm using wx31_64 on Windows 10. I'll watch for an SVN update.

Regards