graeme —
On OSX/Linux this is easy with bash --you can use & and wait--although it occurs to me that I've n…
You can toss together some macros pretty quick to make the code more readable, and then sometimes …
Neo Ar —
Nice! Glad I was able to help :)
Oh, ok! I understood you were doing that :D Oh and...
the start command will let batch continue execution of subsequent commands immediately however it …
Jesse —
Then the question becomes, are you aware of a method that does that in a batch file? AFAIK a batch…
TM —
I recently implemented tan, cot, atan, atan2 using SSE2 intrinsics, which serve as extensions to …
Uplift is working a quote for me now for a 72" straight desk with a Steelcase Gesture chair. Sitti…
I've picked up most of this stuff from piecing together tidbits from Apple documentation (you're …
Never had that bug. Did you report it to ? If you didn't Allen may not know about it. Nothing to …
It doesn't work for different cl flags. For that you need to invoke new cl.exe instances. Same wit…
100 Todo items later, I have my code up to a place where I'm not embarassed by it. I'm going to be…
magicu —
I need a little help about compiling emacs. Most of codes are compiling well, and i can implement …
xel —
Referring to the bug where upon minimization 4coder stops rendering and the screen goes white. Its…
Adrian —
Ok, thank you guys, this literally kicked me into the stratosphere. Could you recommend some resou…
[/quote] Miotatsu, thanks for the reply and photo. I was looking at Varidesk 60" this afternoon o…
Neo Ar —
I use an , and a chair. They are expensive options but I'm very happy with them. The office chair…
Now that I'm spending a bit more time every week programming at home and starting to feel a bit of…
Yeah, I will port the game to other platforms when we're done, but I don't have the depth of knowl…
Jesse —
While I can't speak for Casey, it will be at least a year away - if he even decides to. So I encou…
Adrian —
Will Casey after he finished the Windows platform layer and the main game create a Mac OS X platfo…
Jesse —
You can adjust how many child cl.exe's to spawn with number after /MP like this: /MP2[/quote] How…
If you pass /MP for cl.exe then it will spawn multiple cl.exe (by default how many cores you have)…
One solution is to write a Build application that uses CreateProcess to launch multiple compiles a…
Jesse —
Like with Handmade Hero, I've split my project into a few TU that compile linearly as part of the …
Hello, and sorry for the late response! In my own code base i do: But your solution should work j…
Neo Ar —
Awesome! I didn't mean binary compatibility but rather how difficult it would be to get existing…
Sorry to keep replying with "no", but no, you do not stop all threads during collation! You only …
Oh, I see. That works. But you have to stop all the threads during collation. I have a single-writ…