]> git.xonotic.org Git - xonotic/gmqcc.git/history - gmqcc.h
Flatten more external functions
[xonotic/gmqcc.git] / gmqcc.h
2012-11-30 Wolfgang (Blub)... qcvm -printfuns; prog_section_function.nargs is now...
2012-11-30 Wolfgang (Blub)... All ir_instrs now get their lex-context, so that we...
2012-11-30 Wolfgang (Blub)... don't just store a 'bool constant' in the ast/ir, store...
2012-11-30 Wolfgang (Blub)... don't use vec_size but _vec_end in _vec_remove, since...
2012-11-30 Wolfgang (Blub)... Importing tail-recursion optimization
2012-11-30 Wolfgang (Blub)... -O now, additionally to taking a number, can work like...
2012-11-26 Wolfgang (Blub)... generic compile_error/compile_warning functions in...
2012-11-26 Dale WeilerRemove trailing whitespace for Blub.
2012-11-25 Wolfgang (Blub)... Revert "Fix type punning warnings"
2012-11-25 Dale WeilerFix type punning warnings
2012-11-25 Wolfgang (Blub)... Change the parser to use the hashtable functions
2012-11-24 Dale WeilerAdd respective license headers + some cleanups
2012-11-23 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-11-23 Dale WeilerAdded comment about hashtable
2012-11-23 Dale WeilerNo copy, just store pointer for hash table
2012-11-23 Wolfgang (Blub)... Let's #define GMQCC by default
2012-11-23 Dale WeilerVisual studio __forceinline can be used for GMQCC_INLINE
2012-11-23 Dale WeilerImplemented hashtable as-per Blubs request
2012-11-22 Wolfgang (Blub)... Fixing clang-warnings about vectors
2012-11-22 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-11-21 Wolfgang (Blub)... -dump vs -dumpfin; to see the IR before and after final...
2012-11-21 Dale WeilerBump version
2012-11-21 Wolfgang (Blub)... casting explicitly to boolean values in early out logic
2012-11-19 Dale WeilerMerge branch 'master' into test-suite
2012-11-18 Wolfgang (Blub)... The ftepp now always outputs into a string buffer,...
2012-11-18 Wolfgang (Blub)... Merge branch 'master' into ftepp
2012-11-18 Wolfgang (Blub)... Make -E print to stdout by default and honor -o, change...
2012-11-18 Wolfgang (Blub)... Since like with parsing, the preprocessor state has...
2012-11-17 Wolfgang (Blub)... Merge branch 'master' into ftepp
2012-11-17 Dale WeilerMerge branch 'master' into test-suite
2012-11-17 Dale WeilerMerge branch 'master' into test-suite
2012-11-17 Dale WeilerNew test-suite initial implementation. Just need to...
2012-11-16 Wolfgang (Blub)... importing initial ftepp.c; -E option now executes the...
2012-11-15 Wolfgang (Blub)... moving _vec_remove above the 'exposed interface' comment
2012-11-15 Wolfgang (Blub)... Fix a typo causing NOTRACK to fail
2012-11-15 Wolfgang (Blub)... Replacing lexer's vectors and getting rid of the macros
2012-11-15 Wolfgang (Blub)... Replaced it all...
2012-11-15 Dale WeilerUse new console system everywhere.
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
next