◐ Shell
clean mode source ↗

Comparing dev...master · benjaminjack/python_cpp_example

Commits on Jan 28, 2018

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    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

    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history