projects
/
xonotic
/
gmqcc.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
xonotic/gmqcc.git
2013-01-16
Wolfgang Bumiller
linenumbers and macros are stupid
commit
|
commitdiff
|
tree
|
snapshot
2013-01-16
Wolfgang Bumiller
more linenumber madness
commit
|
commitdiff
|
tree
|
snapshot
2013-01-16
Wolfgang Bumiller
fix: trigraph check screwing up linenumbering
commit
|
commitdiff
|
tree
|
snapshot
2013-01-16
Wolfgang Bumiller
fix an off-by-one bug when copying varargs
commit
|
commitdiff
|
tree
|
snapshot
2013-01-16
Wolfgang Bumiller
fixing a possible NULL deref
commit
|
commitdiff
|
tree
|
snapshot
2013-01-16
Wolfgang Bumiller
fixing a warning
commit
|
commitdiff
|
tree
|
snapshot
2013-01-16
Wolfgang Bumiller
initialize max_param_count to 1 so vararg functions...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-15
Wolfgang Bumiller
this might fix some linenumbering, I hope
commit
|
commitdiff
|
tree
|
snapshot
2013-01-15
Wolfgang Bumiller
manpage: -E was missing all that time in there
commit
|
commitdiff
|
tree
|
snapshot
2013-01-15
Wolfgang Bumiller
call ftepp_recursion_header/footer only when there...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-15
Wolfgang Bumiller
a tiny speedup, seems like -O2 doesn't do that by itself
commit
|
commitdiff
|
tree
|
snapshot
2013-01-15
Wolfgang Bumiller
reduce the hashtable size a bit
commit
|
commitdiff
|
tree
|
snapshot
2013-01-15
Wolfgang Bumiller
that tempbool should have gone long ago...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-15
Wolfgang Bumiller
fix: on error it was possible that leaveblock() is...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-15
Wolfgang Bumiller
fix a goto to a wrong error-cleanup part
commit
|
commitdiff
|
tree
|
snapshot
2013-01-15
Wolfgang Bumiller
fix a possible leak
commit
|
commitdiff
|
tree
|
snapshot
2013-01-15
Wolfgang Bumiller
Error on an empty paren expression
commit
|
commitdiff
|
tree
|
snapshot
2013-01-15
Wolfgang Bumiller
add a hint about -fvariadic-args to -Wvariadic-function
commit
|
commitdiff
|
tree
|
snapshot
2013-01-15
Wolfgang Bumiller
Fix a crash... if (!x) delete(x) yeah right...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Wolfgang Bumiller
fix the broken vector instructions in our executor...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Wolfgang Bumiller
gmqcc.ini.example: LEGACY_VECTOR_MATHS
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Wolfgang Bumiller
manpage: -flegacy-vector-maths
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Wolfgang Bumiller
-flegacy-vector-maths, enabled by default
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Wolfgang Bumiller
fix: missing-return check: vec_size(entries) is 0 on...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Wolfgang Bumiller
apparently it's possible to segfault DP with a bad...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Wolfgang Bumiller
constant-fold the 1/N division from a_vector/N
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Wolfgang Bumiller
test for vec/float
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Wolfgang Bumiller
allow vec/float
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Wolfgang Bumiller
This undef was missing there...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Wolfgang Bumiller
parsewarning->compile_warning
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Wolfgang Bumiller
Replacing lots of parseerror calls with compile_error...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Dale Weiler
Merge pull request #85 from matthiaskrgr/master
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
matthiaskrgr
gitignore: be more clever
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Wolfgang Bumiller
Removed -fenhanced-diagnostics - it's now --correct...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Dale Weiler
Uhh I did it again
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Dale Weiler
serpate line travis-ci build url for notifications
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Wolfgang Bumiller
fix a build issue
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Wolfgang Bumiller
vararg testcases
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Wolfgang Bumiller
gmqcc.ini.example: VARIADIC_ARGS
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Wolfgang Bumiller
manpage: -fvariadic-args
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Wolfgang Bumiller
guarding vararg code by -fvariadic-args
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Wolfgang Bumiller
this is useless and just confused me a lot, removing
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Wolfgang Bumiller
entity setter array subscript needs to get a correct...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Wolfgang Bumiller
copying the output type on ast_array_index_codegen
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Wolfgang Bumiller
Copying arg counter into the local
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Wolfgang Bumiller
Creating the argument counter if requested
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Wolfgang Bumiller
updated CHANGES file
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Wolfgang Bumiller
Added '...(idx,type)' to access varargs
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Wolfgang Bumiller
added gen_function_varargs_copy
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Wolfgang Bumiller
mask -Olocal-temps by IR_FLAG_MASK_NO_LOCAL_TEMPS which...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Wolfgang Bumiller
ir_function stores max_varargs now
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Wolfgang Bumiller
builtins are generally not declared const, so don't...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Wolfgang Bumiller
While at it: moving generation of reserved:version...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Wolfgang Bumiller
create store to reserved:va_count; fix: don't build...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Wolfgang Bumiller
ast_call now has a va_count which causes a store to...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Wolfgang Bumiller
vararg accessor generation
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Wolfgang Bumiller
parsing of vararg-counter
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Wolfgang Bumiller
updated CHANGES file
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Wolfgang Bumiller
type restricted varargs
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Wolfgang Bumiller
Declaration of type-restricted varargs
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Wolfgang Bumiller
keep track of the highest parameter count of calls...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Wolfgang Bumiller
'static' shouldn't be accepted in the global scope...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-11
Wolfgang Bumiller
filling type_name in exec.c
commit
|
commitdiff
|
tree
|
snapshot
2013-01-11
Wolfgang Bumiller
code cleanup: prog_tempstring used to cast const char...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-11
Wolfgang Bumiller
fixing CHANGES: this actually was not part of 0.2
commit
|
commitdiff
|
tree
|
snapshot
2013-01-11
Wolfgang Bumiller
CHANGES file updated
commit
|
commitdiff
|
tree
|
snapshot
2013-01-11
Wolfgang Bumiller
Fix a typo - why the hell does clang not complain?...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-11
Wolfgang Bumiller
manpage: --add-info
commit
|
commitdiff
|
tree
|
snapshot
2013-01-11
Wolfgang Bumiller
added the --add-info compile switch: it adds a global...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-11
Wolfgang Bumiller
Added a flag to both ast and ir which enforces the...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-11
Wolfgang Bumiller
In order to avoid release version strings in non-git...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
Wolfgang Bumiller
replacing an error message in the enum parsing
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
Dale Weiler
mention CHANGES in README
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
Dale Weiler
Better enumeration test
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
Wolfgang Bumiller
enum testcase
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
Dale Weiler
will warn about "check" no such file or directory ...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
Wolfgang Bumiller
correction fix: don't try to create edits for an empty...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
Wolfgang Bumiller
CHANGES file updated
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
Wolfgang Bumiller
Allow accessing vector components via the . operator...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
Wolfgang Bumiller
CHANGES file updated
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
Wolfgang Bumiller
parse_expression_leave: also end at a closing } - enum...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
Wolfgang Bumiller
simple 'enum' implementation
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
Wolfgang Bumiller
strictness sweep: (void)-ing all vec_ macros which...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
Wolfgang Bumiller
git package is now named gmqcc-git, also added conflict...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
Wolfgang Bumiller
the -git PKGBUILD needs 'git' as makedepends according...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
Wolfgang Bumiller
checking if git even is available
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
Wolfgang Bumiller
--version now prints GMQCC_GITINFO, which is not not...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
Wolfgang Bumiller
Fix a warning
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
Wolfgang Bumiller
This file seems to live in the past. Let's pull it...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
Wolfgang Bumiller
manpage: updating the section about nil vs fteqcc-__NULL__
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
Wolfgang Bumiller
fixed a bug which allowed some statements to end in...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
Wolfgang Bumiller
for compile-time constants << and >> are now available
commit
|
commitdiff
|
tree
|
snapshot
2013-01-09
Wolfgang Bumiller
manpage: A note about __NULL__ vs nil
commit
|
commitdiff
|
tree
|
snapshot
2013-01-09
Wolfgang Bumiller
Adding a CHANGES file
commit
|
commitdiff
|
tree
|
snapshot
2013-01-09
Wolfgang Bumiller
manpage: __DATE__, __TIME__ predefs
commit
|
commitdiff
|
tree
|
snapshot
2013-01-09
Wolfgang Bumiller
don't call correct_edit anew for each scope
commit
|
commitdiff
|
tree
|
snapshot
2013-01-09
Wolfgang Bumiller
Factor out the adding of globals in various places...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-09
Wolfgang Bumiller
manpage: Document change to -Wall
commit
|
commitdiff
|
tree
|
snapshot
2013-01-09
Wolfgang Bumiller
-Wall now does not set -Wuninitialized-global
commit
|
commitdiff
|
tree
|
snapshot
2013-01-09
Wolfgang Bumiller
fixing a crash caused by the correction: setting correc...
commit
|
commitdiff
|
tree
|
snapshot
next