summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2010-12-16server: fix interrupt handling for processBob Foerster
2010-12-16Show the user progress when loading the cacheBob Foerster
2010-12-16Run the server and UI in separate processesBob Foerster
2010-12-16cooker: fix remnant rq/rqdata issue from poky syncChris Larson
2010-12-16Revert "build: kill stdout in python functions"Chris Larson
2010-12-16runqueue: fix remnant rq/rqdata reference from poky syncChris Larson
2010-12-15knotty: exit with 1 if we see a critical log messageChris Larson
2010-12-15cooker: don't swallow recipe parse errorsChris Larson
2010-12-15runqueue: resurrect the fix in 90c2b6cChris Larson
2010-12-15build: fix log file displayChris Larson
2010-12-15fetchers: Add parameter scmdata=keep to include .git/ and others in generated...Andreas Oberritter
2010-12-15build: fix FuncFailed for the no logfile caseChris Larson
2010-12-15process: handle OSErrors other than file not foundChris Larson
2010-12-15build: write logfiles per task, not per functionChris Larson
2010-12-15data_smart: add optional expansion to getVarFlag()Paul Eggleton
2010-12-15build: fix copy/paste thinko regarding LC_ALLChris Larson
2010-12-14runqueue: fix check_stamp_task call in chck_stamp_fnChris Larson
2010-12-14runqueue: fix a get_task_id callChris Larson
2010-12-14build: ensure LogTee has a valid name propertyChris Larson
2010-12-14build: fix -D with shell functionsChris Larson
2010-12-14Fix PWD issue with new exec_func_shellChris Larson
2010-12-13build: set PWD in the subprocess preexec hookChris Larson
2010-12-13Move the runq task start/failed messages to the UIChris Larson
2010-12-13bitbake/runqueue.py: Factor task skipping code into a functionRichard Purdie
2010-12-13bitbake/runqueue.py: Create RunQueueExecute and RunQueueExecuteTasks classes,...Richard Purdie
2010-12-13bitbake: Split Runqueue into two classes, a data processor and the execution ...Richard Purdie
2010-12-10Rename command events, adjust compareRevisionsChris Larson
2010-12-10Rework the persist_data APIChris Larson
2010-12-10build: don't create ${B} when the 'dirs' flag is unsetChris Larson
2010-12-10event: use cPickle for eventsChris Larson
2010-12-10utils: fix 'lock' variable referenceChris Larson
2010-12-10bb.event: fix MsgBase ref in fire_class_handlersChris Larson
2010-12-10build: kill stdout in python functionsChris Larson
2010-12-10build: send logging messages to the log file for python functionsChris Larson
2010-12-10Revert "bitbake/git.py: Make sure different branches can have different revis...Chris Larson
2010-12-09build: fix remnant access of logfile in exec_func_pythonChris Larson
2010-12-09utils: fix calls to close() in the lock/unlock functionsChris Larson
2010-12-09build: use a contextmanager for locksChris Larson
2010-12-09build: use bb.process instead of os.systemChris Larson
2010-12-09process: add subprocess-based bitsChris Larson
2010-12-09Rename the ui 'init' method to 'main'Chris Larson
2010-12-08cooker: use re match, not search in re_match_stringsChris Larson
2010-12-08taskdata: use 'any' in re_match_stringsChris Larson
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-12-08bitbake/goggle: interaction tweaksJoshua Lock
2010-12-08bitbake/depexp: Factor ProgressBar into a separate class in crumbs/Joshua Lock
2010-12-08bitbake/crumbs: add optional pbar parameter to RunningBuild.handle_event()Joshua Lock
2010-12-08bitbake/goggle: add a ProgressBar for parse progressJoshua Lock
2010-12-08bitbake/xmlrpc: Modify xmlrpc server to work with Python 2.7Joshua Lock