ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
cenomla has joined #zig
cenomla has quit [Quit: cenomla]
cenomla has joined #zig
cenomla has quit [Client Quit]
cenomla has joined #zig
steveno has joined #zig
steveno has quit [Client Quit]
aiwakura has quit [Quit: Ping timeout (120 seconds)]
steveno has joined #zig
steveno has quit [Client Quit]
aiwakura has joined #zig
hasen_judy has joined #zig
hasen_judy has quit [Quit: hasen_judy]
hasen_judy has joined #zig
<GitHub12> [zig] andrewrk pushed 1 new commit to master: https://git.io/vFeIJ
<GitHub12> zig/master 1828f8e Andrew Kelley: fix missing compiler_rt in release modes...
clownpriest has joined #zig
hasen_judy has quit [Ping timeout: 255 seconds]
<GitHub171> [zig] andrewrk pushed 5 new commits to master: https://git.io/vFeLJ
<GitHub76> [zig] andrewrk closed pull request #563: Improved printing for floats (master...float-printing) https://git.io/vdjwT
<GitHub171> zig/master 262b742 scurest: More corrections to float printing...
<GitHub171> zig/master 1e78483 Andrew Kelley: Merge branch 'float-printing' of https://github.com/scurest/zig into better-float-printing
<GitHub171> zig/master 03a0dfb scurest: Print better floats
hasen_judy has joined #zig
pupp has quit [Quit: pupp]
dimenus has joined #zig
ryan_ has quit [Ping timeout: 248 seconds]
hasen_judy has quit [Quit: hasen_judy]
hasen_judy has joined #zig
cenomla has quit [Quit: cenomla]
clownpriest has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
clownpriest has joined #zig
clownpriest has quit [Client Quit]
clownpriest has joined #zig
tiehuis has joined #zig
clownpriest has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
hasen_judy has quit [Quit: hasen_judy]
hasen_judy has joined #zig
hasen_ju_ has joined #zig
hasen_ju_ has quit [Ping timeout: 258 seconds]
hasen_judy has quit [Quit: hasen_judy]
hasen_judy has joined #zig
hasen_judy has quit [Quit: hasen_judy]
hasen_judy has joined #zig
Andris_zbx has joined #zig
tiehuis has quit [Quit: WeeChat 1.9.1]
hasen_ju_ has joined #zig
hasen_ju_ has quit [Ping timeout: 255 seconds]
hasen_judy has quit [Quit: hasen_judy]
dimenus has quit [Read error: Connection reset by peer]
hasen_judy has joined #zig
hasen_judy has quit [Remote host closed the connection]
hasen_judy has joined #zig
hasen_judy has quit [Ping timeout: 258 seconds]
clownpriest has joined #zig
clownpriest has quit [Ping timeout: 248 seconds]
hasen_judy has joined #zig
hasen_judy has quit [Remote host closed the connection]
hasen_judy has joined #zig
hasen_judy has quit [Remote host closed the connection]
clownpriest has joined #zig
Andris_zbx has quit [Remote host closed the connection]
<GitHub171> [zig] andrewrk closed pull request #551: Add OpenBSD support (WIP) (master...master) https://git.io/vdd4X
ofelas has joined #zig
dimenus has joined #zig
<dimenus> does anyone in here use windows?
<dimenus> looking to see if you have a registry key that exists at : HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Microsoft SDKs\Windows
<andrewrk> Dimenus, I'll check on my windows laptop when I get home, but that will be 6+ hours from now
<dimenus> i had a working machine that I broke by deleting keys, but the installer didn't recreate them :(
<dimenus> I'm reaching out to my friend who works at MS to see if he can talk to the Visual Studio team
<dimenus> but no luck so far
<andrewrk> I think Microsoft SDKs is part of windows, not part of MSVC
<dimenus> will save those, this is for kernel32.lib though
<dimenus> which is in the windows sdk - which is an extra package shipped with each instance of visual studio
<dimenus> all of this worked for me but I read online about people having issues with the keys not being created
<andrewrk> this is for finding the folder that contains kernel32.lib?
<dimenus> so i deleted mine without backing them up
<dimenus> like an idiot
<dimenus> correct
<andrewrk> it's ok Dimenus, the science had to be done
<andrewrk> btw we generate kernel32.lib if you don't link libc
<andrewrk> but we do have to know where the system provided kernel32.lib is if the system-provided libc depends on it
<dimenus> what generates it, llvm?
<andrewrk> we create a .def file based on the functions we call, then generate it with LLD
<andrewrk> the reason we need system provided kernel32.lib if you depend on system libc is we don't know what functions in kernel32 libc calls so we can't generate it
hasen_judy has joined #zig
<dimenus> yeah that makes sense
hasen_judy has quit [Ping timeout: 252 seconds]
dimenus has quit [Read error: Connection reset by peer]
dimenus has joined #zig
ofelas has quit [Quit: shutdown -h now]
clownpriest has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
hasen_judy has joined #zig
hasen_judy has quit [Ping timeout: 246 seconds]
hasen_judy has joined #zig