Commit Graph

69 Commits

Author SHA1 Message Date
lirent a4c95fe95e Update generics (vtype_variable) 2023-03-23 16:29:10 +03:00
lirent a3107ef73b Update set (vtype_variable) 2023-03-23 16:21:52 +03:00
lirent 7657e72c4f Update map (vtype_variable) 2023-03-23 16:15:28 +03:00
lirent 6fc4be2b75 Update list (vtype_variable) 2023-03-23 13:53:46 +03:00
lirent b21ce2e799 Update dict (vtype_variable) 2023-03-23 13:33:08 +03:00
lirent c2144f04cf Update array (vtype_variable) 2023-03-23 12:32:01 +03:00
lirent 554ea487cc Add vtype_variable 2023-03-23 12:31:15 +03:00
lirent c0294bc1f0 Add queue_t 2022-09-13 10:37:40 +03:00
lirent 98cee61c83 Fix getting of map keys 2022-08-26 20:00:18 +03:00
lirent 932849a062 Add callback support on value update (#61) 2022-08-26 17:54:27 +03:00
lirent 4dfe971282 Update container free methods (#58) 2022-08-26 12:46:59 +03:00
lirent 8858e02afb Add implementation of the stack reversion 2022-08-24 12:26:17 +03:00
lirent d7bd9be567 Update headers 2022-08-24 11:43:27 +03:00
lirent ca8251973e Refactor string 2022-08-22 12:13:20 +03:00
lirent 2118404bfe Refactor headers 2022-08-22 11:56:16 +03:00
lirent 08aebcc15b Minor fixes & modifications 2022-08-19 20:00:10 +03:00
lirent 7618294078 Refactor dict, add attaching functional 2022-08-19 19:32:52 +03:00
lirent 36f03d3d23 Refactor map, add attaching functional 2022-08-19 19:31:01 +03:00
lirent b789b133e2 Refactor set, add attaching functional 2022-08-19 17:41:02 +03:00
lirent 925a8855ed Refactor list, add attaching functional 2022-08-19 16:46:07 +03:00
lirent 57a8a08234 Refactor array, add attaching functional 2022-08-19 15:22:54 +03:00
lirent e8d3b55ec9 Add dict keys copy methods 2022-08-18 02:44:49 +03:00
lirent 3cbf7a6fdf Add stack_push_many method 2022-08-18 00:08:10 +03:00
lirent 9f83f59502 Update headers 2022-08-17 22:20:04 +03:00
lirent 125153076d Minor fixes 2022-08-16 21:10:54 +03:00
lirent 80ba7082d4 Minor fixes 2022-08-16 18:39:55 +03:00
lirent bc489e085e Refactor the attributes 2022-08-16 01:36:37 +03:00
lirent aa4828b4ed Add dict type 2022-08-14 18:20:17 +03:00
lirent ecd0ff0ab2 Merge branch 'develop' into #3-issue 2022-06-10 12:38:39 +03:00
lirent 2420b7bd6b Update array slice 2022-06-10 12:22:20 +03:00
lirent 34146981e6 Add list slice 2022-06-10 12:21:57 +03:00
lirent af5b89a2f4 Refactor the using of bool type 2022-06-09 16:29:10 +03:00
lirent 5a8a7ee6ef Array interface standardization 2022-06-09 16:26:11 +03:00
lirent 28de64f7ba Access standardization: clean types 2022-06-08 21:01:12 +03:00
lirent d592c0adac Map access standardization 2022-06-08 21:00:33 +03:00
lirent 4b3204c00f Set access standardization 2022-06-08 20:59:46 +03:00
lirent 426f391561 List access standardization 2022-06-08 20:59:07 +03:00
lirent ab75d629d3 Array access standardization 2022-06-08 20:56:59 +03:00
lirent bd9563dbf4 Fix map (extra) update symbol 2022-06-08 10:53:18 +03:00
lirent 2f0a3a3c8e Update set (extra) foreach implementation 2022-06-08 09:58:16 +03:00
lirent 659c329880 Update list (extra) foreach implementation 2022-06-08 09:57:57 +03:00
lirent 472639a681 Update array (extra) foreach implementation 2022-06-08 09:57:41 +03:00
lirent 624efada63 Add map implementation 2022-06-08 09:56:59 +03:00
lirent 0922870d04 Extend the foreach implementation 2022-06-07 21:42:11 +03:00
lirent 8a813e877a Add stack 2022-06-07 21:35:13 +03:00
lirent 9a34d1d71f Update headers 2022-06-06 23:47:26 +03:00
lirent 0cf27783ea Add set base & extra 2022-06-06 11:23:33 +03:00
lirent da420ef59d Update array & list (extra) foreach symbols 2022-06-06 11:22:48 +03:00
lirent 51c1fbf52d Refactor string symbols 2022-06-06 11:21:32 +03:00
lirent da1f20452c Update list (extra) header 2022-06-05 20:01:28 +03:00