]> git.xonotic.org Git - xonotic/gmqcc.git/history - gmqcc.h
Implemented roboust compile-time endianess check.
[xonotic/gmqcc.git] / gmqcc.h
2012-12-20 Dale WeilerImplemented roboust compile-time endianess check.
2012-12-20 Wolfgang BumillerFix util_endianswap; and endianswap the LNO data as...
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 Dale WeilerNo more hacks
2012-12-20 Dale WeilerAnother fix
2012-12-20 Dale WeilerFTBFS fixes
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)... VINSTR_NRCALL, translated like any other call for now...
2012-12-18 Rudolf PolzerFixes for some minor bugs clang-analyzer and cppcheck...
2012-12-18 Wolfgang (Blub)... More jump removal
2012-12-18 Dale WeilerAllow setting configuration file via commandline
2012-12-18 Dale WeilerCleanups of compiler option configuration. Added ini...
2012-12-17 Wolfgang (Blub)... vcompile_error, vcompile_warning; fixed: removed opts_...
2012-12-17 Wolfgang (Blub)... Revert "Not defining GMQCC_VERSION_ in gmqcc.h but...
2012-12-17 Wolfgang (Blub)... Not defining GMQCC_VERSION_ in gmqcc.h but checking...
2012-12-17 Dale WeilerImplemented -D for preprocessor
2012-12-06 Wolfgang (Blub)... Moving all the global opts_ variables into a struct...
2012-12-04 Wolfgang (Blub)... Parsing the 'noref' keyword; this also gets rid of...
2012-12-02 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-12-02 Wolfgang (Blub)... Don't warn about uninitialized stuff in accessors ...
2012-12-02 Dale Weileradded __STD_VERSION_[MINOR/MAJOR]__, and vec_upload
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
next