projects
/
xonotic
/
gmqcc.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
xonotic/gmqcc.git
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
Some cleanups
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Dale Weiler
Fix the peak
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
2013-04-27
Wolfgang Bumiller
Update CHANGES file
commit
|
commitdiff
|
tree
|
snapshot
2013-04-27
Wolfgang Bumiller
Starting point of 0.3.0
commit
|
commitdiff
|
tree
|
snapshot
2013-04-27
Wolfgang Bumiller
this should be tagged 0.2.9
0.2.9
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Wolfgang Bumiller
fix distro/ Makefiles
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Wolfgang Bumiller
don't overwrite ldflags/libs env vars
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Dale Weiler
Fix OSX compiles
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Wolfgang Bumiller
don't overwrite ldflags/libs env vars
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Wolfgang Bumiller
ast_value now has an initializer list array, still...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Wolfgang Bumiller
an = before an { is also always required when the decla...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Dale Weiler
Add expressions for builtins test
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Wolfgang Bumiller
solve it, not hide it
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Wolfgang Bumiller
Revert "Just fucking initialize everything"
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Wolfgang Bumiller
manpage and ini update
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Dale Weiler
Just fucking initialize everything
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Dale Weiler
Pushing the -fexpressions-for-builtins stuff and the...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Wolfgang Bumiller
this allows builtin numbers to be constant expressions...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Wolfgang Bumiller
change the value of TOKEN_EOF
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Dale Weiler
Less extern
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Dale Weiler
cleaner
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Dale Weiler
less globals
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Dale Weiler
No more globals for codegen
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Wolfgang Bumiller
these can be const now
before-library
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Dale Weiler
That is also not needed anymore
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Dale Weiler
not needed for arm anymore
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Dale Weiler
Apply some static where it belongs
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Dale Weiler
Fix alignment issues (can remove a clang warning, and...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Dale Weiler
Use the LIBS properly
commit
|
commitdiff
|
tree
|
snapshot
2013-04-24
Wolfgang Bumiller
Grrrr
commit
|
commitdiff
|
tree
|
snapshot
2013-04-24
Wolfgang Bumiller
manpage: document and explain __FUNC__ and __NULL__
commit
|
commitdiff
|
tree
|
snapshot
2013-04-24
Wolfgang Bumiller
Allow string concatenation in the parser as well, for...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-24
Dale Weiler
A nicer way of doing this
commit
|
commitdiff
|
tree
|
snapshot
2013-04-24
Dale Weiler
remove irrelevant comment
commit
|
commitdiff
|
tree
|
snapshot
2013-04-24
Dale Weiler
free the memory for asprintf
commit
|
commitdiff
|
tree
|
snapshot
2013-04-24
Dale Weiler
Shitty testsuite support for windows the hacky way...
commit
|
commitdiff
|
tree
|
snapshot
next