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

GeanyLua: Fix with-lua-pkg configure flag, Add option to use LuaJIT #1233

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Mar 4, 2023

  1. GeanyLua: Use LuaJIT when available

    otherwise fallback on Lua 5.1
    xiota committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    dbb80e6 View commit details
    Browse the repository at this point in the history
  2. GeanyLua: Give priority to specified Lua package

    set with `configure --with-lua-pkg=...`
    
    Options include the basename without extension of files:
    
       /usr/lib/pkgconfig/lua*.pc
    
    eg, luajit and lua51
    xiota committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    96d39df View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Configuration menu
    Copy the full SHA
    5df7599 View commit details
    Browse the repository at this point in the history
  2. GeanyLua: Add note about build default to NEWS file:

          The build default will continue to be Lua 5.1 until the next release,
          after which the default will switch to LuaJIT.  To force a specific
          Lua package, configure with the `with-lua-pkg` flag:
    
              ./configure --with-lua-pkg=luajit
              ./configure --with-lua-pkg=lua51
    xiota committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    c809d42 View commit details
    Browse the repository at this point in the history