215 Commits

Author SHA1 Message Date
985ddbb7f2 [DEV] remote _thread() 2018-07-03 22:10:48 +02:00
e23132b712 [DEV] remote _userpointer() 2018-07-03 22:07:59 +02:00
a374a839ce [DEV] remote _userdate() 2018-07-03 22:07:14 +02:00
d80ea723cb [DEV] remote _nativeclosure() 2018-07-03 22:05:58 +02:00
056190e60b [DEV] remote _generator() 2018-07-03 22:04:48 +02:00
440bc87551 [DEV] remote _closure() 2018-07-03 22:03:13 +02:00
04cdeeac1a [DEV] remote _table() 2018-07-03 21:57:37 +02:00
7a589d9a98 [DEV] remote _string() 2018-07-03 21:53:06 +02:00
0f930d76f7 [DEV] remote _tofloat() 2018-07-03 21:43:55 +02:00
096051c269 [DEV] remote _tointeger() 2018-07-03 21:40:21 +02:00
966b5fdad6 [DEV] remote _toarray() 2018-07-03 21:31:56 +02:00
05107dc711 [DEV] remove 32 bits options 2018-07-02 22:53:13 +02:00
ab2fc34e1c [DEV] remove the unicode (step2) 2018-07-02 22:49:55 +02:00
c6875d59bf [DEV] remove basic unicode(step 1) 2018-07-01 21:56:13 +02:00
ad27afec61 [DEV] continue rework: buid and work again 2018-07-01 15:49:34 +02:00
ff85991e11 [DEV] continue integration 2018-06-29 21:20:02 +02:00
aa49dbd05d [DEV] continue rework (main step) 2018-06-29 00:11:33 +02:00
45e2df01f0 [DEV] continue rework (little bug...) 2018-06-28 22:29:10 +02:00
394cc68950 [DEV] rework Class ClassMethode 2018-06-28 21:13:26 +02:00
f882c9fedc [DEV] build and execute again 2018-06-28 00:09:15 +02:00
1b59eb8c8e [DEV] big refacto that does not work 2018-06-27 23:27:31 +02:00
d92da4207d [DEV] add AutoDec 2018-06-27 21:15:43 +02:00
2fb1234972 [DEV] rename sqvm.hpp -> VirtualMachine.hpp 2018-06-27 21:08:05 +02:00
5377f4b891 [DEV] remove sqVector and use etk::Vector (safer) 2018-06-27 02:35:56 +02:00
5e372fdbfa [DEV] change global function naming lowerCamelCase 2018-06-27 02:15:43 +02:00
68295a1431 [DEV] rework Array, RefCounted and WeakRef 2018-06-27 01:55:10 +02:00
db219fa8e6 [DEV] simplify typing (too much) 2018-06-27 01:30:21 +02:00
bec51d5c0a [DEV] finish remove chaining for garbage collector 2018-06-27 01:15:54 +02:00
73000df2bb [DEV] rework userData class 2018-06-27 01:01:32 +02:00
7e62732281 [STYLE] change ' ' in \t 2018-06-27 00:50:45 +02:00
92ffade769 [DEV] continue refacto 2018-06-27 00:48:45 +02:00
d7cdc92133 [DEV] rework basic arbo 2018-06-27 00:27:57 +02:00
21c05fee09 [DEV] some clean 2018-06-26 23:51:29 +02:00
5dc4c42958 [DEV] correct include folder 2018-06-26 23:21:34 +02:00
Alberto Demichelis
02b773b4ae
Merge pull request #141 from todace/easy_chaining
now container modification methods return object itself in all cases
2018-06-21 16:51:18 +08:00
dark
f4665e155e now container modification methods return object itself in all cases
for easy chaining
2018-05-29 02:33:19 +03:00
Alberto Demichelis
dda695e95f
Merge pull request #137 from PallHaraldsson/patch-1
Typo e.g. "it's"
2018-04-12 02:06:22 +08:00
Páll Haraldsson
4a8ed6a67a
Typo e.g. "it's" 2018-04-11 10:28:02 +00:00
Alberto Demichelis
453a966890
Merge pull request #119 from VasiliyRyabtsev/feature/table-filter
Implement table.filter() default delegate in base library
2017-12-05 16:28:35 +08:00
Alberto Demichelis
0be2bebef0
Merge pull request #121 from VasiliyRyabtsev/feature/assert-message
Add optional message text parameter for assert()
2017-12-01 14:54:37 +08:00
VasiliyRyabtsev
c10a777285 Add optional message text parameter for assert() 2017-12-01 11:49:44 +07:00
Alberto Demichelis
938655a90b
Merge pull request #120 from VasiliyRyabtsev/fix/array-resize
Raise error for negative size in array_resize()
2017-11-29 02:04:16 +08:00
v.ryabtsev
497c8f9d47 Raise error for negative size in array_resize()
Instead of trying to allocate invalid size and most probably crashing with out-of-memory
2017-11-28 23:25:58 +07:00
v.ryabtsev
ee38035634 Implement table.filter() default delegate in base library
Filter callback is the same as for array.filter(), ie function(key, value)
2017-11-28 23:08:10 +07:00
Alberto Demichelis
249a26e829
Merge pull request #117 from breakin/fix/documentation-bugs
Fix some small bugs in the documentation examples
2017-11-21 02:38:40 +08:00
breakin
7d589eb444 Fix some small bugs in the documentation examples. 2017-11-20 15:35:44 +01:00
Alberto Demichelis
b00cd02629
Merge pull request #114 from breakin/fix/doc-references_from_c
Fix errors in documentation source code
2017-11-17 04:19:14 +08:00
albertodemichelis
5460758eb0 some doc on sq_tailcall 2017-11-17 04:14:15 +08:00
albertodemichelis
3835c65eab some sq_type were missing 2017-11-17 04:13:59 +08:00
albertodemichelis
ab7243ca59 Merge branch 'master' of https://github.com/albertodemichelis/squirrel 2017-11-17 04:01:47 +08:00