]> git.xonotic.org Git - xonotic/gmqcc.git/history - code.c
Get it compiling in visual studio again.
[xonotic/gmqcc.git] / code.c
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
2012-04-19 Dale Weilerensure all data is LE format, cleanups, etc.
2012-04-17 Dale Weilertabulators->four spaces
2012-04-17 Dale Weilerreplaced getline with util_getline
2012-04-17 Dale WeilerWork in progress assembler, cleanups and more.
2012-04-14 Dale WeilerFixes
2012-04-12 Dale WeilerI got parsing to work finally.
2012-04-11 Dale WeilerMore parsing stuff (still totally broken)
2012-04-11 Dale WeilerImplemented support for #include, but it doesn't add...
2012-04-11 Dale WeilerIt does hello world
2012-04-11 Dale WeilerTest program
2012-04-11 Dale WeilerFix memory leak
2012-04-11 Dale WeilerSome perliminary code gen code (just writes a header)
2012-04-10 Dale Weilercode.c, info.txt