summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/data.py
AgeCommit message (Expand)Author
2015-07-24bitbake: data_smart: Improve override history loggingRichard Purdie
2015-07-24bitbake: data: Clean up datastore accesses and True/False valuesRichard Purdie
2015-07-24bitbake: data: Add newline after the last export in emit_funcAndre McCurdy
2015-06-23bitbake: bitbake: Add explict getVar param for (non) expansionRichard Purdie
2015-05-29bitbake: data: Make expandKeys deterministicRichard Purdie
2015-05-29bitbake: data: Revert expandKeys warning moveRichard Purdie
2015-05-29bitbake: data: Clean up expandKeys None value handlingRichard Purdie
2015-05-26bitbake: data: Move warning code to the first loop for performanceRichard Purdie
2014-12-18bitbake: data: escape '$' in shell variable assignmentRichard Tollerton
2014-12-09bitbake: data: Handle BASH_FUNC shellshock implicationRichard Purdie
2014-08-28bitbake: build/data: Write out more complete python run filesRichard Purdie
2014-08-25bitbake: lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional.Robert P. J. Day
2014-03-06bitbake: data: add vardepvalueexclude varflagPaul Eggleton
2014-02-04bitbake: data: Account for pre/postfunc functions when calculating dependenciesRichard Purdie
2013-12-09bitbake: data: Ensure we add the contains keys in a particular orderRichard Purdie
2013-11-26bitbake: data/codeparser: Improve handling of contains functionsRichard Purdie
2013-11-25bitbake: data: Fix output inconsistencies for emit_varRichard Purdie
2013-09-17bitbake: data: Optimise flag exclusion list handlingRichard Purdie
2013-09-17bitbake: data: Optimise flag lookup in build_dependenciesRichard Purdie
2013-09-17bitbake: data: Optimise build_dependencies a littleRichard Purdie
2013-09-17bitbake: data: Cache an list of export variablesRichard Purdie
2013-09-17bitbake: data: Use direct iteration, not keys()Richard Purdie
2013-09-17bitbake: data: Be explicit in data_db checkRichard Purdie
2013-08-06bitbake: hob & bitbake: append a value to a variable from hob throught bitbakeCristiana Voicu
2013-05-22bitbake: data: Ensure dependencies of subfunctions are accounted forRichard Purdie
2013-04-15bitbake: data: fix performance regressionPaul Eggleton
2013-04-10bitbake: data.py: Add a warning when expandKeys overwrites an existing keyMark Hatle
2013-01-18bitbake: bitbake: data_smart.py and friends: Track variable historyPeter Seebach
2013-01-18bitbake: BBHandler/data: Standardise some setVar access formatsRichard Purdie
2012-12-17bitbake: data: Ensure emit_func honours vardeps flagRichard Purdie
2012-12-11bitbake: BBhandler/data: Fix __inherit_cache duplicationRichard Purdie
2012-09-27bitbake: lib/bb/data.py: improve output for expansion errorsPaul Eggleton
2012-07-19bitbake: bitbake: Warn upon finding tab indentation in python functionsRichard Purdie
2012-05-30bitbake: include varflags in checksumsPaul Eggleton
2012-01-27data/runqueue.py: Fix commented out test code after variable name changesRichard Purdie
2011-11-27bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-11-24data/siggen: Add vardepvalue mechanism to allow the variable dependency code ...Richard Purdie
2011-11-10codeparser: silence non-literal warnings for vardepsChristopher Larson
2011-11-10codeparser: accept a name for better messagesChristopher Larson
2011-08-15Ensure only the filtered environment variables are inherited from the OSJoshua Lock
2011-07-26data|cooker: use saved environment variables when calling inheritFromOSJoshua Lock
2011-06-15make exception handling syntax consistentScott Garman
2011-06-08bitbake/data/runqueue: Sync up with upstream to clean up environment variable...Richard Purdie
2011-01-12bitbake/siggen.py: Fix whitelisted variable handlingRichard Purdie
2011-01-10bitbake: Sync environment handling function names and comments with upstream ...Richard Purdie
2011-01-07bitbake/data.py: corrected the output for shell syntax.Lianhao Lu
2011-01-04data: fewer newlines for (un)exportBernhard Reutner-Fischer
2011-01-04bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie
2010-12-14bitbake: add optional expansion to getVarFlag()Paul Eggleton
2010-12-14bitbake: allow excluding dependencies of variablesPaul Eggleton