]> de.git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2012-12-20 Wolfgang Bumillermanpage: typo 0.1.9
2012-12-20 Wolfgang BumillerFix condition on whether or not to print 'error' or...
2012-12-20 Wolfgang Bumiller-Werror-<warning> should actually use opts_setwerror
2012-12-20 Wolfgang Bumiller-Werror-<warning>, -Wno-error-<warning>, manpage updated
2012-12-20 Wolfgang Bumillermanpage: -Wunreachable-code
2012-12-20 Wolfgang BumillerReorder the warnings in opts.c to match their oder...
2012-12-20 Wolfgang BumillerTurn -fallow-unreachable-code into a -Wunreachable...
2012-12-20 Wolfgang BumillerFix object dependency: OBJ -> OBJ_D so they all depend...
2012-12-20 Wolfgang BumillerTemporarily fix noreturn bug by creating an actual...
2012-12-20 Wolfgang Bumiller-g sets opts.g and -debug causes blocks to be labeled
2012-12-20 Wolfgang Bumillersscanf_s only for _MSC_VER not WIN32 in exec.c
2012-12-20 Wolfgang BumillerOh god I hate this so much
2012-12-20 Wolfgang Bumillerthat should have gone into the second to last commit
2012-12-20 Wolfgang BumillerWINDOWS 8 USERS ARE IDIOTS, YES YOU SHOULD TAKE THIS...
2012-12-20 Wolfgang Bumillerast_return needs the correct context...
2012-12-20 Wolfgang Bumiller-fallow-unreachable-code
2012-12-20 Wolfgang Bumillervector initialization tests
2012-12-20 Wolfgang Bumillermaking the uninitialized-var on vector warning now...
2012-12-20 Wolfgang BumillerRemove the suffix entirely
2012-12-20 Wolfgang BumillerUL->ULL
2012-12-20 Wolfgang BumillerAdded tests for 'noreturn'
2012-12-20 Dale Weilerugh todo: seed per ht, not per hash
2012-12-20 Dale WeilerNo more hacks
2012-12-20 Dale Weilerfixes
2012-12-20 Dale WeilerOne last fix for mankind
2012-12-20 Dale Weiler*sigh*
2012-12-20 Dale WeilerAllow uname override
2012-12-20 Dale WeilerFix murmur hash seeding
2012-12-20 Dale WeilerMore fixes
2012-12-20 Dale WeilerAnother fix
2012-12-20 Dale WeilerFTBFS fixes
2012-12-20 Dale Weilerhandle cygwin/mingw for makefile
2012-12-19 Dale WeilerTypos
2012-12-19 Dale WeilerImplemened -fail procedure type for testsuite. Essenti...
2012-12-19 Wolfgang (Blub... Applying the actual 'Fix FTFBS stuff' part
2012-12-19 Wolfgang (Blub... Revert "Fix FTFBS stuff"
2012-12-19 Dale WeilerFix FTFBS stuff
2012-12-19 Wolfgang (Blub... 'noreturn' is - for now - a keyword, and used just...
2012-12-19 Wolfgang (Blub... ast_call now passes AST_FLAG_NORETURN on to the IR
2012-12-19 Wolfgang (Blub... removing ast_expression_common.variadic, adding ast_exp...
2012-12-19 Wolfgang (Blub... NRCALL now sets block->final and block->is_return
2012-12-19 Wolfgang (Blub... ir_block_create_{phi,call} now check self->final
2012-12-19 Wolfgang (Blub... VINSTR_NRCALL, translated like any other call for now...
2012-12-18 Wolfgang BumillerMerge pull request #48 from mhofstra/patch-1
2012-12-18 mhofstraSmall typo fix to make it compile on x86
2012-12-18 Rudolf PolzerFixes for some minor bugs clang-analyzer and cppcheck...
2012-12-18 Wolfgang (Blub... default make target now is 'all'
2012-12-18 Wolfgang (Blub... Tests for perl-logic _types_
2012-12-18 Wolfgang (Blub... -fperl-logic now doesn't allow logic ops with operands...
2012-12-18 Wolfgang (Blub... Added intrinsic: __builtin_debug_typestring(expr) to...
2012-12-18 Wolfgang (Blub... Remove a TODO message
2012-12-18 Wolfgang (Blub... make install-doc now also installs qcvm.q
2012-12-18 Wolfgang (Blub... Adding qcvm.1
2012-12-18 Wolfgang (Blub... Improved parameter handling of qcvm a little, added...
2012-12-18 Wolfgang (Blub... fix wrong --version string
2012-12-18 Wolfgang (Blub... Better usage message for qcvm, don't exit after any...
2012-12-18 Wolfgang (Blub... BUGS, SEE ALSO and AUTHOR sections in the manpage
2012-12-18 Wolfgang (Blub... It's -config=file, not -config file
2012-12-18 Wolfgang (Blub... Added -config to usage and manpage, added a CONFIG...
2012-12-18 Wolfgang (Blub... Add included -fs and -Ws to for each -std in the manpage
2012-12-18 Wolfgang (Blub... More jump removal
2012-12-18 Wolfgang (Blub... *sigh*
2012-12-18 Wolfgang (Blub... vector components are floats, not vectors
2012-12-18 Wolfgang (Blub... Don't generate IF/IFNOT with +1 offsets
2012-12-18 Wolfgang (Blub... -fsingle-vector-defs to disable _x,_y,_z generation
2012-12-18 Wolfgang (Blub... Generate _x,_y,_z defs/fields
2012-12-18 Wolfgang (Blub... qcvm -pringdefs now prints [SAVE] next to globals with...
2012-12-18 Wolfgang (Blub... DEF_SAVEGLOBAL flag is now applied on initialized non...
2012-12-18 Wolfgang (Blub... Don't generate 'jump +1' instructions
2012-12-18 Wolfgang (Blub... Renaming gmqcc.init since it's used by default if it...
2012-12-18 Wolfgang (Blub... Don't generate AINSTR_END anymore, use INSTR_DONE
2012-12-18 Wolfgang (Blub... cmd_options -> opts_cmd_t to make testsuite and executo...
2012-12-18 Dale WeilerAllow setting configuration file via commandline
2012-12-18 Dale WeilerAdd a template ini file for documentation
2012-12-18 Dale WeilerCleanups of compiler option configuration. Added ini...
2012-12-17 Wolfgang (Blub... messages caused by -Warnings now show the -W flag
2012-12-17 Wolfgang (Blub... parsewarning and genwarning to use vcompile_warning
2012-12-17 Wolfgang (Blub... irwarning to use vcompile_warning
2012-12-17 Wolfgang (Blub... ftepp_warn to use vcompile_warning
2012-12-17 Wolfgang (Blub... vcompile_error, vcompile_warning; fixed: removed opts_...
2012-12-17 Wolfgang (Blub... Adding -Wunknown-pragmas to the manpage
2012-12-17 Dale WeilerAdded -Wunknown-pragmas
2012-12-17 Wolfgang (Blub... Fixed a bug in the generation of default switch cases...
2012-12-17 Dale WeilerFinally fix the bug in -D
2012-12-17 Wolfgang (Blub... Revert "Not defining GMQCC_VERSION_ in gmqcc.h but...
2012-12-17 Dale WeilerFixes, but still crashes because ... I have no clue...
2012-12-17 Wolfgang (Blub... Not defining GMQCC_VERSION_ in gmqcc.h but checking...
2012-12-17 Wolfgang (Blub... --version
2012-12-17 Dale WeilerJust make it -v
2012-12-17 Dale WeilerAdded -which/-version
2012-12-17 Wolfgang (Blub... Copy over the array-count in ast_type_adopt/ast_type_copy
2012-12-17 Wolfgang (Blub... Error when the assignop for an assignment is invalid...
2012-12-17 Wolfgang (Blub... Let's still initialize the 'count' member...
2012-12-17 Dale WeilerImplemented -D for preprocessor
2012-12-17 Wolfgang (Blub... Fix: check error before calling codegen_output_type
2012-12-16 Dale WeilerUpdate some info
2012-12-16 Dale WeilerFix some typos
2012-12-16 Dale WeilerAdd TODO
2012-12-16 Dale WeilerFix testsuite. Also added an additional test to the...
2012-12-06 Wolfgang (Blub... Another peephole optimization
next