Thanks to visit codestin.com
Credit goes to github.com

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: tilkinsc/Lua.NET
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: tilkinsc/Lua.NET
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 15 commits
  • 14 files changed
  • 1 contributor

Commits on Jun 23, 2023

  1. Fixed example

    tilkinsc committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    deb9dcb View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

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

Commits on Jun 27, 2023

  1. Did the following:

    - Added more target frameworks
    - Enabled unsafe
    - Bump version
    - Update description
    - Disabled warning for .NET 7.0 CS8981
    - Added natives
    tilkinsc committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    84f23f3 View commit details
    Browse the repository at this point in the history
  2. Added natives

    tilkinsc committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    b940228 View commit details
    Browse the repository at this point in the history
  3. Did the following:

    - Corrected luaL_reg struct where members were not public
    - Added AsLuaLReg function to assist in making luaL_Reg libraries
    - Bumped lua544 to lua546
      Added new function lua_closethread(lua_State, lua_State)
      Made a note that lua_resetthread(lua_State) is deprecated
      Bumped version
      Amended copyright
      No breaking changes
    tilkinsc committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    ab4ba4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f09a8cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c182dc8 View commit details
    Browse the repository at this point in the history
  6. Did the following:

    - Added an ImportResolver for Dynamic Library Loading
    - Renamed DllName in each version to support OS independent loading of
      SO (not supported yet)
    tilkinsc committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    929856c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c94bb15 View commit details
    Browse the repository at this point in the history
  8. Removed .dll suffices

    tilkinsc committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    7ae04f4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    43f7ccf View commit details
    Browse the repository at this point in the history
  10. Did the following:

    - Added a CONTRIBUTING.md
    - Removed outdated information from README.md
    - Made _ prefixed lua function shims private
    tilkinsc committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    5fe5f89 View commit details
    Browse the repository at this point in the history
  11. Updated examples

    tilkinsc committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    636b338 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #5 from tilkinsc/version

    Changes to bump to new version
    tilkinsc authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    2f1dd78 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #6 from tilkinsc/dev

    Changes to bump new version
    tilkinsc authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    9fcce60 View commit details
    Browse the repository at this point in the history
Loading