Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated query of git version string, Updated vs-build contents #45

Merged
16 commits merged into from
Sep 12, 2017

Commits on Aug 14, 2017

  1. Merge remote-tracking branch 'origin/dev' into dev

    Greg Hayman committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    d37e036 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2017

  1. Added back Stack Reserve setting for all x64 builds

    Greg Hayman committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    bc2faeb View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. Draft of Binary output without compression

    Added FileID = FileFmtID_NoCompressWithoutTime which would now branch the file reading code to correctly parse the new uncompressed file format, so all readers need to be updated to support this new format, but old readers still work with legacy binary files.
    Greg Hayman committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    f619aa8 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2017

  1. Working version of the uncompressed binary file format

    The user can get uncompressed binary by setting the OutFileFmt option in the primary FAST input file to 0.  This generates a text version of the output and an uncompressed binary version.
    Greg Hayman committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    8627bd5 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2017

  1. Configuration menu
    Copy the full SHA
    ff87ce3 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/dev' into dev

    Greg Hayman committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    6cb5a2a View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2017

  1. Added QueryGitHash() to NWTC_IO for reading the git commit hash string

    Refactored code to obtain the git commit hash so the a single function call returns the commit string regardless of the build approach
    Greg Hayman committed Sep 5, 2017
    Configuration menu
    Copy the full SHA
    beba307 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2017

  1. Configuration menu
    Copy the full SHA
    abcb7b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2017

  1. Fixed some compiling issues for double precision

    Greg Hayman committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    ac7079f View commit details
    Browse the repository at this point in the history
  2. Modified the code related to obtaining the GIT version

    Based on input for Bonnie Jonkman, I have altered the implementation for obtaining the git-related version string.
    Greg Hayman committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    4c567b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2017

  1. Moved ranlux.f90 into the nwtc_library and out of icefloe

    Now ranlux.f90 can be used by other modules
    Greg Hayman committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    5137119 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2017

  1. Merge remote-tracking branch 'origin/dev' into dev

    Greg Hayman committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    2c9a53b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b294ed1 View commit details
    Browse the repository at this point in the history
  3. Bug Fix: Added back DOUBLE_PRECISION preprocessor flag for some builds

    Also change output executables to start with openfast_
    Greg Hayman committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    504c430 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2017

  1. Fixed vs-build issues: DOUBLE_PRECISION, /warn:interfaces

    Correctly added back the /DDOUBLE_PRECISION flag for stand-along driver projects, and removed the /warn:interfaces option
    Greg Hayman committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    62b7bef View commit details
    Browse the repository at this point in the history
  2. vs-build fixes for UnsteadyAero

    added back /DDOUBLE_PRECISION flag and corrected default float size for dierckx_fitpack.f when building double precision
    Greg Hayman committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    4302859 View commit details
    Browse the repository at this point in the history