28 Commits

Author SHA1 Message Date
mihacooper
d189d67349 Get rid of effil.lua and allow to capture api in upvalue (#107) 2018-10-10 19:39:07 +03:00
mihacooper
3366aae6f2 Update travis config to use hererocks (#105) 2018-05-16 00:55:10 +03:00
Andy Li
864c240cdd Actually running tests in Appveyor (#87)
Implement test run for AppVeyor and adapt them for Windows
2017-10-10 12:17:05 +03:00
mihacooper
196162bec1 fix CI: use hererocks for Lua5.3 on Linux (#89) 2017-10-09 18:23:48 +03:00
Andy Li
7b843092b5 Appveyor (#80) (#85)
Configure  AppVeyor to build project for Windows
2017-10-06 18:04:50 +03:00
Ilia
b8ab05f667 Fix GC related bugs (#73)
* Fix GC related bugs
* Fix GCC compilation
* Remove semicolons
* Remove refs_ from SharedTable
2017-09-28 11:45:43 +03:00
Ilia
2c42a76a1f Add rockspec (#68) 2017-09-20 22:31:54 +03:00
mihacooper
5aa43c0b8a Fix pause hanging (#61) 2017-09-10 20:28:38 +01:00
Ilia
e4652ade19 Code cleanup (#57)
- remove docs dir
- remove .clang-format
2017-07-22 00:31:28 +03:00
Ilia
637fff6603 Add CI support for Lua5.1/5.3 and LuaJit(Rebase original extend_CI) (#55) 2017-07-02 18:16:17 +03:00
mihacooper
a2394d4be4 invent support for 5.1 and 5.3 (#53) 2017-06-22 00:05:57 +03:00
Ilia
6b77d9f9ec Cancel in yield 2 (#50) 2017-06-12 14:50:00 +03:00
Ilia
7947d7af17 From luaunit to u-test (#46)
From luaunit to u-test
2017-06-10 14:13:31 +03:00
Ilia Udalov
f97e2d046e Debug and release build types 2017-03-26 14:34:44 +03:00
Ilia Udalov
7ac6014329 README.md updates & scetch of docs 2017-03-05 02:27:11 +03:00
Ilia Udalov
e15dac51a0 Fix format target in CMakeLists.txt 2017-02-15 17:13:42 +03:00
Ilia Udalov
da05848f04 Add clang-format 2017-02-15 01:39:51 +03:00
mihacooper
bcaae638d0 extend threading API 2017-02-07 11:02:31 +03:00
Ilia Udalov
d07a9b94cf Change file structure 2017-01-25 00:01:35 +03:00
mihacooper
b61ef0f7ca Modify Travis config to add Linux support 2017-01-23 23:35:56 +03:00
mihacooper
daefaf979b rename project to Effil 2017-01-22 19:30:40 +03:00
Ilia Udalov
0a498177ee Continuous integration with travis-ci 2017-01-22 01:33:35 +03:00
Ilia Udalov
5407a33947 SharedTable able to store lua tables && related tests.
Fix codestyle.
2017-01-21 22:39:58 +03:00
mihacooper
00264b4942 Merge branch 'master' into cooper_features 2017-01-20 22:59:16 +03:00
mihacooper
bacdc889c0 add luaunit framework, extend lua tests, fix shared-table bug (values were not updatable) 2017-01-20 22:50:18 +03:00
Ilia Udalov
4515235a72 C++ test initial support with gtest framework 2017-01-19 01:36:41 +03:00
Ilia Udalov
74b4e61a36 Initial SharedTable support 2017-01-18 00:21:52 +03:00
mihacooper
8aa635f8c1 initial 2017-01-17 23:53:07 +03:00