]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
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 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
2014-01-26 Anton BalashovFix hyphen-used-as-minus-sign in gmqcc.1
2014-01-07 Dale WeilerScrew clang
2014-01-07 Dale WeilerFix lshift/rshift for runtime and const-fold consistency.
2014-01-07 Wolfgang Bumillersometimes I hate travis
2014-01-07 Wolfgang BumillerDo not create coverage calls on array accessors.
2014-01-07 Wolfgang BumillerAdding coverage support:
2014-01-01 Dale WeilerHappy new year redux!
2014-01-01 Dale WeilerHappy new year!
2014-01-01 Wolfgang BumillerThat's not how it should fail :P
2014-01-01 Wolfgang Bumillerimproved test of last attribute
2014-01-01 Wolfgang Bumillerdefinite -> last keyword; testcase updated too
2014-01-01 Dale WeilerCleanup some code duplication. This whole parser ugh...
2014-01-01 Dale WeilerRemove final attribute and bareword. [[definite]] is...
2013-12-15 Dale WeilerMore cleanup
2013-12-15 Dale Weilerhash cleanups.
2013-12-14 Dale WeilerRemove SSE hash, t's just too much effort to maintain.
2013-12-14 Dale WeilerFix some stuff
2013-12-14 Dale WeilerPartially fix that.
2013-12-14 Dale Weilertypo
2013-12-14 Dale WeilerDo not include this function unless !defined(__SSE__)
2013-12-14 Dale WeilerFaster hashing reaching 16 GB/s on Phenom II X4.
2013-12-09 Dale WeilerOnly optimize (a - (-b)) into (a + b) when the unary...
2013-12-06 Wolfgang Bumilleradding 'final'
2013-12-03 Dale WeilerBitshifting operators <<, >>, and compound assignment...
2013-12-01 Dale WeilerMask out the math constant precedence stuff unless...
2013-12-01 Dale WeilerMask ftepp math constants with a compiler flag
2013-12-01 Dale WeilerUser supplied math constants take precedence
2013-12-01 Dale WeilerIgnore emitting implicit math constants in the preproce...
2013-11-30 Dale WeilerMerge branch 'master' into cooking
2013-11-30 Dale WeilerMerge pull request #139 from ignatenkobrain/update_fedora
2013-11-30 Dale WeilerMerge pull request #138 from ignatenkobrain/fix_authors
2013-11-30 Dale WeilerMerge pull request #137 from ignatenkobrain/fix_build_b...
2013-11-30 Igor Gnatenkofedora: Update .spec and INSTALL
2013-11-30 Igor Gnatenkos/brian/brain/ ;)
2013-11-30 Igor Gnatenkofix build on big endian arches
2013-11-29 Dale WeilerSimplify
2013-11-29 Dale WeilerFix fold_op_cmp
2013-11-29 Dale WeilerFixes
2013-11-29 Dale Weileroops
2013-11-29 Dale Weilercleanup
2013-11-29 Dale WeilerCleanup lexer old cruft
2013-11-29 Dale WeilerHandle byte order mark for unicode. (0xEFBBBF)
2013-11-28 Wolfgang Bumillerstatic variables now don't get re-initialized in functi...
2013-11-25 Dale WeilerMake log use the slightly improved algorithm for small...
2013-11-25 Dale WeilerReorder intrinsics table
2013-11-25 Dale Weilerout isn't used
2013-11-25 Dale WeilerNever mind
2013-11-25 Dale WeilerOnly g++ is this retarded
2013-11-25 Dale WeilerAnother one
2013-11-25 Dale WeilerPregenerate 2.0 for const folder since it's used often
2013-11-25 Dale WeilerImplemented __builtin_ln, __builtin_log, __builtin_log1...
2013-11-25 Dale WeilerFix
2013-11-25 Dale WeilerImplement __builtin_nan, __builtin_inf and __builtin_ep...
2013-11-25 Dale WeilerFix CRC16
2013-11-24 Dale WeilerFix
2013-11-24 Dale WeilerMore compiler intrinsics for math functions
2013-11-23 Dale Weilerstrength reduct (a - (-b)) into (a + b)
2013-11-23 Dale WeilerBetter exp algorithm from divVerent
2013-11-23 Dale WeilerFix comments
2013-11-23 Dale WeilerFixed pow
2013-11-23 Dale WeilerGuard against nullfunc
2013-11-23 Dale WeilerSome math constants
2013-11-23 Dale WeilerImplement isinf intrinsic
2013-11-23 Dale WeilerCull back on the TODO
2013-11-23 Dale WeilerUndefine macros after using them
2013-11-23 Dale WeilerMark restrict on input too
2013-11-23 Dale WeilerMark const for better generated code
2013-11-23 Dale WeilerAdd comment abotu CRC16
next