]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2013-04-21 Dale WeilerMerge branch 'cooking'
2013-04-21 Dale WeilerUpdate CHANGES
2013-04-21 Dale Weilerupdate README to reflect syntax highlighting stuff.
2013-04-21 Dale WeilerAdd jedit syntax highlighting support, thanks to LordHa...
2013-04-21 Dale WeilerThis is suppoted now
2013-04-21 Dale WeilerAdd syntax configuration file for gtksourceview (this...
2013-04-21 Dale Weilertypo
2013-04-21 Dale Weilerupdate README for syntax highlighting stuff
2013-04-21 Dale WeilerA more realistic preprocessor concatenation test.
2013-04-21 Dale WeilerUndo that fail
2013-04-21 Dale WeilerBetter output on failure
2013-04-21 Dale WeilerMore preprocessor testsuite support and our first prepr...
2013-04-21 Dale WeilerMore preprocessor testing support for the testsuite.
2013-04-21 Dale WeilerInitial preprocessor procedure option for testsuite...
2013-04-21 Dale WeilerWe don't need to specify "-should fail" because we...
2013-04-21 Dale WeilerI did it, I did it, I did it, horray!, Thanks Dora...
2013-04-21 Dale WeilerSome work in progress preprocessing test work
2013-04-21 Dale WeilerRemove hashset
2013-04-17 Wolfgang Bumillerparser_const_string now uses hashtables; hashtables...
2013-04-17 Wolfgang Bumillerfix warnings to allow compiling with -O3
2013-04-17 Dale WeilerSome inline never hurt anyone .. actually, C made a...
2013-04-17 Dale WeilerUse hashtable for macro definitions in the preprocessor...
2013-04-17 Wolfgang Bumillerdon't call ftepp_finish on a freed ftepp struct
2013-04-17 Dale WeilerMore perliminary reworking for threading
2013-04-17 Dale WeilerFix compile for windows.
2013-04-17 Dale WeilerPerliminary parser reworking, required for the proposed...
2013-04-16 Dale WeilerFix typo in kate syntax highlighting installation docum...
2013-04-16 Dale WeilerAdded syntax highlighting configuration files (with...
2013-04-16 Wolfgang Bumillerlex_try_pragma: free the buffers
2013-04-16 Dale WeilerFix memdump printing
2013-04-15 Dale WeilerRewrote memory tracking, now prints highest water mark...
2013-04-15 Wolfgang Bumillerfix macro parameters
2013-04-15 Wolfgang Bumillerast_expression_delete: delete varparam if it is set...
2013-04-15 Wolfgang Bumillerfix memleak in ast_local_codegen
2013-04-15 Wolfgang Bumillerutil_strdup: don't use util_memory_a with -DNOTRACK
2013-04-15 Dale WeilerGCC specific stuff compile flags.
2013-04-14 Dale WeilerAdded tracing to strdup for allocations, fixed some...
2013-04-14 Dale Weilercleanups
2013-04-14 Dale WeilerFet rid of explicit file stream flushes, streams are...
2013-04-14 Dale WeilerRemove one more external function
2013-04-14 Dale WeilerMore flattening. I don't know why I turned off bufferin...
2013-04-14 Dale WeilerFlatten more external functions
2013-04-14 Dale WeilerMore function flatening
2013-04-14 Dale WeilerMore function flatening
2013-04-14 Dale WeilerMore external function flatening (less external symbols)
2013-04-14 Dale WeilerRevert that trans stuff
2013-04-14 Dale Weilerflatten the use of strcpy, 90% of the cases we already...
2013-04-13 Dale WeilerFix possible buffer overflows.
2013-04-13 Dale WeilerFix possible bug
2013-04-13 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-04-13 Dale WeilerFix some memory leaks.
2013-04-13 Wolfgang BumillerMerge pull request #103 from matthiaskrgr/cooking
2013-04-13 Matthias Krügergitignore: ignore pkg.tar.xz packages in distro/arch...
2013-04-13 Matthias KrügerPKGBUILD: release: fix sha1sum, minor cleanup
2013-04-12 Matthias KrügerPKGBUILD: git: fix for pacman 4.1.0
2013-04-12 Matthias Krüger.gitignore: add /pak
2013-04-08 Dale WeilerUpdate specification.tex
2013-04-02 Wolfgang Bumillerwe changed the prefix... there too
2013-04-02 Wolfgang Bumillerwe changed the prefix...
2013-03-27 Dale WeilerMerge pull request #102 from matthiaskrgr/cooking
2013-03-27 matthiaskrgrmake: gource flags: add
2013-03-27 matthiaskrgrMakefile: split up 'make gource' into 'make gource...
2013-03-21 Dale WeilerMake variable for flexibility
2013-03-21 Dale WeilerUploadability from package building using dropbox API...
2013-03-21 Dale WeilerSome protection for cross arch package building
2013-03-21 Dale WeilerCross architecture stuff for distro build scripts....
2013-03-15 Dale WeilerWhile we're at it, fix that one too.
2013-03-15 Dale Weiler*sigh*
2013-03-15 Dale WeilerSPACES PEOPLE
2013-03-15 Dale WeilerAdded gource rule to makefile
2013-03-09 Dale WeilerAdded isnan compiler builtin, documented what each...
2013-03-09 Dale Weilerfix comment
2013-03-09 Dale WeilerUh wrong file.
2013-03-09 Dale WeilerImplemented smart intrinsic / builtin system. When...
2013-03-09 Dale WeilerAdd floor to tests defs.qh
2013-03-09 Dale WeilerImplemented "reverse" enum attribute, e.g enum : revers...
2013-03-09 Dale WeilerFix operator precedence, closes #101
2013-03-08 Dale WeilerBetter diagnostic when "floor" cannot be found.
2013-03-08 Dale WeilerImplemented __builtin_mod, and % operator. Added floor...
2013-03-08 Dale WeilerImplemented concept of enumeration attributes (can...
2013-03-08 Dale WeilerImplemented __builtin_exp
2013-03-07 Dale WeilerActually generate an ast_call for __builtin_pow for...
2013-03-07 Dale WeilerAdd some ice
2013-03-07 Dale WeilerMake ** RIGHT associative
2013-03-07 Dale WeilerGet rid of the bullshit log stuff
2013-03-07 Dale WeilerThey see me roll 'n, casting, so far they just think...
2013-03-07 Dale WeilerImplement exponentiation operator `**` as well as __bui...
2013-03-07 Dale WeilerUpdate specification.tex
2013-03-07 Dale WeilerUpdate specification.tex
2013-03-07 Dale WeilerUpdate specification.tex
2013-03-07 Dale WeilerUpdate specification.tex
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
next