]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
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 writing of globaldefs for vector subcomponents...
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 some silly more warnings
2017-07-23 Wolfgang Bumillercleanup: silence fallthrough warnings
2017-06-23 terencehillGet rid of a warning on Windows terencehill/warning_removal
2017-06-22 Wolfgang Bumillertests: add check for vector negation
2017-06-22 Wolfgang Bumillerqcvm: add stov builtin #16
2017-06-22 Wolfgang Bumillerir: fix vector negation using the nil value
2017-05-23 David Carliertwo small memory leak fixes on failure paths mem_leak_fix_on_failure_paths
2017-02-14 Wolfgang Bumillersanitize: shift 1u (unsigned) for flag bits
2017-02-11 Wolfgang Bumillerc++: exec.cpp
2016-12-03 Wolfgang Bumillerc++: ir_function::m_params
2016-12-03 Wolfgang Bumillerc++: ir: function_allocator
2016-12-03 Wolfgang Bumillerc++: ir_block::m_instr
2016-12-03 Wolfgang Bumillerc++: ir_block::m_exits
2016-12-03 Wolfgang Bumillerc++: ir_block::m_entries
2016-11-24 Dale WeilerCleaner way to set the mask for -Wunused-component
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 WeilerAdd -Wunused-component like -Wunused-variable but warns...
2016-11-24 Dale Weilermore intelligent handling of unused vector fields
2016-11-24 Dale WeilerFix #158
2016-11-24 Dale WeilerFix #161
2016-11-24 Dale WeilerFix #171
2016-11-19 Dale WeilerFix fieldfuncs test and track unused variables through...
2016-11-19 Dale WeilerDon't generate unused warnings for unused constants
2016-11-19 Wolfgang Bumillerfix access to fields of vector members
2016-11-19 Wolfgang BumillerRevert "Fix ent.vec.{x,y,z} writes"
2016-11-19 Dale WeilerFix ent.vec.{x,y,z} writes
2016-11-19 Dale WeilerUnused globals even if they have an initial value shoul...
2016-05-23 Dale WeilerWarning xonotic-v0.8.2
2016-02-10 Wolfgang Bumillerupdate .gitignore
2016-01-03 Dale WeilerMerge pull request #172 from TimePath/cmake
2016-01-03 TimePathAdd CMakeLists.txt
2016-01-03 Dale WeilerFixes
2016-01-03 Dale Weilereh
2016-01-03 Dale WeilerFix makefile
2016-01-03 Dale WeilerMerge branch 'master' into cleanup
2015-12-28 Dale Weileroops graphitemaster/cooking graphitemaster/legacy
2015-12-28 Dale WeilerFix unary negation (-)
2015-05-02 Wolfgang Bumillertempcommitting a whole bunch of to-c++ conversions graphitemaster/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_unary::make: safer double-negation optimization...
2015-02-01 Wolfgang Bumillerfix backward propagateSideEffect impl
2015-02-01 Wolfgang Bumillerdestructor call order is important here
2015-02-01 Wolfgang Bumillerir_instr_delete_quick needs to clear _m_ops
2015-02-01 Wolfgang Bumillerast conversion mostly finished
2015-01-30 Dale WeilerSame on the cleanup branch
2015-01-30 Dale WeilerDon't allocate globals for constants that aren't read xonotic-v0.8.1
2015-01-30 Dale WeilerConstant folding for strings xonotic-data/qc_updates
2015-01-30 Dale WeilerMerge branch 'cleanup' of github.com:graphitemaster...
2015-01-30 Dale WeilerConstant folding for string comparisons too
2015-01-30 Dale WeilerFix for loops
2015-01-30 Dale WeilerFor now
2015-01-29 Wolfgang BumillerBROKEN: more ast nodes converted
2015-01-25 Wolfgang Bumilleradd another test that we just didn't have anywhere...
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-24 Wolfgang Bumillerwhy didn't gcc catch that...
2015-01-20 Wolfgang Bumillerfix for loops
2015-01-20 Wolfgang Bumillerfor now just call the dtors like this
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-19 Wolfgang Bumillerrenaming some ast_node members before making ast_expres...
2015-01-16 Dale WeilerRewrite constant folder in C++
2015-01-15 Dale WeilerForgot about this file
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 break and continue ast blocks
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 WeilerEliminate use of vec_ in intrin.cpp
2015-01-15 Dale WeilerEliminate use of vec_ in fold.c
2015-01-15 Dale WeilerMore std::vector
2015-01-15 Dale WeilerMore std::vector
2015-01-15 Dale WeilerMore std::vector
2015-01-15 Dale WeilerMore std::vector migration
2015-01-15 Dale WeilerStop using vec_* in testsuite code
2015-01-15 Dale WeilerUse C++ naming for structures
2015-01-15 Dale WeilerUse C++ naming for structures
2015-01-15 Dale WeilerMore std::vector migration
next