summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse
AgeCommit message (Expand)Author
2015-05-29bitbake: ConfHandler: Fix bogus dependency problemsRichard Purdie
2015-05-29bitbake: BBHandler: Drop cwd from search pathRichard Purdie
2015-05-15bitbake: BBHandler: Error for incomplete function definitionsRichard Purdie
2015-01-29bitbake: parse/ast: Fix issue if path contains '&'Pascal Bach
2015-01-16bitbake: ConfHandler: Clean up bogus importsRichard Purdie
2015-01-16bitbake: ConfHandler: Rename oldfn to parentfn to be clearerRichard Purdie
2015-01-14bitbake: cooker/cache/parse: Implement pyinofity based reconfigureRichard Purdie
2015-01-08bitbake: ast: Add error when trying to use dash in sh function namesRichard Purdie
2014-12-03bitbake: data: rename defaultval to _defaultvalRoss Burton
2014-06-01bitbake: event: Add SkipRecipe event to replace SkipPackageRichard Purdie
2014-05-11bitbake: parse: Improve file inheritance loggingRichard Purdie
2014-05-11bitbake: parse/ast: Show append logging at lower log levelRichard Purdie
2014-04-23bitbake: parse/ast: Optimise data finalisationRichard Purdie
2014-03-21bitbake: ConfHandlerr: Use full path in variable historyMarius Avram
2014-02-24bitbake: ast: Fix support for anonymous methods in wildcard .bbappend filesJacob Kroon
2014-02-17bitbake: parse: make vars_from_file return None for non-recipesPaul Eggleton
2013-12-18bitbake: build/ast: Create strong task add/del API in bb.buildRichard Purdie
2013-12-18bitbake: ast/BBHandler/build: Add support for removing tasks (deltask)Richard Purdie
2013-11-30bitbake: parse/ConfHander/BBHandler/utils: Fix cache dependency bugsRichard Purdie
2013-08-26bitbake: parse: Return IOError when including file with absolute pathMartin Jansa
2013-06-27bitbake: bitbake: python funcname can not include special character @Li Wang
2013-06-14bitbake: bitbake: Add event mask flag supportBogdan Marinescu
2013-05-24bitbake: methodpool: Retire it, remove global method scopeRichard Purdie
2013-05-09bitbake: lib: Clean up various file access syntaxRichard Purdie
2013-02-15bitbake: ConfHandler: Use re.X to make long regexp more readableOlof Johansson
2013-02-14bitbake: ConfHandler: Improve regexp to fix mis-parsing of += and no whitespaceRichard Purdie
2013-01-22bitbake: parse_py: add ~ to config_regexpConstantin Musca
2013-01-21bitbake: BBHandler/ConfHandler: Merge fix for multiline commentsRichard Purdie
2013-01-21bitbake: bitbake: BBHandler/ConfHandler: Improve multiline comment handlingRichard Purdie
2013-01-18bitbake: bitbake: data_smart.py and friends: Track variable historyPeter Seebach
2013-01-18bitbake: bitbake: data_smart.py and friends: Track file inclusions for bitbak...Peter Seebach
2013-01-18bitbake: BBHandler/data: Standardise some setVar access formatsRichard Purdie
2012-12-14bitbake: data_smart/BBHandler: Fix SkipParse exception handlingRichard Purdie
2012-12-11bitbake: BBhandler/data: Fix __inherit_cache duplicationRichard Purdie
2012-12-11bitbake: BBHandler/ast: Simplify/fix EXPORT_FUNCTIONS usageRichard Purdie
2012-12-07bitbake: Revert "BBHandler: Ensure parser state engine is correctly reset for...Richard Purdie
2012-12-07bitbake: BBHandler: Ensure parser state engine is correctly reset for new par...Richard Purdie
2012-11-20bitbake: parse/cache/cooker: Preserve order in the file inclusion listRichard Purdie
2012-09-28bitbake: parse/ConfHandler: Add negative lookahead to spot some quoting problemsRichard Purdie
2012-08-23bitbake: ast: Store anonymous python function contents in the datstoreRichard Purdie
2012-08-23bitbake: ast: Extract text variable in PythonMethodNodeRichard Purdie
2012-08-23bitbake: ast: Rename PythonMethodNode define variable to modulenameRichard Purdie
2012-08-23bitbake: methodpool: Clean up the parsed module list handling to be slightly ...Richard Purdie
2012-08-22bitbake: event/ast: Use better_exec instead of simple_execRichard Purdie
2012-07-19bitbake: bitbake: Warn upon finding tab indentation in python functionsRichard Purdie
2012-05-25BBHandler: Tweak some data store access methods to the preferred syntaxRichard Purdie
2012-04-13ConfHandler.py: Add a hook for config parsingRichard Purdie
2012-03-15parse/ast: Expand inherit statements before splitting themRichard Purdie
2012-03-05meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie
2012-02-29parse/ConfHandler: Fix enthusiatic export regexp matchingRichard Purdie