SignatureGenerator: Add empty implementation for dump_sigs
[bitbake.git] / lib / bb / parse / ast.py
2013-12-18 Richard Purdiebuild/ast: Create strong task add/del API in bb.build
2013-12-18 Richard Purdieast/BBHandler/build: Add support for removing tasks...
2013-06-27 Li Wangbitbake: python funcname can not include special charac...
2013-06-14 Bogdan Marinescubitbake: Add event mask flag support
2013-05-23 Richard Purdiemethodpool: Retire it, remove global method scope
2013-01-18 Peter Seebachbitbake: data_smart.py and friends: Track variable...
2012-12-11 Richard PurdieBBHandler/ast: Simplify/fix EXPORT_FUNCTIONS usage
2012-08-23 Richard Purdieast: Store anonymous python function contents in the...
2012-08-23 Richard Purdieast: Extract text variable in PythonMethodNode
2012-08-23 Richard Purdieast: Rename PythonMethodNode define variable to modulename
2012-08-23 Richard Purdiemethodpool: Clean up the parsed module list handling...
2012-08-22 Richard Purdieevent/ast: Use better_exec instead of simple_exec
2012-07-19 Richard Purdiebitbake: Warn upon finding tab indentation in python...
2012-03-15 Richard Purdieparse/ast: Expand inherit statements before splitting...
2012-02-28 Lianhao Lubitbake: Added BBINCLUDED variable.
2012-02-23 Paul Eggletonbitbake: add file and line number to ParseError
2011-11-27 Richard PurdieUpdate users of getVar/setVar to use the data store...
2011-07-25 Paul Eggletonbitbake/ast: include class name when arguments given...
2011-07-05 Richard Purdiebitbake/ast: Fix ??= vs. ?= handling
2011-06-28 Richard Purdiebitbake/ast: Add optional argument for BBCLASSEXTEND
2011-06-28 Richard Purdiebitbake/ast: Call expandkeys after the RecipePreFinalis...
2011-06-09 Richard Purdiebitbake/event/ast: Add RecipePreFinalise event
2011-06-09 Richard Purdiebitbake/parse/ast: We always need to finalize the defau...
2011-06-09 Paul Eggletontrack skipped packages
2011-06-02 Chris Larsonparse: pass a useful (if mangled) key to bb.data.expand...
2011-05-06 Richard Purdiebitbake/ast.py: Only run finalise() for the specified...
2011-02-24 Richard Purdiebitbake/data_smart: Improve the way lazyassignment...
2011-02-07 Chris LarsonMerge branch '1.10'
2011-01-07 Chris LarsonMerge branch 'poky-sync'
2011-01-05 Chris Larsonparse: pass filename, lineno into the ast
2011-01-05 Chris Larsonparse.ast: drop __word__ regular expression
2011-01-05 Chris Larsonparse.ast: avoid code duplication for inherit
2010-12-30 Richard Purdieparse: save python functions into the metadata
2010-12-30 Richard PurdieImplement task signatures
2010-12-30 Richard Purdiedata: Add emit_func and generate_dependencies
2010-09-04 Chris LarsonMerge branch 'logging'
2010-09-04 Chris LarsonSwitch bitbake internals to use logging directly rather...
2010-08-11 Chris LarsonMerge branch 'data'
2010-08-03 Richard PurdieAdd support for .bbappend files (see mailing lists...
2010-06-21 Chris Larson3.0 prep
2010-06-21 Chris LarsonApply some 2to3 refactorings
2010-06-10 Chris LarsonKill the unnecessary setVarFlag debugging message
2010-04-12 Chris LarsonApply some 2to3 transforms that don't cause issues...
2010-04-10 Chris LarsonImport fixups
2010-04-10 Chris LarsonFormatting cleanups
2010-04-09 Chris LarsonRename the finalise method for consistency
2010-03-31 Chris LarsonResurrect merged anonfunc execution
2010-03-31 Chris LarsonConsolidate the exec/eval bits, switch anonfunc to...
2010-03-24 Chris LarsonImplement BBVERSIONS
2010-02-26 Chris LarsonImplement ??= operator
2010-02-12 Chris Larson[parse] In ast, make StatementGroup inherit list, and...
2010-02-12 Holger Freyther[parser] Remove the "data" from feeder, evaluate after...
2010-02-12 Holger Freyther[parse] Move the last method to the AST...
2010-02-12 Holger Freyther[parser] Move more methods to the ast scheme
2010-02-12 Holger Freyther[parser] Move one more item to the ast
2010-02-12 Holger Freyther[parser] Move methodflags over to the ast
2010-02-12 Richard Purdie[parser] Build fix
2010-02-12 Holger Freyther[parser] Move more statements over the two phase AST
2010-02-12 Holger Freyther[parse] Change handling include through the AstNode
2010-02-12 Holger Freyther[parser] Call eval and remove non ast code
2010-02-12 Holger Freyther[parser] Call eval immeditaley to test this code
2010-02-12 Holger Freyther[parser] Prepare to cease out getFunc
2010-02-12 Richard Purdie[parser] Preserve include vs. require behaviour
2010-02-12 Holger Freyther[parser] Firs set of AST nodes with construction and...
2010-02-12 Holger Freyther[parser] Move the finalise into the ast as well
2010-02-12 Holger Freyther[parser] Cary a Statement Node through the parsing
2010-02-12 Holger Freyther[parser] Move evaluating into the ast class...