]> git.xonotic.org Git - xonotic/gmqcc.git/history - main.c
the -std=qcc set of operators, still have to verify if it's the original
[xonotic/gmqcc.git] / main.c
2012-08-23 Wolfgang (Blub)... the -std=qcc set of operators, still have to verify...
2012-08-23 Wolfgang (Blub)... Variadic functions: works for builtins, warns for imple...
2012-08-22 Wolfgang (Blub)... option: -force-crc=number, added -info to executor...
2012-08-22 Wolfgang (Blub)... -Wimplicit-function-pointer, functions without bodies...
2012-08-21 Wolfgang (Blub)... Fix getline usage in main.c, fix WARN_VOID_VARIABLE...
2012-08-21 Wolfgang (Blub)... -Wvoid-variables, QC uses 2 special void-typed variable...
2012-08-21 Wolfgang (Blub)... new warning: -Wlocal-constants
2012-08-19 Wolfgang (Blub)... added -Wused-uninitialized and warning about variables...
2012-08-19 Wolfgang (Blub)... set -Wmissing-return-values to on by default, new warni...
2012-08-18 Wolfgang (Blub)... -Wtoo-few-parameters on by deafult - for -std=gmqcc...
2012-08-18 Wolfgang (Blub)... keep the filenames of all lexed files in a global lex_f...
2012-08-18 Wolfgang (Blub)... clear items_data in main
2012-08-18 Wolfgang (Blub)... replacing WARN_ERROR with opts_werror
2012-08-16 Wolfgang (Blub)... activate -Wfield-redeclared by default
2012-08-16 Wolfgang (Blub)... util_fopen...
2012-08-15 Wolfgang (Blub)... parser_finish needs to be called in progs.src mode...
2012-08-14 Wolfgang (Blub)... progs.src mode added
2012-08-14 Wolfgang (Blub)... flags and warnings not printed anymore without -dump
2012-08-14 Wolfgang (Blub)... -dump option, by default the IR is not dumped anymore
2012-08-14 Wolfgang (Blub)... -Wextensions on by default
2012-08-14 Wolfgang (Blub)... Merge branch 'master' into blub/parser
2012-08-13 Wolfgang (Blub)... Merge branch 'master' into blub/parser
2012-08-12 Wolfgang (Blub)... return an error code at exit after compile errors
2012-08-12 Wolfgang (Blub)... Merge branch 'master' into blub/parser
2012-08-12 Wolfgang (Blub)... Merge branch 'master' into blub/parser
2012-08-12 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-12 Wolfgang (Blub)... merging master
2012-08-12 Wolfgang (Blub)... Merging master to handle vector members, fields, and...
2012-08-11 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-11 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-10 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-08 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-08 Wolfgang (Blub)... fix the chack for -Wno- and -fno-, it needs to use...
2012-08-08 Wolfgang (Blub)... rename a helper function since the name was in use
2012-08-08 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-08 Wolfgang (Blub)... tempcommitting WARN_UNKNOWN_CONTROL_SEQUENCE and handli...
2012-08-08 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-08 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-07-28 Wolfgang Bumillerparser_init,compile,finish,cleanup - used in main
2012-07-28 Wolfgang BumillerMerging master and adopting its main.c
2012-07-28 Wolfgang BumillerMerge branch 'master' into cmdline
2012-07-28 Wolfgang Bumilleruse util_ functions for strtocmd and strtononcmd
2012-07-28 Wolfgang Bumillerreuse old opts_, renamed all opt_ to opts_ to be consis...
2012-07-28 Wolfgang Bumillerflags.def and warns.def containing defined flags and...
2012-07-28 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-28 Wolfgang Bumillerconsistency ftw
2012-07-28 Wolfgang Bumiller-fhelp to list -f flags, -Whelp to list -W options
2012-07-28 Wolfgang BumillerAdded handler for -W
2012-07-28 Wolfgang BumillerFixing a warning
2012-07-28 Wolfgang BumillerPrint out all the information parsed from the commandline
2012-07-28 Wolfgang Bumillergcc style long option support and -std=foo added
2012-07-28 Wolfgang BumillerCommandline handling first draft
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang BumillerMerging master with newly merged executor
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang BumillerHandling output file, writing output file
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
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 BumillerClearing main
2012-06-07 Dale WeilerMerge branch 'irgen'
2012-06-07 Dale WeilerRemoved even more warnings
2012-06-07 Dale WeilerMore compile warnings (disabled many for now, they...
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
next