Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use "/*" instead of "/**" in starting comments at the begining of a file. | lloyd | 2010-06-07 | 1 | -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 silly | lloyd | 2010-02-14 | 1 | -11/+8 |
| | |||||
* | Inline debug funcs to debug.h, make print_vec a template on the base type | lloyd | 2010-01-21 | 1 | -4/+15 |
| | |||||
* | Add debug.h which is an internal-only header with debug functions that | lloyd | 2009-12-27 | 1 | -0/+29 |
I tend to rewrite often in particular files while debugging things. |