projects
/
xonotic
/
gmqcc.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
xonotic/gmqcc.git
2013-09-28
Igor Gnatenko
Update to 0.3.0 (improved new package: gmqpak)
commit
|
commitdiff
|
tree
|
snapshot
2013-09-28
Igor Gnatenko
Initial release
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Dale Weiler
Fix alias type check
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Dale Weiler
Implement constant folding on ternary operations via...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Dale Weiler
Consistency
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Dale Weiler
Cheap quick hack for ignoring #pragma to EOL
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Wolfgang Bumiller
remove -printf option from find; remove the misplaced...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Wolfgang Bumiller
there's no pushd/popd in my sh
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Dale Weiler
Some grammar
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Dale Weiler
Fix some stuff for xonotic and make check-proj actually...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Dale Weiler
Add export utility for Nexuiz, now check-proj handles it.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Dale Weiler
Got Xonotic stuff for check-proj to function.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Dale Weiler
Fix the xonotic export script for check-proj.sh
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Dale Weiler
Merge branch 'cooking' of github.com:graphitemaster...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Dale Weiler
Fix QuakeWorld compilation by treating assignment to...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-22
Dale Weiler
Update .travis.yml
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Wolfgang Bumiller
this is still there twice...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Wolfgang Bumiller
moving the QCVM_EXECUTOR ifdef in conout.c - these...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Dale Weiler
Remove debug printfs
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Dale Weiler
Generate (non_const_float * (1.0 / constant_float)...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Wolfgang Bumiller
since we don't bail on some of the warnings right away...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Wolfgang Bumiller
making irwarning warn on an unused result
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Dale Weiler
Don't need that, each directory already has its own...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Dale Weiler
Output the dat name for xonotic export tool (first...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Dale Weiler
Added -progsrc commandline switch to specify progs...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Dale Weiler
Added xonotic_export.sh utility that when run from...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Dale Weiler
Support options for check-proj now
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Dale Weiler
Allow running from root of gmqcc repo as well.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Dale Weiler
Proper gmqcc sourcing for check-proj
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Dale Weiler
Test for gmqcc in check-proj
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Wolfgang Bumiller
fix: declaring locals with the name of a parameter...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-10
Dale Weiler
Merge branch 'cooking' of github.com:graphitemaster...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-10
Dale Weiler
Added check-proj misc tool that downloads various Quake...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Wolfgang Bumiller
distro/archbsd/this - as we don't depend on glibc there...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Wolfgang Bumiller
distro/archlinux/this: generate the .MTREE file
commit
|
commitdiff
|
tree
|
snapshot
2013-09-08
Wolfgang Bumiller
qcvm: exit on error
commit
|
commitdiff
|
tree
|
snapshot
2013-09-08
Dale Weiler
Merge branch 'master' into cooking
commit
|
commitdiff
|
tree
|
snapshot
2013-09-08
Dale Weiler
Fix dependincies
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Dale Weiler
Always print the char the lexer fails on for a token.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Dale Weiler
Vector cross product virtual instruction, now >< operat...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Dale Weiler
Implemented >< (vector cross product operator). Current...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Dale Weiler
Prevent divide by zero for / and % operations in consta...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Dale Weiler
There is no bug since the testsuite uses -o for preproc...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Wolfgang Bumiller
Don't allow a stale 'some_type;' declaration without...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Wolfgang Bumiller
this one can be reached - make it a little more helpful
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Wolfgang Bumiller
more thorough check for whether an ast node starts...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Wolfgang Bumiller
factor check for assignment-to-constant into a function...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Wolfgang Bumiller
fix unhelpful error message; fixes #123
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
Dale Weiler
Logic elsewhere handles this (no need to duplicate)
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
Dale Weiler
intrinsic folding cleanups (and improvements.)
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
Dale Weiler
Rid of util_debug
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Dale Weiler
Make -fshort-logic -funtyped-nil -fvariadic-args defaul...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Dale Weiler
Remove &~= operator from gmqccs operator table, only...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Dale Weiler
Merge branch 'cooking' of github.com:graphitemaster...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Dale Weiler
Some changes changes
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Wolfgang Bumiller
this should allow for better detection of precedence...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Wolfgang Bumiller
also warn about mixing logical and/or operations withou...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Wolfgang Bumiller
warn when mixing different bitops without parenthesis...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Dale Weiler
Fix folding logic for conditions.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Dale Weiler
Implement [[eraseable]] attribute. When used with a...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
Dale Weiler
Fix build on clang
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
Dale Weiler
Constant fold intrinsics if their arguments are constan...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
Dale Weiler
Implemented a __builtin_fabs intrinsic.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
Dale Weiler
Fix fold-dce for if(0)
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
Wolfgang Bumiller
Add missing -width to .Bl in doc/gmqpak.1
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
Wolfgang Bumiller
Fix bad use of .D1 in doc/qcvm.1
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
Wolfgang Bumiller
misc/check-doc.sh: run mandoc -Tlint -Wall on the manpages
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
Wolfgang Bumiller
allow initializing shadowed locals outside of -std...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
Dale Weiler
Cleanups
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
Dale Weiler
Handle return status from compiler, this fixes false...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
Dale Weiler
Don't ignore empty newlines when match in the testsuite...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
Dale Weiler
Some style fixes for tests
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
Dale Weiler
Forgot this one
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
Dale Weiler
A test for that xor stuff (the same one I used to cause...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
Rudolf Polzer
Fix XOR maths for overlapping inputs by setting the...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
Wolfgang Bumiller
ast_binary->right_first and an execution order check
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
Dale Weiler
Merge divVerent/ftypeless-stores, but rid of the macro...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
Dale Weiler
Merge branch 'cooking' of github.com:graphitemaster...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
Wolfgang Bumiller
error on uninitialized arrays of unspecified size;...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
Wolfgang Bumiller
bail out when encountering an invalid array size in...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
Dale Weiler
Merge branch 'divVerent/ftypeless-stores' of git:/...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
Wolfgang Bumiller
fix testcase workarounds
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
Dale Weiler
And there she goes, them space swallowing whores.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
Rudolf Polzer
New options: -ftypeless-stores and -fsort-operands
commit
|
commitdiff
|
tree
|
snapshot
2013-08-26
Dale Weiler
Add support for columns to LNOF files.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-26
Dale Weiler
Fix testsuite for when a process crashes (do not consid...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-26
Dale Weiler
Fix testsuite
commit
|
commitdiff
|
tree
|
snapshot
2013-08-26
Wolfgang Bumiller
reset the column counter on a newline
commit
|
commitdiff
|
tree
|
snapshot
2013-08-26
Dale Weiler
Merge branch 'divVerent/submit/vector-bitops' of git...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-26
Rudolf Polzer
Support vector bitor/bitand/bitxor.
divVerent/submit/vector-bitops
commit
|
commitdiff
|
tree
|
snapshot
2013-08-26
Wolfgang Bumiller
error when trying to pass a TYPE_NOEXPR value to ir_ins...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-26
Wolfgang Bumiller
ir_builder now has a vinstr_temp array, a bunch of...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-22
Dale Weiler
Some typos
commit
|
commitdiff
|
tree
|
snapshot
2013-08-21
Dale Weiler
Make makes output consistent with BSD makes output...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-21
Wolfgang Bumiller
archlinux PKGBUILDs: don't use install's -D switch...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-21
Dale Weiler
Generate PDF documentation from man pages for windows...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-19
Dale Weiler
Mark the beginning of the next release, master is now...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-19
Dale Weiler
Fix that
commit
|
commitdiff
|
tree
|
snapshot
2013-08-19
Dale Weiler
Slackware support to website generation.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-19
Dale Weiler
Merge pull request #117 from matthiaskrgr/master_PKGBUILD
0.3.0
commit
|
commitdiff
|
tree
|
snapshot
next