)]}'
{
  "log": [
    {
      "commit": "2d2aa145b4b9595fb128009536528ce533df1be1",
      "tree": "eb4e842057c793522b6f24567bf783f26a4ad7e7",
      "parents": [
        "0c703cc2f8dd85016a2d7f19b31b09aee42361e0"
      ],
      "author": {
        "name": "David Reiss",
        "email": "dreiss@apache.org",
        "time": "Wed Mar 26 07:22:26 2008 +0000"
      },
      "committer": {
        "name": "David Reiss",
        "email": "dreiss@apache.org",
        "time": "Wed Mar 26 07:22:26 2008 +0000"
      },
      "message": "Update to the latest version of AX_BOOST_BASE.\n\nIt now has the license right in the file.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665583 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "be5ee7c191ec125c80f4221c3231b254b3bcb145",
      "tree": "9a1b87dc4d2bf00536018adb1216b7ea4ab7a77d",
      "parents": [
        "b3483d0b2c7fbf923a63d6f138ada8d2fc53cbab"
      ],
      "author": {
        "name": "David Reiss",
        "email": "dreiss@apache.org",
        "time": "Sun Mar 02 07:00:19 2008 +0000"
      },
      "committer": {
        "name": "David Reiss",
        "email": "dreiss@apache.org",
        "time": "Sun Mar 02 07:00:19 2008 +0000"
      },
      "message": "Infrastructure for excluding language libraries from the build.\n\nAdd a new autoconf macro (a thin wrapper around AC_ARG_WITH) that\nmakes it pretty easy to include or exclude specific language libraries.\n\nThis will be tested along with future changes that use it.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665544 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b3483d0b2c7fbf923a63d6f138ada8d2fc53cbab",
      "tree": "24fa00cee374bfbc9d2c94c17770d9da94c9e806",
      "parents": [
        "14feb4127c03bf164c0268eb2c0c29f2fb308bae"
      ],
      "author": {
        "name": "David Reiss",
        "email": "dreiss@apache.org",
        "time": "Sun Mar 02 07:00:15 2008 +0000"
      },
      "committer": {
        "name": "David Reiss",
        "email": "dreiss@apache.org",
        "time": "Sun Mar 02 07:00:15 2008 +0000"
      },
      "message": "Make the configure help more consistent.\n\nMake the help strings generated by AX_THRIFT_GEN look more like\nthe ones from built-in autoconf macros.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665543 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "add584d8f957347c0b5394a9562181a87d4eb468",
      "tree": "c66147a661b539bc0cbbff933e75e8e69b7f46a4",
      "parents": [
        "771f8c797b1920919aadcb63d9e1dab3cd1905f6"
      ],
      "author": {
        "name": "David Reiss",
        "email": "dreiss@apache.org",
        "time": "Wed Feb 27 01:55:30 2008 +0000"
      },
      "committer": {
        "name": "David Reiss",
        "email": "dreiss@apache.org",
        "time": "Wed Feb 27 01:55:30 2008 +0000"
      },
      "message": "Infrastructure for excluding code generators from the Thrift compiler.\n\nAdd a new autoconf macro (a thin wrapper around AC_ARG_ENABLE) that\nmakes it pretty easy to include or exclude specific code genreators.\n\nThis will be tested along with future changes that use it.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665515 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "f8dcf03416bec49ee4ba7cc1615f61fa5e5419d7",
      "tree": "c7f17e9f1586c51207d598890d4d0d49fa871693",
      "parents": [
        "dab2ad85dab534fb0488ce530d5231261c56487c"
      ],
      "author": {
        "name": "David Reiss",
        "email": "dreiss@apache.org",
        "time": "Sat Feb 23 22:07:39 2008 +0000"
      },
      "committer": {
        "name": "David Reiss",
        "email": "dreiss@apache.org",
        "time": "Sat Feb 23 22:07:39 2008 +0000"
      },
      "message": "Add automake support for building the Java library.\n\nIf java, javac, and ant are all available, the Java library will be built as part of the standard make target.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665494 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "832b262acab7656ce5d5541f010c29f060580693",
      "tree": "8fecf364acbfb94a60a1bcf929f8f891e5130510",
      "parents": [
        "65704511459cdfc0f3e7d70b5008ea4e18a6f538"
      ],
      "author": {
        "name": "David Reiss",
        "email": "dreiss@apache.org",
        "time": "Fri Dec 28 18:25:33 2007 +0000"
      },
      "committer": {
        "name": "David Reiss",
        "email": "dreiss@apache.org",
        "time": "Fri Dec 28 18:25:33 2007 +0000"
      },
      "message": "Thrift: Revamp build to use a single configure.ac.\n\nSummary:\nBen Maurer suggested that it would make sense for Thrift to build as\na single project, with one configure.ac and multiple Makefile.am.\nHe was also kind enough to do the heavy lifting, and this commit\nis the application of his patch (with minor modifications).\nThe most significant visible change from this diff is that\nin order to buidl one of the thrift sub-projects (i.e.: the compiler,\nthe C++ library, or the Python library) you must run bootstrap.sh\nand configure in the Thrift root, then make in the specific project.\nUsers who want to build and install the Python library but\ncan\u0027t run configure because they don\u0027t have Boost can simply\nrun setup.py directly.\n\nReviewed By: mcslee\n\nTest Plan: Built Thrift from scratch.\n\nRevert Plan: ok\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665409 13f79535-47bb-0310-9956-ffa450edef68\n"
    }
  ]
}
