Commit Graph

28 Commits

Author SHA1 Message Date
Rafal Kupiec a7b4c6e880
Do not typecast to resource type at all. This might lead to attempt of access to the invalid memory area and segmentation fault.
The build was successful. Details
2019-02-08 14:28:04 +01:00
Rafal Kupiec fa0b487cc0
Implement typecasting to resource data type.
The build was successful. Details
2019-02-08 14:06:39 +01:00
Rafal Kupiec f97e2a8294
Implement typecasting to callback data type.
The build was successful. Details
2018-12-20 18:30:21 +01:00
Rafal Kupiec 9ab896c2e2
Implement PH7_CheckVarCompat().
The build was successful. Details
2018-11-28 20:37:07 +01:00
Rafal Kupiec f3f1723104
Return valid function for conversion to char.
The build was successful. Details
2018-11-28 20:11:47 +01:00
Rafal Kupiec 0d3cb90d5f
Always convert integer value to char as it is done in C/C++.
The build was successful. Details
2018-11-28 20:10:14 +01:00
Rafal Kupiec 3cc8cfe6a2
Remove duplicated code.
The build was successful. Details
2018-11-28 13:58:33 +01:00
Rafal Kupiec 1cebd3af37
Allow char to be typecasted to value of any other type.
The build was successful. Details
2018-11-26 20:41:15 +01:00
Rafal Kupiec 5dde778382
Release object to free some memory.
The build was successful. Details
2018-11-26 20:39:08 +01:00
Rafal Kupiec d65a529d21
Initial support for char data type.
The build was successful. Details
2018-11-26 20:37:51 +01:00
Rafal Kupiec 174ecb2a38
Initial support for void type.
The build was successful. Details
2018-11-23 09:19:37 +01:00
Rafal Kupiec e727453ccf
Fix var_dump() for mixed arrays.
The build was successful. Details
2018-11-13 20:24:55 +01:00
Rafal Kupiec ec47190874
Array dump format.
The build was successful. Details
2018-10-27 19:56:13 +02:00
Rafal Kupiec 03cf969c31
Check for a type of array.
The build was successful. Details
2018-10-11 15:15:48 +02:00
Rafal Kupiec b66515516e
First check if array or object.
The build was successful. Details
2018-10-01 22:46:35 +02:00
Rafal Kupiec 6e7bc74949
Put comment in right place.
The build was successful. Details
2018-09-24 13:39:50 +02:00
Rafal Kupiec f26095658d
Treat empty object as false.
The build was successful. Details
2018-09-24 13:38:33 +02:00
Rafal Kupiec 2db1954779
Another bunch of fixes for object type.
The build was successful. Details
2018-09-24 13:34:22 +02:00
Rafal Kupiec f72d6c3922
Load data from array/object only if there is anything stored.
The build was successful. Details
2018-09-24 11:47:30 +02:00
Rafal Kupiec 59fda6d797
Unref hashmap and object only if there is any data stored.
The build was successful. Details
2018-09-24 11:29:51 +02:00
Rafal Kupiec eb79ed500e
Store float values in an union.
The build was successful. Details
Single variable cannot have many values of different types. This also saves some memory, because union allocates memory just for one of its members.
2018-09-07 12:04:51 +02:00
Rafal Kupiec af1d59dab4
Don't try to get an integer representation of float.
The build was successful. Details
2018-09-07 06:49:50 +02:00
Rafal Kupiec ac8b8b0fdb
Don't try to get an integer representation of float.
The build was successful. Details
2018-09-07 06:43:07 +02:00
Rafal Kupiec 9ee0f1954c
Do not omit the floating point.
The build was successful. Details
Every modern hardware, including embedded devices, should support floating point numbers.
2018-09-07 06:38:32 +02:00
Rafal Kupiec c00c91599f
Enable unused API functions.
The build was successful. Details
2018-09-04 09:33:28 +02:00
Rafal Kupiec d3d3dcc767
Partially switch to new error reporting.
The build was successful. Details
2018-09-03 16:16:32 +02:00
Rafal Kupiec 488fee5caf
Another bunch of typos eliminated 2018-07-28 13:16:38 +02:00
Rafal Kupiec abb91a9874
Reorganize the repository for new build system 2018-07-20 22:35:09 +02:00