index
:
openembedded-core.git
master
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bitbake
/
lib
/
bb
/
cache.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
cache: fix docstring usage
Chris Larson
2011-02-10
1
-7
/
+2
*
bitbake: fix parameter order for flaglist()
Dongxiao Xu
2011-01-20
1
-2
/
+2
*
bitbake: Introduce stamp-extra-info task flag into stamp filenames
Dongxiao Xu
2011-01-18
1
-1
/
+10
*
cache: don't expand variables for skipped recipes
Chris Larson
2011-01-10
1
-10
/
+13
*
bitbake/cache.py: Expansion of variables in skipped recipes should not be att...
Richard Purdie
2011-01-07
1
-1
/
+10
*
cache: defer marking fn as clean
Bernhard Reutner-Fischer
2011-01-04
1
-4
/
+1
*
bitbake: Sync a load of whitespace and other non-functionality changes with b...
Richard Purdie
2011-01-04
1
-4
/
+5
*
Show the user progress when loading the cache
Bob Foerster
2011-01-04
1
-0
/
+17
*
cache: change to more incremental format
Chris Larson
2011-01-04
1
-22
/
+33
*
cache: ensure 'pn' is included in the pkgvars
Chris Larson
2011-01-04
1
-12
/
+12
*
cooker: stop loading the cache for -b
Chris Larson
2011-01-04
1
-1
/
+1
*
cache: don't add info to cache if cache is disabled
Chris Larson
2011-01-04
1
-0
/
+3
*
Simplify cache syncing
Chris Larson
2011-01-04
1
-22
/
+13
*
Implement parallel parsing support
Chris Larson
2011-01-04
1
-39
/
+59
*
cache: don't write out the cache unnecessarily
Chris Larson
2011-01-04
1
-1
/
+5
*
cache: create and use a RecipeInfo class
Chris Larson
2011-01-04
1
-173
/
+196
*
cache: make loadDataFull a classmethod
Chris Larson
2011-01-04
1
-4
/
+5
*
cache: Add debug msg for a nonexistant dep file
Chris Larson
2011-01-04
1
-0
/
+2
*
cache: use new style classes
Chris Larson
2011-01-04
1
-6
/
+3
*
cache: pyflakes/pep8/pylint cleanup
Chris Larson
2011-01-04
1
-29
/
+40
*
cache: use set for clean, checked
Chris Larson
2011-01-04
1
-11
/
+9
*
cache: make use of defaultdict
Chris Larson
2011-01-04
1
-34
/
+10
*
Pre-explode rundeps/runrecs in CacheData
Chris Larson
2011-01-04
1
-4
/
+6
*
bb.cache: only log if the respective action was taken
Bernhard Reutner-Fischer
2011-01-04
1
-5
/
+8
*
Make 'cache is clean' message debug
Chris Larson
2011-01-04
1
-1
/
+1
*
Fix another little bug with undefined var from cache
Chris Larson
2011-01-04
1
-1
/
+1
*
bb.cache: fix bug from last commit with loading from cache
Chris Larson
2011-01-04
1
-1
/
+1
*
Reduce bb.cache memory usage a bit
Chris Larson
2011-01-04
1
-2
/
+3
*
Switch bitbake internals to use logging directly rather than bb.msg
Chris Larson
2011-01-04
1
-27
/
+26
*
bitbake/sstate: Implement a lookup function to speed up setscene processing
Richard Purdie
2010-10-05
1
-0
/
+3
*
bitbake: Implement signatures
Richard Purdie
2010-09-03
1
-1
/
+7
*
bitbake: cache: If one virtual of a recipe is uncached, remove all versions f...
Richard Purdie
2010-07-25
1
-0
/
+14
*
bitbake: Add support for .bbappend files (see mailing lists for detais)
Richard Purdie
2010-07-16
1
-5
/
+7
*
Use bb.utils.mkdirhier in bb.cache to shut up the pending deprecation warning
Chris Larson
2010-07-02
1
-1
/
+1
*
cache: do not chdir unnecessarily
Bernhard Reutner-Fischer
2010-07-02
1
-4
/
+12
*
cache: use a set() for __depends
Bernhard Reutner-Fischer
2010-07-02
1
-6
/
+4
*
cache: use max() to determine newest_mtime
Bernhard Reutner-Fischer
2010-07-02
1
-3
/
+4
*
cache: use os.path ops instead of stat
Bernhard Reutner-Fischer
2010-07-02
1
-8
/
+2
*
cache: fix typo in error message of cacheValidUpdate()
Bernhard Reutner-Fischer
2010-07-02
1
-1
/
+1
*
Don't try to expand non-string values
Chris Larson
2010-07-02
1
-4
/
+4
*
Apply some 2to3 transforms that don't cause issues in 2.6
Chris Larson
2010-07-02
1
-4
/
+4
*
Import fixups
Chris Larson
2010-07-02
1
-4
/
+3
*
Formatting cleanups
Chris Larson
2010-07-02
1
-14
/
+14
*
Ensure we always utilize the correct messaging domains
Chris Larson
2010-07-02
1
-1
/
+1
*
Made '-b' work with BBCLASSEXTEND
Enrico Scholz
2010-07-02
1
-0
/
+1
*
Pass the config metadata into the Cache constructor rather than the cooker
Chris Larson
2010-07-02
1
-4
/
+4
*
cache.py: Bump the cache version after the BBVERSIONS update
Richard Purdie
2010-03-25
1
-1
/
+1
*
Implement BBVERSIONS
Chris Larson
2010-03-25
1
-5
/
+5
*
bitbake: [cache] copy instead of deepcopy in sync
Holger Freyther
2010-02-15
1
-1
/
+1
*
bitbake: Switch to bitbake-dev version (bitbake master upstream)
Richard Purdie
2010-01-20
1
-45
/
+44
[next]