summaryrefslogtreecommitdiff
path: root/vivified
AgeCommit message (Expand)AuthorFilesLines
2009-11-27Fix compile warnings in vivifiedJohan Gill1-32/+39
2008-11-06define ECHO, so we don't get bitten by a warning-riddled definitionBenjamin Otte1-0/+3
2008-11-05get rid of no-longer working part of vivifiedBenjamin Otte48-4516/+1
2008-11-03name name variable correctly againBenjamin Otte1-1/+1
2008-11-03give movies their own GcableBenjamin Otte1-4/+1
2008-10-29make vivified compile againBenjamin Otte1-0/+1
2008-10-28delete code that caused compile errorsBenjamin Otte1-54/+0
2008-10-27get rid of swfdec_as_value_to_debug()Benjamin Otte1-3/+1
2008-10-25make Vivified compile againBenjamin Otte3-16/+5
2008-10-21make Arrays a special type of normal objectsBenjamin Otte1-6/+2
2008-10-08count getters properlyBenjamin Otte1-3/+3
2008-09-01put numbers in front of all the tracesBenjamin Otte1-1/+8
2008-08-21Merge branch 'master' of ssh://company@git.freedesktop.org/git/swfdec/swfdecBenjamin Otte1-1/+1
2008-08-14Add -Wno-inline when compiling lex generated vivi_parser_scanner_lex.cPekka Lampila1-1/+1
2008-08-04Make SwfdecAsFrame a normal allocated structBenjamin Otte3-11/+11
2008-08-03get rid of debug string in SwfdecAsFrameBenjamin Otte1-3/+4
2008-08-03get rid of native functions' min_args and type argumentsBenjamin Otte1-2/+2
2008-07-24Significantly change object hierarchy and creationBenjamin Otte2-20/+18
2008-07-21change semantics of swfdec_as_context_use_mem()Benjamin Otte1-2/+1
2008-07-21make vivi-compile have a -o option so automatic pooling can be disabledBenjamin Otte2-7/+12
2008-06-27Don't overwrite reg 0 in vivi-rewrite's --sort-enumeratePekka Lampila1-0/+10
2008-06-26add a simple test for asm argumentsBenjamin Otte3-0/+19
2008-06-26add arguments to the assemblerBenjamin Otte3-8/+101
2008-06-26Fix an issue with --sort-enumerate when file had more than one enumeratePekka Lampila1-51/+51
2008-06-26Implement --sort-enumerate (aka. -e) for vivi-rewritePekka Lampila2-1/+89
2008-06-26vivi-compile: Add support for parsing if asm statements. Add a testPekka Lampila4-0/+39
2008-06-26vivi-compile: Fix label reference counting when parsingPekka Lampila1-3/+4
2008-06-25Fix decompiler tests (output changed to "};" instead of "}\n")Pekka Lampila9-18/+9
2008-06-25put lex file in EXTRA_DISTBenjamin Otte1-0/+2
2008-06-16the size is total file size, so subtract the first 8 bytesBenjamin Otte1-1/+1
2008-06-16Merge branch 'master' of ssh://medar@git.freedesktop.org/git/swfdec/swfdecPekka Lampila1-2/+2
2008-06-16Fix parsing of typeOf in vivi-compilePekka Lampila1-4/+13
2008-06-16Add a vivi-compile test for some builtin callsPekka Lampila3-0/+61
2008-06-16Add a vivi-compile test for getting member from function call's returned valuePekka Lampila3-0/+19
2008-06-16Fix parsing of "foo ().x" (get member after call) in vivi-compilePekka Lampila1-70/+48
2008-06-16Add a vivi-compile test for calling the value returned from function callPekka Lampila3-0/+11
2008-06-16Add two vivi-compile tests for function callsPekka Lampila5-0/+22
2008-06-13fix argument orderBenjamin Otte1-2/+2
2008-05-29Remove SwfdecLoaderRequest, now GET variables are appended to the URL earlierPekka Lampila5-14/+14
2008-05-28Implement parsing of jump asm statements. Add a testPekka Lampila4-0/+36
2008-05-28Fix compiling of try action to jump over catch when there is no exceptionPekka Lampila3-0/+5
2008-05-28Fix -a option for the compiler (the value was not initialized)Pekka Lampila1-1/+1
2008-05-26vivi-compile: Print the error message to the user when script assembling failsPekka Lampila1-3/+4
2008-05-26Add a vivi-compile test for asm try statementsPekka Lampila3-0/+26
2008-05-26Parse try asm statementsPekka Lampila1-1/+101
2008-05-26Don't output "use_register" flag for try asm statement. Fix a typoPekka Lampila1-4/+1
2008-05-26Merge branch 'master' of ssh://medar@git.freedesktop.org/git/swfdec/swfdecPekka Lampila1-0/+1
2008-05-26Add a test for compiling pool asm statementPekka Lampila3-0/+13
2008-05-26Implement the parsing of pool asm statementsPekka Lampila1-0/+36
2008-05-26Get rid of duplication of get_url2's flag name listPekka Lampila3-26/+35