summaryrefslogtreecommitdiffstats
path: root/lib/bb/data_smart.py
AgeCommit message (Expand)Author
2011-11-27Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-11-10data_smart: Add appendVar/prependVar functionsRichard Purdie
2011-11-04codeparser: silence non-literal warnings for vardepsChristopher Larson
2011-11-04codeparser: accept a name for better messagesChristopher Larson
2011-08-29data_smart.py: make use of expand cache in getVar()Dongxiao Xu
2011-07-05bitbake/ast: Fix ??= vs. ?= handlingRichard Purdie
2011-06-28bitbake/data_smart: Don't track overrides in deleted variable namesRichard Purdie
2011-06-28bitbake/data_smart: Don't export deleted/empty entries in the list of keysRichard Purdie
2011-06-28bitbake/data_smart: Optimise the data store iteratorRichard Purdie
2011-06-09bitbake/data_smart: Change overrides behaviour to remove expanded variables f...Richard Purdie
2011-06-01data_smart: Adding overrides of zero length is pointless so lets notRichard Purdie
2011-03-16More 'is' fixupsChris Larson
2011-02-24bitbake/data_smart: Improve Variable expansion error handlingRichard Purdie
2011-02-24bitbake/data_smart: Improve the way lazyassignment worksRichard Purdie
2010-12-29data_smart: track variable referencesRichard Purdie
2010-12-23data_smart: don't include functions in name lookupsChris Larson
2010-12-22data_smart: handle None values in expandVarrefsChris Larson
2010-12-17build: Add support for pre and postfuncs for tasksRichard Purdie
2010-12-17Move LAYERDIR expansion hack into DataSmartChris Larson
2010-12-15data_smart: add optional expansion to getVarFlag()Paul Eggleton
2010-12-08bitbake/data_smart: Refactor _append/_prepend code to remove duplicationRichard Purdie
2010-12-08bitbake/data_smart: Fix append/prepend/override ordering issueRichard Purdie
2010-10-05Access metadata vars as locals in python snippetsChris Larson
2010-10-05Fix __getitem__ for DataSmartChris Larson
2010-09-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-08-11Merge branch 'data'Chris Larson
2010-05-22Revert "In expand, drop the unnecessary second regular expression match"Chris Larson
2010-05-21In expand, drop the unnecessary second regular expression matchChris Larson
2010-04-21Simplify _findVar a bitChris Larson
2010-04-21Fix major bug that slipped in when moving update_dataChris Larson
2010-04-20For ${@}, run str() on the resultChris Larson
2010-04-16Make DataSmart inherit the MutableMapping ABCChris Larson
2010-04-12Kill unnecessary usages of the types moduleChris Larson
2010-04-11Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-04-09Exception handling fixupsChris Larson
2010-04-09Import fixupsChris Larson
2010-04-09Formatting cleanupsChris Larson
2010-04-09Move update_data into the DataSmart class as a finalize() methodChris Larson
2010-03-30Consolidate the exec/eval bits, switch anonfunc to better_exec, etcChris Larson
2010-03-30Pass an empty locals dict in expansion, since list comprehensions apparently ...Chris Larson
2010-03-30Two minor changes to the way python snippet expansion happensChris Larson
2010-03-24data_smart: be explicit about what we make available to eval'd python codeChris Larson
2010-02-25Avoid unnecessary calls to keys() when iterating over dictionaries.Chris Larson
2010-01-19data_smart.py: Fix error where update-rc.d would not get added to the depende...Richard Purdie
2009-04-21lib: remove use of 'sets' to make Python 2.6 happyMarcin Juszkiewicz
2008-09-30bin/bitbake: Add better environmental variable handling. By default it will n...Richard Purdie
2008-02-24data_smart: Fix getVarFlags bug in data_smartRichard Purdie
2007-08-16data_smart.py: Add has_key() check before accessing dataRichard Purdie
2007-08-15data/data_smart.py: Add data.renameVar()Richard Purdie
2006-12-08Add proper GPLv2 headers to all BitBake filesHolger Hans Peter Freyther