haiku/src
Rene Gollent 1f80f2eec3 Fix #8749.
- When a job needs to go dependent on another job, we no longer use recursion
  to manage the execution stack. Instead the job is simply marked as waiting
  and we execute other jobs with no dependencies in the meantime. When a job
  completes, all dependents are moved back onto the unscheduled list and
  executed as needed.

- Adjustments to ResolveValueNodeJob to handle the now asynchronous nature
  of waiting.
2012-07-19 20:24:52 -04:00
..
add-ons CheckBlocks() calculated the group block incorrectly 2012-07-20 01:02:05 +02:00
apps Fix #8749. 2012-07-19 20:24:52 -04:00
bin Add control mark color setting. #8054 2012-07-15 15:09:04 -04:00
build Make private helper function static in fs_darwin.cpp in order to not pollute 2012-03-15 16:39:39 -04:00
data Improve SVG image identification (close #8653) 2012-07-19 23:46:26 +02:00
documentation Fixed typo. Spotted by ddavid123, thanks! #8521 2012-05-05 21:06:59 +00:00
kits Fix mouse down handling error. 2012-07-18 23:21:06 -04:00
libs callout_schedule uses ticks as timeunit, not usecs. 2012-07-18 17:09:36 +02:00
preferences Update the Color Box border color in Appearance and put a TODO in. 2012-07-15 17:36:03 -04:00
servers app_server: cleanup of the previous commit 2012-07-11 23:56:38 +02:00
system cache_abort_[sub_]transaction() did not work correctly. 2012-07-20 00:03:38 +02:00
tests Adapt LookTest to BMenuField API changes. Fixes #6648 2012-07-09 11:25:59 +12:00
tools An unused dirty block would put again into the unused list. 2012-07-19 23:44:25 +02:00
Jamfile