Commit Graph

11 Commits

Author SHA1 Message Date
Rafal Kupiec cedc288f67
Remove static constant.
The build was successful. Details
2019-05-06 11:42:19 +02:00
Rafal Kupiec 0a6b5a6f42
The 'self' and 'parent' keywords should be resolved at compile time.
The build was successful. Details
2019-05-06 11:38:32 +02:00
Rafal Kupiec c9203b6c91
New source code legal format.
The build was successful. Details
2019-04-20 19:29:15 +02:00
Rafal Kupiec ff6c71db1c
Do not use NULL if possible.
The build was successful. Details
2019-03-22 19:53:12 +01:00
Rafal Kupiec 20c1611902
Implement PH7_VmExtractActiveClass().
The build was successful. Details
This function extracts an active class with specified depth, #45.
2018-08-22 15:33:16 +02:00
Rafal Kupiec 0ff32e6673
Remove duplicated constants.
The build was successful. Details
2018-08-22 11:24:34 +02:00
Rafal Kupiec dbe373d537
Resolve __CLASS__ at compile time.
The build was successful. Details
Ticket: #45: __CLASS__ constant must be resolved at compile time, not run time. Otherwise it returns incorrect data.
2018-08-22 09:59:10 +02:00
Rafal Kupiec a0f7949b24
Resolve __DIR__ at compile time.
The build was successful. Details
Ticket: #45: __DIR__ constant must be resolved at compile time, not run time. Otherwise it returns incorrect data.
2018-08-22 06:23:43 +02:00
Rafal Kupiec 02242bb93d
Resolve __FILE__ at compile time.
The build was successful. Details
Ticket: #45: __FILE__ constant must be resolved at compile time, not run time. Otherwise it returns incorrect data.
2018-08-21 20:18:39 +02:00
Rafal Kupiec b7caeefded
Move math library into separate module 2018-07-21 08:24:20 +02:00
Rafal Kupiec abb91a9874
Reorganize the repository for new build system 2018-07-20 22:35:09 +02:00