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: benjaminjack/python_cpp_example
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1
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
  • 14 commits
  • 10 files changed
  • 3 contributors

Commits on Jan 28, 2018

  1. restructured package

    benjaminjack committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    9af1c31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8a8237 View commit details
    Browse the repository at this point in the history
  3. removed test binaries

    benjaminjack committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    ce6c254 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72d7873 View commit details
    Browse the repository at this point in the history
  5. cleaned out .eggs

    benjaminjack committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    02ca24a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4882fe0 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. Configuration menu
    Copy the full SHA
    5cd0d1d View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. Configuration menu
    Copy the full SHA
    91e3878 View commit details
    Browse the repository at this point in the history
  2. updated README

    benjaminjack committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    394ada5 View commit details
    Browse the repository at this point in the history
  3. fixed link in README

    benjaminjack committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    7d87934 View commit details
    Browse the repository at this point in the history

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 #1 from jcfr/simplify-build-system-using-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 #2 from benjaminjack/revert-1-simplify-build-syste…

    …m-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