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 |
|
mihacooper
|
720c3aeac4
|
implement shared_table constructor (#52)
|
2017-06-18 18:40:30 +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
|
4e5e3e9c18
|
Implement effil.type
Implement effil.type and test
|
2017-05-23 13:13:11 +03:00 |
|
mihacooper
|
5057116136
|
Channels implementation and tests (#42)
Channel implementation
|
2017-04-16 22:58:21 +03:00 |
|
Ilia
|
64628c1757
|
GC API for lua (#43)
Almost old gc api, but:
rebased on new master
GC::State -> enabled_ flag
release lua state as soon as possible
|
2017-04-16 14:08:24 +03:00 |
|
mihacooper
|
6d20b0ff03
|
Add global G and test (#41)
Global effil.G for all states
|
2017-04-14 16:38:16 +03:00 |
|
mihacooper
|
cac3cd09e7
|
Dealing with userdata types and metatable (#35)
* merge fixes
* add Lua version logging to test
* move StoredObject to shared_ptr
* rewrite metamethods impl
* fix for SEGFAULT, I hope
|
2017-04-06 18:54:00 +03:00 |
|
Ilia
|
c09adc8115
|
Brand new threading API (#32)
Brand new threading API
|
2017-04-04 15:48:38 +03:00 |
|
Ilia Udalov
|
10e7bd7131
|
lua test fixes
effil as lua library
|
2017-03-10 16:33:14 +03:00 |
|
Ilia Udalov
|
53a6d812a1
|
Fix naming
|
2017-03-05 02:34:28 +03:00 |
|
Ilia Udalov
|
e8bbb5d293
|
Fix codestyle
|
2017-02-18 14:06:30 +03:00 |
|
mihacooper
|
ac77c4444e
|
review comments impl
|
2017-02-14 22:55:34 +03:00 |
|
mihacooper
|
8bb6f16db1
|
Add pairs, ipairs and length operators to shared table
|
2017-02-11 18:55:21 +03:00 |
|
Ilia Udalov
|
9d9d1d2e36
|
Initial Garbage collector impl
|
2017-02-08 00:06:26 +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
|
df871d3c8e
|
Fix segfault by initialization of BaseHolder type
|
2017-01-23 16:10:09 +03:00 |
|
mihacooper
|
daefaf979b
|
rename project to Effil
|
2017-01-22 19:30:40 +03:00 |
|
Ilia Udalov
|
5407a33947
|
SharedTable able to store lua tables && related tests.
Fix codestyle.
|
2017-01-21 22:39:58 +03:00 |
|
mihacooper
|
7e35ab3a76
|
remove invalid link to lunatest
|
2017-01-21 19:51:26 +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
|
de255d6180
|
Merge pull request #1 from loud-hound/cooper_features
Update api, implement thread function arguments (so far), ...
|
2017-01-20 16:57:09 +03:00 |
|
Ilia Udalov
|
4515235a72
|
C++ test initial support with gtest framework
|
2017-01-19 01:36:41 +03:00 |
|
mihacooper
|
8743ab21f7
|
update api, implement thread function arguments (so far)
|
2017-01-19 01:32:29 +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 |
|