]> git.xonotic.org Git - xonotic/gmqcc.git/history - code.c
Some documentation
[xonotic/gmqcc.git] / code.c
2013-10-11 Dale WeilerMore cleanups
2013-09-30 Wolfgang BumillerMerge branch 'master' into cooking
2013-09-08 Dale WeilerMerge branch 'master' into cooking
2013-08-30 Dale WeilerRid of util_debug
2013-08-27 Dale WeilerMerge divVerent/ftypeless-stores, but rid of the macro...
2013-08-27 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-08-27 Dale WeilerMerge branch 'divVerent/ftypeless-stores' of git:/...
2013-08-27 Rudolf PolzerNew options: -ftypeless-stores and -fsort-operands
2013-08-26 Dale WeilerAdd support for columns to LNOF files.
2013-08-18 Dale WeilerPlease the Samual
2013-08-16 Dale WeilerRework some build stuff for better output and to enable...
2013-08-14 Dale WeilerRemove vec_upload
2013-08-14 Dale WeilerSome statistics as Samual wanted.
2013-07-30 Dale WeilerUse the _t consistency naming scheme. Also various...
2013-07-28 Dale WeilerSome cleanups and smaller binaries!
2013-06-22 Dale WeilerFix uninitialized data
2013-06-17 Dale WeilerMerge branch 'master' into cooking
2013-06-14 Dale WeilerFixed whitespace
2013-06-06 Dale WeilerMerge branch 'cooking'
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-07 Wolfgang Bumillerfixing a few leaks - code_write doesn't delete the...
2013-04-28 Dale WeilerImplemented support for having codegen (and lno files...
2013-04-25 Dale WeilerNo more globals for codegen
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-14 Dale WeilerRevert that trans stuff
2013-04-14 Dale Weilerflatten the use of strcpy, 90% of the cases we already...
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-30 Dale WeilerRename
2013-01-30 Dale WeilerWork in progress options cleanup.
2013-01-06 Wolfgang Bumillermake the LNOF header compiler friendlier
2013-01-01 Dale WeilerHappy new years!
2012-12-28 matthiaskrgrMerge remote-tracking branch 'upstream/master'
2012-12-28 Dale Weilermemleak
2012-12-28 Dale WeilerFix another Blub bug .. learn to use comments properly :P
2012-12-25 Wolfgang BumillerThe very aggressive -Ooverlap-strings
2012-12-23 Wolfgang Bumillercode_genstring now caches strings, no need for code_cac...
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-20 Wolfgang BumillerFix util_endianswap; and endianswap the LNO data as...
2012-12-20 Wolfgang BumillerFix a leak: free code_linenums
2012-12-18 Wolfgang (Blub)... More jump removal
2012-12-18 Wolfgang (Blub)... Don't generate AINSTR_END anymore, use INSTR_DONE
2012-12-06 Wolfgang (Blub)... Moving all the global opts_ variables into a struct...
2012-12-02 Dale Weileradded __STD_VERSION_[MINOR/MAJOR]__, and vec_upload
2012-12-01 Wolfgang (Blub)... Remove unused omit-nullbytes code in code.c
2012-11-30 Wolfgang (Blub)... All ir_instrs now get their lex-context, so that we...
2012-11-24 Dale WeilerAdd respective license headers + some cleanups
2012-11-24 Dale WeilerWhitespace
2012-11-15 Wolfgang (Blub)... Replaced it all...
2012-10-02 Wolfgang (Blub)... Generating checksums
2012-10-02 Wolfgang (Blub)... code_crc added, initializing to 0
2012-08-23 Wolfgang (Blub)... Add the empty globaldef/fielddef to the object, savegam...
2012-08-22 Wolfgang (Blub)... using %i for instruction opcode output is a little...
2012-08-22 Wolfgang (Blub)... option: -force-crc=number, added -info to executor...
2012-08-16 Wolfgang (Blub)... util_fopen...
2012-08-08 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
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 Bumillerreuse old opts_, renamed all opt_ to opts_ to be consis...
2012-07-27 Wolfgang BumillerMerging master with newly merged executor
2012-07-27 Wolfgang BumillerMerging master and adapting _MEM_* on new mem-vector...
2012-06-27 Wolfgang (Blub)... Moving prog_section and prog_header to gmqcc.h to not...
2012-06-25 Wolfgang (Blub)... generate the trailing zero
2012-06-07 Dale WeilerMerge branch 'irgen'
2012-05-09 Wolfgang (Blub)... fixing fwrite calls I had messed up
2012-05-09 Wolfgang Bumillercode_cachedstring
2012-05-09 Wolfgang BumillerConvenience function to store a predefined string in...
2012-05-09 Wolfgang BumillerPreparing to generate code from the IR - code_write...
2012-05-03 Dale WeilerMore assembler code (less allocations too)
2012-05-02 Dale WeilerTrailing whitespace was imminent, pending editor config...
2012-05-02 Dale WeilerMerge remote-tracking branch 'origin/ast-and-ir'
2012-05-02 Dale WeilerMerge branch 'master' into ast-and-ir
2012-05-02 Dale Weilerargsize parsing for assembler
2012-05-02 Dale WeilerMore function parsing for assembler
2012-05-02 Dale Weilerassembly statement operand parsing. Now all we need...
2012-05-01 Dale WeilerFunction parsing for the assembler now works, and adds...
2012-04-28 Dale WeilerRemove trailing whitespace
2012-04-28 Dale WeilerAll code is now C89/C90 compat
2012-04-28 Dale WeilerMerge branch 'master' into ast-and-ir
2012-04-28 Dale WeilerRemove trailing whitespace from everything
2012-04-28 Dale Weileralmost ISO C now, fixed all the MEM_VECTOR trailing...
2012-04-28 Dale WeilerMerge branch 'assembler' into ast-and-ir
2012-04-28 Dale Weilerassembler can parse internal functions. Wrote all inter...
2012-04-26 Wolfgang (Blub)... Merge branch 'master' into blub/ast-and-ir-merging
2012-04-25 Dale Weilercode_strings_add replaced with proper multiplie element...
2012-04-24 Dale Weilernew progs format proposal for engine developers (45...
2012-04-22 Dale Weiler-fdarkplaces-stringtablebug
2012-04-20 Dale WeilerStarting assembly
2012-04-19 Dale WeilerIndentation
next