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

Minor Refactor, Fixes & Upgrades #155

Open
wants to merge 14 commits into
base: develop
Choose a base branch
from

Commits on Aug 25, 2017

  1. Configuration menu
    Copy the full SHA
    d36ebfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76503cf View commit details
    Browse the repository at this point in the history
  3. Rename "createSparseMatrix" to "EcosCreateSparseMatrix" to prevent po…

    …ssible conflicts with other libraries.
    souvikdas95 committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    54e959b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b6154d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84cf1c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a1cd21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e09838 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ac525ce View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bced1f7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ae6406d View commit details
    Browse the repository at this point in the history
  11. Upgrade MSVS solution to run with VS2017

    1. Added: Support for "x64" platform (Preprocessor: DLONG, ZLONG, LDL_LONG)
    2. Added: Pre-processor "NPRINT" to AMD to prevent "printf" usage
    3. Fixed: Configuration "Release" & "Debug" to work properly in MSVS (May add Optimization Flags in future commits)
    4. Added: New Configuration "Export":
    Fixes trouble with STDIO when the static library that is compiled in Newer MSVC (>=2013) is loaded with Older MSVC runtime (<=2012).
    This change by default removes dependency on "stdio.h" hence Demo Projects "RUNECOS" and "RUNECOSEXP" are not functional under this configuration. For more info. check:
    https://community.microfocus.com/microfocus/mainframe_solutions/enterprise_developer_21/w/knowledge_base/27927/compatibility-issues-with-visual-studio-2015
    souvikdas95 committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    0284e70 View commit details
    Browse the repository at this point in the history
  12. Update .gitignore

    souvikdas95 committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    4e55ad8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    54229c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2017

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