aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/debug.h
Commit message (Collapse)AuthorAgeFilesLines
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
| | | | | This caused Doxygen to think this was markup meant for it, which really caused some clutter in the namespace page.
* Switch back to stdio.h-based debug funcs, iostreams was broken and sillylloyd2010-02-141-11/+8
|
* Inline debug funcs to debug.h, make print_vec a template on the base typelloyd2010-01-211-4/+15
|
* Add debug.h which is an internal-only header with debug functions thatlloyd2009-12-271-0/+29
I tend to rewrite often in particular files while debugging things.