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
    benjaminjack committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    9af1c31View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8a8237View commit details
    Browse the repository at this point in the history
  3. removed test binaries

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

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

Commits on Feb 1, 2018

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

Commits on Feb 2, 2018

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

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

    @benjaminjack
    benjaminjack committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    7d87934View 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
    jcfr committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    f9d7ba6View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. Merge pull request#1from jcfr/simplify-build-system-using-skbuild

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

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