]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
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 WeilerFix for loops
2015-01-30 Dale WeilerFor now
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
2014-08-12 Dale WeilerFix
2014-07-31 Dale WeilerSet name for is_varargs too.
2014-07-31 Dale WeilerFix T...name
2014-07-31 Dale WeilerRemove debug info from parse error.
2014-07-31 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2014-07-31 Dale WeilerParameter omitting in fteqcc is disallowed.
2014-06-15 Wolfgang Bumillerfixing wrong paths in the uninstall target
2014-05-29 Dale WeilerHandle encoding errors for platform_vasprintf
2014-05-27 Dale WeilerMake it compile as C++ code.
2014-05-25 Dale WeilerMerge branch 'arithmetic_exceptions' into cooking
2014-05-25 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2014-05-25 Dale WeilerSome fixes
2014-05-25 Dale WeilerFix vec3_cross. Added optimization to Makefile since...
2014-05-25 Dale WeilerMore work on vector arithmetic exceptions.
2014-05-25 Dale WeilerMore work for arithmetic exception on vectors.
2014-05-25 Dale Weilersoft float state defaults.
2014-05-25 Dale WeilerOnly when arithmetic exceptions are enabled.
2014-05-25 Dale WeilerPerliminary work in arithmetic exception handling for...
2014-05-25 Dale WeilerPut this back in global scope, we have a local scope...
2014-05-25 Dale WeilerSome CLZ for other toolchains.
2014-05-24 Wolfgang Bumillerlocal compile-time const values are now created as...
2014-05-24 Wolfgang Bumillerpropagate the 'inexact' flag on when initializing a...
2014-05-24 Dale WeilerMage inexact travel across constants.
2014-05-24 Dale WeilerSome things. Fix testsuite as well. One test will fail...
2014-05-24 Wolfgang Bumillerthis should be NULL
2014-05-24 Wolfgang BumillerMerge branch 'master' into cooking
2014-05-24 Dale WeilerArithmetic exception flag and a plethora of tests.
2014-05-24 Dale WeilerDon't forget the BSDmakefile too.
2014-05-24 Dale WeilerDisable stupid clang warning.
2014-05-24 Dale WeilerUse flags instead.
2014-05-24 Dale WeilerPerliminary work on arithmetic exception handling in...
2014-05-14 Dale WeilerMerge branch 'master' into cooking
2014-05-09 Dale WeilerOn platforms that the byte order check fails on the... xonotic-v0.8.0
2014-04-08 Wolfgang Bumilleradd tests for INSTR_STATE and -femulate-state
2014-04-08 Wolfgang Bumilleruse INSTR_STATE by default, add -femulate-state to...
2014-04-08 Wolfgang Bumillerimplement INSTR_STATE in the qcvm
2014-04-08 Dale WeilerFix style
2014-04-08 Dale WeilerOnly increment the buffer location for macro output...
2014-04-08 Dale WeilerAdded memory protection to prevent mismatching of mem_d...
2014-04-07 Wolfgang Bumillerfix a silly macro issue
2014-04-07 Wolfgang BumillerMerge remote-tracking branch 'origin/master' into cooking
2014-04-07 Dale WeilerMatch C's preprocessor semantics for token pasting...
2014-04-05 Dale WeilerEliminate debug log
2014-04-05 Dale WeilerRework distro package build system.
2014-04-05 Dale WeilerOrder
2014-04-05 Dale WeilerConsistency
2014-04-05 Dale WeilerFixed Windows builds. Now we also build Win64 packages.
2014-03-17 Dale WeilerLess parens
2014-03-17 Dale WeilerRemove the qcint cast.
2014-03-17 Dale WeilerUse powf instead of pow.
2014-03-17 Dale WeilerFix left/right shift constant fold.
2014-03-17 Dale WeilerAdd qc_pow.
2014-02-23 Wolfgang BumillerMerge pull request #142 from CurrentResident/big_endian...
2014-02-23 Jim ThoenenWhite space tweak
2014-02-23 Jim ThoenenTweak for coding convention
2014-02-11 Jim ThoenenAllow testsuite to pass on big endian
2014-02-08 Wolfgang BumillerMerge branch 'master' into cooking
2014-02-08 Dale Weilers/atanhf/atanh/
2014-02-02 Wolfgang Bumillermoving the length multiplication for 64 bit types from...
2014-02-02 Dale WeilerMerge pull request #141 from CurrentResident/big_endian...
2014-02-02 Jim ThoenenUpdate per IRC peer review feedback
2014-02-02 Jim ThoenenOops, scale int64 count into int32 count for swapper.
2014-02-02 Jim ThoenenBig-endian: Byteswap only the field contents when writi...
2014-01-26 Wolfgang BumillerMerge branch 'master' into cooking
2014-01-26 Wolfgang BumillerMerge pull request #140 from Sicness/gmqcc.1-hyphen
next