summaryrefslogtreecommitdiffstats
path: root/src/common/symbols.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-14/+11
|
* symbols: Get rid of initial underscores in variable namesLioncash2015-09-301-5/+5
|
* symbols: Directly initialize TSymbol membersLioncash2015-09-301-8/+3
|
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-1/+3
|
* License changepurpasmart962014-12-211-1/+1
|
* Remove extraneous semicolonsLioncash2014-11-181-1/+1
|
* Common: Get rid of an unnecessary forward declaration in symbols.hLioncash2014-08-181-2/+0
|
* Common: Don't return a reference to a string when calling GetName in symbols.cppLioncash2014-08-181-1/+1
| | | | Returning a copy of the string is what was likely meant to be done.
* Add symbols mapMathieu Vaillancourt2014-04-131-0/+39