Walter Schell
d70446fe88
Merge pull request #16 from walterschell/feature/test_suite
...
Feature/test suite
2022-05-12 21:06:49 -04:00
Walter Schell
a295858468
Added github actions for the test suite
2022-05-12 20:55:13 -04:00
Walter Schell
e68f5e7869
Added tests to CMakeLists.txt
2022-05-12 20:34:05 -04:00
Walter Schell
2a59ccb17c
Added lua tests
2022-05-12 20:33:21 -04:00
Walter Schell
72f4dbf7ce
Merge pull request #14 from rocka/feat/install-cmake-config
...
Add CMake package config files
2022-02-11 22:38:06 -05:00
Rocka
50c100526b
Add CMake package config files
2022-02-11 18:00:37 +08:00
Walter Schell
0ab5db21e8
Merge pull request #13 from walterschell/feature/5.4.4
...
Released 2022-01-26
2022-01-27 20:26:10 -05:00
Walter Schell
8fb38ab00c
Removed 5.4.3
2022-01-27 20:21:16 -05:00
Walter Schell
ed7515263b
Updated CMakeLists.txt and README.md to reflect 5.4.4
2022-01-27 20:20:19 -05:00
Walter Schell
352b9bb40d
Moved public headers into include directory
2022-01-27 20:16:47 -05:00
Walter Schell
71ef3a5f9a
Added lua 5.4.4 sources and extracted
2022-01-27 20:13:08 -05:00
Walter Schell
1b44ef82ee
Merge pull request #12 from walterschell/feature/5.4.3
...
Upgrade to Lua v5.4.3
2021-04-30 13:22:25 -04:00
Walter Schell
7a9d55cbaf
Removed source for 5.4.2
2021-04-30 13:13:08 -04:00
Walter Schell
572fb4bb47
Updated CMakeListss.txt and README.md to reflect 5.4.3
2021-04-30 13:12:33 -04:00
Walter Schell
eaf5abbb8e
Moved public header files into include directory
2021-04-30 13:07:30 -04:00
Walter Schell
2f85ce7d93
Added lua 5.4.3 sources and extracted
2021-04-30 13:03:26 -04:00
Walter Schell
4a4e73a67b
Merge pull request #11 from walterschell/feature/CXX
...
Feature/cxx
2021-04-26 11:56:18 -04:00
Walter Schell
aef1b83a9d
README.md: Updated to add status badges for C++ builds
2021-04-26 11:50:11 -04:00
Walter Schell
6ed3e61e93
Merge pull request #10 from dedmen/master
...
Added ability to compile lua as C++
2021-04-26 11:47:19 -04:00
Dedmen Miller
dac88f52b8
try to fix build
2021-04-26 17:37:51 +02:00
Dedmen Miller
045961e7a0
Apply suggestions from code review
...
Co-authored-by: Walter Schell <3580170+walterschell@users.noreply.github.com>
2021-04-26 17:03:08 +02:00
Dedmen Miller
be9aad4a56
Added ability to compile lua as C++
2021-04-26 17:03:08 +02:00
Walter Schell
06f57db5d6
Added previously omitted lua.hpp header file
2021-04-26 07:40:55 -04:00
Walter Schell
a574e7679d
Added GitHub actions to build for CXX when supported
2021-04-26 07:38:33 -04:00
Walter Schell
442f9d544a
Merge pull request #9 from alextwothousand/master
...
Change: Lua 5.4.2
2021-03-13 08:06:30 -05:00
Walter Schell
5298c97cfb
Update README.md
2021-03-13 08:05:59 -05:00
alex
40382ed7e3
Update README.md
2021-03-10 20:49:24 +00:00
alex
95f31eafc0
Update to 5.4.2
2021-03-10 20:46:07 +00:00
Walter Schell
619231f297
Merge pull request #7 from walterschell/issue/4-windows-build
...
Issue/4 windows build
2021-01-16 10:22:36 -05:00
Walter Schell
e01a929b9e
Merge pull request #6 from walterschell/WIP/fix-emscripten
...
Fixes emscripten
2021-01-16 10:17:28 -05:00
Walter Schell
11ca778bb1
Remove libm from emcripten builds
2021-01-16 10:12:56 -05:00
Walter Schell
7f19c453f6
Got rid of caching emscripten env
2021-01-16 09:49:34 -05:00
Walter Schell
7a1775e2e5
Merge pull request #5 from jacmoe/issue/4-windows-build
...
Compiles succesfully on Windows with these changes
2021-01-16 09:40:54 -05:00
Walter Schell
0eb11f44f4
Merge branch 'feature/actions' into issue/4-windows-build
2021-01-16 09:35:43 -05:00
Walter Schell
d25eef975e
Create cmake.yml
...
Try matrix build
Better nameing
Added fail-fast: false
Add emscripten build
Split workflow into seperate workflows for seperate badges
Forgot to save changes on last commit
Added badges to markdown
Styling badges on new lines
2021-01-16 09:31:45 -05:00
Jacob Moen
f7b7e07423
Compiles succesfully on Windows with these changes
2021-01-12 15:06:42 +01:00
Walter Schell
f3d2772ec0
CMakeLists.txt: Make libm dep conditional on UNIX
2021-01-11 20:13:09 -05:00
Walter Schell
d6c62f3fcf
Merge branch '5.4'
2020-06-30 09:29:45 -04:00
Walter Schell
b524fe6513
Updated everything to 5.4.0
2020-06-30 09:29:24 -04:00
Walter Schell
85f515a9f0
Added CMake build
2020-06-30 08:52:34 -04:00
Walter Schell
61292c5d3a
Removed Lua 5.3.3 and extracted Lua 5.4.0
2020-06-30 08:43:48 -04:00
walterschell
722505a73d
Merge pull request #1 from on-three/emscripten
...
Added emscripten support for web builds
2019-03-02 16:40:14 -05:00
on-three
87e2d433f5
Added emscripten support for web builds
2019-02-28 11:50:26 -08:00
walter
c550700479
Updating README.md
2016-09-22 09:40:46 -04:00
walter
7415ca1536
Adding CMakeLists.txt
2016-09-22 09:39:06 -04:00
walter
3c679995f5
Initial import
2016-09-22 08:04:16 -04:00
walterschell
cdaf87bc2b
Initial commit
2016-09-22 08:02:28 -04:00