]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
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
2013-01-12 Wolfgang BumillerDeclaration of type-restricted varargs
2013-01-12 Wolfgang Bumillerkeep track of the highest parameter count of calls...
2013-01-12 Wolfgang Bumiller'static' shouldn't be accepted in the global scope...
2013-01-11 Wolfgang Bumillerfilling type_name in exec.c
2013-01-11 Wolfgang Bumillercode cleanup: prog_tempstring used to cast const char...
2013-01-11 Wolfgang Bumillerfixing CHANGES: this actually was not part of 0.2
2013-01-11 Wolfgang BumillerCHANGES file updated
2013-01-11 Wolfgang BumillerFix a typo - why the hell does clang not complain?...
2013-01-11 Wolfgang Bumillermanpage: --add-info
2013-01-11 Wolfgang Bumilleradded the --add-info compile switch: it adds a global...
2013-01-11 Wolfgang BumillerAdded a flag to both ast and ir which enforces the...
2013-01-11 Wolfgang BumillerIn order to avoid release version strings in non-git...
2013-01-10 Wolfgang Bumillerreplacing an error message in the enum parsing
2013-01-10 Dale Weilermention CHANGES in README
2013-01-10 Dale WeilerBetter enumeration test
2013-01-10 Wolfgang Bumillerenum testcase
2013-01-10 Dale Weilerwill warn about "check" no such file or directory ...
2013-01-10 Wolfgang Bumillercorrection fix: don't try to create edits for an empty...
2013-01-10 Wolfgang BumillerCHANGES file updated
2013-01-10 Wolfgang BumillerAllow accessing vector components via the . operator...
2013-01-10 Wolfgang BumillerCHANGES file updated
2013-01-10 Wolfgang Bumillerparse_expression_leave: also end at a closing } - enum...
2013-01-10 Wolfgang Bumillersimple 'enum' implementation
2013-01-10 Wolfgang Bumillerstrictness sweep: (void)-ing all vec_ macros which...
2013-01-10 Wolfgang Bumillergit package is now named gmqcc-git, also added conflict...
2013-01-10 Wolfgang Bumillerthe -git PKGBUILD needs 'git' as makedepends according...
2013-01-10 Wolfgang Bumillerchecking if git even is available
2013-01-10 Wolfgang Bumiller--version now prints GMQCC_GITINFO, which is not not...
2013-01-10 Wolfgang BumillerFix a warning
next