aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2004-12-09Vim syntax: bugfix in the match of 'def' lines.Chris Larson
2004-12-09Vim syntax update: let syntax/python.vim do the highlighting for the actual '...Chris Larson
2004-12-08Rework the way we handle do_clean and do_mrproper so that the .oeclass that d...Chris Larson
2004-12-08Mention --help when bitbake is called with no arguments.Chris Larson
2004-12-08Update bitbake command usage information: s/bbmake/bitmake/g, and remove the ...Chris Larson
2004-12-08Make bbread spit out a nicer error when it encounters an IOError.Chris Larson
2004-12-08Rename bbmake to bitbake.Chris Larson
2004-12-08Add a 'buildfile' commandline option to bbmake, which makes bbbuild unnecessary.Chris Larson
2004-12-08Update the 'usage' information displayed by --help in bbimage and bbmake.Chris Larson
2004-12-08Adjust whitespace handling in the vim syntax a bit.Chris Larson
2004-12-08Vim syntax: add a catchall which should flag anything which isn't explicitly ...Chris Larson
2004-12-08Vim syntax bugfix: make it a bit more tolerant about locating the end of bitb...Chris Larson
2004-12-08Vim syntax: match variables defined using ?=.Chris Larson
2004-12-08Vim syntax: match & highlight the 'fakeroot' flag for functions.Chris Larson
2004-12-08Vim syntax: limit the areas in which variable dereferences are matched and hi...Chris Larson
2004-12-08Vim syntax update: bugfix: don't recognize an empty line as the end of a 'def...Chris Larson
2004-12-08Vim syntax update: 1) Add EXPORT_FUNCTIONS to our list of valid statements, a...Chris Larson
2004-12-08Vim syntax update: match and highlight variable definitions flagged as 'export'.Chris Larson
2004-12-08Vim syntax update: Fix the statements (include/inherit/addtask/addhandler) to...Chris Larson
2004-12-08Vim syntax update: highlight := variable assignment.Chris Larson
2004-12-08oe to bb rename in oedev.sh.Chris Larson
2004-12-08Vim syntax update: Fix the var deref in var overrides to be more versatile an...Chris Larson
2004-12-08Vim syntax update: 1) Highlight the quotes around a string as a String rather...Chris Larson
2004-12-08Vim syntax update: Highlight overrides that include variable derefences (i.e....Chris Larson
2004-12-08Vim syntax update: highlight backslashes used as line continuation within str...Chris Larson
2004-12-08Vim syntax update: match anonymous python functions with no specified name.Chris Larson
2004-12-08Add copyright & license to the vim syntax file.Chris Larson
2004-12-08Add README to contrib/.Chris Larson
2004-12-08Vim syntax update: highlight the ending ':' on a 'def' line.Chris Larson
2004-12-08Vim syntax update: highlight definitions of variable flags.Chris Larson
2004-12-08Vim syntax update: highlight the 'def' as a Statement, and add highlighting o...Chris Larson
2004-12-08Vim syntax update: highlight the 'def'd python functions as such.Chris Larson
2004-12-08Vim syntax update: highlight the shell functions as shell.Chris Larson
2004-12-08Start adding vim syntax highlighting.Chris Larson
2004-12-07Clean up after the aforementioned tests.Chris Larson
2004-12-07Yet another test of the hooks.Chris Larson
2004-12-07Test hooks.Chris Larson
2004-12-07Test hooks.Chris Larson
2004-12-07Rearrange repository.Chris Larson
2004-12-07Initial import.Chris Larson
2004-12-04support "oemake --world" as a (preferred) alternative for "oemake world".Phil Blundell
2004-12-03if an exception occurs, during parsing, show which file caused it.Phil Blundell
2004-12-03Fix oemake 'world' logic bug.Chris Larson
2004-12-01Add an 'EXCLUDE_FROM_WORLD' variable to oemake, which doesn't imply brokennes...Chris Larson
2004-12-01BUGFIX: oe.build.mkstamp had a hardcoded path to the stamps dir.Chris Larson
2004-11-28add 'oemake -s' option to dump out a table of latest and preferred versions f...Phil Blundell
2004-11-19subversion use revisions not dateMarcin Juszkiewicz
2004-11-19Attempt to correct an unintended consequence of the localdir fix.Chris Larson
2004-11-19Auto mergedChris Larson
2004-10-31apply patch from Murray Jensen to fix lost CVS_RSH when doing incremental updatePhil Blundell