]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
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...
2012-11-21 Wolfgang (Blub... Little optimization to not produce an unreachable goto...
2012-11-21 Wolfgang (Blub... 'likely' hint for IFs
2012-11-21 Wolfgang (Blub... experimental -fshort-logic, currently perl-like - might...
2012-11-21 Wolfgang (Blub... Fixing warnings
2012-11-21 Wolfgang (Blub... A hopefully working naive PHI solution
2012-11-20 Dale WeilerImplemented multi-line comparitive tests, fixed output...
2012-11-19 Wolfgang (Blub... Adding break/continue testcases
2012-11-19 Wolfgang (Blub... *sigh*
2012-11-19 Wolfgang (Blub... Fixing switch testcase 7
2012-11-19 Wolfgang (Blub... switch testcases
2012-11-19 Wolfgang (Blub... -frelaxed-switch to enable switch on non-constant cases
2012-11-19 Wolfgang (Blub... Add the missing jump from after the actual last case
2012-11-19 Wolfgang (Blub... Enter the outgoing block after a switch
2012-11-19 Wolfgang (Blub... Parsing of switches
2012-11-19 Wolfgang (Blub... fix bnot_id
2012-11-19 Wolfgang (Blub... 'case' and 'default' are now keywords too, not just...
2012-11-19 Wolfgang (Blub... ast_switch
2012-11-19 Wolfgang (Blub... fix a warning and remove unused variables
2012-11-19 Wolfgang (Blub... Error in the ast already about unreachable statements...
2012-11-19 Wolfgang (Blub... break and continue support
2012-11-19 Wolfgang (Blub... moving 'return' parsing into a function
2012-11-19 Wolfgang (Blub... moving keywords into an array
2012-11-19 Wolfgang (Blub... Fix con_vprintmsg madness
2012-11-19 Wolfgang (Blub... This is probably what was intended actually
2012-11-19 Dale WeilerMerge branch 'master' into test-suite
2012-11-19 Dale WeilerAdded test for variadic arguments
2012-11-19 Dale WeilerAdded command line parsing to test-suite
2012-11-19 Dale Weilerstdout/stderr logging functional now.
2012-11-18 Dale WeilerTest suite now logs stdout/stderr to respective files
2012-11-18 Wolfgang (Blub... Fixing some indentation
2012-11-18 Wolfgang (Blub... remove a redundant ir_function member
2012-11-18 Wolfgang (Blub... Make the disasm a bit more verbose as to where globals are
2012-11-18 Wolfgang (Blub... do not set a function-defs nargs to > 8
2012-11-18 Wolfgang (Blub... CALL to handle extparams, renamed extparams again
2012-11-18 Wolfgang (Blub... Add a # prefix to EXTPARM%i
2012-11-18 Wolfgang (Blub... Make functions copy their extparams
2012-11-18 Wolfgang (Blub... Make the >8 parameter message a warning
2012-11-18 Wolfgang (Blub... Importing a tiny README file
2012-11-18 Wolfgang (Blub... Importing LICENSE file
2012-11-18 Wolfgang (Blub... Checking in an INSTALL file
2012-11-18 Wolfgang (Blub... Adding myself to main.c's copyright notice
2012-11-18 Wolfgang (Blub... Added #include
2012-11-18 Wolfgang (Blub... Don't skip the \n after parsing a pragma in the lexer...
2012-11-18 Wolfgang (Blub... pragma line(lineno) - sets the linenumber for the line...
2012-11-18 Wolfgang (Blub... Better linecounting for pragmas; support for prgama...
2012-11-18 Wolfgang (Blub... Make pragmas pass through the preprocessor so the user...
2012-11-18 Wolfgang (Blub... fixup line counting in #pragmas
2012-11-18 Wolfgang (Blub... Experimental support for push/pop(line) pragmas
2012-11-18 Wolfgang (Blub... update old_string after a recursive preprocess call...
2012-11-18 Wolfgang (Blub... Comment about why stringify is so short
2012-11-18 Wolfgang (Blub... don't call parser_cleanup with -E
2012-11-18 Wolfgang (Blub... Add quotes to the known control sequences... darn....
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... Collect accessor functions in the parser so they can...
2012-11-18 Wolfgang (Blub... Removing some code duplication
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 WeilerMore makefile changes
2012-11-17 Wolfgang (Blub... install targets 0.1
2012-11-17 Dale WeilerMerge branch 'master' into test-suite
2012-11-17 Dale WeilerAdded more tests, fixed existing ones, and some more...
2012-11-17 Wolfgang (Blub... Temporary list of dependencies for objects
2012-11-17 Wolfgang (Blub... quick and dirty fix to lexerror for when fopen fails
2012-11-17 Wolfgang (Blub... removing mem.c from this branch in preparation for 0.1
2012-11-17 Dale Weilersigh
2012-11-17 Dale WeilerFix test suite
2012-11-17 Dale WeilerActually add the tests
2012-11-17 Dale WeilerTest system works, and added some working tests!
2012-11-17 Dale WeilerActually commit the new test stuff
2012-11-17 Dale WeilerNew test-suite initial implementation. Just need to...
2012-11-16 Wolfgang (Blub... Lexer should keep newlines in merged lines, so will...
2012-11-16 Wolfgang (Blub... ## concatenation, -Wpreprocessor warning about redefini...
2012-11-16 Wolfgang (Blub... don't error on non-EOL EOF at the end of a macro line
2012-11-16 Wolfgang (Blub... also use recursive-expansion on macros without parameters
2012-11-16 Wolfgang (Blub... recursively call the preprocessor on expanded macros
2012-11-16 Wolfgang (Blub... Expand macros into a string buffer
2012-11-16 Wolfgang (Blub... moving ftepp_delete out of ftepp_preprocess so that...
2012-11-16 Wolfgang (Blub... ftepp_out can now output to a string buffer
2012-11-16 Wolfgang (Blub... Correctly handle nested #ifs
2012-11-16 Wolfgang (Blub... Relax the preprocessor condition: # in the middle of...
2012-11-16 Wolfgang (Blub... Fix a bug in macro call parameter parsing
2012-11-16 Wolfgang (Blub... Parsing parameters for a macro call
2012-11-16 Wolfgang (Blub... macro_body parse function shouldn't skip whitespace...
2012-11-16 Wolfgang (Blub... moving ftepp_out further up, using it in ftepp_macro_ca...
2012-11-16 Wolfgang (Blub... ftepp_macro_call/ftepp_skipallwhite
2012-11-16 Wolfgang (Blub... Also allow empty-parameter-list macros
2012-11-16 Wolfgang (Blub... Parsing basic macro body, no special tokens yet
2012-11-16 Wolfgang (Blub... Set the mergelines flag only for preprocessor commands
2012-11-16 Wolfgang (Blub... mergelines flag for the lexer to handle a backslash...
2012-11-16 Wolfgang (Blub... fixing up dtors, parsing parameters of macros
next