]> git.xonotic.org Git - xonotic/gmqcc.git/history - main.c
Updated readme
[xonotic/gmqcc.git] / main.c
2012-05-06 Dale WeilerUpdated readme
2012-05-05 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-05-05 Dale Weilerutil_strncmpexact
2012-04-29 Dale WeilerInvoke tests
2012-04-28 Dale WeilerRemove trailing whitespace
2012-04-28 Dale WeilerFix macro spacing
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 Weilerparam_argument cleanup
2012-04-28 Dale Weilerparam_argument cleanup
2012-04-28 Wolfgang BumillerDo not force -[aci] parameters' arguments to be in...
2012-04-28 Dale WeilerMerge remote-tracking branch 'origin/ast-and-ir' into...
2012-04-28 Dale WeilerFixed all invalid mmeory accesses
2012-04-28 Dale WeilerInterface change
2012-04-28 Dale Weilerstruct lex_file -> lex_file
2012-04-27 Wolfgang (Blub)... Merge branch 'master' into blub/ast-and-ir-merging
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-24 Dale WeilerAUTHORS
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 Weilerremoved branch
2012-04-20 Dale Weilercommand line argument parsing.
2012-04-17 Dale WeilerFix memory leaks, more memory tracker stuff as well.
2012-04-17 Dale Weilertabulators->four spaces
2012-04-17 Dale WeilerWork in progress assembler, cleanups and more.
2012-04-15 Dale WeilerMore cleanups
2012-04-15 Dale WeilerRemoved primitive AST tree generator ... I'm planning...
2012-04-11 Dale WeilerMore parsing stuff (still totally broken)
2012-04-11 Dale WeilerCount file lines
2012-04-11 Dale WeilerImplemented support for #include, but it doesn't add...
2012-04-11 Dale WeilerIt does hello world
2012-04-10 Dale WeilerCleanups
2012-04-10 Dale Weilerdigraph and trigraph tests
2012-04-10 Dale WeilerCleanups
2012-04-10 Dale WeilerMore parse tree stuff
2012-04-10 Dale WeilerFixes for '#' tokens
2012-04-10 Dale WeilerCleanups
2012-04-09 Dale WeilerMore parsing & parse tree
2012-04-09 Dale WeilerSome parsing
2012-04-09 Dale WeilerWork in progress preprocessor
2012-04-09 Dale WeilerSome fixes and command line switches parsing
2012-04-09 Dale Weilerinitial commit