aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/TagItem.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* TagType: rename enum tag_type to TagTypeMax Kellermann2013-10-201-2/+2
|
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
|
* TagType: reduce the enum size to 1 byteMax Kellermann2013-09-261-1/+1
| | | | Reduce the TagItem overhead.
* TagItem: disable the copy constructor/operatorMax Kellermann2013-09-051-0/+4
| | | | This is not a C++ class and must not be copied.
* Tag: move struct TagItem to TagItem.hxxMax Kellermann2013-09-051-0/+41