Ilia Udalov
|
98049e6cf9
|
Git rid from unsupported options
|
2017-02-17 21:37:10 +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 |
|
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 |
|
mihacooper
|
43dc94df8a
|
Merge pull request #14 from loud-hound/extended_thread_api
Extend threading API
|
2017-02-07 11:21:03 +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 |
|
Ilia
|
673ca99e36
|
Merge pull request #12 from loud-hound/improve_baseholder_typing
compare BaseHolders using typeid
|
2017-01-24 23:52:24 +03:00 |
|
mihacooper
|
45efd6de7b
|
compare BaseHolders using typeid
|
2017-01-24 23:32:43 +03:00 |
|
Ilia
|
5f1b620f6b
|
Merge pull request #11 from loud-hound/optimizations
optimize data transferring and throw sol::error instead of writing to std::cerr
|
2017-01-24 23:01:26 +03:00 |
|
mihacooper
|
91a87084ff
|
fix review comments
|
2017-01-24 19:27:33 +03:00 |
|
mihacooper
|
7daf9d0df4
|
optimize some data transferring and throw sol::error instead of writing to std::cerr
|
2017-01-23 23:53:42 +03:00 |
|
mihacooper
|
b61ef0f7ca
|
Modify Travis config to add Linux support
|
2017-01-23 23:35:56 +03:00 |
|
mihacooper
|
7625d338bc
|
remove unfair noexcept
|
2017-01-23 16:10:09 +03:00 |
|
mihacooper
|
df871d3c8e
|
Fix segfault by initialization of BaseHolder type
|
2017-01-23 16:10:09 +03:00 |
|
mihacooper
|
ca6ffd040d
|
Update README.md
Update travis repo name
|
2017-01-22 19:41:49 +03:00 |
|
mihacooper
|
daefaf979b
|
rename project to Effil
|
2017-01-22 19:30:40 +03:00 |
|
Ilia
|
797df10e29
|
Merge pull request #7 from loud-hound/continuous
Continuous integration with travis-ci
|
2017-01-22 01:39:36 +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
|
7e35ab3a76
|
remove invalid link to lunatest
|
2017-01-21 19:51:26 +03:00 |
|
Ilia
|
ca7978e852
|
Merge pull request #3 from loud-hound/cooper_features
Add luaunit framework, extend lua tests, fix shared-table bug (values…
|
2017-01-21 01:32:25 +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
|
52128c4078
|
Fix namespace
|
2017-01-20 16:56:35 +03:00 |
|
mihacooper
|
5f59d008be
|
fixes of review comments
|
2017-01-20 14:16:29 +03:00 |
|
mihacooper
|
9eabd21528
|
Merge pull request #2 from loud-hound/iudalov/test_with_gtest
C++ test initial support with gtest framework
|
2017-01-20 00:30:17 +03:00 |
|
mihacooper
|
f8da71f2f1
|
change usertype adding to independent functions of each type
|
2017-01-19 12:49:13 +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 |
|
mihacooper
|
5ffe3f958b
|
fix buildability: add mutex include
|
2017-01-18 00:27:27 +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 |
|
mihacooper
|
7a5cff11aa
|
Initial commit
|
2017-01-17 23:39:22 +03:00 |
|