Spent most of my day getting Doxygen working with Visual Studio 2008. Finally happy with the output after lots of fiddling and trial-and-error. Now my API documentation is getting generated every time I do a build (and tested with UnitTest++).
Some...
Cygwin has its warts. But, at least it has a single installer.
There's documentation on the MinGW site with install instructions. Many, many pages w/ seemingly contradictory information. And then you've got to navigate SourceForge's horrible file...
The new job is going well. Working closely with a couple other developers to design and implement some functionality for our new system.
The bad part is... we all have very similar personalities and development styles. All of us are tending to get...
Dear LazyWeb,
For Java builds, you've got both Ivy and Maven as mechanisms to publish / discover inter-project dependencies.
Are there similar tools for C# or C++? Particularly within Visual Studio?
Googling has turned up vague hints about running...
I was playing around with some python code a couple months ago. Nothing that special, just a few hours work figuring out how to parse some text files. Nothing too elaborate, but I remember being particularly pleased with one or two pieces of...