Commit Graph

66 Commits

Author SHA1 Message Date
ab761aa395 kprint massive rename 2023-01-18 03:38:30 +06:00
c1218014db warning supression 2023-01-17 22:25:28 +06:00
b09f6b802c Merge branch 'main' of https://github.com/Timerix22/kerep 2022-11-05 13:10:06 +06:00
e846f6d304 yet another ktid type system refactoring 2022-11-04 22:19:19 +06:00
b327f037e7 fixed one typo 2022-10-30 18:51:49 +06:00
1632c78300 some fixes 2022-10-28 02:09:10 +06:00
121f492b84 kprintf color parse 2022-10-24 19:13:04 +06:00
4785023126 all printf calls replaced with kprintf 2022-10-24 18:33:43 +06:00
c70544ff97 kprintf 2022-10-24 18:06:51 +06:00
49f1931a34 kprint now works 2022-10-24 17:40:08 +06:00
bbeb6bea1d fixed memory leaks 2022-10-24 15:59:01 +06:00
4222c3ebf6 base_toString 2022-10-24 15:25:13 +06:00
d270554dfa kprint moved out from base 2022-10-24 04:39:18 +06:00
66935ae437 no more repeating code in xoshiro/xoroshiro 2022-10-24 04:32:06 +06:00
f33804f5b8 added random number generation algorithms 2022-10-24 03:29:42 +06:00
0e6a0f6482 some changes in kprint 2022-10-23 17:10:30 +06:00
e9d736e95f autoarr vs vector 2022-10-05 20:25:20 +06:00
67e1328ee7 kerepType -> kt 2022-09-06 21:25:03 +06:00
dc6a52608a a lot of changes 2022-09-06 20:06:08 +06:00
e63056d244 some type system updates 2022-09-06 15:53:13 +06:00
982a79a052 changed some log messages 2022-08-31 14:17:48 +06:00
b627affbde fixed a lot of broken stuff 2022-08-26 01:45:02 +06:00
Timerix22
0ce156536c
removed test_network() call 2022-08-24 13:50:59 +06:00
Timerix22
996dcd41de
removed test_network() definition 2022-08-24 13:50:11 +06:00
Timerix22
491929c3c2
Delete test_network.c 2022-08-24 13:49:26 +06:00
7ba7201d3a PACK() macro 2022-08-14 13:23:39 +06:00
4e162bd474 Network/* structure changed 2022-08-13 00:53:30 +06:00
d96bebaf45 test_network 2022-08-12 22:27:34 +06:00
ae1320e31f small changes 2022-08-12 22:26:58 +06:00
b6e47a310b removed incomplete c++ code 2022-07-21 03:11:56 +03:00
7cd2facc5e 7 2022-07-21 01:18:38 +03:00
2de4506e01 Autoarr_define 2022-07-17 17:05:10 +03:00
16957ced1a some small changes 2022-07-17 16:56:49 +03:00
378277450b Hashtable2 with many bugs 2022-06-20 19:54:56 +03:00
9b055d775a 76 2022-06-13 14:54:58 +03:00
b5c9de24ed xxhash removed 2022-06-11 15:39:18 +03:00
abdc56d404 xxhash added 2022-06-11 15:38:35 +03:00
7ea373b6e4 fixed some warnings 2022-06-10 18:47:00 +03:00
104dde3f74 universal hashb() and hashs() macros 2022-06-10 18:44:10 +03:00
d525270443 test_hash_functions 2022-06-03 20:51:57 +03:00
11875856c2 hash functions replaced 2022-06-03 20:41:09 +03:00
6c0b23f256 classes moved to separate dirs 2022-06-02 21:28:05 +03:00
281befa1d7 Autoarr2 works now 2022-06-02 20:33:13 +03:00
c9864f3b68 fixed some warnings 2022-05-08 15:06:38 +03:00
c6c70c6fcc project structure changed for clion 2022-05-08 13:59:28 +03:00
448b69c8e9 simplified blank hashtables serialization 2022-05-03 01:16:55 +03:00
2aee6af0ca trying to fix broken list deserialization 2022-04-21 00:20:25 +03:00
2a6ad6e207 some Hashtable improvements from another branch 2022-04-20 19:50:33 +03:00
0309f0a3d0 StringBuilder rewrote 2022-04-20 19:25:19 +03:00
2434a126da some code moved to String directory 2022-04-19 20:50:44 +03:00