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: szaghi/FLAP
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.5
Choose a base ref
...
head repository: szaghi/FLAP
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 14 commits
  • 17 files changed
  • 2 contributors

Commits on Sep 16, 2015

  1. Minor changes

    femparadmin committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    0638a68 View commit details
    Browse the repository at this point in the history
  2. Increase args and examples static length when compiling with

    GNU compilers to allow the use of long paths
    femparadmin committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    df906b4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #53 from victorsndvg/makefile_fix

    Minor changes
    szaghi committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    309c75b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #54 from victorsndvg/master

    Increase args and examples static length
    szaghi committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    6d04ae7 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2015

  1. Merge tag 'vcorrect-cli-free-method' into develop

    Stable release, fully backward compatible. Fix bug on cli%free method.
    szaghi committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    8dcbbe8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9e49c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    523162c View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2015

  1. Configuration menu
    Copy the full SHA
    643c5a5 View commit details
    Browse the repository at this point in the history
  2. sanitize docstrings

    szaghi committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    235cde3 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2015

  1. trying google analytics

    szaghi committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    9a36d34 View commit details
    Browse the repository at this point in the history
  2. purge google analytics

    szaghi committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    dedeb06 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2016

  1. refactor library names

    Refactor library names:
    
    + split library into multiple modules to adhere 1-class-1-module rule;
    + sanitize naming convention accordingly to my zen;
    + not backward compatible: API changed!
    szaghi committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    83ea5cb View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2016

  1. Improve makefile

    Improve makefile:
    
    + create static library (libflap.a);
    + create tests;
    + untested support for IBM XL Fortran;
    
    To create static library type
    
    make STATIC=yes
    szaghi committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    3200ee6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6abb129 View commit details
    Browse the repository at this point in the history
Loading