aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* BitBake (minor update):Holger Hans Peter Freyther2005-06-151-244/+0
* bitbake/lib/bb/__init__.pyHolger Hans Peter Freyther2005-06-141-1/+1
* - add 'fetch', 'unpack', 'patch', 'configure', 'compile', 'stage'Michael 'Mickey' Lauer2005-06-141-8/+46
* BitBake:Holger Hans Peter Freyther2005-06-131-24/+6
* collect_bbfiles:Michael 'Mickey' Lauer2005-06-111-6/+13
* OO overhaul:Michael 'Mickey' Lauer2005-06-101-374/+392
* - capture bb.parse exception in 'filebuild'Michael 'Mickey' Lauer2005-06-101-7/+11
* add 'shell <command>' which hands a command over to the shell and dumps the o...Michael 'Mickey' Lauer2005-06-091-2/+7
* Use socket.gethostname() instead of os.environ["HOST"]. That should work on a...Michael 'Mickey' Lauer2005-06-091-2/+2
* Greatly improve pastebin functionality:Michael 'Mickey' Lauer2005-06-091-23/+99
* add pastebin command to upload the latest error log (if there is one)Michael 'Mickey' Lauer2005-06-081-3/+59
* - set magic args attribute for event exceptionMichael 'Mickey' Lauer2005-06-081-14/+5
* build in a try/except block and intercept faulty buildsMichael 'Mickey' Lauer2005-06-071-3/+6
* use cooker.findBestProvider() for the 'which' commandMichael 'Mickey' Lauer2005-06-011-14/+15
* add ; as command seperatorMichael 'Mickey' Lauer2005-05-301-21/+72
* add some more things to TODOMichael 'Mickey' Lauer2005-05-301-1/+7
* - fix bug in file*** commands (need to clean the _task_cache perMichael 'Mickey' Lauer2005-05-301-17/+32
* major update:Michael 'Mickey' Lauer2005-05-291-67/+110
* bitbake/lib/bb/*:1.3.0Holger Hans Peter Freyther2005-05-282-2/+2
* - add command specific tab completionMichael 'Mickey' Lauer2005-05-271-14/+40
* bitbake:Holger Hans Peter Freyther2005-05-261-1/+1
* some fixesMichael 'Mickey' Lauer2005-05-261-8/+18
* add bbfile completionMichael 'Mickey' Lauer2005-05-261-12/+44
* have bb.parse.handle() throw ParseError if the input file is not Phil Blundell2005-05-261-1/+1
* - add more commands: edit, clean, rebuild.Michael 'Mickey' Lauer2005-05-261-12/+56
* Python 2.3.x compatibility fixMichael 'Mickey' Lauer2005-05-251-0/+4
* add first (preview) version of the bitbake interactive modeMichael 'Mickey' Lauer2005-05-251-0/+175
* tolerate ${...} in function namesPhil Blundell2005-05-251-1/+1
* bitbake/lib/bb module:Holger Hans Peter Freyther2005-05-231-1/+1
* bitbake/lib/bb/make.py:Holger Hans Peter Freyther2005-05-221-1/+3
* bitbake/lib/bb/data_smart.py:Holger Hans Peter Freyther2005-05-211-18/+17
* bitbake/lib/bb/fetch.py:Holger Hans Peter Freyther2005-05-201-3/+1
* bitbake/lib/bb/fetch.py:Holger Hans Peter Freyther2005-05-202-1/+7
* bitbake/lib/bb/data.py:Holger Hans Peter Freyther2005-05-201-0/+1
* bitbake/lib/bb/data.py:Holger Hans Peter Freyther2005-05-201-0/+3
* bitbake/lib/bb/data.py:Holger Hans Peter Freyther2005-05-201-0/+8
* bitbake/lib/bb/data.py:Holger Hans Peter Freyther2005-05-201-45/+56
* bitbake/lib/bb/data_dict.py:Holger Hans Peter Freyther2005-05-201-2/+2
* bitbake/lib/bb/data_smart.py:Holger Hans Peter Freyther2005-05-202-2/+2
* tbake/lib/bb/fetch.py:Holger Hans Peter Freyther2005-05-181-0/+7
* bitbake/lib/bb/fetch.pyHolger Hans Peter Freyther2005-05-181-66/+66
* Change the bb.__version__ to 1.2.1, and adjust setup.py to actually import th...Chris Larson2005-05-181-1/+1
* lib/bb/data.py:Holger Hans Peter Freyther2005-05-172-3/+332
* lib/bb/data.py:Holger Hans Peter Freyther2005-05-172-24/+22
* lib/bb/data.py:Holger Hans Peter Freyther2005-05-172-9/+52
* lib/bb/data.py:Holger Hans Peter Freyther2005-05-173-27/+81
* lib/bb/build.py:Holger Hans Peter Freyther2005-05-171-2/+3
* lib/bb/fetch.py:Holger Hans Peter Freyther2005-05-171-10/+11
* createCopy:Holger Hans Peter Freyther2005-05-176-15/+25
* bitbake data module abstraction:Holger Hans Peter Freyther2005-05-174-84/+233