]> git.xonotic.org Git - xonotic/gmqcc.git/history - gmqcc.h
Merging in new-syntax
[xonotic/gmqcc.git] / gmqcc.h
2012-11-14 Wolfgang (Blub)... Merging in new-syntax
2012-11-14 Dale Weilerpreliminary segregated console subsystem
2012-11-11 Wolfgang (Blub)... qcvm -trace now shows the current function name and...
2012-11-11 Wolfgang (Blub)... adding opts_max_array_size with a default of 1024,...
2012-11-11 Wolfgang (Blub)... parser_compile_file vs parser_compile_string
2012-11-11 Wolfgang (Blub)... Preparing to parse arrays: adding TYPE_ARRAY and union...
2012-11-11 Wolfgang (Blub)... globals of type .vector will now properly generate...
2012-11-10 Dale WeilerMake warns.def and flags.def into a single opts.def.
2012-11-10 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-11-10 Wolfgang (Blub)... mem_r to realloc
2012-11-02 Wolfgang (Blub)... -E switch to set opt_pp_only
2012-10-09 Wolfgang (Blub)... Don't forget to set the _alloc in vector resize, also...
2012-10-02 Wolfgang (Blub)... Cleaner crc implementation
2012-10-02 Wolfgang (Blub)... Generating checksums
2012-08-23 Wolfgang (Blub)... Adding DEF_SAVEGLOBAL, marking globals as to-be-saved...
2012-08-23 Wolfgang (Blub)... fixing mem-vector resize function
2012-08-22 Wolfgang (Blub)... commenting on the quirks of MUL_VF and MUL_FV in gmqcc...
2012-08-22 Wolfgang (Blub)... committing gmqcc.h for previous exec.c commit: qc_progr...
2012-08-22 Wolfgang (Blub)... it's SUB_V not DUB_V
2012-08-22 Wolfgang (Blub)... memvector resize needs to set _count as well
2012-08-22 Wolfgang (Blub)... option: -force-crc=number, added -info to executor...
2012-08-21 Wolfgang (Blub)... Fix some comment styles...
2012-08-18 Wolfgang (Blub)... replacing WARN_ERROR with opts_werror
2012-08-16 Wolfgang (Blub)... util_fopen...
2012-08-16 Wolfgang (Blub)... fopen -> fopen_s on windows
2012-08-16 Wolfgang (Blub)... make the 'vector' type use qcfloat instead of float
2012-08-15 Wolfgang (Blub)... Merge branch 'master' of git://github.com/graphitemaste...
2012-08-14 Dale Weilergmqcc now builds on visual studio
2012-08-14 Wolfgang (Blub)... constant folding for +, - and *
2012-08-14 Wolfgang (Blub)... progs.src mode added
2012-08-14 Wolfgang (Blub)... -dump option, by default the IR is not dumped anymore
2012-08-14 Wolfgang (Blub)... error-print functions which take lex_ctx
2012-08-14 Wolfgang (Blub)... Working towards a saner error-output system, adding...
2012-08-14 Wolfgang (Blub)... Merge branch 'master' into blub/parser
2012-08-13 Wolfgang (Blub)... Merge branch 'master' into blub/parser
2012-08-13 Wolfgang (Blub)... type_eq_instr[], type_ne_instr[]
2012-08-12 Wolfgang (Blub)... Merge branch 'master' into blub/parser
2012-08-12 Wolfgang (Blub)... Merge branch 'master' into blub/parser
2012-08-12 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-12 Wolfgang (Blub)... fixing the messup of MUL_FV and _VF being swapped ...
2012-08-12 Wolfgang (Blub)... merging master
2012-08-12 Wolfgang (Blub)... Merging master to handle vector members, fields, and...
2012-08-11 Wolfgang (Blub)... experimental support for spawn() in the executor
2012-08-11 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-11 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-10 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-08 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-08 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-08 Wolfgang (Blub)... Add WARN_ prefix to warnings enum
2012-08-08 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-08 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-07-30 Wolfgang (Blub)... make it also compilable with -std=c99 by not redefining...
2012-07-28 Wolfgang Bumillercode_alloc_field to allocate entityfield data, ir now...
2012-07-28 Wolfgang BumillerMerging master and adopting its main.c
2012-07-28 Wolfgang BumillerMerge branch 'master' into cmdline
2012-07-28 Wolfgang Bumillerutil_strtocmd, util_strtononcmd
2012-07-28 Wolfgang Bumillerreuse old opts_, renamed all opt_ to opts_ to be consis...
2012-07-28 Wolfgang Bumillerflags.def and warns.def containing defined flags and...
2012-07-28 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-28 Wolfgang BumillerAdd -foverlap-locals - something we really should make...
2012-07-28 Wolfgang BumillerAdded handler for -W
2012-07-28 Wolfgang Bumillergcc style long option support and -std=foo added
2012-07-28 Wolfgang BumillerCommandline handling first draft
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang BumillerMerging master with newly merged executor
2012-07-27 Wolfgang BumillerMerging master and adapting _MEM_* on new mem-vector...
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang Bumiller_MEM_... -> MEM_...
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-26 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-26 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-22 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-22 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-22 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-22 Wolfgang Bumillerstore_param storetype, parameter value list added to...
2012-07-20 Wolfgang BumillerHandling some operands, added type_name array
2012-07-19 Wolfgang Bumillermerging master, and adapting
2012-07-19 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-19 Wolfgang Bumillerparsing typenames completely now with function parameters
2012-07-16 Wolfgang BumillerCopying my old lexer
2012-07-16 Wolfgang BumillerTemporarily reordering instructions for compatibility
2012-07-16 Wolfgang BumillerReverting the removal of _FV instructions, it's just...
2012-07-16 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-16 Wolfgang BumillerMerging master
2012-07-16 Wolfgang Bumillertype_storep_instr: in theory we could use type_store_in...
2012-07-10 Wolfgang BumillerFirst thing: we want quaternions and 4x4 matrices
2012-07-03 Wolfgang Bumillertype_store_instr[] to get an INSTR_STORE_x by type
2012-06-29 Wolfgang (Blub)... fixed a typo in asm_instr[]: ES_FNC->EQ_FNC
2012-06-29 Wolfgang (Blub)... adding another storage type: store_return; when generat...
2012-06-28 Wolfgang (Blub)... Fixing GMQCC_SUPPRESS_EMPTY_BODY typo
2012-06-27 Wolfgang (Blub)... exec.h -> gmqcc.h
2012-06-27 Wolfgang (Blub)... Moving prog_section and prog_header to gmqcc.h to not...
2012-06-27 Wolfgang (Blub)... moved mem_resize and mem_append vector function macros...
2012-06-25 Wolfgang (Blub)... generation of COND and JUMP now works
2012-06-07 Dale WeilerMerge branch 'irgen'
2012-06-07 Dale WeilerBetter fail
2012-06-07 Dale WeilerFixed more warnings
2012-06-07 Dale WeilerRemoved even more warnings
next