-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #167 - Core Build Makefile project build output folder. #314
Conversation
11166af
to
4c8bac0
Compare
I have seen your PR but haven't had a chance to review yet. I will as soon as I can. |
This provides a more useful template when making a simple Makefile project. Pulled out of eclipse-cdt#314
4c8bac0
to
1419cd2
Compare
I have rebased the change to make sure that it builds cleanly on main now that we released 11.1.0. Normally this is just a check that code cleanliness still passes, especially bundle version numbers are where they are supposed to be. I also split out the hello_world to a separate PR as it looks unrelated See #327 |
@mbooth101 do you have time to review this change? If it still contains two unrelated changes, please feel free to ask @ewaterlander to split them up if that helps reviewing, I already split part out of the original commit into #327 |
This provides a more useful template when making a simple Makefile project. Pulled out of eclipse-cdt#314
1419cd2
to
c0ae3f4
Compare
This provides a more useful template when making a simple Makefile project. Pulled out of #314
I will split the patch. |
* Issue Issue eclipse-cdt#167 was partly solved by PR eclipse-cdt#192 (commit 7911ac8). This change fixes the problem that after closing and opening a Makefile project the wrong build output location was used for the default Run configuration. The cause was that StandardBuildConfiguration.buildContainer was null after opening the project. Fixes eclipse-cdt#167
562e46d
to
af1aa8d
Compare
With the patch split this part is trivial to review now. Thanks. |
Issue #167 - Core Build Makefile project build output folder.
This change fixes the problem that after closing and opening a
Makefile project the wrong build output location was used for the
default Run configuration.
The cause was that StandardBuildConfiguration.buildContainer was
null after opening the project.
Fixes #167