]> de.git.xonotic.org Git - xonotic/gmqcc.git/history - Makefile
moving -Olocal-temps to -O4 until the issues are solved
[xonotic/gmqcc.git] / Makefile
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-26 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-26 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-22 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-22 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-22 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-19 Wolfgang Bumillermerging master, and adapting
2012-07-19 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-16 Wolfgang BumillerCopying my old lexer
2012-07-16 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-16 Wolfgang BumillerUpdating makefile to remove all the not yet used stuff
2012-06-27 Wolfgang (Blub)... fixing Makefile for the qcvm_execprogram.h -> execloop...
2012-06-27 Wolfgang (Blub)... make clean : now deletes qcvm
2012-06-27 Wolfgang (Blub)... 'make qcvm' now builds exec-standalone.o from exec...
2012-06-27 Wolfgang (Blub)... Executor now executes and traces
2012-06-25 Wolfgang (Blub)... executor: loader
2012-06-07 Dale WeilerMerge branch 'irgen'
2012-06-07 Dale WeilerFixed more warnings
2012-06-07 Dale Weilerfixed -Wconditional-uninitialized for ast codegen
2012-06-07 Dale WeilerRemoved even more warnings
2012-06-07 Dale Weilerremoved more warnings
2012-06-07 Dale Weilerfixed shadow issue
2012-06-07 Dale WeilerMore compile warnings (disabled many for now, they...
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 Weilersupress attribute warnings
2012-04-29 Dale WeilerInvoke tests
2012-04-29 Dale Weileradded test_ast, test_ir, and test, as well as default...
2012-04-28 Dale WeilerAll code is now C89/C90 compat
2012-04-28 Dale Weilersurpress empty bodies
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-27 Wolfgang (Blub)... Merge branch 'master' into blub/ast-and-ir-merging
2012-04-26 Wolfgang (Blub)... Use .o rather than .c in the Makefile... sorry for...
2012-04-26 Wolfgang (Blub)... Merge branch 'master' into blub/ast-and-ir-merging
2012-04-25 Wolfgang (Blub)... use CC ?= because clang crashes on me
2012-04-24 Dale Weilerassembler.c -> asm.c
2012-04-17 Dale WeilerFix clang warnings
2012-04-17 Dale WeilerWork in progress assembler, cleanups and more.
2012-04-11 Dale WeilerMore parsing stuff (still totally broken)
2012-04-11 Dale WeilerSome perliminary code gen code (just writes a header)
2012-04-10 Dale WeilerCleanups
2012-04-10 Dale WeilerImplemented memory tracker
2012-04-10 Dale WeilerFixes for '#' tokens
2012-04-10 Dale WeilerCleaups and README
2012-04-09 Dale WeilerImplemented typedefs
2012-04-09 Dale WeilerWork in progress preprocessor
2012-04-09 Dale Weilerinitial commit