]> git.xonotic.org Git - xonotic/gmqcc.git/history - main.c
Remove trailing whitespace for Blub.
[xonotic/gmqcc.git] / main.c
2012-11-26 Dale WeilerRemove trailing whitespace for Blub.
2012-11-25 Wolfgang (Blub)... introducing -fassign-function-types, previously guarded...
2012-11-25 Wolfgang (Blub)... handling TOKEN_CHARCONST - -Wmultibyte-character
2012-11-25 Wolfgang (Blub)... Guard translatable strings by -ftranslatable-strings...
2012-11-24 Dale WeilerImplemented -W? and -f? as aliases to -Whelp and -fhelp
2012-11-24 Dale WeilerImplemented -show-defaults
2012-11-23 Wolfgang (Blub)... -Wdouble-declaration on by default
2012-11-23 Wolfgang (Blub)... ftepp_out can return a nullptr
2012-11-23 Wolfgang (Blub)... -std=fteqcc gets its own operator list
2012-11-22 Dale WeilerFix more warnings
2012-11-22 Wolfgang (Blub)... Fixing main.c shadows
2012-11-22 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-11-21 Wolfgang (Blub)... -dump vs -dumpfin; to see the IR before and after final...
2012-11-19 Wolfgang (Blub)... This is probably what was intended actually
2012-11-19 Dale WeilerMerge branch 'master' into test-suite
2012-11-18 Wolfgang (Blub)... Adding myself to main.c's copyright notice
2012-11-18 Wolfgang (Blub)... don't call parser_cleanup with -E
2012-11-18 Wolfgang (Blub)... The ftepp now always outputs into a string buffer,...
2012-11-18 Wolfgang (Blub)... Merge branch 'master' into ftepp
2012-11-18 Wolfgang (Blub)... Make -E print to stdout by default and honor -o, change...
2012-11-18 Wolfgang (Blub)... Since like with parsing, the preprocessor state has...
2012-11-18 Wolfgang (Blub)... Some printf/con_out/con_err conversions, guarded some...
2012-11-17 Wolfgang (Blub)... Merge branch 'master' into ftepp
2012-11-17 Dale WeilerMerge branch 'master' into test-suite
2012-11-17 Dale WeilerMerge branch 'master' into test-suite
2012-11-17 Dale WeilerNew test-suite initial implementation. Just need to...
2012-11-16 Wolfgang (Blub)... ## concatenation, -Wpreprocessor warning about redefini...
2012-11-16 Wolfgang (Blub)... importing initial ftepp.c; -E option now executes the...
2012-11-15 Wolfgang (Blub)... Replaced it all...
2012-11-15 Wolfgang (Blub)... cleaned up empty lines
2012-11-15 Dale WeilerSome more changes: added redirout/redirerr command...
2012-11-15 Dale Weileradded --nocolor and fixed bug
2012-11-14 Dale WeilerFIX TEH BLOCK
2012-11-14 Wolfgang (Blub)... Merging in new-syntax
2012-11-14 Dale Weilerpreliminary segregated console subsystem
2012-11-12 Dale WeilerJS stuff
2012-11-11 Wolfgang (Blub)... adding opts_max_array_size with a default of 1024,...
2012-11-11 Wolfgang (Blub)... parser_compile_file vs parser_compile_string
2012-11-11 Wolfgang (Blub)... -fadjust-vector-fields is now on by default in -std...
2012-11-02 Wolfgang (Blub)... Delete the test preprocess.c file and get the use/build...
2012-11-02 Wolfgang (Blub)... Finishing the preprocessing flag for the lexer, added...
2012-11-02 Wolfgang (Blub)... -E switch to set opt_pp_only
2012-10-30 Wolfgang (Blub)... If parser_finish fails, the exit-value must also indica...
2012-10-28 Wolfgang (Blub)... -Wassign-function-types - since in qcc you may assign...
2012-10-27 Wolfgang (Blub)... Remove the -benchmark option+code
2012-10-02 Wolfgang (Blub)... Print a warning if end_sys_fields was declared as a...
2012-08-24 Wolfgang (Blub)... forgot to put the -Werror in --help into the actual...
2012-08-24 Wolfgang (Blub)... remove unimplemented -f flags from --help, add the...
2012-08-24 Wolfgang (Blub)... Add -Werror to the --help message
2012-08-24 Wolfgang (Blub)... alignment fix
2012-08-24 Wolfgang (Blub)... -benchmark option to take the time in a rather simple way
2012-08-23 Wolfgang (Blub)... for the sake of testing: -Wnone
2012-08-23 Wolfgang (Blub)... -Weffectless-statement, on by default, creates 'stateme...
2012-08-23 Wolfgang (Blub)... Warna bout unused variables - -Wunused-variable, on...
2012-08-23 Wolfgang (Blub)... -Wframe-macros, warn about duplicate frame macro defini...
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
next