]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
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 Wolfgang (Blub... install targets 0.1
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-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
2012-11-13 Wolfgang (Blub... if not() support
2012-11-13 Wolfgang (Blub... 'not' is now a keyword
2012-11-13 Wolfgang (Blub... if not() support
2012-11-13 Wolfgang (Blub... 'not' is now a keyword
2012-11-13 Wolfgang (Blub... improve the warning
2012-11-13 Wolfgang (Blub... Warn (via -Wextensions) when accessing a field-of-array...
2012-11-13 Dale WeilerMore buddy allocator changes
2012-11-12 Wolfgang (Blub... when finishing an array-indexing operation the parser...
2012-11-12 Wolfgang (Blub... Fix a very stupid bug in the executor which prevented...
2012-11-12 Dale WeilerSome allocator changes (still doesn't work)
2012-11-12 Wolfgang (Blub... fix wrong const qualifier
2012-11-12 Wolfgang (Blub... allowing inexing of array-fields
2012-11-12 Wolfgang (Blub... array-field setter needs to use STOREP*
2012-11-12 Wolfgang (Blub... support for ast_entfield nodes with specific output...
2012-11-12 Wolfgang (Blub... add an asterror message for ast_entfield_new with a...
2012-11-12 Wolfgang (Blub... entity-array-field-setter generation
2012-11-12 Wolfgang (Blub... code to instantiate field-array accessors
2012-11-12 Wolfgang (Blub... Preparing to generate accessors for field arrays
2012-11-12 Wolfgang (Blub... more factorizing and shortening of code
2012-11-12 Wolfgang (Blub... shorten some code
2012-11-12 Wolfgang (Blub... genearting field arrays
2012-11-12 Dale WeilerMore work on buddy allocator
2012-11-12 Dale WeilerJS stuff
2012-11-12 Dale Weilerworking on a buddy allocator for gmqcc (initial code...
2012-11-11 Wolfgang (Blub... qcvm -trace now shows the current function name and...
next