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: WinLua/WinLua-Source-Code
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e5cc412
Choose a base ref
...
head repository: WinLua/WinLua-Source-Code
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b628772
Choose a head ref
  • 15 commits
  • 770 files changed
  • 1 contributor

Commits on Jan 2, 2020

  1. Renamed Visual Studio folder to WinLua-Release1, moved code from the …

    …WinLua-Mk3 *repository* to this project as WinLua-Release3. Applied the op_halt patch to the Lua
    
    5.3.5 source.
    RussellHaley committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    b793fcf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from WinLua/op_halt_patch

    Renamed Visual Studio folder to WinLua-Release1, moved code from the …
    RussellHaley authored Jan 2, 2020
    Configuration menu
    Copy the full SHA
    42aaa3c View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2020

  1. Luarocks config file and llvm-mingw.

    Added a custom action to call create-config.lua script and create the
    luarocks config file.
    
    Added llvm-mingw merge module. Works! In the process of modifying the
    above custom action to create a specialized config file for llvm-mingw.
    RussellHaley committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    d369727 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    897c78c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. Updates to EULA. New Custom Action that almost works.

    This commit has a bastardized llvm_mingw merge module so that I can
    easily add and remove to test. This all should have been on a branch...
    RussellHaley committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    c1288cb View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. Added wlc-clang-wrapper code. Fix llvm-installer.

    - I have added and modified the clang-target-wrapper from the llvm-project. This will become the base for the new wlc wrapper code that will use Lua config files instead of different target wrappers.
    - Fixed the llvm-mingwMM project that was nuetered for testing the
    custom action.
    - Attempted an action to remove the luarocks config file and libraries
    that are not part of the installer. Commented out.
    Update to EULA. Added all the licenses to the file. Need to check if it
    gets installed (it should).
    RussellHaley committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    667d810 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Update to installer.

    - Added new custom actions for remove luarocks config and rocktree.
    (Doesn't work yet)
    - NOTE: Compiler is crippled to make installation tests faster.
    RussellHaley committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    fd3cefc View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. Configuration menu
    Copy the full SHA
    175ef9a View commit details
    Browse the repository at this point in the history
  2. Working on remove files.

    RussellHaley committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    5434d61 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    RussellHaley authored Mar 22, 2020
    Configuration menu
    Copy the full SHA
    8bd169c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Updated for new deployment scheme.

    I've started swapping things around for the new cross built binaries.
    The installer works but there are some bugs:
    - the WLC/bin directory isn't making it into the PATH variable.
    - There is still not x64 deployment for luarocks so the package can only
    be built for x86
    RussellHaley committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    b9cef9d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. Updates to installer for 2011b

    - Removed JamPlus
    - Added XMake
    - Added Lua 5.4
    RussellHaley committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    d24f70a View commit details
    Browse the repository at this point in the history
  2. Updates to fix installer for 2011b.

    Installer builds. Needs testing.
    
    Various fixes. Installer now builds with all items in the directory
    c:\winlua-deploy.
    RussellHaley committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    00d2bfa View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Various fixes.

    Fixes for broken path variables and shortcuts. Re-added Luarocks
    project. Installer has been tested. WLC, Lua53, lua54, xmake tested.need
    to test libressl.
    RussellHaley committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    e0c9d24 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

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