projects
/
xonotic
/
gmqcc.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
xonotic/gmqcc.git
2013-06-15
Wolfgang Bumiller
fix a call typecheck issue
commit
|
commitdiff
|
tree
|
snapshot
2013-06-15
Wolfgang Bumiller
manpage update
commit
|
commitdiff
|
tree
|
snapshot
2013-06-15
Wolfgang Bumiller
working on vararg piping: detecting several error cases...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-15
Dale Weiler
Limit corrections on strings to <= 16 bytes. Otherwise...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-15
Dale Weiler
Fix a possible issue
commit
|
commitdiff
|
tree
|
snapshot
2013-06-15
Dale Weiler
Some fixes
commit
|
commitdiff
|
tree
|
snapshot
2013-06-14
Dale Weiler
Fixed whitespace
commit
|
commitdiff
|
tree
|
snapshot
2013-06-14
Dale Weiler
What the fuck are we talking about?
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Dale Weiler
Revert "Actually works now"
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Dale Weiler
Actually works now
commit
|
commitdiff
|
tree
|
snapshot
2013-06-12
Wolfgang Bumiller
fix pedantic compile issue
commit
|
commitdiff
|
tree
|
snapshot
2013-06-12
Wolfgang Bumiller
fixing double-free in initialzied string arrays, using...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-12
Wolfgang Bumiller
array testcase for previous commit
commit
|
commitdiff
|
tree
|
snapshot
2013-06-12
Wolfgang Bumiller
allow array size to be inferred from the initializer
commit
|
commitdiff
|
tree
|
snapshot
2013-06-12
Wolfgang Bumiller
error about too many elements in initializer; added...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-12
Wolfgang Bumiller
make the ast use the initlist
commit
|
commitdiff
|
tree
|
snapshot
2013-06-12
Wolfgang Bumiller
setting initializing values
commit
|
commitdiff
|
tree
|
snapshot
2013-06-12
Wolfgang Bumiller
parsing array initializers
commit
|
commitdiff
|
tree
|
snapshot
2013-06-12
Wolfgang Bumiller
forgot to add that one
commit
|
commitdiff
|
tree
|
snapshot
2013-06-09
Dale Weiler
Fix builds
commit
|
commitdiff
|
tree
|
snapshot
2013-06-06
Dale Weiler
Merge branch 'cooking'
commit
|
commitdiff
|
tree
|
snapshot
2013-06-06
Dale Weiler
Fix indexing
commit
|
commitdiff
|
tree
|
snapshot
2013-06-06
Dale Weiler
Strict prototyping
commit
|
commitdiff
|
tree
|
snapshot
2013-06-04
Dale Weiler
Update
commit
|
commitdiff
|
tree
|
snapshot
2013-06-04
Wolfgang Bumiller
Merge branch 'cooking' of git://github.com/graphitemast...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-04
Wolfgang Bumiller
slackware pkg build files
commit
|
commitdiff
|
tree
|
snapshot
2013-06-04
Dale Weiler
Consistency
commit
|
commitdiff
|
tree
|
snapshot
2013-06-04
Dale Weiler
Update changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-06-04
Dale Weiler
Some typos.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-04
Dale Weiler
Gentoo ebuilds
commit
|
commitdiff
|
tree
|
snapshot
2013-06-04
Dale Weiler
Add license header
commit
|
commitdiff
|
tree
|
snapshot
2013-06-04
Dale Weiler
Doh
commit
|
commitdiff
|
tree
|
snapshot
2013-06-04
Dale Weiler
Major header reworking, this respects the namespaces...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Wolfgang Bumiller
remove the ast tree earlier - saves over 3% peak memory...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Dale Weiler
Fix a divide by zero error
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Dale Weiler
Fix output
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Dale Weiler
Fix two bugs
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Dale Weiler
Merge pull request #112 from matthiaskrgr/master
xonotic-v0.7.0
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Dale Weiler
Some cleanups
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Dale Weiler
Fix the peak
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Matthias Krüger
gitignore: add gmqcc, gmqpak, qmcvm, testsuite, pak.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Dale Weiler
Holy whoops
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Dale Weiler
Major utility rewrite for compiler memory utilization...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Dale Weiler
Some static
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Dale Weiler
Hashtable statistics too
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Dale Weiler
Track hashtables too
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Dale Weiler
Track strdups too in the statistics
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Dale Weiler
This was an experiment that snuk it's way inside that...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Dale Weiler
Vector tracing, step two in determining how to lower...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Dale Weiler
Guart statistics by option.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Dale Weiler
Add statistics for vector usage to the output. Step...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Wolfgang Bumiller
fix a leak on a parse-error
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Dale Weiler
Doh
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Dale Weiler
Fix some possible memleaks.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Wolfgang Bumiller
Merge branch 'master' into cooking
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Wolfgang Bumiller
fix the INCLUDE_DEF flag getting applied regardless...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Wolfgang Bumiller
Merge branch 'master' into cooking
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Wolfgang Bumiller
fix: dotranslate now sets AST_FLAG_INCLUDE_DEF to not...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Dale Weiler
Merge branch 'cooking' of github.com:graphitemaster...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Dale Weiler
column printing for warnings and errors now
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Wolfgang Bumiller
now a bare 'return;' is not required anymore if return...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Wolfgang Bumiller
make sure missing return values still warn
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Wolfgang Bumiller
return assignment factorial test
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Wolfgang Bumiller
fixing that comment...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Wolfgang Bumiller
assignable return value now lives in ast_function,...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Dale Weiler
Make static
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Dale Weiler
Update test template.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Dale Weiler
Update man page
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Dale Weiler
Experimental support for implicit return assignments...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Dale Weiler
Merge branch 'union-replacement' into cooking
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Dale Weiler
Add back that splint flag
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Dale Weiler
Fix that memory leak that I spent hours trying to find...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Dale Weiler
Major export cleanup. Anything that was exported but...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Dale Weiler
Prevent negitive numbers from being used as the left...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Dale Weiler
Result of shift operation on signed integers is bad.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Dale Weiler
Cleanups and fixes
commit
|
commitdiff
|
tree
|
snapshot
2013-05-11
Wolfgang Bumiller
killing the union types
commit
|
commitdiff
|
tree
|
snapshot
2013-05-11
Wolfgang Bumiller
first step to getting rid of those unions we don't...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-07
Wolfgang Bumiller
less confusing
commit
|
commitdiff
|
tree
|
snapshot
2013-05-07
Wolfgang Bumiller
be more strict here
commit
|
commitdiff
|
tree
|
snapshot
2013-05-07
Wolfgang Bumiller
removing this dead code_init call
commit
|
commitdiff
|
tree
|
snapshot
2013-05-07
Wolfgang Bumiller
fixing a few leaks - code_write doesn't delete the...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-07
Wolfgang Bumiller
changing a few ast_delete to ast_unref in places where...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
Wolfgang Bumiller
Merge pull request #111 from matthiaskrgr/cooking_stuff
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
Matthias Krüger
.gitignore: add binarys
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Dale Weiler
Escape strings in executor for -printdefs
commit
|
commitdiff
|
tree
|
snapshot
2013-04-28
Dale Weiler
Implemented support for having codegen (and lno files...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-28
Dale Weiler
Fix deps (remove duplicates with clever make tricks)
commit
|
commitdiff
|
tree
|
snapshot
2013-04-28
Dale Weiler
Merge branch 'cooking' of github.com:graphitemaster...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-28
Dale Weiler
Less general name for PAK utility, added install target...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-27
Wolfgang Bumiller
Merge branch 'master' into cooking
commit
|
commitdiff
|
tree
|
snapshot
2013-04-27
Wolfgang Bumiller
Merge pull request #109 from matthiaskrgr/PKGBUILD_master
commit
|
commitdiff
|
tree
|
snapshot
2013-04-27
Matthias Krüger
PKGBUILD: archlinux: fix build by applying a patch...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-27
Wolfgang Bumiller
Merge branch 'master' into cooking
commit
|
commitdiff
|
tree
|
snapshot
2013-04-27
Wolfgang Bumiller
dup is marked as warn-unused-result
commit
|
commitdiff
|
tree
|
snapshot
2013-04-27
Dale Weiler
Expression has undefined behavior (left operand modifie...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-27
Wolfgang Bumiller
debian Makefile had the same flaw as archlinux/this...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-27
Wolfgang Bumiller
Merge branch 'master' into cooking
commit
|
commitdiff
|
tree
|
snapshot
2013-04-27
Wolfgang Bumiller
updating archbsd and archlinux release/PKGBUILD files
commit
|
commitdiff
|
tree
|
snapshot
2013-04-27
Wolfgang Bumiller
Merge branch 'master' into cooking
commit
|
commitdiff
|
tree
|
snapshot
next