| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake: toastergui: tables Add name field to layers table | Michael Wood | 2015-08-01 | 1 | -0/+5 |
* | bitbake: toastergui: libtoaster Add show change notification function | Michael Wood | 2015-08-01 | 1 | -0/+8 |
* | bitbake: toastergui: Standardise the layer object property layerdetailurl | Michael Wood | 2015-08-01 | 9 | -15/+28 |
* | bitbake: toastergui: Remove erroneous CSS property | Michael Wood | 2015-08-01 | 1 | -1/+0 |
* | bitbake: toastergui: importlayer Add format type to JSON calls | Michael Wood | 2015-08-01 | 1 | -12/+16 |
* | bitbake: toastergui: base Fix html indentation | Michael Wood | 2015-08-01 | 1 | -120/+120 |
* | bitbake: toastergui: Implement new project navigation | Michael Wood | 2015-08-01 | 19 | -145/+180 |
* | bitbake: toastergui: Implement new top navigation design | Michael Wood | 2015-08-01 | 4 | -20/+32 |
* | bitbake: wget.py: fix incorrect regexes | Alexander Kanavin | 2015-08-01 | 1 | -2/+2 |
* | bitbake: cooker: properly fix bitbake.lock handling | Richard Purdie | 2015-08-01 | 6 | -30/+57 |
* | bitbake: build: Exit scripts with result of last shell function | Andre McCurdy | 2015-07-27 | 1 | -1/+1 |
* | bitbake: data_smart: Improve override history logging | Richard Purdie | 2015-07-24 | 2 | -11/+14 |
* | bitbake: data_smart: Improve performance of infer_caller_details() | Richard Purdie | 2015-07-24 | 1 | -8/+17 |
* | bitbake: data: Clean up datastore accesses and True/False values | Richard Purdie | 2015-07-24 | 1 | -20/+20 |
* | bitbake: data: Add newline after the last export in emit_func | Andre McCurdy | 2015-07-24 | 1 | -1/+2 |
* | bitbake: tinfoil: Add shutdown method | Richard Purdie | 2015-07-24 | 1 | -0/+4 |
* | bitbake: bitbake-selftest: Add -v option for verbosity | Richard Purdie | 2015-07-23 | 1 | -5/+10 |
* | bitbake: tests/parse: Add BBCLASSEXTEND multiple data store corruption reprod... | Richard Purdie | 2015-07-23 | 1 | -2/+34 |
* | bitbake: data_smart: Add CoW approach for overridedata | Richard Purdie | 2015-07-23 | 1 | -1/+10 |
* | bitbake: tests/fetch.py: Updated test name FetchMethodTest -> FetchLatestVers... | Aníbal Limón | 2015-07-22 | 1 | -1/+1 |
* | bitbake: fetch2/wget.py: latest_versionstring now returns (version, revision) | Aníbal Limón | 2015-07-22 | 2 | -7/+8 |
* | bitbake: fetch2/git.py: latest_versionstring now returns (version, revision) | Aníbal Limón | 2015-07-22 | 2 | -7/+14 |
* | bitbake: fetch2/git.py: latest_versionstring search in all tags | Aníbal Limón | 2015-07-22 | 1 | -1/+1 |
* | bitbake: data_smart: Use deepcopy for overridedata | Richard Purdie | 2015-07-21 | 1 | -1/+1 |
* | bitbake: toastergui: make our tables Chrome-happy | Belen Barros Pena | 2015-07-21 | 1 | -1/+1 |
* | bitbake: toaster: continue processing layer dependencies despite errors | Brian Avery | 2015-07-21 | 1 | -2/+1 |
* | bitbake: lib/bb: provide mechanism to bypass UI log suppression | Paul Eggleton | 2015-07-16 | 2 | -5/+10 |
* | bitbake: lib/bb/process: check output of select() before reading extrafiles | Paul Eggleton | 2015-07-16 | 1 | -10/+11 |
* | bitbake: tests/data: Add new data tests | Richard Purdie | 2015-07-12 | 2 | -0/+93 |
* | bitbake: data_smart: Fix appendVar/prependVar | Richard Purdie | 2015-07-12 | 1 | -4/+2 |
* | bitbake: data_smart: Fix data expansion cache issues | Richard Purdie | 2015-07-12 | 1 | -1/+1 |
* | bitbake: data_smart: Fix keys() missing overrides | Richard Purdie | 2015-07-12 | 1 | -0/+15 |
* | bitbake: data_smart: Cache set(self.overrides) | Richard Purdie | 2015-07-12 | 1 | -5/+9 |
* | bitbake: data_smart: Improve override recursion handling | Richard Purdie | 2015-07-12 | 1 | -0/+6 |
* | bitbake: data_smart: Tweak OVERRIDES value cache for performance | Richard Purdie | 2015-07-12 | 1 | -4/+12 |
* | bitbake: data_smart: Seperate out the override cache | Richard Purdie | 2015-07-12 | 1 | -14/+41 |
* | bitbake: data_smart: VariableHistory: Ignore override duplicates and overlap ... | Richard Purdie | 2015-07-12 | 1 | -0/+5 |
* | bitbake: parse/ast/data_smart: Add parsing flag to getVar/setVar | Richard Purdie | 2015-07-12 | 2 | -22/+28 |
* | bitbake: data_smart: Move override handling to getVar | Richard Purdie | 2015-07-12 | 1 | -70/+61 |
* | bitbake: data_smart: Cache overrides and fix data store | Richard Purdie | 2015-07-12 | 1 | -8/+27 |
* | bitbake: data_smart: Fix cache clearance problems | Richard Purdie | 2015-07-12 | 1 | -0/+4 |
* | bitbake: data_smart: Improve override handling | Richard Purdie | 2015-07-12 | 1 | -96/+60 |
* | bitbake: data_smart: Remove need for update_data calls | Richard Purdie | 2015-07-12 | 1 | -4/+15 |
* | bitbake: data_smart: Defer append/prepend handling | Richard Purdie | 2015-07-12 | 1 | -5/+22 |
* | bitbake: fetch2/wget.py: checkstatus disable SSL cert validation. | Aníbal Limón | 2015-07-12 | 1 | -2/+18 |
* | bitbake: tests/fetch.py: FetchCheckStatusTest add cases for ftp and https. | Aníbal Limón | 2015-07-12 | 1 | -1/+7 |
* | bitbake: fetch2/wget.py: checkstatus fix using proxy handler | Aníbal Limón | 2015-07-12 | 1 | -4/+16 |
* | bitbake: tests/fetch.py: Add FetchCheckStatusTest tests. | Aníbal Limón | 2015-07-12 | 1 | -0/+39 |
* | bitbake: fetch2/wget.py: Add support of connection cache in checkstatus. | Aníbal Limón | 2015-07-12 | 2 | -5/+138 |
* | bitbake: fetch2/sftp: Set BatchMode=yes as argument to sftp | Olof Johansson | 2015-07-12 | 1 | -1/+1 |