Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Cool Javelin on May 11, 2019, 02:27:25 am

Title: Where is the source code for C::B 16.01?
Post by: Cool Javelin on May 11, 2019, 02:27:25 am
I would like to work on the (in my opinion a bug) that places the object files in the wrong place.
Also similarly, showing a horrendously long file path in the project tree when the include file is outside the local folder.

So, I thought I would tackle looking at the source code and maybe modifying it.

I can download the latest version (17.21) or I can click the links for previous and the most recent version there is 13.12.

Can someone pleas send me a link to getting the 16.1 version?

Thanks, Mark.
Title: Re: Where is the source code for C::B 16.01?
Post by: Cool Javelin on May 11, 2019, 02:33:45 am
Nevermind, After looking at the URL when on the Source Forge page, I note the version number. I replace 17.12 with 16.1 and remove everything else, and SF helps me weed it out.

But in case any one else wants it,

https://sourceforge.net/projects/codeblocks/files/Sources/16.01/ (https://sourceforge.net/projects/codeblocks/files/Sources/16.01/)

Mark.
Title: Re: Where is the source code for C::B 16.01?
Post by: sodev on May 11, 2019, 04:05:28 am
You can also check the svn repository and grab it from there, not sure though if its tagged or you need to figure out the revision from the log messages.

But anyway, why dont you just take trunk, will be much easier to integrate.