]> git.xonotic.org Git - xonotic/gmqcc.git/history - exec.c
Some cleanups and smaller binaries!
[xonotic/gmqcc.git] / exec.c
2013-07-28 Dale WeilerSome cleanups and smaller binaries!
2013-07-21 Dale WeilerAnother one
2013-06-22 Dale WeilerFixed possible bug in VM. Added coverity rules to makef...
2013-06-21 Dale WeilerFix some bugs
2013-06-17 Dale WeilerMerge branch 'master' into cooking
2013-06-14 Dale WeilerFixed whitespace
2013-06-06 Dale WeilerMerge branch 'cooking'
2013-06-06 Dale WeilerStrict prototyping
2013-06-04 Dale WeilerMajor header reworking, this respects the namespaces...
2013-06-01 Wolfgang BumillerMerge branch 'master' into cooking
2013-06-01 Wolfgang BumillerMerge branch 'master' into cooking
2013-05-29 Dale WeilerMerge branch 'union-replacement' into cooking
2013-05-29 Dale WeilerCleanups and fixes
2013-05-02 Dale WeilerEscape strings in executor for -printdefs
2013-04-25 Dale WeilerApply some static where it belongs
2013-04-24 Wolfgang BumillerGrrrr
2013-04-24 Dale WeilerMerge branch 'master' into cooking
2013-04-24 Dale WeilerGet it compiling in visual studio again.
2013-04-21 Dale WeilerMerge branch 'cooking'
2013-04-14 Dale WeilerFet rid of explicit file stream flushes, streams are...
2013-03-08 Dale WeilerImplemented __builtin_mod, and % operator. Added floor...
2013-02-20 Wolfgang BumillerMerge branch 'master' into cooking
2013-02-12 Wolfgang BumillerMerge branch 'master' into cooking
2013-02-08 Dale WeilerCleanup cargocult directory and file specific things...
2013-02-03 Wolfgang BumillerMerge branch 'master' into cooking
2013-01-25 Wolfgang Bumiller-v now prints the initial value of globals in -printdefs
2013-01-25 Wolfgang Bumillerchanging some error prints to print to stderr in exec.c
2013-01-25 Wolfgang BumillerMerge branch 'master' into cooking
2013-01-17 Wolfgang BumillerWhen not actually executing, don't complain about inval...
2013-01-14 Wolfgang Bumillerfix the broken vector instructions in our executor...
2013-01-11 Wolfgang Bumillerfilling type_name in exec.c
2013-01-11 Wolfgang Bumillercode cleanup: prog_tempstring used to cast const char...
2013-01-08 Wolfgang Bumillersqrt and normalize builtins
2013-01-06 Wolfgang BumillerMerge branch 'master' of git://github.com/graphitemaste...
2013-01-06 Wolfgang Bumillerfixup qcvm parameter handling, now progs.dat can be...
2013-01-01 Dale WeilerHappy new years!
2012-12-30 Dale WeilerFix evaluation order bug
2012-12-28 matthiaskrgrMerge remote-tracking branch 'upstream/master'
2012-12-28 Dale WeilerFix one warning
2012-12-27 Wolfgang BumillerMerge pull request #75 from matthiaskrgr/master
2012-12-26 Wolfgang Bumillerfix -v option parsing in qcvm
2012-12-26 Wolfgang Bumillerverbose switches for the qcvm; makes -printfuns find...
2012-12-23 Wolfgang Bumilleradded -disasm-func to the qcvm
2012-12-23 Wolfgang Bumillerstrcmp and strncmp builtins
2012-12-23 Wolfgang BumillerAdding strcat builtin to qcvm
2012-12-23 Wolfgang BumillerFix a nasty bug in the executor; and make null-strings...
2012-12-23 Dale WeilerMake compiler and virtual-machine compile as C++ code...
2012-12-23 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-12-23 Dale WeilerWrapper around FILE to take advantage of MSVC "secure...
2012-12-22 Wolfgang BumillerMore stuff for qcvm -info
2012-12-22 Dale WeilerCleanups and make compile with clang again with no...
2012-12-22 Dale Weilercleanups and fixes that cppcheck found
2012-12-21 Dale WeilerGet gmqcc/qcvm compiling on windows again. Plus work...
2012-12-20 Wolfgang Bumillersscanf_s only for _MSC_VER not WIN32 in exec.c
2012-12-18 Wolfgang (Blub)... Improved parameter handling of qcvm a little, added...
2012-12-18 Wolfgang (Blub)... Better usage message for qcvm, don't exit after any...
2012-12-18 Wolfgang (Blub)... qcvm -pringdefs now prints [SAVE] next to globals with...
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-06 Wolfgang (Blub)... Moving all the global opts_ variables into a struct...
2012-12-05 Wolfgang (Blub)... More stuff in qcvm -printfuns
2012-12-02 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-12-02 Wolfgang (Blub)... Remove an unused variable qc_stof
2012-12-01 Wolfgang (Blub)... stof builtin #9
2012-12-01 Wolfgang (Blub)... More info in qcvm -printfuns
2012-11-30 Wolfgang (Blub)... qcvm -printfuns; prog_section_function.nargs is now...
2012-11-28 Wolfgang (Blub)... moving opts_warn and opts_werror to con.c
2012-11-28 Wolfgang (Blub)... qcvm didn't compile since moving the compile messages...
2012-11-26 Dale WeilerRemove trailing whitespace for Blub.
2012-11-23 Dale WeilerSign conversion fixes in exec.c
2012-11-19 Dale WeilerMerge branch 'master' into test-suite
2012-11-18 Wolfgang (Blub)... Make the disasm a bit more verbose as to where globals are
2012-11-15 Wolfgang (Blub)... Replaced it all...
2012-11-14 Wolfgang (Blub)... Merging in new-syntax
2012-11-12 Wolfgang (Blub)... Fix a very stupid bug in the executor which prevented...
2012-11-11 Wolfgang (Blub)... qcvm -trace now shows the current function name and...
2012-11-11 Wolfgang (Blub)... call ir_function_finalize on array accessors otherwise...
2012-11-11 Wolfgang (Blub)... apply the typemask where previously forgotten
2012-11-11 Wolfgang (Blub)... show the function name for CALLs in disasm
2012-11-11 Wolfgang (Blub)... Fixing execloop indentation
2012-11-10 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-11-10 Dale WeilerRemove execloop.h, we still use xmacros, but it's done...
2012-11-02 Wolfgang (Blub)... -disasm should show builtins as builtins rather than...
2012-11-02 Wolfgang (Blub)... -disasm switch for qcvm
2012-08-24 Wolfgang (Blub)... etos builtin...
2012-08-23 Wolfgang (Blub)... Adding DEF_SAVEGLOBAL, marking globals as to-be-saved...
2012-08-23 Wolfgang (Blub)... qcvm won't print checksum or entity field area size...
2012-08-23 Wolfgang (Blub)... Possibility to call a main function with parameters...
2012-08-23 Wolfgang (Blub)... vtos should use the same quotes as we use in qc source
2012-08-22 Wolfgang (Blub)... cut off too-long strings in disassembly
2012-08-22 Wolfgang (Blub)... when using -trace in qcvm: print a newline after every...
2012-08-22 Wolfgang (Blub)... Nicer -trace output in qcvm/exec
2012-08-22 Wolfgang (Blub)... qc_vlen, and adding numbers to all builtins for clarity
2012-08-22 Wolfgang (Blub)... error builtin to bail out, pawn now _always_ nulls...
2012-08-22 Wolfgang (Blub)... add ticks around vector strings created by vtos
2012-08-22 Wolfgang (Blub)... vtos builtin
2012-08-22 Wolfgang (Blub)... -printdefs for qcvm
2012-08-22 Wolfgang (Blub)... option: -force-crc=number, added -info to executor...
2012-08-19 Wolfgang (Blub)... Nicer prints in exec's prog_print_statement
2012-08-19 Wolfgang (Blub)... qcvm: -trace flag
next