I just pushed a fix for the Linux and GCC builds. It was not looking for vulkan.so.1 which was cau…
Silently lurks in wait of a linux version[/quote] It's already linux compatible, using dlsym on l…
This looks great. :) Silently lurks in wait of a linux version
In case anybody's interested, I've been hacking away on a simple API loader for Vulkan. I've calle…
Thanks for giving it a go! By "stepping through mixed source/assembly" you mean like a disassembly…
That sounds quite possible, this is with a smallish project ~17k lines and about 160 files involve…
Hi, i'm using 4coder regularly under windows and there it has replaced all the other editors. Howe…
B —
For new episodes. You can do it Per! I believe.
Weird, I haven't used the linux build a lot, perhaps something is going wrong with the repaint or …
It's hard to pinpoint this one but you get some odd behaviour when filtering the list in some, not…
I tried it out today, and it was feeling pretty solid. I might go through and make a list of thin…
except he is actively searching for good a corpus to run it against to see how good of the hash it…
and breaking on entry point (maybe with warning) allows the user a chance to look for the main fun…
Yeah, I know it has different purpose from what HMH needs, I'm not saying Meow is a replacement fo…
Meow hash has different purpose. It is meant for large data sizes - think megabytes or even gigaby…
Watching episode 263, Casey just passed by one of the all-important "TODO(casey): Better hash func…
Miles —
Unity builds will definitely solve most of the linker spam problem, but you should also watch out …
What ratchetfreak and I were sugesting was that you fall back to the debugger stepping into the CR…
Yes, NT header has address for the entry point, you can find it here "address_of_entry_point". H…
lld linker has multi-threading capabilities. It is not perfect, but people are working on it. Here…
Jason —
"That post misses the bigger problem. In my opinion the biggest culprit is linker spam. With templ…
itzjac —
Thank you. Am familiar with that code and also stepping into the code with the debugger, but... I …
I'm not sure what you want to show in your code or what book are you talking about. But STL simply…
itzjac —
Hello! I stumble across my programming books, this reminded me that I have saved one particular bo…
itzjac —
Todd, thats a great tutorial and reference. I agree you should definitely master any batch program…
That post misses the bigger problem. In my opinion the biggest culprit is linker spam. With templ…
Actual entry point being the fallback when no main() variant is found is probably the best option…
Executables actually contain information about where in memory the entry point (i.e. the first ins…
I use ttf font that gives bitmap font appearance at 12pt size. I use it in all my editors and ter…