Ingwie Phoenix
Ingwie Phoenix
So in other words, WildcardMatch() does what I am looking for? So if I give it a pattern like: ./src/*.cpp …would it return something like ./src/a.cpp ./src/b.cpp because then, that...
Thats great! Which files do I need to include in my project to make the functions available? Am 02.08.2014 um 23:55 schrieb False.Genesis [email protected]: > Almost. Wildcard matching is just...
Decided to do a test...and ran into a compiler error, actually. ``` src/VFSHelper.cpp:360:23: error: invalid use of 'this' outside of a non-static member function VFS_GUARD_OPT(this); ``` The line itself is...
Well I pretty much need to. http://github.com/IngwiePhoenix/IceTea http://github.com/IngwiePhoenix/IceTea It works its tasks on multiple threads, and part of that is organizing the output directory. Therefore I need to do I/O...
Oh! I’d rather for the updates then, as I am a friend of updates :). I was using master, obviously… As a side note: https://github.com/Deskshell-Core/PhoenixEngine :) ttvfs is set to...
Am 27.04.2014 um 20:34 schrieb fgenesis [email protected]: > Is this API simple enough, or what else do you have in mind? -> https://github.com/fgenesis/ttvfs/blob/dev/examples/example10.cpp > > This API looks very good!...
Oh! Very nice :) I was working on an architecture ontop of libcanister, which basically would allow „archives with headers“. It was originally ment for a package manager, so you...
Gulp. Just realized that libcanister is 2 years old…oh. Well, if you are updating liblvpa anyway, I might as well just take the advantage and switch over for the archiving...
If you can tell me how I can force a stacktrace to be shown, I’d be happy to provide it. :) > Am 13.02.2019 um 10:25 schrieb David Chisnall :...
``` (lldb) r Process 71324 launched: '/Users/Ingwie/Work/git/libobjc2/out/Test/PropertyAttributeTest' (x86_64) Assertion failed: (outCount == 1), function main, file ../Test/PropertyAttributeTest.m, line 43. Process 71324 stopped * thread #1, queue = 'com.apple.main-thread', stop reason...