]> git.xonotic.org Git - xonotic/gmqcc.git/history - exec.c
Fix hyphen-used-as-minus-sign in gmqcc.1
[xonotic/gmqcc.git] / exec.c
2013-10-15 Dale WeilerCleanups
2013-10-14 Dale WeilerCleanup for builds
2013-10-11 Wolfgang BumillerMerge branch 'cooking' of git://github.com/graphitemast...
2013-10-11 Dale WeilerMerge branch 'cleanup' into cooking
2013-10-11 Dale WeilerRefactor some util/platform usage and extend file syste...
2013-10-11 Dale WeilerMore cleanups
2013-10-11 Dale WeilerSome more platform / compiler specific code refactoring.
2013-10-11 Dale WeilerInitial platform / compiler specific code refactoring.
2013-09-30 Wolfgang BumillerMerge branch 'master' into cooking
2013-09-24 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-09-19 Wolfgang Bumillerthis is still there twice...
2013-09-08 Wolfgang Bumillerqcvm: exit on error
2013-08-17 Dale WeilerRemove that idiom, and use GMQCC_ARRAY_COUNT.
2013-08-17 Dale WeilerCleanups and update CHANGES
2013-08-16 Dale WeilerMake it compile in visual studio again, without warnings.
2013-08-16 Dale WeilerRework some build stuff for better output and to enable...
2013-08-14 Wolfgang Bumillerremove the 'opts' global from test.c and exec.c as...
2013-07-30 Dale WeilerUse the _t consistency naming scheme. Also various...
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...
next