]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2012-11-25 Wolfgang (Blub... Some side-effect propagation for better warnings, so...
2012-11-25 Wolfgang (Blub... Allow regular AND used on non-float types
2012-11-25 Wolfgang (Blub... Allow strings to contain a backslash and a newline...
2012-11-25 Wolfgang (Blub... Guard translatable strings by -ftranslatable-strings...
2012-11-25 Wolfgang (Blub... update noops flag while parsing a translatable string
2012-11-25 Wolfgang (Blub... Translatable string constants
2012-11-25 Wolfgang (Blub... parser_const_string can now create a translatable string
2012-11-25 Wolfgang (Blub... linecounting fix for push/pop(line) pragmas
2012-11-25 Wolfgang (Blub... Let's not have + and - as sole token, always allow...
2012-11-25 Wolfgang (Blub... linecounting...
2012-11-25 Wolfgang (Blub... linecounting issue in the lexer
2012-11-25 Wolfgang (Blub... Fix a bug in the lexer causing double-dots to double...
2012-11-25 Wolfgang (Blub... Fix parsing of multi-dot field types
2012-11-25 Wolfgang (Blub... multiple dots to start a field type, ie ..float for...
2012-11-25 Wolfgang (Blub... moving cleanvar=false out of a condition
2012-11-25 Wolfgang (Blub... linecounting issues in the ftepp
2012-11-25 Wolfgang (Blub... a more verbose error
2012-11-25 Wolfgang (Blub... -Wconst-var
2012-11-25 Wolfgang (Blub... Fixing propogate->propAgate typo in test.c
2012-11-25 Wolfgang (Blub... s/succeed/succeeded/
2012-11-25 Wolfgang (Blub... Simplify some condition in the tester
2012-11-25 Wolfgang (Blub... Typedef testcases
2012-11-25 Wolfgang (Blub... free the _locals vector
2012-11-25 Wolfgang (Blub... Fix a missing uninitialized value which caused typedefs...
2012-11-25 Wolfgang (Blub... Allow typedefs to shadow defs of previous scopes
2012-11-25 Wolfgang (Blub... Implementing typedef
2012-11-25 Wolfgang (Blub... fixing a leak in the hashtables, htdel didn't delete...
2012-11-25 Wolfgang (Blub... typedef is now a keyword
2012-11-25 Wolfgang (Blub... always define GMQCC, never define FTEQCC or QCC, but...
2012-11-25 Wolfgang (Blub... Revert "Fix type punning warnings"
2012-11-25 Dale WeilerFix type punning warnings
2012-11-25 Wolfgang (Blub... Fix some uninitialized values
2012-11-25 Wolfgang (Blub... use the hashtables in the IR
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
next