Version 25 (modified by coke, 12 years ago)

--

You can generate this report yourself by running tools/dev/branch_status.pl from the repository.

+====================================================================+
|        branch: autoprops                                           |
|     revisions: r41738:41738                                        |
|       creator: Util                                                |
|    created on: 2009-10-06T18:10:32.272862Z                         |
|    updated on: 2009-10-06T18:10:32.272862Z                         |
|    components:                                                     |
|  # of commits: 1                                                   |
|   initial log: TT#994 Creating a private, temporary branch of      |
|                trunk/editor to test git-svn autoprops.             |
|last merge log: N/A                                                 |
+====================================================================+
|        branch: boehm_gc                                            |
|     revisions: r43280:43378                                        |
|       creator: bacek                                               |
|       authors: bacek [40], mikehh [9]                              |
|    created on: 2009-12-28T20:07:11.656443Z                         |
|    updated on: 2010-01-03T21:23:28.167936Z                         |
|    components:                                                     |
|  # of commits: 49                                                  |
|   initial log: Branch for pluggin in Boehm GC                      |
|last merge log: N/A                                                 |
+====================================================================+
|        branch: dectx                                               |
|     revisions: r42867:42867                                        |
|       creator: pmichaud                                            |
|    created on: 2009-12-03T02:27:55.878455Z                         |
|    updated on: 2009-12-03T02:27:55.878455Z                         |
|    components:                                                     |
|  # of commits: 1                                                   |
|   initial log: Create a new branch to experiment with sub->ctx     |
|                pointer a bit.                                      |
|last merge log: N/A                                                 |
+====================================================================+
|        branch: depends                                             |
|     revisions: r40373:40391                                        |
|       creator: petdance                                            |
|    created on: 2009-08-02T05:40:34.160839Z                         |
|    updated on: 2009-08-03T05:06:37.136727Z                         |
|    components:                                                     |
|  # of commits: 3                                                   |
|   initial log: Andy's branch to work on dependency building        |
|last merge log: N/A                                                 |
+====================================================================+
|        branch: detect_llvm                                         |
|     revisions: r41745:41795                                        |
|       creator: jkeenan                                             |
|    created on: 2009-10-07T01:37:28.503005Z                         |
|    updated on: 2009-10-10T15:25:53.971259Z                         |
|    components:                                                     |
|  # of commits: 18                                                  |
|   initial log: Create branch to work on detection of LLVM.         |
|last merge log: N/A                                                 |
+====================================================================+
|        branch: gc_encapsulate                                      |
|     revisions: r43416:43753                                        |
|       creator: bacek                                               |
|       authors: bacek [33], whiteknight [1]                         |
|    created on: 2010-01-10T09:13:40.619497Z                         |
|    updated on: 2010-02-07T10:30:58.599617Z                         |
|    components:                                                     |
|  # of commits: 34                                                  |
|   initial log: Branch for encapsulate GC more                      |
|last merge log: Fix building after merge with trunk.                |
+====================================================================+
|        branch: gc_encapsulate_part1                                |
|     revisions: r43775:43786                                        |
|       creator: bacek                                               |
|    created on: 2010-02-08T12:15:10.544318Z                         |
|    updated on: 2010-02-08T14:18:59.926412Z                         |
|    components:                                                     |
|  # of commits: 12                                                  |
|   initial log: Split gc_encapsulate into smaller steps.            |
|                Apparently I'm not able to find out why whole lot   |
|                failing                                             |
|last merge log: N/A                                                 |
+====================================================================+
|        branch: libjit_framebuilder2                                |
|     revisions: r43456:43540                                        |
|       creator: plobsing                                            |
|       authors: plobsing [8], jkeenan [2]                           |
|    created on: 2010-01-15T02:09:57.040260Z                         |
|    updated on: 2010-01-23T01:22:07.743539Z                         |
|    components:                                                     |
|  # of commits: 10                                                  |
|   initial log: creating a new branch to bring libjit_framebuilder  |
|                up to date with trunk                               |
|last merge log: merge from older libjit_framebuilder branch and     |
|                update to make it compile (but not much else)       |
+====================================================================+
|        branch: nativecall_pir_build                                |
|     revisions: r43724:43766                                        |
|       creator: plobsing                                            |
|    created on: 2010-02-05T05:34:05.039938Z                         |
|    updated on: 2010-02-07T23:25:01.087182Z                         |
|    components:                                                     |
|  # of commits: 5                                                   |
|   initial log: create branch to rearrange build to use             |
|                nativecall.pir                                      |
|last merge log: N/A                                                 |
+====================================================================+
|        branch: ops_pct                                             |
|     revisions: r39886:43773                                        |
|       creator: cotto                                               |
|       authors: bacek [45], cotto [20]                              |
|    created on: 2009-07-05T03:00:54.334118Z                         |
|    updated on: 2010-02-08T08:31:25.456938Z                         |
|    components: cage, MANIFEST, nqp, ops_pct, opsc, pmc, t          |
|  # of commits: 65                                                  |
|   initial log: [ops_pct] create a branch for the new PCT-based     |
|                ops compiler                                        |
|last merge log: N/A                                                 |
+====================================================================+
|        branch: pge_no_namespace_methods                            |
|     revisions: r43450:43530                                        |
|       creator: chromatic                                           |
|       authors: tene [9], chromatic [2]                             |
|    created on: 2010-01-14T08:06:31.931115Z                         |
|    updated on: 2010-01-21T08:41:09.691697Z                         |
|    components: pge, src                                            |
|  # of commits: 11                                                  |
|   initial log: Branch to port PGE not to fetch methods directly    |
|                from NameSpaces                                     |
|last merge log: [src] Made fetching a method from a NameSpace       |
|                throw an exception.  This is a temporary patch to   |
|                help pmichaud and I revise PGE and TGE not to       |
|                fetch methods directly from namespaces.  When TT    |
|                #389 gets fixed, that won't work.  Remember not to  |
|                merge this commit back to trunk.                    |
+====================================================================+
|        branch: pirc_config                                         |
|     revisions: r43245:43246                                        |
|       creator: coke                                                |
|    created on: 2009-12-26T15:39:16.834971Z                         |
|    updated on: 2009-12-26T15:42:34.636586Z                         |
|    components:                                                     |
|  # of commits: 2                                                   |
|   initial log: branch for adding a --pirc option to configure.pl   |
|last merge log: N/A                                                 |
+====================================================================+
|        branch: pmc_i_ops                                           |
|     revisions: r39355:39482                                        |
|       creator: bacek                                               |
|    created on: 2009-06-03T12:12:12.195241Z                         |
|    updated on: 2009-06-09T22:26:30.035752Z                         |
|    components: cage, pmc, pmc2c                                    |
|  # of commits: 18                                                  |
|   initial log: Branch to reduce amount of code by reusing i_op     |
|                from op                                             |
|last merge log: Merge branch 'master' into pmc_i_ops                |
+====================================================================+
|        branch: pmc_pct                                             |
|     revisions: r38287:39839                                        |
|       creator: bacek                                               |
|       authors: bacek [137], cotto [93]                             |
|    created on: 2009-04-24T10:21:38.416818Z                         |
|    updated on: 2009-06-30T05:13:17.956197Z                         |
|    components: cage, codingstd, config, grammar, makefile,         |
|  # of commits: 230                                                 |
|   initial log: Experimental branch for PCT based PMC parser        |
|last merge log: N/A                                                 |
+====================================================================+
|        branch: strings                                             |
|     revisions: r35348:36070                                        |
|       creator: simon                                               |
|    created on: 2009-01-10T18:39:34.876664Z                         |
|    updated on: 2009-01-27T22:57:17.207034Z                         |
|    components:                                                     |
|  # of commits: 27                                                  |
|   initial log: Creating a branch to implement strings PDD          |
|last merge log: Merge from trunk                                    |
+====================================================================+
|        branch: tt389_fix                                           |
|     revisions: r43397:43608                                        |
|       creator: chromatic                                           |
|       authors: chromatic [9], tene [6]                             |
|    created on: 2010-01-06T21:38:05.486758Z                         |
|    updated on: 2010-01-26T20:48:02.842350Z                         |
|    components: json, lib, library, P6object, PCT, PGE, pge, PMC,   |
|  # of commits: 15                                                  |
|   initial log: Don't store :method subs in namespace               |
|last merge log: Merge the changes from pge_no_namespace_methods up  |
|                through r43523                                      |
+====================================================================+
|        branch: tt509_install_files                                 |
|     revisions: r40089:40840                                        |
|       creator: jkeenan                                             |
|    created on: 2009-07-14T23:17:12.207377Z                         |
|    updated on: 2009-08-28T14:55:34.285061Z                         |
|    components:                                                     |
|  # of commits: 2                                                   |
|   initial log: Creating tt509_install_files in                     |
|                https://svn.parrot.org/parrot/branches              |
|last merge log: N/A                                                 |
+====================================================================+
|        branch: tt_1020                                             |
|     revisions: r42147:42147                                        |
|       creator: whiteknight                                         |
|    created on: 2009-10-28T00:32:18.658735Z                         |
|    updated on: 2009-10-28T00:32:18.658735Z                         |
|    components:                                                     |
|  # of commits: 1                                                   |
|   initial log: Creating a new branch to test some stuff for TT     |
|                #1020                                               |
|last merge log: N/A                                                 |
+====================================================================+
|        branch: vc9                                                 |
|     revisions: r34148:34155                                        |
|       creator: rblasch                                             |
|    created on: 2008-12-20T18:17:54.903915Z                         |
|    updated on: 2008-12-20T19:11:31.880324Z                         |
|    components:                                                     |
|  # of commits: 5                                                   |
|   initial log: Visual C++ 9 port branch.                           |
|last merge log: N/A                                                 |
+====================================================================+