]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2012-11-25 Wolfgang (Blub... removing ir_function_get_local - it's unused
2012-11-25 Wolfgang (Blub... Change the parser to use the hashtable functions
2012-11-24 Dale WeilerSome hashtable changes
2012-11-24 Dale WeilerYou made substantial changes to this file, you get...
2012-11-24 Dale WeilerAdd respective license headers + some cleanups
2012-11-24 Dale WeilerWhitespace
2012-11-24 Dale WeilerSet correct macro for PP based on the selected standard
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... turn the message about global variable double-declarati...
2012-11-23 Wolfgang (Blub... warn about double function declarations...
2012-11-23 Wolfgang (Blub... A nice internal error
2012-11-23 Wolfgang (Blub... 'var' is now no keyword anymore, :\
2012-11-23 Wolfgang (Blub... handling 'const' - still need correct separation of...
2012-11-23 Wolfgang (Blub... preserve newlines in preprocessed multiline comments
2012-11-23 Wolfgang (Blub... Adding an unrecognized keywords error
2012-11-23 Wolfgang (Blub... Fix a very nasty bug in the lexer's handling of comments
2012-11-23 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-11-23 Dale WeilerAdded comment about hashtable
2012-11-23 Wolfgang (Blub... relation operation in #if just as wrong as in fteqcc
2012-11-23 Dale WeilerNo copy, just store pointer for hash table
2012-11-23 Wolfgang (Blub... Enforce a trailing nul-byte after preprocessing
2012-11-23 Wolfgang (Blub... Don't ftepp_warn after destroying the lexer...
2012-11-23 Wolfgang (Blub... Look for include files in the currently #included file...
2012-11-23 Wolfgang (Blub... Let's #define GMQCC by default
2012-11-23 Wolfgang (Blub... Don't delete the ftepp prematurely
2012-11-23 Wolfgang (Blub... ftepp_out can return a nullptr
2012-11-23 Wolfgang (Blub... operator &~=
2012-11-23 Wolfgang (Blub... operators &= and |=
2012-11-23 Wolfgang (Blub... *= and /= operators
2012-11-23 Wolfgang (Blub... Fixing operator precedence of suffices
2012-11-23 Wolfgang (Blub... operator tests
2012-11-23 Wolfgang (Blub... correcting an error message
2012-11-23 Wolfgang (Blub... Suffix operators, and remembering the const-float-1...
2012-11-23 Wolfgang (Blub... Parsing of suffix operators, NOTE: applied like prefix...
2012-11-23 Wolfgang (Blub... Prefix ++,--
2012-11-23 Wolfgang (Blub... a type_name -> ast_type_to_string conversion
2012-11-23 Wolfgang (Blub... -std=fteqcc gets its own operator list
2012-11-23 Dale WeilerVisual studio __forceinline can be used for GMQCC_INLINE
2012-11-23 Dale WeilerUse memcmp for comparing doubles
2012-11-23 Dale Weilerast_binstore_codegen initialize left ir value to null...
2012-11-23 Dale WeilerSign conversion fixes in exec.c
2012-11-23 Dale WeilerCleanups
2012-11-23 Dale WeilerImplemented hashtable as-per Blubs request
2012-11-23 Dale WeilerWall was already there, changed pedantic, into pedantic...
2012-11-23 Dale Weilerchange choice of diagnostics for ftepp to use lex_ctx...
2012-11-23 Dale WeilerMake it compile with -Wall and -pedantic
2012-11-22 Dale WeilerFix getline
2012-11-22 Wolfgang (Blub... Fixing the makefile - stop adding pointless defaults
2012-11-22 Wolfgang (Blub... Fixing up ast_binstore_codegen to handle array updates
2012-11-22 Dale WeilerFix memory leaks
2012-11-22 Dale WeilerRemove some disabled warnings from the makefile
2012-11-22 Wolfgang (Blub... unused params in parser.c
2012-11-22 Wolfgang (Blub... unsed params in ftepp.c
2012-11-22 Wolfgang (Blub... Fix unused params in ir.c
2012-11-22 Wolfgang (Blub... Fix unused parameters in ast.c
2012-11-22 Dale WeilerFix more warnings
2012-11-22 Wolfgang (Blub... conversion warnings and sanity check
2012-11-22 Dale WeilerFix some casting stuff
2012-11-22 Wolfgang (Blub... Fixing a shadowing in ir.c
2012-11-22 Wolfgang (Blub... Remove unused macro
2012-11-22 Wolfgang (Blub... initialize some values
2012-11-22 Wolfgang (Blub... Fixing shadows in parser.c - moving generate_checksum...
2012-11-22 Wolfgang (Blub... Fixing shadows in lexer.c
2012-11-22 Wolfgang (Blub... Removing unused _tokennames from lexer.h
2012-11-22 Wolfgang (Blub... Fixing main.c shadows
2012-11-22 Wolfgang (Blub... Fixing clang-warnings about vectors
2012-11-22 Wolfgang (Blub... Adding short-logic testcase
2012-11-22 Wolfgang (Blub... Fixing short-logic for 'if': it wanted to add the jump...
2012-11-22 Wolfgang (Blub... Test for extended parameters
2012-11-22 Wolfgang (Blub... Collapsing the switch tests into 1
2012-11-22 Wolfgang (Blub... drop the E line from break.tmpl
2012-11-22 Wolfgang (Blub... Collapse the break tests into 1
2012-11-22 Dale Weileroops
2012-11-22 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-11-22 Dale WeilerRemove requirement for E
2012-11-21 Wolfgang (Blub... make ast_function_label also work when -dumpfin is...
2012-11-21 Wolfgang (Blub... -dump vs -dumpfin; to see the IR before and after final...
2012-11-21 Wolfgang (Blub... Escape strings in ir-dump output
2012-11-21 Dale WeilerBump version
2012-11-21 Dale WeilerMake blub happy
2012-11-21 Dale WeilerMake makefile runtest rule depend on all to be built
2012-11-21 Dale Weilerless verbosity from test suite, just the way blub wants it
2012-11-21 Wolfgang (Blub... ast_ternary needs to adopt the output type
2012-11-21 Wolfgang (Blub... error if the ternary operands aren't of the same type...
2012-11-21 Wolfgang (Blub... More verbose error for invalid parameter types
2012-11-21 Wolfgang (Blub... check 'ternaries' count
2012-11-21 Wolfgang (Blub... Utilizing vec_last more
2012-11-21 Wolfgang (Blub... question mark must result in TOKEN_OPERATOR
2012-11-21 Wolfgang (Blub... operator handling for ternary
2012-11-21 Wolfgang (Blub... Removing some obsolete messages
2012-11-21 Wolfgang (Blub... parsing the ternary
2012-11-21 Wolfgang (Blub... Inserting ternary in the qcc-operator-list at the place...
2012-11-21 Wolfgang (Blub... removed phi_out from ast_ternary since we have a place...
2012-11-21 Wolfgang (Blub... Fix wrong merge_id
2012-11-21 Wolfgang (Blub... -fperl-logic, off by default, so casting to boolean now
2012-11-21 Wolfgang (Blub... casting explicitly to boolean values in early out logic
2012-11-21 Wolfgang (Blub... A note about how early-out in if-expressions can be...
2012-11-21 Wolfgang (Blub... Actually it's likely...
next