In my spare time, I'm making an open source GPU-powered image editor called Papaya in OpenGL and …
That looks pretty typical, with the exception perhaps of Erlang (I'm not sure I've heard of that …
These are nice solutions, but I found a much simpler one -- set makeprg=build.bat.
Simply cd to…
Mike T —
I was curious when this question came up in the stream and googled it.
This thread on the LoL for…
Its working now. Figured out that I was binding the keys wrong. Vim executes commands based off o…
Relevant post from Andreas Fredriksson about emitting C from Lisp:
http://voodoo-slide.blogspot.…
I've given clang-format a try and I suppose it would have saved me some time when I was still usi…
You should take a look at clang-format. We use it at work, and it keeps us from having to do any …
OK, then for right now, let's forge ahead with just my repo being the CPP repo, then, and not try…
Yeah, okay. This should stay primitive if the software we're using to handle the code base in any…
Yeah, the private fork under the Handmade Hero org is the biggest difference. That's still nice t…
Well, but it would allow people to have the full source code in their repository and not worry ab…
cmuratori I'll be honest, it's really pathetic that it can't trivially do this setup. It's like …
So, another thing I am thinking: maybe we just don't do the community cpp repository at all. May…
So, the next question would be, should we just ditch GitHub? If it sucks, it sucks. If we could…
Hei debiatan!
Man, absolutely. At a guess, the shortest amount of time I could possibly spend on…
I don't see the value of submodules, except that they would allow public repositories to referenc…
I had learned about submodules from this article: http://bit.ly/1JtyHqA. If we are to stick with …
[strike]Submodules will get quite messy over time, IIRC.
Why not just have two organizations? …
Personally, I think the submodules option would probably be the way to go if it weren't for the n…
Submodules suck when you try to use them to actively contribute within those. However, as a basic…
Ah, cheers, owensd. I'm more thinking about how those standard community versions will be maintai…
Can you elaborate on the submodules idea? Last time I used them (a few years ago) they were very …
If you wanted to make edits to the HMH source, you would do the following:
1. Fork the HMHCommun…
btaylor2401 C0D3 That CGI method looks very interesting. I think I should maybe do a project on i…
Yeah, submodules seem to be the way to go. I use nxsy's XCB platform layer and currently symlink …
How does this make things easier for people who maintain their own forks? These are by all rights…
[EDIT] Everyone beat me to it! :pinch:
Anders Kaare's twitter reply is probably a better bet t…
Or he could push to a different branch like
1git push community from_casey
or something like t…
That's going to cause Casey to have to sync the community one as well otherwise it will error whe…