]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
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
2012-11-16 Wolfgang (Blub... Update #if description comment
2012-11-16 Wolfgang (Blub... Unary NOT in #if
2012-11-16 Wolfgang (Blub... handling the noops flag better now
2012-11-16 Wolfgang (Blub... Parsing some basic #ifs with defined()
2012-11-16 Wolfgang (Blub... Fixing indentation
2012-11-16 Wolfgang (Blub... Some #if parsing
2012-11-16 Wolfgang (Blub... using ftepp_out which will honor conditions
2012-11-16 Wolfgang (Blub... macro structure, parsing ifdefs and non-macro defines
2012-11-16 Wolfgang (Blub... Basic structure of ftepp
2012-11-16 Wolfgang (Blub... importing initial ftepp.c; -E option now executes the...
2012-11-16 Wolfgang (Blub... Removing old make rules for ir/ast tests in deleted...
2012-11-15 Wolfgang (Blub... Free the 3 actual vectors, not the first 3 times
2012-11-15 Wolfgang (Blub... Fixing util_memory_r
2012-11-15 Wolfgang (Blub... moving _vec_remove above the 'exposed interface' comment
2012-11-15 Wolfgang (Blub... Fix a typo causing NOTRACK to fail
2012-11-15 Dale WeilerThis bug was what caused mem.c to crash, dear lord
2012-11-15 Wolfgang (Blub... Replacing lexer's vectors and getting rid of the macros
2012-11-15 Wolfgang (Blub... Replaced it all...
2012-11-15 Wolfgang (Blub... cleaned up empty lines
2012-11-15 Dale WeilerSome man page changes
2012-11-15 Dale WeilerSome more changes: added redirout/redirerr command...
2012-11-15 Dale Weileradded --nocolor and fixed bug
2012-11-15 Dale WeilerRemove test binary file
2012-11-15 Dale WeilerUse new console system everywhere.
2012-11-14 Dale WeilerFIX TEH BLOCK
2012-11-14 Wolfgang (Blub... Merging in new-syntax
2012-11-14 Dale WeilerRemove the tput shit
2012-11-14 Dale WeilerFix teh bugs, thanks div0
2012-11-14 Dale WeilerClever hack to determine terminal color support for...
2012-11-14 Dale Weilerpreliminary segregated console subsystem
next