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

Monogameupgrade #6

Draft
wants to merge 158 commits into
base: monogame
Choose a base branch
from
Draft

Monogameupgrade #6

wants to merge 158 commits into from

Commits on May 30, 2018

  1. Fix bug 281.

    castano committed May 30, 2018
    Configuration menu
    Copy the full SHA
    95bd619 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

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

Commits on Aug 19, 2018

  1. Configuration menu
    Copy the full SHA
    005b251 View commit details
    Browse the repository at this point in the history
  2. Merge pull request castano#287 from madscientist159/master

    Fix build on OpenPOWER (ppc64le) platforms
    castano committed Aug 19, 2018
    Configuration menu
    Copy the full SHA
    5c70ffe View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. Configuration menu
    Copy the full SHA
    95f1f60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1722b00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc60e8c View commit details
    Browse the repository at this point in the history
  4. Add fast sRGB conversion.

    castano committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    a1c54bc View commit details
    Browse the repository at this point in the history
  5. Comment out hack.

    castano committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    d2b514a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. Configuration menu
    Copy the full SHA
    0f65d60 View commit details
    Browse the repository at this point in the history
  2. spaces->tabs consistency

    Starnick committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    40f395e View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

  1. Merge pull request castano#289 from Starnick/master

    Updated C-API
    castano committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    8a076c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Fix minor warnings.

    Add output directories to ignore list.
    castano committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    a9a6f69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c68e09 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Link with -fPIC when using Clang.

    Remove the need for a few workarounds by handling this in just one place.
    leper committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    542711f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ac75fc View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Configuration menu
    Copy the full SHA
    c591c5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29493d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

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

Commits on Feb 15, 2019

  1. Configuration menu
    Copy the full SHA
    d891d04 View commit details
    Browse the repository at this point in the history
  2. Merge pull request castano#295 from mitko0003/master

    Minor fix to ATOC normalization.
    castano committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    662d223 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2019

  1. Enable CUDA support.

    This commit also reintroduces nvcore Library.h and Library.cpp files
    required by nvtt/cuda/CudaUtils.cpp
    
    Ref:
    castano#230
    castano@81336cc
    
    Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
    edowson committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    d57ca44 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Merge pull request castano#300 from edowson/master

    Enable CUDA support.
    castano committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    e872fc2 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Updated C-API to expose some functionality present in the C++ API. Ad…

    …ded the following functions and enums:
    
    nvttSetOutputOptionsContainer [and NvttContainer, KTX/DDS10 formats can now be set as the output container]
    nvttSetOutputOptionsSrgbFlag
    nvttSetOutputOptionsErrorHandler [rearranged NvttError enum to match layout of nvtt::error]
    nvttEnableCudaAcceleration
    nvttIsCudaAccelerationEnabled
    bsy-nicholasw committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    187fa60 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Merge pull request castano#301 from Starnick/master

    Updated C-API to expose some functionality present in the C++ API
    castano committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    a131e4c View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2019

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

Commits on Nov 24, 2019

  1. Merge pull request castano#304 from r-a-sattarov/master

    Added support for MCST Elbrus 2000 (e2k) architecture
    castano committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    d14b4df View commit details
    Browse the repository at this point in the history
  2. Merge pull request castano#292 from leper/clang_linking

    Fix linking with Clang and clean up some linking directive
    castano committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    b45560c View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Don't include sys/sysctl.h on Linux.

    Not only is sysctl() not used on this platform, but musl libc does not have the header.
    leper authored and voroskoi committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    6474f25 View commit details
    Browse the repository at this point in the history
  2. Use isnan() instead of isnanf() on linux

    isnanf() is deprecated since C99
    voroskoi committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    99bcaf7 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

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

Commits on Mar 23, 2020

  1. Update stb libraries.

    castano committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    9e36d67 View commit details
    Browse the repository at this point in the history
  2. Update SDK version.

    castano committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    c8a6e2c View commit details
    Browse the repository at this point in the history
  3. Minor fixes.

    castano committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    e5b763b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a99af1 View commit details
    Browse the repository at this point in the history
  5. Minor cleanup.

    castano committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    6dd3687 View commit details
    Browse the repository at this point in the history
  6. Update stb_image.

    castano committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    a3ae50b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d7a761 View commit details
    Browse the repository at this point in the history
  8. Comment out debug code.

    castano committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    4d47c0d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    97723db View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9009962 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4a33d1a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9a16beb View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Configuration menu
    Copy the full SHA
    e5740cc View commit details
    Browse the repository at this point in the history
  2. Add defer helper.

    castano committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    4f0ecc4 View commit details
    Browse the repository at this point in the history
  3. Minor cleanups in nvmath.

    castano committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    7f9c877 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adce1a0 View commit details
    Browse the repository at this point in the history
  5. More cleanups!

    castano committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    ca3871a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5eac5a4 View commit details
    Browse the repository at this point in the history
  7. Tweak endpoint refinement.

    castano committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    f68d894 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. Fix build errors.

    castano committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    504ecc8 View commit details
    Browse the repository at this point in the history
  2. Fix more build errors.

    castano committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    0b15c58 View commit details
    Browse the repository at this point in the history
  3. Update benchmark with rgbcx.

    castano committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    52e065d View commit details
    Browse the repository at this point in the history
  4. Remove unused code.

    castano committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    860b639 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

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

Commits on Apr 14, 2020

  1. Configuration menu
    Copy the full SHA
    a671567 View commit details
    Browse the repository at this point in the history
  2. Update vc projects.

    Disable RGETC for now.
    castano committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    8e64503 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. Configuration menu
    Copy the full SHA
    0297a00 View commit details
    Browse the repository at this point in the history
  2. Merge pull request castano#314 from r-a-sattarov/master

    Added compiler check for support of C++11 standard
    castano committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    3e034d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Configuration menu
    Copy the full SHA
    0f98a93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdfbfb2 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. Create FUNDING.yml

    castano committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    1e06539 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Upgrade CMP Core.

    castano committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    4ff7af5 View commit details
    Browse the repository at this point in the history
  2. Add goofy_tc.

    castano committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    07d9ab7 View commit details
    Browse the repository at this point in the history
  3. Upgrade rgbcx.

    castano committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    7894e9e View commit details
    Browse the repository at this point in the history
  4. Remove unused files.

    castano committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    d09dd24 View commit details
    Browse the repository at this point in the history
  5. Upgrade icbc

    castano committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    e5b93bb View commit details
    Browse the repository at this point in the history
  6. Remove unused files.

    castano committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    c87706f View commit details
    Browse the repository at this point in the history
  7. ETC compression experiments.

    castano committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    7aebf0c View commit details
    Browse the repository at this point in the history
  8. KTX output fixes.

    castano committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    ba3dbe3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bfd1a38 View commit details
    Browse the repository at this point in the history
  10. Fix build errors.

    castano committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    bf4799c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0be4097 View commit details
    Browse the repository at this point in the history
  12. Remove unused dependencies.

    castano committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    446e4b4 View commit details
    Browse the repository at this point in the history
  13. Remove old projects.

    castano committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    721cc85 View commit details
    Browse the repository at this point in the history
  14. Update vs2017 project files.

    castano committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    ea53e0b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8fb22e9 View commit details
    Browse the repository at this point in the history
  16. Use AVX2 by default.

    castano committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    2bd1ed1 View commit details
    Browse the repository at this point in the history
  17. Fix mac build error.

    castano committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    8baac9b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

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

Commits on Jul 10, 2020

  1. Merge pull request castano#309 from leper/aarch64

    Fix build on AArch64. Fixes castano#298.
    castano committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    1aa1b03 View commit details
    Browse the repository at this point in the history
  2. Fix build on VC++. Refs castano#309.

    This was broken by 831d8e1.
    leper committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    d73335f View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Merge pull request castano#322 from leper/fix_va_list_vcpp

    Fix build on VC++. Refs castano#309.
    castano committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    aeb84b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request castano#308 from voroskoi/musl

    Musl build fixes
    castano committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    eb34681 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    b4eb9c5 View commit details
    Browse the repository at this point in the history
  2. Fix tab/whitespace

    sindraRBX committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    aa8514e View commit details
    Browse the repository at this point in the history
  3. Fix tab/whitespace 2

    sindraRBX committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    967278d View commit details
    Browse the repository at this point in the history
  4. Merge pull request castano#324 from tepGithub/master

    Add some support for uncompressed textures for ktx
    castano committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    b4cf9bc View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Linux build fixes.

    * Avoid hacks to get an empty VA list, which doesn't work with all
      compilers.
    * Fix for isnan() on some versions of GCC.
    akb825 committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    cfa3fc5 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Merge pull request castano#328 from akb825/linux-fix-2

    Linux build fixes.
    castano committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    6f3d02d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2020

  1. Update README.md

    Provide links for source path.
    castano committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    61935ff View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Update build instructions.
    castano committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    614a7a4 View commit details
    Browse the repository at this point in the history
  3. Create build.yml

    castano committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    8dc9df2 View commit details
    Browse the repository at this point in the history
  4. Fix github action

    castano committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    6b9a6ab View commit details
    Browse the repository at this point in the history
  5. Update copyright.

    castano committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    a77953a View commit details
    Browse the repository at this point in the history
  6. Remove unused scripts.

    castano committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    c4aefe5 View commit details
    Browse the repository at this point in the history
  7. Remove unused scripts.

    castano committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    e5be4a6 View commit details
    Browse the repository at this point in the history
  8. Remove unused dependencies.

    castano committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    cb21ee1 View commit details
    Browse the repository at this point in the history
  9. Update buildpkg script

    castano committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    7525d35 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2b3ffac View commit details
    Browse the repository at this point in the history
  11. Cleanup.

    castano committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    9d93fcc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b06d5ab View commit details
    Browse the repository at this point in the history
  13. Update release instructions.

    castano committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    dd6b750 View commit details
    Browse the repository at this point in the history
  14. Update svn:ignore properties.

    castano committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    93146ff View commit details
    Browse the repository at this point in the history
  15. Remove unused code.

    Remove jai-specific workaround.
    Various cleanups.
    castano committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    a4712cf View commit details
    Browse the repository at this point in the history
  16. Fix release instructions.

    castano committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    2ab73d8 View commit details
    Browse the repository at this point in the history
  17. Cleanup configuration.

    castano committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    09164a5 View commit details
    Browse the repository at this point in the history
  18. Add release build.

    castano committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    5932492 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Update Half.cpp

    Replace old(?) usage of NV_CC_GCC with NV_CC_GNUC
    MaddTheSane committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    be5a305 View commit details
    Browse the repository at this point in the history
  2. Better AARCH64 support.

    MaddTheSane committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    3a8e89d View commit details
    Browse the repository at this point in the history
  3. Upgrade ICBC to 1.05

    castano committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    831c8e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4301b3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request castano#329 from MaddTheSane/patch-1

    Update Half.cpp
    castano committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    9870cfb View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Add badges.
    castano committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    13121bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5cf10d View commit details
    Browse the repository at this point in the history
  8. Fix version number.

    castano committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    46d1179 View commit details
    Browse the repository at this point in the history
  9. Update version number.

    castano committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    b4da3c6 View commit details
    Browse the repository at this point in the history
  10. Fix build error.

    castano committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    f7e037d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4754e52 View commit details
    Browse the repository at this point in the history
  12. Update changelog.

    castano committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    72dd3db View commit details
    Browse the repository at this point in the history
  13. Update version number.

    castano committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    b1a90f3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b700982 View commit details
    Browse the repository at this point in the history
  15. Merge pull request castano#330 from MaddTheSane/arm64

    Better AARCH64/Arm64 support.
    castano committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    249d678 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Fix data testsuite path

    Add separator between base path and set path if base path is set
    
    Fixes castano#299
    voyageur committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    4c95dc8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request castano#331 from voyageur/tests_path

    Fix data testsuite path
    castano committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    248f84c View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2020

  1. Update README.md

    castano committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    70f2618 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    castano committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    c209cb1 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    castano committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    2fdd22c View commit details
    Browse the repository at this point in the history
  4. Update README.md

    castano committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    e393b6d View commit details
    Browse the repository at this point in the history
  5. Update README.md

    castano committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    e2508fb View commit details
    Browse the repository at this point in the history
  6. Update README.md

    castano committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    756e1da View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. Update README.md

    castano committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    4eafedd View commit details
    Browse the repository at this point in the history
  2. Update README.md

    castano committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    aeddd65 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    c7f7317 View commit details
    Browse the repository at this point in the history
  2. Added .travis.yml

    dellis1972 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    f3e7502 View commit details
    Browse the repository at this point in the history
  3. Added C# Unit Tests

    dellis1972 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d0aabd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9e4952 View commit details
    Browse the repository at this point in the history
  5. Updated Tests

    dellis1972 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7fa0ad8 View commit details
    Browse the repository at this point in the history
  6. Added note.

    tomspilman authored and dellis1972 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d36761c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a41d03a View commit details
    Browse the repository at this point in the history
  8. Cleanup to test PR building.

    tomspilman authored and dellis1972 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    6fc751a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    97c7bfe View commit details
    Browse the repository at this point in the history
  10. Fix to ensure the delegates are not consumed by the GC braking the na…

    …tive function pointers.
    tomspilman authored and dellis1972 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    9b7c838 View commit details
    Browse the repository at this point in the history
  11. Fixed unit tests to be EXE.

    Expanded simple test into longer stress test to verify stable native interop.
    tomspilman authored and dellis1972 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    2c6d365 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    2297707 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13d6b42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de1d5bc View commit details
    Browse the repository at this point in the history
  4. Some cleanup to the tests.

    tomspilman authored and dellis1972 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    76ebabf View commit details
    Browse the repository at this point in the history
  5. Try to build arm64

    dellis1972 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    81a4e53 View commit details
    Browse the repository at this point in the history
  6. try this

    dellis1972 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    33ce8ce View commit details
    Browse the repository at this point in the history
  7. try this

    dellis1972 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    16d5390 View commit details
    Browse the repository at this point in the history
  8. try this

    dellis1972 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    91d90ce View commit details
    Browse the repository at this point in the history
  9. ff

    dellis1972 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    d4aec9d View commit details
    Browse the repository at this point in the history
  10. ff

    dellis1972 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    213d625 View commit details
    Browse the repository at this point in the history
  11. ff

    dellis1972 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    36c5d9a View commit details
    Browse the repository at this point in the history
  12. ff

    dellis1972 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    5ef0804 View commit details
    Browse the repository at this point in the history