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: filippolipparini/ddPCM
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: PCMSolver/ddPCM
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.
  • 6 commits
  • 61 files changed
  • 3 contributors

Commits on Mar 31, 2017

  1. Use autocmake for cmake infrastructure (#1)

    * made code cmake-ready, step 1
    
    * added more autocmake modules
    
    * deleted emacs backup file and added tilde to .gitignore
    arnfinn authored and ilfreddy committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    e408cce View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2017

  1. Testing the ddCOSMO code (#3)

    * Add more Autocmake modules and refactor example into a test
    * Use Fortran 90 version of Lebedev-Laikov integration grid code
    The code is taken from John Burkardt's website. Unlike the CCL code,
    the scaling of the weights happens _outside_ the grid generation
    subroutine, i.e. it now happens in ddcosmo.f90.
    We enforce Fortran 2003 compliance _via_ the respective compiler flag.
    * Add .travis.yml for CI builds on Travis
    * Run the example input as a test and check results with runtest
    * Set compiler flags by checking for their availability
    robertodr authored and arnfinn committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    0e29598 View commit details
    Browse the repository at this point in the history
  2. fixed a gfortran compiler flag

    Arnfinn authored and robertodr committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    4c295af View commit details
    Browse the repository at this point in the history
  3. Update Travis CI status badge (#6)

    robertodr authored and arnfinn committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    777d755 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d955f8b View commit details
    Browse the repository at this point in the history
  5. Add changelog and contribution guide

    * Add CONTRIBUTING.md, ISSUE_TEMPLATE.md and PULL_REQUEST_TEMPLATE.md [ci skip]
    * Add a CHANGELOG.md
    robertodr authored and arnfinn committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    90516c3 View commit details
    Browse the repository at this point in the history
Loading