Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-09 | Make it easier to debug scripts, especially from coredumps | Ben Longbons | 1 | -0/+5 | |
2014-11-04 | Use the new ASTs | Ben Longbons | 2 | -2/+2 | |
2014-10-26 | Fix header ranking | Ben Longbons | 3 | -2/+4 | |
2014-10-26 | New ast module for for npc parsing | Ben Longbons | 2 | -7/+21 | |
Will eventually put most/all parsers there. | |||||
2014-10-15 | Remove the need for empty source files to check headers | Ben Longbons | 1 | -29/+0 | |
2014-10-15 | Always print symbols if known for pointers | Ben Longbons | 2 | -12/+12 | |
2014-08-27 | fix tests | Ben Longbons | 5 | -0/+22 | |
2014-08-27 | Debug debugging | Ben Longbons | 6 | -25/+128 | |
2014-08-25 | Optimize string literals in refcounted strings | Ben Longbons | 6 | -110/+67 | |
2014-07-17 | Add dir annoyances | Ben Longbons | 1 | -2/+3 | |
2014-06-30 | Finally get around to decoupling the warning system | Ben Longbons | 3 | -7/+0 | |
2014-06-27 | This is more reliable | Ben Longbons | 13 | -104/+65 | |
2014-06-26 | Stick everything in a namespace | Ben Longbons | 38 | -5/+136 | |
2014-06-26 | Low hanging fruit | Ben Longbons | 10 | -57/+10 | |
2014-05-12 | Implement network protocol generation (incomplete wip) | Ben Longbons | 1 | -1/+1 | |
2014-04-24 | Header cleanup | Ben Longbons | 21 | -28/+41 | |
2014-04-22 | Make travis happy | Ben Longbons | 8 | -8/+10 | |
2014-04-22 | Use strict ID types | Ben Longbons | 2 | -2/+2 | |
Possibly some missing for the far side of the network. AccountId and BlockId are still terribly entangled. | |||||
2014-04-19 | Make clang and libc++ happy | Ben Longbons | 6 | -9/+20 | |
2014-04-14 | Ditch gcc 4.6 support | Ben Longbons | 27 | -175/+282 | |
2014-04-09 | Add all the missing copyright headers | Ben Longbons | 13 | -1/+82 | |
2014-03-31 | Be stricter about most arrays | Ben Longbons | 2 | -3/+3 | |
2014-03-16 | Clean up header organization | Ben Longbons | 12 | -1/+29 | |
2014-02-08 | Implement AString | Ben Longbons | 26 | -181/+740 | |
2014-01-25 | Implement unified config parsing (mostly) | Ben Longbons | 1 | -0/+1 | |
2014-01-20 | Implement FString from scratch instead of hackishly | Ben Longbons | 4 | -19/+94 | |
2013-12-06 | Add basic source formatting tools | Ben Longbons | 11 | -37/+37 | |
2013-11-15 | Another step towards proper header ordering | Ben Longbons | 2 | -2/+2 | |
2013-10-31 | Add some more pretty printers | Ben Longbons | 2 | -0/+35 | |
2013-10-31 | Fix ladmin account creation | Ben Longbons | 2 | -1/+11 | |
2013-10-15 | Add infrastructure for debug pretty printers | Ben Longbons | 1 | -0/+18 | |
2013-10-05 | Remove owning slices | Ben Longbons | 12 | -160/+1 | |
They were hardly ever used, hid errors, and were obsoleted by baseful x'es. | |||||
2013-10-05 | Split string header into pieces | Ben Longbons | 28 | -0/+2734 | |