Age | Commit message (Expand) | Author | Files | Lines |
2018-03-05 | fix indentation in option.hpp | gumi | 1 | -8/+8 |
2018-03-05 | make OMATCH use actual values instead of true/false (too lazy to just remove ... | gumi | 1 | -3/+3 |
2018-02-17 | remove some useless tests from option_test | gumi | 1 | -11/+0 |
2015-01-23 | Use generated config for map | Ben Longbons | 1 | -4/+4 |
2015-01-03 | Switch MATCH to separate begin/end macros | Ben Longbons | 4 | -95/+60 |
2014-11-19 | Magically allow "break" within WITH_VAR | Ben Longbons | 4 | -9/+82 |
2014-11-04 | Use the new ASTs | Ben Longbons | 1 | -0/+16 |
2014-10-26 | Fix header ranking | Ben Longbons | 4 | -2/+176 |
2014-10-26 | New ast module for for npc parsing | Ben Longbons | 2 | -0/+157 |
2014-10-18 | Fix bug where Option destroys too much | Ben Longbons | 2 | -1/+39 |
2014-10-16 | Tweak for travis | Ben Longbons | 1 | -1/+1 |
2014-10-16 | Split tests a lot | Ben Longbons | 1 | -0/+2 |
2014-10-15 | Remove the need for empty source files to check headers | Ben Longbons | 7 | -182/+0 |
2014-10-15 | Always print symbols if known for pointers | Ben Longbons | 1 | -1/+1 |
2014-10-13 | Convert container lookups to use Option<Borrowed<T>> | Ben Longbons | 7 | -4/+154 |
2014-10-13 | Add OPTION_IS_SOME branching macro | Ben Longbons | 4 | -1/+38 |
2014-10-04 | Implement Option<T> and Borrowed<T> | Ben Longbons | 6 | -0/+937 |
2014-06-30 | Finally get around to decoupling the warning system | Ben Longbons | 1 | -2/+0 |
2014-06-27 | This is more reliable | Ben Longbons | 9 | -68/+41 |
2014-06-26 | Stick everything in a namespace | Ben Longbons | 16 | -0/+65 |
2014-06-26 | Low hanging fruit | Ben Longbons | 2 | -3/+8 |
2014-05-27 | Was the bug in my code or in the compiler? Who knows? | Ben Longbons | 2 | -7/+9 |
2014-05-19 | Convert login/char and login/admin server components to proto-v2 | Ben Longbons | 2 | -0/+107 |
2014-05-12 | Split net/ from mmo/ | Ben Longbons | 2 | -0/+48 |
2014-04-24 | Header cleanup | Ben Longbons | 4 | -64/+3 |
2014-04-22 | Make travis happy | Ben Longbons | 7 | -10/+7 |
2014-04-22 | Use strict ID types | Ben Longbons | 2 | -1/+27 |
2014-04-19 | Wouldn't it be nice to have some integers too? | Ben Longbons | 2 | -3/+7 |
2014-04-09 | Add all the missing copyright headers | Ben Longbons | 14 | -2/+265 |
2014-03-16 | Clean up header organization | Ben Longbons | 15 | -0/+419 |