- Notifications
You must be signed in to change notification settings - Fork25
Comparing changes
Open a pull request
base repository:benjaminjack/python_cpp_example
Uh oh!
There was an error while loading.Please reload this page.
base:v0.1
head repository:benjaminjack/python_cpp_example
Uh oh!
There was an error while loading.Please reload this page.
compare:master
- 14commits
- 10files changed
- 3contributors
Commits on Jan 28, 2018
- benjaminjack committed
Jan 28, 2018 - benjaminjack committed
Jan 28, 2018 - benjaminjack committed
Jan 28, 2018 bumped version number for package reorganization
benjaminjack committedJan 28, 2018 - benjaminjack committed
Jan 28, 2018 added warning about reorganization
benjaminjack committedJan 28, 2018
Commits on Feb 1, 2018
added hello.py to demonstrate how python files can live happily along…
…side C++
benjaminjack committedFeb 1, 2018
Commits on Feb 2, 2018
added explicit message about which codebase is being tested
benjaminjack committedFeb 2, 2018 - benjaminjack committed
Feb 2, 2018 - benjaminjack committed
Feb 2, 2018
Commits on Feb 22, 2018
setup: simplify build system using scikit-build
This commit introduces new dependencies: "scikit-built" and "cmake".scikit-build is a drop-in replacement to setuptools.setup functionallowing to easily compile and package extensions (C/C++/Cython) bybridging CMake and setuptools. Seehttp://scikit-build.orgCMake is is an open-source, cross-platform family of tools designedto build, test and package software. Seehttps://cmake.orgCurrently, scikit-build and cmake have to be explicitly (see [1]) installedon the system. This could be done by simply doing: pip install -U scikit-build cmake
jcfr committedFeb 22, 2018
Commits on Feb 26, 2018
Merge pull request#1from jcfr/simplify-build-system-using-skbuild
setup: simplify build system using scikit-build
benjaminjack authoredFeb 26, 2018 Revert "setup: simplify build system using scikit-build"
benjaminjack authoredFeb 26, 2018 Merge pull request#2from benjaminjack/revert-1-simplify-build-syste…
…m-using-skbuildRevert "setup: simplify build system using scikit-build"
benjaminjack authoredFeb 26, 2018
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v0.1...master
Uh oh!
There was an error while loading.Please reload this page.