summaryrefslogtreecommitdiff
path: root/src/strings
AgeCommit message (Expand)AuthorFilesLines
2018-03-05un-deprecate operator[] on pseudo-stringsgumi2-2/+0
2014-11-09Make it easier to debug scripts, especially from coredumpsBen Longbons1-0/+5
2014-11-04Use the new ASTsBen Longbons2-2/+2
2014-10-26Fix header rankingBen Longbons3-2/+4
2014-10-26New ast module for for npc parsingBen Longbons2-7/+21
2014-10-15Remove the need for empty source files to check headersBen Longbons1-29/+0
2014-10-15Always print symbols if known for pointersBen Longbons2-12/+12
2014-08-27fix testsBen Longbons5-0/+22
2014-08-27Debug debuggingBen Longbons6-25/+128
2014-08-25Optimize string literals in refcounted stringsBen Longbons6-110/+67
2014-07-17Add dir annoyancesBen Longbons1-2/+3
2014-06-30Finally get around to decoupling the warning systemBen Longbons3-7/+0
2014-06-27This is more reliableBen Longbons13-104/+65
2014-06-26Stick everything in a namespaceBen Longbons38-5/+136
2014-06-26Low hanging fruitBen Longbons10-57/+10
2014-05-12Implement network protocol generation (incomplete wip)Ben Longbons1-1/+1
2014-04-24Header cleanupBen Longbons21-28/+41
2014-04-22Make travis happyBen Longbons8-8/+10
2014-04-22Use strict ID typesBen Longbons2-2/+2
2014-04-19Make clang and libc++ happyBen Longbons6-9/+20
2014-04-14Ditch gcc 4.6 supportBen Longbons27-175/+282
2014-04-09Add all the missing copyright headersBen Longbons13-1/+82
2014-03-31Be stricter about most arraysBen Longbons2-3/+3
2014-03-16Clean up header organizationBen Longbons12-1/+29
2014-02-08Implement AStringBen Longbons26-181/+740
2014-01-25Implement unified config parsing (mostly)Ben Longbons1-0/+1
2014-01-20Implement FString from scratch instead of hackishlyBen Longbons4-19/+94
2013-12-06Add basic source formatting toolsBen Longbons11-37/+37
2013-11-15Another step towards proper header orderingBen Longbons2-2/+2
2013-10-31Add some more pretty printersBen Longbons2-0/+35
2013-10-31Fix ladmin account creationBen Longbons2-1/+11
2013-10-15Add infrastructure for debug pretty printersBen Longbons1-0/+18
2013-10-05Remove owning slicesBen Longbons12-160/+1
2013-10-05Split string header into piecesBen Longbons28-0/+2734