]> de.git.xonotic.org Git - xonotic/gmqcc.git/history - main.c
Add irc to travis
[xonotic/gmqcc.git] / main.c
2013-01-01 Dale WeilerHappy new years!
2012-12-31 Wolfgang BumillerAnother hardcoded -std=gmqcc option removed and added...
2012-12-31 Wolfgang Bumiller-std=gmqcc now implies -Werror-missing-return-values...
2012-12-31 Wolfgang BumillerChanging -Wtoo-few-parameters to -Winvalid-parameter...
2012-12-28 matthiaskrgrMerge remote-tracking branch 'upstream/master'
2012-12-28 Dale WeilerFixed another possible implementation specific bug...
2012-12-27 Wolfgang BumillerSome default options for -std=gmqcc including -floop...
2012-12-24 Wolfgang Bumiller-q, --quiet option
2012-12-24 Dale WeilerAdded my awesome MT1997 PRNG, and use it instead of...
2012-12-24 Dale WeilerAdded ftepp predefs flag (ability to turn on/off predef...
2012-12-23 Dale WeilerActually fix the segfault this time
2012-12-23 Dale Weilercon_default_out for opts.pp_only (removes recently...
2012-12-23 Dale WeilerMake compiler and virtual-machine compile as C++ code...
2012-12-23 Dale WeilerRemove parser_compile_string_len, and make parser_compi...
2012-12-23 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-12-23 Dale WeilerWrapper around FILE to take advantage of MSVC "secure...
2012-12-22 Wolfgang BumillerError when using both -ffalse-empty-strings and -ftrue...
2012-12-22 Dale WeilerCleanups and make compile with clang again with no...
2012-12-20 Wolfgang Bumiller-ftrue-empty-strings now changes type_not_instr[TYPE_ST...
2012-12-20 Wolfgang Bumiller-Werror-<warning> should actually use opts_setwerror
2012-12-20 Wolfgang Bumiller-Werror-<warning>, -Wno-error-<warning>, manpage updated
2012-12-20 Wolfgang Bumiller-g sets opts.g and -debug causes blocks to be labeled
2012-12-18 Wolfgang (Blub)... fix wrong --version string
2012-12-18 Wolfgang (Blub)... Added -config to usage and manpage, added a CONFIG...
2012-12-18 Dale WeilerAllow setting configuration file via commandline
2012-12-18 Dale WeilerCleanups of compiler option configuration. Added ini...
2012-12-17 Dale WeilerAdded -Wunknown-pragmas
2012-12-17 Dale WeilerFinally fix the bug in -D
2012-12-17 Dale WeilerFixes, but still crashes because ... I have no clue...
2012-12-17 Wolfgang (Blub)... --version
2012-12-17 Dale WeilerJust make it -v
2012-12-17 Dale WeilerAdded -which/-version
2012-12-17 Dale WeilerImplemented -D for preprocessor
2012-12-06 Wolfgang (Blub)... Updating usage message a bit
2012-12-06 Wolfgang (Blub)... Moving all the global opts_ variables into a struct...
2012-12-02 Dale Weiler-g now turns on -flno
2012-12-02 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-12-02 Wolfgang (Blub)... Don't warn about uninitialized stuff in accessors ...
2012-12-01 Wolfgang (Blub)... -fcorrect-ternary; by default -std=fteqcc now uses...
2012-11-30 Wolfgang (Blub)... Upping the default max-array-limit *sigh*
2012-11-30 Wolfgang (Blub)... Don't try to compile an empty output from the preprocessor
2012-11-30 Wolfgang (Blub)... print the number of performed optimizations after compiling
2012-11-30 Wolfgang (Blub)... Also print the numeric -O flag which would enable an...
2012-11-30 Wolfgang (Blub)... Importing tail-recursion optimization
2012-11-30 Wolfgang (Blub)... -O now, additionally to taking a number, can work like...
2012-11-28 Wolfgang (Blub)... moving opts_warn and opts_werror to con.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...
next