Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jcfr/python_cpp_example
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: benjaminjack/python_cpp_example
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 0 files changed
  • 2 contributors

Commits on Feb 22, 2018

  1. 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 function
    allowing to easily compile and package extensions (C/C++/Cython) by
    bridging CMake and setuptools. See http://scikit-build.org
    
    CMake is is an open-source, cross-platform family of tools designed
    to build, test and package software. See https://cmake.org
    
    Currently, scikit-build and cmake have to be explicitly (see [1]) installed
    on the system. This could be done by simply doing:
    
      pip install -U scikit-build cmake
    jcfr committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    f9d7ba6 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. Merge pull request benjaminjack#1 from jcfr/simplify-build-system-usi…

    …ng-skbuild
    
    setup: simplify build system using scikit-build
    benjaminjack authored Feb 26, 2018
    Configuration menu
    Copy the full SHA
    b978da8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ea8e23 View commit details
    Browse the repository at this point in the history
  3. Merge pull request benjaminjack#2 from benjaminjack/revert-1-simplify…

    …-build-system-using-skbuild
    
    Revert "setup: simplify build system using scikit-build"
    benjaminjack authored Feb 26, 2018
    Configuration menu
    Copy the full SHA
    aa210d4 View commit details
    Browse the repository at this point in the history
Loading