]> de.git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
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
2015-01-15 Dale WeilerInitial movement to std::vector
2015-01-15 Dale WeilerFast math is too fast for clang
2015-01-15 Dale WeilerMake travis update to newer compilers
2015-01-15 Dale Weiler.c -> .cpp
2015-01-14 Dale WeilerMore cleanup
2015-01-14 Dale WeilerMore cleanup
2015-01-14 Dale WeilerThis is supposted in C99
2015-01-14 Dale WeilerRemove license headers. The LICENSE file is sufficent
2015-01-14 Dale WeilerMore cleanup
2015-01-14 Dale WeilerMinifi README
2015-01-14 Dale WeilerRemove these too
2015-01-14 Dale WeilerRemove msvc project files and misc stuff
2015-01-14 Dale WeilerRemove hash.c
2015-01-14 Dale WeilerRemove all the support stuff
2015-01-14 Dale WeilerRemove fs.c ansi.c and PORTING guide
2015-01-14 Dale WeilerMajor cleanup of platform/fs stuff
2015-01-14 Dale WeilerAdd qcvm rule to makefile
2015-01-14 Dale WeilerUpdate travis file
2015-01-14 Dale WeilerInclude dependencies in the makefile
2015-01-14 Dale WeilerLinker flags after objects
2015-01-14 Dale WeilerRemove stat_info calls
2015-01-14 Dale WeilerRemove memory tracker
2015-01-14 Dale WeilerSimpler hash function
2015-01-14 Dale WeilerRemove MSVC support code. Simplified makefile
2015-01-14 Dale WeilerRemove gmpak
next