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: v1.0.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.6
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Apr 8, 2016

  1. Add more control of default output units

     - Add optional arguments to `init` method
       - `usage_lun` specify optional alternate output unit other than
         `stderr`
       - `version_lun` specify optional alternate version/license output
         unit other than `stdout`
       - `error_lun` specify optional alternate error info/message output
         unit other than `stderr`
     - Fixes #61
     - Will allow users to use MPI without `--help` or `--version` exploding
       with output when running on many MPI ranks
    zbeekman committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    06da04f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #62 from zbeekman/error-help-unit-specify

    Fixes #61: More output control
    szaghi committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    414e265 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

  1. Change tokenize behaviour

    Change tokenize behaviour: if the delimiter has higher number of chars
    than the input string, only 1 token is returned containing the input
    string instead of `char(0)` as previously.
    
    Why:
    
    More robust fail-safe when corner-cases happen, e.g. delimiter bigger
    than input string.
    
    Side effects:
    
    Unknowns.
    szaghi committed May 3, 2016
    Configuration menu
    Copy the full SHA
    dbfcc77 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'hotfix/1.0.6'

    szaghi committed May 3, 2016
    Configuration menu
    Copy the full SHA
    04c7d9a View commit details
    Browse the repository at this point in the history
Loading