summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: bitbake: toastergui: newbuildbutton Fix typo on project save functionMichael Wood2015-08-011-1/+1
* bitbake: toastergui: Change build button popover to a build-buttonMichael Wood2015-08-012-8/+11
* bitbake: toastergui: base Use removeAttr / attrMichael Wood2015-08-011-5/+7
* bitbake: toastergui: Fix Duplicate layer importlayer api callsMichael Wood2015-08-011-7/+7
* bitbake: toastergui: libtoaster: Add guard against missing name propertyMichael Wood2015-08-011-1/+8
* bitbake: toastergui: libtoaster Make sure we always pass format=jsonMichael Wood2015-08-011-0/+1
* bitbake: toastergui: css Remove redundant css rulesMichael Wood2015-08-011-5/+0
* bitbake: toastergui: Add new project page and navigationMichael Wood2015-08-0112-476/+610
* bitbake: toastergui: css Add new rules for new project pageMichael Wood2015-08-011-0/+18
* bitbake: toastergui: http api Add guard against incomplete change requestsMichael Wood2015-08-011-2/+10
* bitbake: toastergui: tables Add name field to layers tableMichael Wood2015-08-011-0/+5
* bitbake: toastergui: libtoaster Add show change notification functionMichael Wood2015-08-011-0/+8
* bitbake: toastergui: Standardise the layer object property layerdetailurlMichael Wood2015-08-019-15/+28
* bitbake: toastergui: Remove erroneous CSS propertyMichael Wood2015-08-011-1/+0
* bitbake: toastergui: importlayer Add format type to JSON callsMichael Wood2015-08-011-12/+16
* bitbake: toastergui: base Fix html indentationMichael Wood2015-08-011-120/+120
* bitbake: toastergui: Implement new project navigationMichael Wood2015-08-0119-145/+180
* bitbake: toastergui: Implement new top navigation designMichael Wood2015-08-014-20/+32
* bitbake: wget.py: fix incorrect regexesAlexander Kanavin2015-08-011-2/+2
* bitbake: cooker: properly fix bitbake.lock handlingRichard Purdie2015-08-016-30/+57
* bitbake: build: Exit scripts with result of last shell functionAndre McCurdy2015-07-271-1/+1
* bitbake: data_smart: Improve override history loggingRichard Purdie2015-07-242-11/+14
* bitbake: data_smart: Improve performance of infer_caller_details()Richard Purdie2015-07-241-8/+17
* bitbake: data: Clean up datastore accesses and True/False valuesRichard Purdie2015-07-241-20/+20
* bitbake: data: Add newline after the last export in emit_funcAndre McCurdy2015-07-241-1/+2
* bitbake: tinfoil: Add shutdown methodRichard Purdie2015-07-241-0/+4
* bitbake: bitbake-selftest: Add -v option for verbosityRichard Purdie2015-07-231-5/+10
* bitbake: tests/parse: Add BBCLASSEXTEND multiple data store corruption reprod...Richard Purdie2015-07-231-2/+34
* bitbake: data_smart: Add CoW approach for overridedataRichard Purdie2015-07-231-1/+10
* bitbake: tests/fetch.py: Updated test name FetchMethodTest -> FetchLatestVers...Aníbal Limón2015-07-221-1/+1
* bitbake: fetch2/wget.py: latest_versionstring now returns (version, revision)Aníbal Limón2015-07-222-7/+8
* bitbake: fetch2/git.py: latest_versionstring now returns (version, revision)Aníbal Limón2015-07-222-7/+14
* bitbake: fetch2/git.py: latest_versionstring search in all tagsAníbal Limón2015-07-221-1/+1
* bitbake: data_smart: Use deepcopy for overridedataRichard Purdie2015-07-211-1/+1
* bitbake: toastergui: make our tables Chrome-happyBelen Barros Pena2015-07-211-1/+1
* bitbake: toaster: continue processing layer dependencies despite errorsBrian Avery2015-07-211-2/+1
* bitbake: lib/bb: provide mechanism to bypass UI log suppressionPaul Eggleton2015-07-162-5/+10
* bitbake: lib/bb/process: check output of select() before reading extrafilesPaul Eggleton2015-07-161-10/+11
* bitbake: tests/data: Add new data testsRichard Purdie2015-07-122-0/+93
* bitbake: data_smart: Fix appendVar/prependVarRichard Purdie2015-07-121-4/+2
* bitbake: data_smart: Fix data expansion cache issuesRichard Purdie2015-07-121-1/+1
* bitbake: data_smart: Fix keys() missing overridesRichard Purdie2015-07-121-0/+15
* bitbake: data_smart: Cache set(self.overrides)Richard Purdie2015-07-121-5/+9
* bitbake: data_smart: Improve override recursion handlingRichard Purdie2015-07-121-0/+6
* bitbake: data_smart: Tweak OVERRIDES value cache for performanceRichard Purdie2015-07-121-4/+12
* bitbake: data_smart: Seperate out the override cacheRichard Purdie2015-07-121-14/+41
* bitbake: data_smart: VariableHistory: Ignore override duplicates and overlap ...Richard Purdie2015-07-121-0/+5
* bitbake: parse/ast/data_smart: Add parsing flag to getVar/setVarRichard Purdie2015-07-122-22/+28
* bitbake: data_smart: Move override handling to getVarRichard Purdie2015-07-121-70/+61
* bitbake: data_smart: Cache overrides and fix data storeRichard Purdie2015-07-121-8/+27