]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2013-03-07 Dale WeilerImplement exponentiation operator `**` as well as __bui...
2013-02-26 Wolfgang Bumillerhopefully fix an off-by-1 vararg copy issue
2013-02-25 Dale WeilerPrint the number for the test itself in the test-suite...
2013-02-25 Dale WeilerRemove debug printf
2013-02-25 Dale WeilerPush definitions when -O0
2013-02-20 Wolfgang BumillerMerge branch 'master' into cooking
2013-02-20 Wolfgang Bumillerfix: don't mess up multiline macros in files ending...
2013-02-13 Wolfgang Bumillerupdate to .gitignore
2013-02-12 Wolfgang BumillerMerge branch 'master' into cooking
2013-02-11 Dale Weilerfix
2013-02-11 Dale WeilerLess duplication
2013-02-11 Dale WeilerFix fucking mingw32 shit.
2013-02-11 Wolfgang Bumillerinclude: guard the actual inclusion with ftepp->output_...
2013-02-11 Wolfgang BumillerLifetime analysis: Don't go through the blocks as a...
2013-02-10 Dale WeilerBOOM
2013-02-10 Dale WeilerBOOM
2013-02-10 Dale WeilerConsider cppchecks (performance) warnings.
2013-02-10 Dale WeilerSigh
2013-02-10 Dale WeilerFix mem leak.
2013-02-08 Dale WeilerOops
2013-02-08 Dale Weilerdepend rule for $(OBJ_P) PAK utility.
2013-02-08 Dale WeilerThese includes are not required
2013-02-08 Dale WeilerAdded $(PAK) to Makefile for clean rule.
2013-02-08 Dale Weilerendian swap on FOURCC for "PACK" on BE systems.
2013-02-08 Dale WeilerFix some memleaks.
2013-02-08 Dale WeilerA command line interface for the PAK utility, made...
2013-02-08 Dale WeilerImplemented __VA_COUNT__
2013-02-08 Dale WeilerMake it compile as C++ code AGAIN
2013-02-08 Dale WeilerActually add fs.c
2013-02-08 Dale WeilerCleanup cargocult directory and file specific things...
2013-02-07 Dale Weilerfix build issue
2013-02-07 Dale WeilerAdd directory support for extract_all
2013-02-07 Dale WeilerCleanups and fixes to the PAK utility, can now extract...
2013-02-07 Dale WeilerFixes to the PAK utility.
2013-02-07 Dale WeilerWork in progress PAK extractor/insterter.
2013-02-06 Dale WeilerUpdate makefile
2013-02-06 Dale WeilerMake the testsuite C++ compatible.
2013-02-06 Dale WeilerMake it compile as C++ code again.
2013-02-06 Wolfgang Bumillerfind aliases in parser_find_global instead of parser_sy...
2013-02-06 Dale WeilerStore the ast nodes for aliases
2013-02-06 Dale WeilerAliases to aliases is a bad idea, revert. Added better...
2013-02-06 Dale WeilerFix alias bug. Implemented support for aliases of...
2013-02-06 Dale WeilerSupport for aliases to aliases too.
2013-02-06 Dale WeilerSome sanity checks for aliases (undeclared variable...
2013-02-06 Dale Weileradd todo
2013-02-06 Dale WeilerImplemented generalized attribute aliases. You can...
2013-02-05 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-02-05 Dale Weilerperl ops -> pops
2013-02-05 Dale Weilerast referencing
2013-02-05 Wolfgang Bumillerast_array_index_codegen: never regenerate code
2013-02-05 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-02-05 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-02-05 Wolfgang Bumillerremoving some left-over alloc checks
2013-02-05 Dale WeilerWork in progress <=> operator.
2013-02-05 Wolfgang Bumillerfixing that comment
2013-02-05 Wolfgang Bumillerinsert an error when an operator doesn't get found...
2013-02-05 Dale WeilerBetter handling of multiple body functions.
2013-02-04 Dale WeilerUpdate doc/specification.tex
2013-02-04 Dale WeilerUpdate doc/specification.tex
2013-02-04 Dale WeilerUpdate doc/specification.tex
2013-02-04 Dale WeilerWork in progress specification LaTeX document for ...
2013-02-03 Wolfgang Bumillerget that message back in
2013-02-03 Wolfgang BumillerYes, that's what you are SUPPOSED to do in this case...
2013-02-03 Wolfgang BumillerReverting this awful unmaintainable mess of option...
2013-02-03 Wolfgang Bumillerfix: rotate_entfield_array_index_nodes deleting the...
2013-02-03 Wolfgang Bumillerproperly mask #message, #warning, #error by ftepp-...
2013-02-03 Wolfgang BumillerAdding a WIP style sheet for mandoc html output
2013-02-03 Wolfgang BumillerMerge branch 'master' into cooking
2013-02-03 Wolfgang BumillerAdd -fdarkplaces-string-table-bug to the default flags
2013-02-02 Dale WeilerFix this target for archlinux
2013-02-02 Dale WeilerMerge pull request #96 from matthiaskrgr/cooking_PKGBUILD
2013-02-02 matthiaskrgrPKGBUILDs: rename "arch" to "archlinux", move archbsd...
2013-02-02 Dale Weilers/%d/%s/
2013-02-02 Dale WeilerBetter printing of token errors.
2013-02-02 Dale Weilertypo
2013-02-02 Dale WeilerUpdate authors file
2013-02-02 Dale WeilerAdd bitnot test for testsuite.
2013-02-01 Dale Weileroops
2013-02-01 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-02-01 Dale WeilerFix ~ unary operator (can now const-fold). Also things...
2013-02-01 Wolfgang BumillerMerge branch 'cooking' of git://github.com/graphitemast...
2013-02-01 Dale WeilerWork in progress ~ operator implemented as -1-x.
2013-02-01 Dale WeilerFix memleak and assignment for cached lengths in corrector
2013-01-31 Wolfgang Bumillermanpage: removed -Wpreprocessor
2013-01-31 Wolfgang Bumillerconverted qcvm.1 to mdoc
2013-01-30 Dale WeilerIgnore most memory comparisions by validating the lengt...
2013-01-30 Dale WeilerCache lengths in corrector. This speeds up the correct...
2013-01-30 Dale WeilerAdded definition file for test-suite, used by default...
2013-01-30 Dale WeilerOlder clang had -Wmissing-variable-declarations, which...
2013-01-30 Dale WeilerGet it compiling with C++ compilers again.
2013-01-30 Dale WeilerSlightly larger code, but strategic inline for correcto...
2013-01-30 Dale WeilerNot an assembler instruction, but virtual instruction...
2013-01-30 Dale WeilerEmpty string, not "<null>"
2013-01-30 Dale WeilerCleanups
2013-01-30 Dale WeilerDon't ignore return result from test_perform.
2013-01-30 Dale WeilerIt is used, gcc is a liar.
2013-01-30 Dale WeilerSome cleanups and what not.
2013-01-30 Dale WeilerDocument the options in the opts.def file
2013-01-30 Dale WeilerFix pragma parsing that I broke.
2013-01-30 Dale WeilerRemoving #error/#warning/#message from parser, and...
next