summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse
Commit message (Expand)AuthorAgeFilesLines
* bitbake: ConfHandler: Use re.X to make long regexp more readableOlof Johansson2013-02-151-1/+24
* bitbake: ConfHandler: Improve regexp to fix mis-parsing of += and no whitespaceRichard Purdie2013-02-141-1/+1
* bitbake: parse_py: add ~ to config_regexpConstantin Musca2013-01-221-1/+1
* bitbake: BBHandler/ConfHandler: Merge fix for multiline commentsRichard Purdie2013-01-212-2/+2
* bitbake: bitbake: BBHandler/ConfHandler: Improve multiline comment handlingRichard Purdie2013-01-212-4/+14
* bitbake: bitbake: data_smart.py and friends: Track variable historyPeter Seebach2013-01-181-5/+25
* bitbake: bitbake: data_smart.py and friends: Track file inclusions for bitbak...Peter Seebach2013-01-181-1/+2
* bitbake: BBHandler/data: Standardise some setVar access formatsRichard Purdie2013-01-181-3/+3
* bitbake: data_smart/BBHandler: Fix SkipParse exception handlingRichard Purdie2012-12-141-1/+6
* bitbake: BBhandler/data: Fix __inherit_cache duplicationRichard Purdie2012-12-111-0/+7
* bitbake: BBHandler/ast: Simplify/fix EXPORT_FUNCTIONS usageRichard Purdie2012-12-112-46/+32
* bitbake: Revert "BBHandler: Ensure parser state engine is correctly reset for...Richard Purdie2012-12-071-3/+2
* bitbake: BBHandler: Ensure parser state engine is correctly reset for new par...Richard Purdie2012-12-071-2/+3
* bitbake: parse/cache/cooker: Preserve order in the file inclusion listRichard Purdie2012-11-201-4/+3
* bitbake: parse/ConfHandler: Add negative lookahead to spot some quoting problemsRichard Purdie2012-09-281-1/+1
* bitbake: ast: Store anonymous python function contents in the datstoreRichard Purdie2012-08-231-0/+1
* bitbake: ast: Extract text variable in PythonMethodNodeRichard Purdie2012-08-231-2/+3
* bitbake: ast: Rename PythonMethodNode define variable to modulenameRichard Purdie2012-08-231-6/+6
* bitbake: methodpool: Clean up the parsed module list handling to be slightly ...Richard Purdie2012-08-232-2/+1
* bitbake: event/ast: Use better_exec instead of simple_execRichard Purdie2012-08-221-1/+1
* bitbake: bitbake: Warn upon finding tab indentation in python functionsRichard Purdie2012-07-191-2/+2
* BBHandler: Tweak some data store access methods to the preferred syntaxRichard Purdie2012-05-251-4/+4
* ConfHandler.py: Add a hook for config parsingRichard Purdie2012-04-131-0/+11
* parse/ast: Expand inherit statements before splitting themRichard Purdie2012-03-152-3/+3
* meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie2012-03-051-1/+1
* parse/ConfHandler: Fix enthusiatic export regexp matchingRichard Purdie2012-02-291-1/+1
* bitbake/ConfHandler: Be more strict about variable quotingRichard Purdie2012-02-281-2/+1
* bitbake: Added BBINCLUDED variable.Lianhao Lu2012-02-282-0/+11
* bitbake: add file and line number to ParseErrorPaul Eggleton2012-02-234-15/+25
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-274-63/+63
* parse_py: Use absolute paths for FILERichard Purdie2011-11-182-2/+2
* Fix typos in local.conf.sample and local.conf.sample.extendedRobert Yang2011-10-111-1/+0
* bitbake: Correctly handle multiline comments including whitespaceRichard Purdie2011-08-311-6/+6
* bitbake/ast: include class name when arguments given in variantPaul Eggleton2011-07-251-6/+8
* parse/ConfHandler: Fix multiline variable corruptionRichard Purdie2011-07-211-1/+1
* bitbake/ast: Fix ??= vs. ?= handlingRichard Purdie2011-07-051-2/+2
* bitbake/ast: Add optional argument for BBCLASSEXTENDRichard Purdie2011-06-281-3/+21
* bitbake/ast: Call expandkeys after the RecipePreFinalise eventRichard Purdie2011-06-281-2/+1
* bitbake/event/ast: Add RecipePreFinalise eventRichard Purdie2011-06-091-6/+9
* bitbake/parse/ast: We always need to finalize the default data since otherwis...Richard Purdie2011-06-091-2/+1
* track skipped packagesPaul Eggleton2011-06-091-6/+6
* parse: pass a useful (if mangled) key to bb.data.expand for :=Chris Larson2011-06-071-1/+1
* bitbake/ast.py: Only run finalise() for the specified variantRichard Purdie2011-05-051-2/+6
* bitbake/data_smart: Improve the way lazyassignment worksRichard Purdie2011-02-231-8/+0
* bitbake/BBHandler: Improve handling of multiline comments and warn users of t...Richard Purdie2011-02-221-2/+11
* BBHandler: remove bb.fetch referrenceYu Ke2011-01-101-1/+1
* parse: pass filename, lineno into the astChris Larson2011-01-103-60/+68
* parse.ast: drop __word__ regular expressionChris Larson2011-01-061-4/+3
* parse.ast: avoid code duplication for inheritChris Larson2011-01-061-6/+5
* ConfHandler: commentary typo fixesBernhard Reutner-Fischer2011-01-041-3/+3