summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/bitary.cc
Commit message (Expand)AuthorAgeFilesLines
* More formatting fixes for return (...);Neil Moore2013-11-151-1/+1
* Add a copy constructor to bit_vector (xFleury)Pete Hurst2013-05-191-0/+8
* Include debug.h earlier.Adam Borowski2013-04-261-2/+0
* Rename bit_array to bit_vector.Adam Borowski2012-07-261-9/+9
* Some more return deparenthesization.Adam Borowski2012-07-051-2/+2
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-1/+1
* Fixed-width bit arrays, a good deal faster than dynamic ones.Adam Borowski2011-04-071-2/+0
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
* Nuke a whole lot of old-style casts, and remove some casts completelyHaran Pilpel2010-01-291-1/+1
* Implement bit array class.Robert Vollmert2009-10-101-0/+76