]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2013-01-27 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-01-27 Dale WeilerImplement subscripting for __VA_ARGS__, and added test...
2013-01-27 Wolfgang Bumillerimporting bsd-git/PKGBUILD
2013-01-27 Wolfgang Bumillerfixing an install cmd in bsd-release/PKGBUILD
2013-01-27 Wolfgang Bumillerunmasking bsd-git/PKGBUILD in .gitignore
2013-01-27 Wolfgang Bumillerimporting ArchBSD release PKGBUILD
2013-01-27 Wolfgang Bumillerunmasking bsd-release path in .gitignore
2013-01-27 Wolfgang Bumilleradding pkgrel to arch/this, and getting rid of du's...
2013-01-27 Dale WeilerRemove user-defined success/failure messages for the...
2013-01-27 Dale WeilerFixes, updates, and added uninstall target for makefile
2013-01-27 Dale WeilerAdd back the removal of the package directory after...
2013-01-27 Dale WeilerFix the size calculation
2013-01-27 Dale WeilerAdd this/Makefile for generating a .tar.xz for arch...
2013-01-26 Wolfgang Bumillermanpage: wrong date
2013-01-26 Wolfgang BumillerFix a warning
2013-01-25 Wolfgang Bumillerstore the actual parsing context before parsing into...
2013-01-25 Wolfgang Bumillererror when using a type not usable as boolean in a...
2013-01-25 Wolfgang Bumiller-v now prints the initial value of globals in -printdefs
2013-01-25 Wolfgang Bumillerchanging some error prints to print to stderr in exec.c
2013-01-25 Wolfgang Bumillernow moving -Ocall-stores to -O3
2013-01-25 Wolfgang BumillerIn this situation the values don't need to be in parame...
2013-01-25 Wolfgang BumillerMerge branch 'master' into cooking
2013-01-25 Wolfgang Bumillermoving -Ocall-stores to -O4 until the vehicle issue...
2013-01-25 Wolfgang Bumillerdebug extparam naming shouldn't start at 8, it's confus...
2013-01-24 Wolfgang BumillerConverting gmqcc.1 from man to mdoc style. It can produ...
2013-01-24 Wolfgang Bumillermanpage: fixing a .TP/.B mixup
2013-01-18 Wolfgang Bumilleradding testcase for various parentheses and ternary...
2013-01-18 Wolfgang Bumilleradding missing wantop flag and some related parentheses...
2013-01-18 Wolfgang BumillerMajor expression parsing code refactoring, getting...
2013-01-18 Dale WeilerFix debian package building, now works.
2013-01-17 Wolfgang Bumillerremoving unused vars, and following conventions
2013-01-17 Dale Weiler-f to supress error if file doesn't exist for rm clean...
2013-01-17 Dale WeilerUse $(PREFIX)
2013-01-17 Dale WeilerFix the brokenness
2013-01-17 Wolfgang BumillerRather than performing copying the install-procedure...
2013-01-17 Wolfgang Bumillerfixing manpage permissions
2013-01-17 Dale WeilerAdded makefile script for generating deb packages the...
2013-01-17 Wolfgang BumillerWhen not actually executing, don't complain about inval...
2013-01-17 Wolfgang BumillerAdded counter-stability test to the varargs testcase
2013-01-17 Wolfgang BumillerMake the varargs counter more stable, it'll now work...
2013-01-17 Wolfgang BumillerUpdate CHANGES file
2013-01-16 Wolfgang Bumillerlinenumbers and macros are stupid
2013-01-16 Wolfgang Bumillermore linenumber madness
2013-01-16 Wolfgang Bumillerfix: trigraph check screwing up linenumbering
2013-01-16 Wolfgang Bumillerfix an off-by-one bug when copying varargs
2013-01-16 Wolfgang Bumillerfixing a possible NULL deref
2013-01-16 Wolfgang Bumillerfixing a warning
2013-01-16 Wolfgang Bumillerinitialize max_param_count to 1 so vararg functions...
2013-01-15 Wolfgang Bumillerthis might fix some linenumbering, I hope
2013-01-15 Wolfgang Bumillermanpage: -E was missing all that time in there
2013-01-15 Wolfgang Bumillercall ftepp_recursion_header/footer only when there...
2013-01-15 Wolfgang Bumillera tiny speedup, seems like -O2 doesn't do that by itself
2013-01-15 Wolfgang Bumillerreduce the hashtable size a bit
2013-01-15 Wolfgang Bumillerthat tempbool should have gone long ago...
2013-01-15 Wolfgang Bumillerfix: on error it was possible that leaveblock() is...
2013-01-15 Wolfgang Bumillerfix a goto to a wrong error-cleanup part
2013-01-15 Wolfgang Bumillerfix a possible leak
2013-01-15 Wolfgang BumillerError on an empty paren expression
2013-01-15 Wolfgang Bumilleradd a hint about -fvariadic-args to -Wvariadic-function
2013-01-15 Wolfgang BumillerFix a crash... if (!x) delete(x) yeah right...
2013-01-14 Wolfgang Bumillerfix the broken vector instructions in our executor...
2013-01-14 Wolfgang Bumillergmqcc.ini.example: LEGACY_VECTOR_MATHS
2013-01-14 Wolfgang Bumillermanpage: -flegacy-vector-maths
2013-01-14 Wolfgang Bumiller-flegacy-vector-maths, enabled by default
2013-01-14 Wolfgang Bumillerfix: missing-return check: vec_size(entries) is 0 on...
2013-01-13 Wolfgang Bumillerapparently it's possible to segfault DP with a bad...
2013-01-13 Wolfgang Bumillerconstant-fold the 1/N division from a_vector/N
2013-01-13 Wolfgang Bumillertest for vec/float
2013-01-13 Wolfgang Bumillerallow vec/float
2013-01-13 Wolfgang BumillerThis undef was missing there...
2013-01-13 Wolfgang Bumillerparsewarning->compile_warning
2013-01-13 Wolfgang BumillerReplacing lots of parseerror calls with compile_error...
2013-01-13 Dale WeilerMerge pull request #85 from matthiaskrgr/master
2013-01-13 matthiaskrgrgitignore: be more clever
2013-01-12 Wolfgang BumillerRemoved -fenhanced-diagnostics - it's now --correct...
2013-01-12 Dale WeilerUhh I did it again
2013-01-12 Dale Weilerserpate line travis-ci build url for notifications
2013-01-12 Wolfgang Bumillerfix a build issue
2013-01-12 Wolfgang Bumillervararg testcases
2013-01-12 Wolfgang Bumillergmqcc.ini.example: VARIADIC_ARGS
2013-01-12 Wolfgang Bumillermanpage: -fvariadic-args
2013-01-12 Wolfgang Bumillerguarding vararg code by -fvariadic-args
2013-01-12 Wolfgang Bumillerthis is useless and just confused me a lot, removing
2013-01-12 Wolfgang Bumillerentity setter array subscript needs to get a correct...
2013-01-12 Wolfgang Bumillercopying the output type on ast_array_index_codegen
2013-01-12 Wolfgang BumillerCopying arg counter into the local
2013-01-12 Wolfgang BumillerCreating the argument counter if requested
2013-01-12 Wolfgang Bumillerupdated CHANGES file
2013-01-12 Wolfgang BumillerAdded '...(idx,type)' to access varargs
2013-01-12 Wolfgang Bumilleradded gen_function_varargs_copy
2013-01-12 Wolfgang Bumillermask -Olocal-temps by IR_FLAG_MASK_NO_LOCAL_TEMPS which...
2013-01-12 Wolfgang Bumillerir_function stores max_varargs now
2013-01-12 Wolfgang Bumillerbuiltins are generally not declared const, so don't...
2013-01-12 Wolfgang BumillerWhile at it: moving generation of reserved:version...
2013-01-12 Wolfgang Bumillercreate store to reserved:va_count; fix: don't build...
2013-01-12 Wolfgang Bumillerast_call now has a va_count which causes a store to...
2013-01-12 Wolfgang Bumillervararg accessor generation
2013-01-12 Wolfgang Bumillerparsing of vararg-counter
2013-01-12 Wolfgang Bumillerupdated CHANGES file
2013-01-12 Wolfgang Bumillertype restricted varargs
next