]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
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-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
2015-01-14 Dale WeilerRemove spelling corrector
2015-01-09 Dale WeilerUpdate license headers
2015-01-09 Dale WeilerFix variable declarations in for-loop initializers
2015-01-07 Dale WeilerMore comments
2015-01-07 Dale Weilergrammar
2015-01-07 Dale WeilerFix the soft float implementation. Comment it as well.
2014-12-10 Dale WeilerMerge branch 'cooking'
2014-12-10 Dale WeilerWhen storing to a vector member as part of an entity...
2014-11-07 Dale WeilerImplement support for #include MACRO and #include __LINE__
2014-11-07 Dale WeilerDon't emit whitespace when stringifying TOKEN_WHITE.
2014-11-04 Dale WeilerAllow negation to propagate inexactness in constant...
2014-10-18 Wolfgang Bumillermanpage/init: -fsplit-vector-parameters description
2014-10-18 Wolfgang Bumillerwe like to spell things properly - if this commit messa...
2014-10-18 Wolfgang Bumillerir_builder_imm_float: add IR_FLAG_ERASEABLE
2014-10-18 Wolfgang Bumillerir_builder_imm_float: mark them as const, otherwise...
2014-10-18 Wolfgang Bumillersplit-vectors test
2014-10-18 Wolfgang Bumilleradding -fsplit-vector-parameters, todo: float-lookup...
2014-10-18 Wolfgang Bumillerrenaming the length operator to _length and fixing...
2014-10-17 Dale WeilerSupport text type escape sequences \b and \s.
2014-10-17 Dale WeilerConverting a literal to null pointer produces a warning
2014-09-29 Dale WeilerFix tests
2014-09-29 Dale WeilerSome fixes
2014-09-27 Dale WeilerMake it a function
2014-09-27 Dale WeilerImplemented length operator. This closes #130
2014-09-27 Dale WeilerImplement ini [includes] area like Trac. This closes #65
2014-09-27 Dale WeilerMake that unsigned
2014-09-27 Dale WeilerImplement support for indirect macro expansions in...
2014-09-26 Dale Weilersilly clang warning is silly
2014-09-26 Dale WeilerFix hash strlen properly instead of blindly disabling it
2014-09-26 Wolfgang Bumilleraccidentally left those in
2014-09-26 Wolfgang BumillerFor now I'll just disable this
2014-09-26 Wolfgang Bumillerhopefully sanitize field creation logic a bit
next