Skip to content
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

Make it possible to use the cmake ninja generator #1579

Closed
wants to merge 1 commit into from

Conversation

aleixpol
Copy link
Contributor

Refactors the cmake plugin into a base class that will be used by the make
and ninja variants.
Includes a ninja plugin that can potentially be reused by others

Copy link
Contributor

@kalikiana kalikiana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice refactor! Got some small comments, but looking pretty good so far!

# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

import os
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please run ./runtests.sh static locally. You're importing but not using os and shutils and there's some too long lines (you can also see it in the Travis results).

return self.options.configflags

def runCompilation(self):
pass # raise?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be raise NotImplementedError()?

Refactors the cmake plugin into a base class that will be used by the make
and ninja variants.
Includes a ninja plugin that can potentially be reused by others
@sergiusens sergiusens added this to the 2.36 milestone Oct 26, 2017
@sergiusens sergiusens removed this from the 2.36 milestone Nov 14, 2017
@sergiusens
Copy link
Collaborator

Thanks for the contribution, the unit tests are failing and there hasn't been much movement on this so I am going to close for now. Feel free to reopen once the necessary fixes are made.

@sergiusens sergiusens closed this Dec 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants