Aer/engine
Rafal Kupiec ba1c840009
The build was successful. Details
Allow a 'final virtual' classes to be declared.
Virtual final classes are helpful in the case someone is wrapping common functions that are static, but the common class itself cannot be instantiated.
2019-05-30 09:44:46 +02:00
..
lib Remove this useless wrapper function. 2019-04-28 18:25:43 +02:00
api.c Store variable type in dedicated field. 2019-05-21 14:49:36 +02:00
builtin.c Always use HTTPS when possible. 2019-05-15 20:02:39 +02:00
compiler.c Allow a 'final virtual' classes to be declared. 2019-05-30 09:44:46 +02:00
constant.c Remove static constant. 2019-05-06 11:42:19 +02:00
hashmap.c Store variable type in dedicated field. 2019-05-21 14:49:36 +02:00
lexer.c Always use HTTPS when possible. 2019-05-15 20:02:39 +02:00
memobj.c Quick small cleanup. 2019-05-21 19:18:52 +02:00
oop.c Rework PH7_ClassExtractAttribute() function. Now it returns a pointer to valid attribute. 2019-05-29 20:02:49 +02:00
parser.c Always use HTTPS when possible. 2019-05-15 20:02:39 +02:00
vfs.c Always use HTTPS when possible. 2019-05-15 20:02:39 +02:00
vm.c Get rid of useless class_alias() builtin function. 2019-05-30 06:46:09 +02:00