Ilia
|
a428d4b93a
|
Update u-test (#69)
|
2017-09-19 23:55:41 +03:00 |
|
mihacooper
|
7e479f9f0a
|
Fix bug in thread.returns test (#70)
|
2017-09-15 14:23:29 +03:00 |
|
mihacooper
|
641d111c23
|
Fix strong reference race in GC (#65)
* Fix strong reference race in GC
* Add regress test
* Fix type stored in StoredObject
* Fix thread input arguments lifetime
|
2017-09-11 15:39:47 +03:00 |
|
mihacooper
|
5aa43c0b8a
|
Fix pause hanging (#61)
|
2017-09-10 20:28:38 +01:00 |
|
mihacooper
|
736cf8d96d
|
Implement pairs and ipairs for Lua5.1/LuaJIT (#66)
* impl global pairs and ipairs methods and update tests
* fixes for review
|
2017-09-10 20:24:35 +01:00 |
|
mihacooper
|
d935a3bfb1
|
Doc refactoring (#62)
* Update README.md
* Update README.md
add reference to the README as docs
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
|
2017-09-01 12:06:56 +01:00 |
|
mihacooper
|
8edeb5265e
|
Update README.md
|
2017-08-05 15:41:15 +03:00 |
|
Ilia
|
9f6e8ad988
|
Update README.md
|
2017-07-22 00:45:38 +03:00 |
|
Ilia
|
e4652ade19
|
Code cleanup (#57)
- remove docs dir
- remove .clang-format
|
2017-07-22 00:31:28 +03:00 |
|
Ilia
|
9d18793544
|
Update README.md
|
2017-07-21 23:00:10 +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
|
a091f93ca4
|
appveyor scetch (#54)
|
2017-06-18 20:26:08 +03:00 |
|
mihacooper
|
720c3aeac4
|
implement shared_table constructor (#52)
|
2017-06-18 18:40:30 +03:00 |
|
Ilia Udalov
|
cfd2e9b39d
|
Fix sode style
|
2017-06-12 14:51:44 +03:00 |
|
Ilia
|
6b77d9f9ec
|
Cancel in yield 2 (#50)
|
2017-06-12 14:50:00 +03:00 |
|
mihacooper
|
265b12370b
|
Function dumping using C API (#49)
|
2017-06-11 17:13:48 +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
|
2d61d1d9df
|
Merge pull request #36 from loud-hound/iudalov/all-build-types
Add ci/test_all.sh
|
2017-04-04 15:18:18 +03:00 |
|
Ilia Udalov
|
907b93977b
|
test.sh -> test_all.sh
|
2017-04-04 01:53:49 +03:00 |
|
Ilia Udalov
|
20e748fc77
|
Add ci/test_all.sh
|
2017-04-04 01:51:16 +03:00 |
|
Ilia Udalov
|
f97e2d046e
|
Debug and release build types
|
2017-03-26 14:34:44 +03:00 |
|
mihacooper
|
f5cbd44c1d
|
Merge pull request #28 from loud-hound/iudalov/lua-tests
Lua test refactoring
|
2017-03-10 22:46:55 +03:00 |
|
Ilia Udalov
|
10e7bd7131
|
lua test fixes
effil as lua library
|
2017-03-10 16:33:14 +03:00 |
|
Ilia
|
852557ed37
|
Merge pull request #27 from loud-hound/iudalov/docs
README.md updates & scetch of docs
|
2017-03-05 14:29:04 +03:00 |
|
Ilia Udalov
|
53a6d812a1
|
Fix naming
|
2017-03-05 02:34:28 +03:00 |
|
Ilia Udalov
|
7ac6014329
|
README.md updates & scetch of docs
|
2017-03-05 02:27:11 +03:00 |
|
Ilia Udalov
|
e8bbb5d293
|
Fix codestyle
|
2017-02-18 14:06:30 +03:00 |
|
Ilia
|
78f2306657
|
Merge pull request #26 from loud-hound/clang-format
Add clang-format
|
2017-02-18 14:02:00 +03:00 |
|
Ilia
|
24d0678ccf
|
Merge branch 'master' into clang-format
|
2017-02-18 13:54:38 +03:00 |
|
Ilia Udalov
|
98049e6cf9
|
Git rid from unsupported options
|
2017-02-17 21:37:10 +03:00 |
|
Ilia
|
ea8968b2b8
|
Merge pull request #25 from loud-hound/shared_table_iterators
Add pairs, ipairs and length operators to shared table
|
2017-02-15 17:16:19 +03:00 |
|
Ilia Udalov
|
e15dac51a0
|
Fix format target in CMakeLists.txt
|
2017-02-15 17:13:42 +03:00 |
|
mihacooper
|
3bdae7da55
|
Fix copyright
|
2017-02-15 16:57:51 +03:00 |
|
mihacooper
|
36ecbca03f
|
imple of comments for 'review comments impl'
|
2017-02-15 16:30:17 +03:00 |
|
Ilia Udalov
|
da05848f04
|
Add clang-format
|
2017-02-15 01:39:51 +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
|
3310901ce3
|
Robust exception handling
|
2017-02-11 15:44:17 +03:00 |
|
mihacooper
|
9f5267e23b
|
Merge pull request #18 from loud-hound/iudalov/stored-object2
Rewrite StroredObject logic
|
2017-02-11 14:51:43 +03:00 |
|
mihacooper
|
bb66383eb7
|
add initial documentation
|
2017-02-11 14:46:34 +03:00 |
|
mihacooper
|
08713618a8
|
Add ReadTheDocs to project
|
2017-02-11 13:57:34 +03:00 |
|
Ilia Udalov
|
ca245ab643
|
Rewrite StroredObject logic
|
2017-02-11 03:27:41 +03:00 |
|
Ilia Udalov
|
9d9d1d2e36
|
Initial Garbage collector impl
|
2017-02-08 00:06:26 +03:00 |
|