Version 27 (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: boehm_gc_2                                          |
|     revisions: r43889:43898                                        |
|       creator: bacek                                               |
|    created on: 2010-02-11T12:23:49.900400Z                         |
|    updated on: 2010-02-11T13:15:17.812941Z                         |
|    components:                                                     |
|  # of commits: 8                                                   |
|   initial log: Yet another attempt to bring Boehm GC into Parrot   |
|last merge log: Merge branch 'master' into boehm2                   |
+====================================================================+
|        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: 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: op_pmcs                                             |
|     revisions: r43820:43912                                        |
|       creator: whiteknight                                         |
|    created on: 2010-02-09T15:38:19.397950Z                         |
|    updated on: 2010-02-11T18:04:55.067172Z                         |
|    components: pmc2c--                                             |
|  # of commits: 8                                                   |
|   initial log: branch to prototype some new PMCs for working with  |
|                ops                                                 |
|last merge log: N/A                                                 |
+====================================================================+
|        branch: opengl_dynamic_nci                                  |
|     revisions: r43839:43864                                        |
|       creator: plobsing                                            |
|    created on: 2010-02-10T01:02:45.483115Z                         |
|    updated on: 2010-02-10T13:55:19.939959Z                         |
|    components:                                                     |
|  # of commits: 6                                                   |
|   initial log: creating branch to explore building opengl without  |
|                dependency on core nci (src/nci.c)                  |
|last merge log: N/A                                                 |
+====================================================================+
|        branch: ops_pct                                             |
|     revisions: r39886:43883                                        |
|       creator: cotto                                               |
|       authors: bacek [45], cotto [21]                              |
|    created on: 2009-07-05T03:00:54.334118Z                         |
|    updated on: 2010-02-11T06:15:24.052898Z                         |
|    components: cage, MANIFEST, nqp, ops_pct, opsc, pmc, t          |
|  # of commits: 66                                                  |
|   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: rm_cflags                                           |
|     revisions: r43789:43913                                        |
|       creator: coke                                                |
|       authors: coke [20], jkeenan [1]                              |
|    created on: 2010-02-09T02:52:10.032704Z                         |
|    updated on: 2010-02-11T19:43:21.681361Z                         |
|    components: codingstd                                           |
|  # of commits: 21                                                  |
|   initial log: Remove CFLAGS script.                               |
|last merge log: re-gen generated files  (note to self: when         |
|                merging, ignore merges of generated files and       |
|                simply regen them.)                                 |
+====================================================================+
|        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                                                 |
+====================================================================+
|        branch: vtable_massacre                                     |
|     revisions: r43827:43882                                        |
|       creator: whiteknight                                         |
|       authors: whiteknight [9], cotto [2], darbelo [1], chromatic  |
|    created on: 2010-02-09T20:44:14.893462Z                         |
|    updated on: 2010-02-11T03:30:47.384774Z                         |
|    components: bitwise, PMC                                        |
|  # of commits: 14                                                  |
|   initial log: creating branch to rip out deprecated vtables       |
|                bitwise*, *pow*, and *bignum                        |
|last merge log: N/A                                                 |
+====================================================================+