043178b
(HEAD -> master)
better stracktrace on linux (using gdb if wanted) by
2021-05-15 00:11:19 +0200
267375c
more alloc stats by
2021-05-12 00:08:15 +0200
4920af9
allocation stats by
2021-05-11 14:24:42 +0200
501896c
scheduler in ftb by
2021-05-11 00:13:14 +0200
5243540
fixed hooks a bit by
2021-05-10 21:52:11 +0200
32d3130
merge by
2021-05-10 20:51:55 +0200
458f352
changes to hooks by
2021-05-10 20:51:41 +0200
bfa70e1
can proint spaces now by
2021-05-07 13:22:00 +0200
2ef2b5e
some small additions by
2021-05-05 23:59:10 +0200
75481a8
removed tracy zones by
2021-05-04 21:29:28 +0200
d7f060d
added stack arrays and simple queues by
2021-05-01 23:40:40 +0200
f54fdcb
added cpu_info and fui by
2021-03-26 15:06:09 +0100
0488aa9
println by
2020-12-23 15:20:13 +0100
5550ed8
clear by
2020-12-20 16:13:55 +0100
da6c41b
use unit tests by
2020-12-20 12:09:58 +0100
668bfc2
hashmap uses bitmask by
2020-12-12 20:49:07 +0100
f90183f
automaticall enable colored console output on windows by
2020-11-21 00:27:51 +0100
1e7df8d
printer functions are allowed to print 0 chars by
2020-11-20 21:14:20 +0100
96688c9
Merge branch 'master' of https://github.com/felixbrendel/ftb by
2020-11-11 15:39:47 +0100
58cb2a8
hashmap now has for each by
2020-11-11 15:39:14 +0100
f45aaea
hashmap now has for each by
2020-11-11 15:15:16 +0100
f3d92bc
yes by
2020-11-10 23:01:26 +0100
33bac14
added extend for array list by
2020-11-08 19:43:21 +0100
3a8b477
hashmap can now take non scalar types as keys by
2020-11-08 15:57:55 +0100
bfeb3aa
arrayst list alloc from made not static by
2020-11-07 23:38:26 +0100
1a09ed7
Updated Array_List: next_index -> count by
2020-11-05 14:37:16 +0100
ae09f3b
Merge branch 'master' of https://github.com/felixbrendel/ftb by
2020-10-27 02:37:53 +0100
b766118
some qol by
2020-10-27 02:36:33 +0100
f53506a
activated system shutdown hook again, line_label macro by
2020-10-14 10:05:13 +0200
f35aa13
(banana-cakes)
move semantics by
2020-10-11 01:22:26 +0200
a43b043
stuff by
2020-10-10 21:10:50 +0200
eb1d178
platform by
2020-09-29 17:31:35 +0200
cc5e4d5
added template hell by
2020-09-24 01:47:10 +0200
faa4c51
ignore_stdout macro by
2020-09-24 00:57:08 +0200
acd5cf3
added errors and stuff by
2020-09-23 20:03:40 +0200
be5e48b
added deinit_printer by
2020-05-20 23:41:38 +0200
dc98c61
added explicit vararg version by
2020-05-20 23:15:42 +0200
fcc64d8
added print by
2020-05-19 09:35:36 +0200
a77b139
removed duplicate code by
2020-04-06 00:11:37 +0200
39dbfa3
Disabled shutdown hook for now, UNICODE support for paths by
2020-04-05 22:59:27 +0200
07e89f3
array lists now can be cleared by
2020-04-03 22:46:37 +0200
f35d5c6
using stdint types by
2020-03-31 11:35:17 +0200
e5cb9ce
added defer_free by
2020-03-18 22:55:03 +0100
98aa145
Hooks and profiler now runs on linux by
2020-03-10 00:28:51 +0100
f82af0b
implemented hooks by
2020-02-29 23:41:13 +0100
8b50444
hashmaps not using cons/destructors anymore by
2020-02-18 10:49:25 +0100
60e3253
small fix in array lists by
2020-02-10 15:37:22 +0100
7b128b3
array lists dont have cons/destuctors anymore. RAII is not helpful by
2020-01-15 00:14:27 +0100
7d8eabf
arraylsits can now reserve by
2020-01-08 11:01:18 +0100
635af49
can now add comments by
2019-12-04 11:50:46 +0100
9a26305
profiler now useful by
2019-11-27 14:01:11 +0100
d213320
derferrer is now static struct so it can be included by
2019-11-19 01:49:39 +0100
4bf0e53
made non negative variables unsigned by
2019-11-15 14:08:45 +0100
3959dd2
prevent unnecessary rehashing at expansion by
2019-11-14 00:33:31 +0100
abbd0b6
made more consistent by
2019-11-10 00:47:19 +0100
43da71f
added destructors by
2019-10-30 00:36:44 +0100
a205395
added bucket allocator by
2019-10-21 22:37:58 +0200
6b3c2e1
removed unecessary clang warning by
2019-10-20 16:42:54 +0200
5519e86
new for_hm macro by
2019-10-20 16:34:05 +0200
dd7db5b
remove npe when element not found by
2019-10-17 14:45:37 +0200
e782aa7
generic containers by
2019-10-17 12:33:45 +0200
b65f439
generic array list by
2019-10-16 00:05:29 +0200
9c5512b
fixed when looping over hm's that deleted objects are iterated over by
2019-10-06 18:56:34 +0200
94ad64f
Hashmaps now forward declare the necessary methods by
2019-10-04 17:48:09 +0200
2f6954b
made hashmaps extensibe by packing them in a horrible macro by
2019-10-03 16:52:01 +0200
8545932
hashmaps are now working by
2019-09-30 08:26:59 +0200
6002f59
ignore reports by
2019-09-29 21:37:24 +0200
b9de82c
hashmaps by
2019-09-29 23:20:11 +0200
e0accfe
hashmaps by
2019-09-27 13:37:35 +0200
2b00885
fluid let uses derfer now and can be returned from by
2019-09-19 09:21:30 +0200
63f8554
cleanup by
2019-08-30 01:29:46 +0200
5d6da78
profiler added by
2019-08-24 18:47:47 +0200