summary |
shortlog | log |
commit |
commitdiff |
tree |
github
first ⋅ prev ⋅ next
Michael Wallner [Mon, 3 Jan 2022 22:55:06 +0000 (23:55 +0100)]
tests: do not depend on ctype
Michael Wallner [Mon, 27 Dec 2021 13:47:27 +0000 (14:47 +0100)]
tests/Symbol/Table/Shared: lookup shared symbols in catalog
Michael Wallner [Tue, 28 Dec 2021 08:22:49 +0000 (09:22 +0100)]
gitignore: *.dep
Michael Wallner [Tue, 28 Dec 2021 08:20:54 +0000 (09:20 +0100)]
fix warnings
Michael Wallner [Mon, 27 Dec 2021 10:03:13 +0000 (11:03 +0100)]
fix warnings
Michael Wallner [Wed, 22 Dec 2021 17:30:28 +0000 (18:30 +0100)]
fix ion type arguments
Michael Wallner [Wed, 22 Dec 2021 16:32:48 +0000 (17:32 +0100)]
discard a few previous ideas
Michael Wallner [Wed, 22 Dec 2021 15:50:22 +0000 (16:50 +0100)]
ensure proper default initialization
Michael Wallner [Wed, 22 Dec 2021 10:06:05 +0000 (11:06 +0100)]
improve catalog support; depends on amzn/ion-c#271
Michael Wallner [Tue, 21 Dec 2021 09:15:30 +0000 (10:15 +0100)]
add tests/Catalog - depends on amzn/ion-c#267
Michael Wallner [Tue, 21 Dec 2021 07:56:15 +0000 (08:56 +0100)]
encode the return value ofg serializables as clob
strings are supposed to be UTF-8 and serialiables cannot return ion\LOB
objects
Michael Wallner [Tue, 21 Dec 2021 07:37:33 +0000 (08:37 +0100)]
remove collections, which are pretty low level
Michael Wallner [Tue, 21 Dec 2021 07:33:23 +0000 (08:33 +0100)]
use ION_STRING_EQUALS API
Michael Wallner [Mon, 20 Dec 2021 15:43:43 +0000 (16:43 +0100)]
improve shared symbol tables
Michael Wallner [Mon, 20 Dec 2021 15:30:52 +0000 (16:30 +0100)]
remo0ve semi-global PHP anntotation interfering with system values
Michael Wallner [Mon, 20 Dec 2021 15:29:26 +0000 (16:29 +0100)]
fix leak
Michael Wallner [Mon, 20 Dec 2021 15:27:58 +0000 (16:27 +0100)]
fix default options
Michael Wallner [Fri, 17 Dec 2021 19:28:39 +0000 (20:28 +0100)]
improve symbol/table/catalog support
Michael Wallner [Fri, 17 Dec 2021 17:55:58 +0000 (18:55 +0100)]
fix test
Michael Wallner [Thu, 16 Dec 2021 12:11:33 +0000 (13:11 +0100)]
make decContext a module global
Michael Wallner [Thu, 16 Dec 2021 08:48:54 +0000 (09:48 +0100)]
fix timestamp support
Michael Wallner [Wed, 15 Dec 2021 19:54:58 +0000 (20:54 +0100)]
improve symbol comparison
Michael Wallner [Wed, 15 Dec 2021 16:04:48 +0000 (17:04 +0100)]
naivly capture multiple values for single field
Michael Wallner [Wed, 15 Dec 2021 15:27:20 +0000 (16:27 +0100)]
improve decimal context
Michael Wallner [Wed, 15 Dec 2021 12:49:55 +0000 (13:49 +0100)]
support multi sequence un/serialization
Michael Wallner [Wed, 15 Dec 2021 12:47:37 +0000 (13:47 +0100)]
Michael Wallner [Wed, 15 Dec 2021 09:35:04 +0000 (10:35 +0100)]
use already available ion_string_assign_cstr API
Michael Wallner [Tue, 14 Dec 2021 11:58:15 +0000 (12:58 +0100)]
fix test
Michael Wallner [Tue, 14 Dec 2021 11:41:12 +0000 (12:41 +0100)]
TODO: reading ints
Michael Wallner [Tue, 14 Dec 2021 11:39:47 +0000 (12:39 +0100)]
only check single char annotations
Michael Wallner [Tue, 14 Dec 2021 11:39:12 +0000 (12:39 +0100)]
sort of correct unserialize input arg type
Michael Wallner [Tue, 14 Dec 2021 11:38:25 +0000 (12:38 +0100)]
check for NULL on any valid ION type
Michael Wallner [Tue, 14 Dec 2021 11:37:19 +0000 (12:37 +0100)]
properly unserialize (unknown) field names
Michael Wallner [Tue, 14 Dec 2021 11:33:53 +0000 (12:33 +0100)]
properly check whether an ion int/decimal fits a zend_long
Michael Wallner [Fri, 10 Dec 2021 22:19:56 +0000 (23:19 +0100)]
immediately check for EOF
Michael Wallner [Fri, 10 Dec 2021 22:11:52 +0000 (23:11 +0100)]
remove superfluous null check
Michael Wallner [Fri, 10 Dec 2021 22:11:19 +0000 (23:11 +0100)]
only check 1-char annotations
Michael Wallner [Fri, 10 Dec 2021 22:02:36 +0000 (23:02 +0100)]
add ion\LOB
Michael Wallner [Fri, 10 Dec 2021 22:02:04 +0000 (23:02 +0100)]
rm unused code
Michael Wallner [Fri, 10 Dec 2021 22:01:45 +0000 (23:01 +0100)]
fix decimal context leak
Michael Wallner [Fri, 10 Dec 2021 20:14:30 +0000 (21:14 +0100)]
simplify Serializable handling
Michael Wallner [Fri, 10 Dec 2021 14:25:15 +0000 (15:25 +0100)]
improve object un/serialization
Michael Wallner [Thu, 9 Dec 2021 19:30:50 +0000 (20:30 +0100)]
rm debug fprintf
Michael Wallner [Thu, 9 Dec 2021 16:49:23 +0000 (17:49 +0100)]
improve un/serialization API
Michael Wallner [Tue, 7 Dec 2021 15:07:52 +0000 (16:07 +0100)]
basic type test
Michael Wallner [Tue, 7 Dec 2021 15:07:08 +0000 (16:07 +0100)]
improve symbol support
Michael Wallner [Tue, 7 Dec 2021 14:30:17 +0000 (15:30 +0100)]
improve timestamp support
Michael Wallner [Tue, 7 Dec 2021 11:41:49 +0000 (12:41 +0100)]
improve decimal support
Michael Wallner [Tue, 7 Dec 2021 01:26:41 +0000 (02:26 +0100)]
better handling of unserialization with annotations
Michael Wallner [Mon, 6 Dec 2021 20:27:40 +0000 (21:27 +0100)]
initial ci