]> git.xonotic.org Git - xonotic/gmqcc.git/history - fold.cpp
sanitize: shift 1u (unsigned) for flag bits
[xonotic/gmqcc.git] / fold.cpp
2016-05-23 Dale WeilerWarning xonotic-v0.8.2
2016-01-03 Dale WeilerMerge branch 'master' into cleanup
2015-02-01 Wolfgang Bumillerremove a bunch of unnecessary c-casts to ast_expression*
2015-02-01 Wolfgang BumillerMerge branch 'cleanup' of git://github.com/graphitemast...
2015-02-01 Wolfgang Bumillerfix std::string constructed from nullptr
2015-02-01 Wolfgang Bumillerast conversion mostly finished
2015-01-30 Dale WeilerMerge branch 'cleanup' of github.com:graphitemaster...
2015-01-30 Dale WeilerConstant folding for string comparisons too
2015-01-24 Wolfgang Bumillera whole lotta 'm_'s
2015-01-20 Wolfgang Bumillertemp committing major c++ification
2015-01-19 Wolfgang Bumillermaking ast nodes derive from ast_expression
2015-01-19 Wolfgang Bumillerast_expression now derives from ast_node
2015-01-19 Wolfgang Bumillerrenaming some ast_node members before making ast_expres...
2015-01-16 Dale WeilerRewrite constant folder in C++
2015-01-15 Dale Weilers/NULL/nullptr/
2015-01-15 Dale Weilerstd::vector for initlist
2015-01-15 Dale WeilerEliminate use of vec_ in fold.c
2015-01-15 Dale WeilerUse C++ naming for structures
2015-01-15 Dale WeilerUse C++ naming for structures
2015-01-15 Dale Weiler.c -> .cpp