]> git.xonotic.org Git - xonotic/gmqcc.git/history - parser.cpp
Delete .travis.yml
[xonotic/gmqcc.git] / parser.cpp
2018-05-05 Dale Weilererror if a function is called from global scope opposed...
2018-01-14 Wolfgang BumillerMake parser_find_local only actually search locals
2018-01-14 Wolfgang BumillerRevert "search for funciton param first before function...
2017-12-01 Dale Weilerfix some UB
2017-12-01 Dale Weilersearch for funciton param first before function locals...
2017-11-26 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2017-11-26 Dale Weilerdon't generate storep for vector field unless it's...
2017-11-26 Dale WeilerMerge pull request #177 from xonotic/terencehill/warnin...
2017-11-26 Dale WeilerMerge pull request #180 from xonotic/mem_leak_fix_on_fa...
2017-11-26 Dale Weilerfix member binops on entity fields to generate STOREP...
2017-07-23 Wolfgang Bumillercleanup: 'move of a temporary object prevents copy...
2017-07-23 Wolfgang Bumillermove more parser code to c++, fix crashes with gcc
2017-07-23 Wolfgang Bumillercleanup: silence fallthrough warnings
2017-05-23 David Carliertwo small memory leak fixes on failure paths mem_leak_fix_on_failure_paths
2016-11-24 Dale WeilerJust mark LOCAL_RETURN noref instead of checking for...
2016-11-24 Dale WeilerRemove parser m_uses in favor of {IR,AST}_FLAG_NOREF...
2016-11-24 Dale WeilerFix #158
2016-11-24 Dale WeilerFix #171
2016-11-19 Dale WeilerDon't generate unused warnings for unused constants
2016-11-19 Dale WeilerUnused globals even if they have an initial value shoul...
2016-01-03 Dale WeilerMerge branch 'master' into cleanup
2015-05-02 Wolfgang Bumillertempcommitting a whole bunch of to-c++ conversions graphitemaster/cleanup
2015-02-01 Wolfgang BumillerMerge branch 'cleanup' of git://github.com/graphitemast...
2015-02-01 Wolfgang Bumillerast conversion mostly finished
2015-01-30 Dale WeilerMerge branch 'cleanup' of github.com:graphitemaster...
2015-01-25 Wolfgang BumillerBROKEN: in the middle of converting ast nodes to c...
2015-01-24 Wolfgang Bumillera whole lotta 'm_'s
2015-01-20 Wolfgang Bumillerfix for loops
2015-01-20 Wolfgang Bumillermore c++ migration for ast/ir/code; reached a working...
2015-01-20 Wolfgang Bumillertemp committing major c++ification
2015-01-19 Wolfgang Bumillermaking ast nodes derive from ast_expression
2015-01-19 Wolfgang Bumillerthis can be a move
2015-01-19 Wolfgang Bumillerast_expression: params -> type_params
2015-01-19 Wolfgang Bumillerrenaming ast_function::vtype to function_type
2015-01-19 Wolfgang Bumillerast_expression now derives from ast_node
2015-01-16 Dale WeilerRewrite constant folder in C++
2015-01-15 Dale WeilerRewrite intrinsic system in C++
2015-01-15 Dale Weilers/NULL/nullptr/
2015-01-15 Dale WeilerUse std::vector for static_names
2015-01-15 Dale WeilerCleanup
2015-01-15 Dale WeilerNot needed
2015-01-15 Dale WeilerUse std::vector for SYA
2015-01-15 Dale WeilerUse std::vector for ast switch cases
2015-01-15 Dale WeilerUse std::vector for ast blocks
2015-01-15 Dale Weilerstd::vector for initlist
2015-01-15 Dale WeilerMore std::vector
2015-01-15 Dale WeilerUse C++ naming for structures
2015-01-15 Dale WeilerMore std::vector migration
2015-01-15 Dale WeilerInitial movement to std::vector
2015-01-15 Dale Weiler.c -> .cpp