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.3
Choose a base ref
...
head repository: szaghi/FLAP
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.4
Choose a head ref
  • 9 commits
  • 10 files changed
  • 1 contributor

Commits on Jul 27, 2015

  1. Merge tag 'v0.6.2' into develop

    Submodularize IR_Precision, stable release, fully backward compatible.
    szaghi committed Jul 27, 2015
    Configuration menu
    Copy the full SHA
    80d47df View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2015

  1. Merge branch 'hotfix/0.6.3'

    szaghi committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    ba327ba View commit details
    Browse the repository at this point in the history
  2. Merge tag 'v0.6.3' into develop

    Sanitize submodules, stable release, fully backward compatible.
    szaghi committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    62f53cc View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2015

  1. Configuration menu
    Copy the full SHA
    68c65a5 View commit details
    Browse the repository at this point in the history
  2. update makedoc.sh

    szaghi committed Aug 6, 2015
    Configuration menu
    Copy the full SHA
    2a254f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2015

  1. Merge branch 'develop'

    szaghi committed Sep 11, 2015
    Configuration menu
    Copy the full SHA
    80d83d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7e0592 View commit details
    Browse the repository at this point in the history
  3. Add more clear error for logical-choices bad usage

    Add a more clear error for bad usage choices option when coupled with
    logical options.
    
    Why:
    
    When adding a logical option to the CLI it is not possible to prevent
    the user to use the *choices* optional argument, that is intended to be
    used for limiting the range of admissible values of the passed option.
    However, logical type is be definition limited to only 2 values, namely
    *.true.* or *.false.*, thus it is meaningless to use the *choices*
    optional argument with logical option.
    
    This change addresses the need by:
    
    Add a more clear error message when the user try to retry the value of
    a logical option for which a *choices* set has been defined.
    
    Side effects:
    
    Nothing.
    
    Unrelated modifications:
    
    Add the *lib* and *tests* directories inside *src* one for a better
    separation of the library sources and the tests suite ones. The fobos
    file has been modified accordingly.
    szaghi committed Sep 11, 2015
    Configuration menu
    Copy the full SHA
    b59fcd5 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'release/0.6.4'

    szaghi committed Sep 11, 2015
    Configuration menu
    Copy the full SHA
    9adeb7a View commit details
    Browse the repository at this point in the history
Loading