[cvs] / jsr166 / src / jsr166y / ForkJoinTask.java Repository:
ViewVC logotype

Log of /jsr166/src/jsr166y/ForkJoinTask.java

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Thu Oct 22 08:19:44 2009 UTC (4 weeks, 3 days ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.44: +2 -2 lines
Diff to previous 1.44
minor doc fixes

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Wed Aug 19 17:44:45 2009 UTC (3 months ago) by jsr166
Branch: MAIN
Changes since 1.43: +6 -6 lines
Diff to previous 1.43
javadoc cosmetic improvements

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Wed Aug 19 11:24:58 2009 UTC (3 months ago) by dl
Branch: MAIN
Changes since 1.42: +5 -0 lines
Diff to previous 1.42
Improve spec for fork()

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Thu Aug 6 23:08:50 2009 UTC (3 months, 2 weeks ago) by dl
Branch: MAIN
Changes since 1.41: +7 -18 lines
Diff to previous 1.41
Remove unecessary isCompletedExceptionally method

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Wed Aug 5 23:37:32 2009 UTC (3 months, 2 weeks ago) by dl
Branch: MAIN
Changes since 1.40: +12 -11 lines
Diff to previous 1.40
Doc improvements

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Wed Aug 5 11:09:28 2009 UTC (3 months, 2 weeks ago) by dl
Branch: MAIN
Changes since 1.39: +0 -11 lines
Diff to previous 1.39
Inherit isDone, isCancelled specs

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Wed Aug 5 00:57:41 2009 UTC (3 months, 2 weeks ago) by jsr166
Branch: MAIN
Changes since 1.38: +4 -3 lines
Diff to previous 1.38
Align spec of binary invokeAll with array invokeAll

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 22:47:08 2009 UTC (3 months, 2 weeks ago) by dl
Branch: MAIN
Changes since 1.37: +2 -1 lines
Diff to previous 1.37
Doc fixes

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 20:24:54 2009 UTC (3 months, 2 weeks ago) by jsr166
Branch: MAIN
Changes since 1.36: +14 -15 lines
Diff to previous 1.36
small readability improvements

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 13:16:54 2009 UTC (3 months, 2 weeks ago) by dl
Branch: MAIN
Changes since 1.35: +1 -1 lines
Diff to previous 1.35
Typo

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 12:41:27 2009 UTC (3 months, 2 weeks ago) by dl
Branch: MAIN
Changes since 1.34: +17 -3 lines
Diff to previous 1.34
Doc improvements

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 11:44:33 2009 UTC (3 months, 2 weeks ago) by dl
Branch: MAIN
Changes since 1.33: +71 -44 lines
Diff to previous 1.33
Add status check methods; clarify specs; Reorder interruption checks

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 00:36:45 2009 UTC (3 months, 2 weeks ago) by dl
Branch: MAIN
Changes since 1.32: +12 -14 lines
Diff to previous 1.32
Improve cancel specs

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Mon Aug 3 13:01:15 2009 UTC (3 months, 2 weeks ago) by dl
Branch: MAIN
Changes since 1.31: +32 -31 lines
Diff to previous 1.31
Spec improvements; isTerminated conforms to TPE; implementation tweaks

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sun Aug 2 22:58:50 2009 UTC (3 months, 2 weeks ago) by jsr166
Branch: MAIN
Changes since 1.30: +112 -84 lines
Diff to previous 1.30
javadoc cleanup

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sun Aug 2 22:28:23 2009 UTC (3 months, 2 weeks ago) by dl
Branch: MAIN
Changes since 1.29: +3 -3 lines
Diff to previous 1.29
Wording fix

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sun Aug 2 17:19:24 2009 UTC (3 months, 2 weeks ago) by jsr166
Branch: MAIN
Changes since 1.28: +3 -3 lines
Diff to previous 1.28
cosmetic spec improvements

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sun Aug 2 17:02:06 2009 UTC (3 months, 2 weeks ago) by jsr166
Branch: MAIN
Changes since 1.27: +37 -35 lines
Diff to previous 1.27
cosmetic spec improvements

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sun Aug 2 11:54:31 2009 UTC (3 months, 2 weeks ago) by dl
Branch: MAIN
Changes since 1.26: +54 -30 lines
Diff to previous 1.26
Signature and documentation improvements

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sat Aug 1 21:17:11 2009 UTC (3 months, 3 weeks ago) by jsr166
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
@link-ify class summaries

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Jul 31 16:27:08 2009 UTC (3 months, 3 weeks ago) by dl
Branch: MAIN
Changes since 1.24: +71 -14 lines
Diff to previous 1.24
Refactor Adapted tasks into ForkJoinTask; mesh peek/pollNextLocalTask specs and code

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon Jul 27 21:41:53 2009 UTC (3 months, 3 weeks ago) by jsr166
Branch: MAIN
Changes since 1.23: +13 -14 lines
Diff to previous 1.23
j.u.c. coding standards

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Mon Jul 27 20:57:44 2009 UTC (3 months, 3 weeks ago) by jsr166
Branch: MAIN
Changes since 1.22: +23 -23 lines
Diff to previous 1.22
{@code (true|null)}

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Jul 26 17:33:37 2009 UTC (3 months, 3 weeks ago) by jsr166
Branch: MAIN
Changes since 1.21: +30 -27 lines
Diff to previous 1.21
Unsafe mechanics

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Jul 26 06:26:37 2009 UTC (3 months, 4 weeks ago) by jsr166
Branch: MAIN
Changes since 1.20: +8 -8 lines
Diff to previous 1.20
j.u.c. coding conventions

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Jul 26 05:55:34 2009 UTC (3 months, 4 weeks ago) by jsr166
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
Make field offset fields private

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Jul 25 17:49:01 2009 UTC (3 months, 4 weeks ago) by dl
Branch: MAIN
Changes since 1.18: +4 -2 lines
Diff to previous 1.18
Change signatures to simplify usage

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Jul 25 15:50:57 2009 UTC (3 months, 4 weeks ago) by dl
Branch: MAIN
Changes since 1.17: +44 -1 lines
Diff to previous 1.17
Export adaptors; change some signatures to simplify usage

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Jul 25 00:34:00 2009 UTC (3 months, 4 weeks ago) by jsr166
Branch: MAIN
Changes since 1.16: +8 -3 lines
Diff to previous 1.16
Avoid wildcard imports

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Jul 24 23:47:01 2009 UTC (3 months, 4 weeks ago) by jsr166
Branch: MAIN
Changes since 1.15: +23 -26 lines
Diff to previous 1.15
Unsafe mechanics

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Jul 24 22:05:22 2009 UTC (3 months, 4 weeks ago) by jsr166
Branch: MAIN
Changes since 1.14: +4 -3 lines
Diff to previous 1.14
warning suppression

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Jul 23 23:07:57 2009 UTC (3 months, 4 weeks ago) by jsr166
Branch: MAIN
Changes since 1.13: +68 -60 lines
Diff to previous 1.13
j.u.c. coding standards

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Jul 22 19:04:11 2009 UTC (4 months ago) by dl
Branch: MAIN
Changes since 1.12: +47 -23 lines
Diff to previous 1.12
Add ForkJoinTask.inForkJoinPool; other misc

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Jul 22 01:36:51 2009 UTC (4 months ago) by jsr166
Branch: MAIN
Changes since 1.11: +3 -0 lines
Diff to previous 1.11
Add @since, @author tags

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Jul 21 18:11:44 2009 UTC (4 months ago) by jsr166
Branch: MAIN
Changes since 1.10: +6 -6 lines
Diff to previous 1.10
_unsafe => UNSAFE (a constant according to EJ #56)

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Jul 21 00:15:13 2009 UTC (4 months ago) by jsr166
Branch: MAIN
Changes since 1.9: +47 -27 lines
Diff to previous 1.9
j.u.c. coding standards

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Jul 20 22:26:03 2009 UTC (4 months ago) by jsr166
Branch: MAIN
Changes since 1.8: +9 -9 lines
Diff to previous 1.8
spelling fixes

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Jul 20 21:54:51 2009 UTC (4 months ago) by jsr166
Branch: MAIN
Changes since 1.7: +35 -35 lines
Diff to previous 1.7
<(code|tt)> => {@code

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Jul 20 21:45:06 2009 UTC (4 months ago) by jsr166
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
whitespace

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Jul 16 15:32:34 2009 UTC (4 months, 1 week ago) by dl
Branch: MAIN
Changes since 1.5: +27 -28 lines
Diff to previous 1.5
Async mode, drainTasks

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Mar 19 05:10:42 2009 UTC (8 months ago) by jsr166
Branch: MAIN
Changes since 1.4: +33 -10 lines
Diff to previous 1.4
getUnsafe should use doPrivileged

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Jan 12 17:16:18 2009 UTC (10 months, 1 week ago) by dl
Branch: MAIN
Changes since 1.3: +22 -13 lines
Diff to previous 1.3
Split out ThreadLocalRandom; internal refactoring pass

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Jan 7 19:12:36 2009 UTC (10 months, 2 weeks ago) by dl
Branch: MAIN
Changes since 1.2: +67 -56 lines
Diff to previous 1.2
More misc cleanup

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Jan 7 16:07:37 2009 UTC (10 months, 2 weeks ago) by dl
Branch: MAIN
Changes since 1.1: +350 -264 lines
Diff to previous 1.1
Improved documentaion; moved methods to improve javadoc flow; regularized extension APIs

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Jan 6 14:30:31 2009 UTC (10 months, 2 weeks ago) by dl
Branch: MAIN
Refactored and repackaged ForkJoin classes

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Doug Lea
ViewVC Help
Powered by ViewVC 1.0.8