]> git.xonotic.org Git - xonotic/gmqcc.git/history - gmqcc.h
Remove trailing whitespace from everything
[xonotic/gmqcc.git] / gmqcc.h
2012-04-28 Dale WeilerRemove trailing whitespace from everything
2012-04-28 Dale WeilerLexer fixes
2012-04-28 Dale Weilersurpress empty bodies
2012-04-28 Dale WeilerMerge remote-tracking branch 'origin/ast-and-ir' into...
2012-04-28 Dale Weileralmost ISO C now, fixed all the MEM_VECTOR trailing...
2012-04-28 Wolfgang Bumiller2 missind free->mem_d in MEM_VECTOR macros
2012-04-28 Wolfgang Bumillerlex_ctx_t -> lex_ctx, vector_t -> vector
2012-04-28 Dale WeilerInterface change
2012-04-28 Dale Weilerstruct lex_file -> lex_file
2012-04-28 Dale Weilerastir.h -> gmqcc.h
2012-04-28 Dale WeilerMerge branch 'blub/ast-and-ir-merging' of github.com...
2012-04-28 Wolfgang BumillerRemoved the qc_type enum and replaced all qc_* by TYPE_*
2012-04-28 Dale WeilerMerge branch 'assembler' into ast-and-ir
2012-04-28 Dale Weilertype parsing for constants, globals and locals. Sanati...
2012-04-28 Dale Weilerassembler can parse internal functions. Wrote all inter...
2012-04-28 Dale WeilerMore assembly work
2012-04-27 Dale WeilerMore assembler code
2012-04-27 Dale WeilerWorking on the assembler
2012-04-27 Wolfgang (Blub)... GMQCC_WARN macro
2012-04-27 Dale WeilerSanity check
2012-04-27 Wolfgang (Blub)... Merge branch 'master' into blub/ast-and-ir-merging
2012-04-27 Dale WeilerNow compiles with mingw; added makefile for windows.
2012-04-26 Dale WeilerGMQCC_VERSION
2012-04-26 Wolfgang (Blub)... Merge branch 'master' into blub/ast-and-ir-merging
2012-04-25 Dale WeilerImplemented platform[safe, neutral], compiler[safe...
2012-04-25 Dale Weilercode_strings_add replaced with proper multiplie element...
2012-04-25 Dale WeilerImplemented support for multiple element (with assisted...
2012-04-25 Dale WeilerMake VECTOR_ more flexible for inside structures, and...
2012-04-25 Dale WeilerTYPE_ macros
2012-04-25 Dale Weilers/#define / / & s/[0-9]// & inplace enum { - end }
2012-04-25 Wolfgang (Blub)... Adding the 3 virtual instructions required for the...
2012-04-24 Dale Weilernew progs format proposal for engine developers (45...
2012-04-22 Dale Weiler-fdarkplaces-stringtablebug
2012-04-22 Dale WeilerLanguage type selection at command line.
2012-04-21 Dale Weilerslightly faster hash function (using crc32), with preco...
2012-04-20 Dale Weilercommand line argument parsing.
2012-04-20 Dale WeilerStarting assembly
2012-04-19 Dale Weilerensure all data is LE format, cleanups, etc.
2012-04-17 Dale WeilerFix clang warnings
2012-04-17 Dale WeilerFix memory leaks, more memory tracker stuff as well.
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-15 Dale WeilerMore cleanups
2012-04-15 Dale WeilerCleanups
2012-04-15 Dale WeilerRemoved primitive AST tree generator ... I'm planning...
2012-04-14 Dale WeilerInclude now works
2012-04-11 Dale WeilerMore parsing stuff (still totally broken)
2012-04-11 Dale WeilerCount file lines
2012-04-11 Dale WeilerIt does hello world
2012-04-11 Dale WeilerTest program
2012-04-11 Dale WeilerIndentation
2012-04-11 Dale WeilerSome perliminary code gen code (just writes a header)
2012-04-10 Dale WeilerCleanups
2012-04-10 Dale Weilerdigraph and trigraph tests
2012-04-10 Dale WeilerCleanups
2012-04-10 Dale WeilerFixed parsing issues, added some parser tests.
2012-04-10 Dale WeilerFix parser bug
2012-04-10 Dale WeilerImplemented memory tracker
2012-04-10 Dale WeilerCleanups
2012-04-10 Dale WeilerCleaups and README
2012-04-10 Dale WeilerTypedefs can now be registered, and even typedef a...
2012-04-09 Dale WeilerImplemented typedefs
2012-04-09 Dale WeilerMore parsing & parse tree
2012-04-09 Dale WeilerWork in progress preprocessor
2012-04-09 Dale WeilerSome new types, and lexer changes
2012-04-09 Dale WeilerSome fixes and command line switches parsing
2012-04-09 Dale Weilerinitial commit