)]}'
{
  "log": [
    {
      "commit": "91582664cf9631a23102de4eee3b42ade75cd8e8",
      "tree": "64f7efb1fe0f321a4f8dd057a07967dee121fb1d",
      "parents": [
        "05f8fe99975667ddbc99cb9fac6719d2e1afb3fa"
      ],
      "author": {
        "name": "dannyzen",
        "email": "dannyrosen@google.com",
        "time": "Thu May 20 13:18:06 2021 -0400"
      },
      "committer": {
        "name": "dannyzen",
        "email": "dannyrosen@google.com",
        "time": "Thu May 20 13:18:06 2021 -0400"
      },
      "message": "[owners] Add OWNERs files to double-conversion\n\nChange-Id: I5dc7a616bf219a4a1f9e74e0d971bc86d8d95537\n"
    },
    {
      "commit": "05f8fe99975667ddbc99cb9fac6719d2e1afb3fa",
      "tree": "746ebb2c8b9e5b374d45d71a1deec53c78fd80c8",
      "parents": [
        "f08fc263ef9ca309664e7ac505840124b78b3482"
      ],
      "author": {
        "name": "Shai Barack",
        "email": "shayba@google.com",
        "time": "Mon Aug 31 13:36:16 2020 -0700"
      },
      "committer": {
        "name": "Shai Barack",
        "email": "shayba@google.com",
        "time": "Wed Sep 02 04:30:55 2020 +0000"
      },
      "message": "[Wconversion] Suppress warnings\nBug: 56258\nBug: 58162\n\nChange-Id: Ie2cf10e626a557698509a34d7fa94438d44218b3\n"
    },
    {
      "commit": "f08fc263ef9ca309664e7ac505840124b78b3482",
      "tree": "6fdc809f2c6f49684357041444d3484c052e45c2",
      "parents": [
        "1dce44c4313a6f356fcfa4b3e8887f037ac0bf23"
      ],
      "author": {
        "name": "Brett Wilson",
        "email": "brettw@google.com",
        "time": "Wed Dec 18 12:10:17 2019 -0800"
      },
      "committer": {
        "name": "Brett Wilson",
        "email": "brettw@google.com",
        "time": "Wed Dec 18 13:02:29 2019 -0800"
      },
      "message": "[double-conversion] Add a BUILD.gn file.\n\nAdds a GN build file for the double-conversion library.\n\nChange-Id: I0933c2c355dee13afba1fbcf2d97880866c15e5c\n"
    },
    {
      "commit": "1dce44c4313a6f356fcfa4b3e8887f037ac0bf23",
      "tree": "e0819db053c0a8c4eeddedb3bf343e222114cc43",
      "parents": [
        "8857767d5b2f5a035321e3712e8cd0008840ba6b"
      ],
      "author": {
        "name": "Brett Wilson",
        "email": "brettw@gmail.com",
        "time": "Fri Dec 13 11:44:00 2019 -0800"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Fri Dec 13 20:44:00 2019 +0100"
      },
      "message": "Add full license to test .cc files missing it. (#121)\n\nSome files in cctest had a 1-line copyright that doesn\u0027t list the\r\nlicense. This copies the project license to those files, preserving the\r\ndate."
    },
    {
      "commit": "8857767d5b2f5a035321e3712e8cd0008840ba6b",
      "tree": "f173f413e34c9c0a82ebe32a4b171a3b95daf76b",
      "parents": [
        "a54561be5588ac9b16d3c20760b9b554168bb8aa"
      ],
      "author": {
        "name": "Andrii Vasylevskyi",
        "email": "avasylev@gmail.com",
        "time": "Mon Dec 09 20:50:09 2019 -0500"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Tue Dec 10 02:50:09 2019 +0100"
      },
      "message": "Add wasm32 as supported platform (#120)\n\nSummary:\r\nEmscripten is already included, adding wasm32 the same way for when\r\nbuild with \"plain\" clang wasm32 (without emscripten)\r\n\r\nTest Plan:\r\nmake\r\ntest/cctest/cctest --list | tr -d \u0027\u003c\u0027 | xargs test/cctest/cctest\r\n\r\nReviewers:\r\n\r\nSubscribers:\r\n\r\nTasks:\r\n\r\nTags:"
    },
    {
      "commit": "a54561be5588ac9b16d3c20760b9b554168bb8aa",
      "tree": "b93dda600e986654b07c4fc10221206734ba1996",
      "parents": [
        "5cc233e98b74c5c370de888198a2b35200d55468"
      ],
      "author": {
        "name": "Peter Seiderer",
        "email": "pseiderer@users.noreply.github.com",
        "time": "Thu Oct 31 21:26:27 2019 +0100"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Thu Oct 31 21:26:27 2019 +0100"
      },
      "message": "Pseiderer/add nios2 and xtensa 001 (#119)\n\n* double-conversion: enable for nios2\r\n\r\nNios2 supports double conversion, tested using qemu:\r\n\r\n./main || echo \"correct\"\r\ncorrect\r\nuname -a\r\nLinux buildroot 4.19.16 #4 Sat Aug 3 14:46:48 CEST 2019 nios2 GNU/Linux\r\n\r\nSolves build error\r\n\r\nIn file included from double-conversion.h:42:0,\r\n                 from number_decimalquantity.cpp:19:\r\ndouble-conversion-utils.h:119:2: error: #error Target architecture was not detected as supported by Double-Conversion.\r\n #error Target architecture was not detected as supported by Double-Conversion.\r\n\r\ndetected by buildroot autobuilders:\r\nhttp://autobuild.buildroot.net/results/91e/91eaec34708d91f8a05af189243be0b7cabce31b/\r\n\r\nPatch sent upstream: https://github.com/unicode-org/icu/pull/725\r\nBug report: https://unicode-org.atlassian.net/browse/ICU-20751\r\n\r\n[Bernd: Fixed path]\r\nSigned-off-by: Bernd Kuhls \u003cbernd.kuhls@t-online.de\u003e\r\n[Added Changelog entry]\r\nSigned-off-by: Peter Seiderer \u003cps.report@gmx.net\u003e\r\n\r\n* double-conversion: enable for xtensa\r\n\r\nSigned-off-by: Peter Seiderer \u003cps.report@gmx.net\u003e\r\n---\r\nNote:\r\n\r\nDouble-conversion tested with:\r\n\r\n        $ cat div.c\r\ndouble Div_double(double x, double y) { return x / y; }\r\n\r\n        $ cat main.c\r\ndouble Div_double(double x, double y);\r\n\r\nint main(int argc, char** argv) {\r\n  double result \u003d Div_double(89255.0, 1e22);\r\n  if (result \u003d\u003d 89255e-22) {\r\n    printf(\"correct result %e\\n\", result);\r\n    return 1;\r\n  } else {\r\n    printf(\"wrong result %e\\n\", result);\r\n    return 0;\r\n  }\r\n}\r\n\r\nTested for xtensa (using qemu_xtensa_lx60_defconfig plus BR2_PACKAGE_HOST_QEMU_LINUX_USER_MODE):\r\n\r\n        $ ./host/bin/xtensa-buildroot-linux-uclibc-gcc -c div.c\r\n        $ ./host/bin/xtensa-buildroot-linux-uclibc-gcc -c main.c\r\n        $ ./host/bin/xtensa-buildroot-linux-uclibc-gcc -o main main.o div.o\r\n\r\n        $ ./host/bin/qemu-xtensa -L staging main\r\ncorrect result 8.925500e-18\r\n"
    },
    {
      "commit": "5cc233e98b74c5c370de888198a2b35200d55468",
      "tree": "1eeffb81a3a19751180d38dbf132e3a91dcea4e9",
      "parents": [
        "4a51e730d3604c01637a9ff9e00b051e5f4e9b93"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@toitware.com",
        "time": "Sat Oct 12 14:35:52 2019 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@toitware.com",
        "time": "Sat Oct 12 14:35:52 2019 +0200"
      },
      "message": "Add support for microblaze.\n\nReally fixes #73.\n"
    },
    {
      "commit": "4a51e730d3604c01637a9ff9e00b051e5f4e9b93",
      "tree": "b8536490e7ae6ae7e173400928481b38828ad733",
      "parents": [
        "7da5db907da58882385de9277c601cd633b4c4a0"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Mon Sep 02 18:06:17 2019 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Sep 02 18:06:17 2019 +0200"
      },
      "message": "Add support for e2k architecture. (#118)\n\n"
    },
    {
      "commit": "7da5db907da58882385de9277c601cd633b4c4a0",
      "tree": "c864d451fff9a7d6835983c1302360ac5158f1ab",
      "parents": [
        "3f9cd30e1bca91c0a036ad8b2b7eb8e2d2290dd2"
      ],
      "author": {
        "name": "pengzhenyi",
        "email": "503282373@qq.com",
        "time": "Thu Aug 01 22:44:16 2019 +0800"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Thu Aug 01 16:44:16 2019 +0200"
      },
      "message": "Add min exponent width option in double-to-string conversion (#116)\n\n"
    },
    {
      "commit": "3f9cd30e1bca91c0a036ad8b2b7eb8e2d2290dd2",
      "tree": "2e66869cc3f926b6887475f30499698525d94ae7",
      "parents": [
        "e424c2b2829553c094210035078a229910f12ff1"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Wed Jun 26 15:18:10 2019 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jun 26 15:18:10 2019 +0200"
      },
      "message": "Remove reference to `diy-fp.cc`\n\nThat file was removed in a previous commit.\r\n\r\nFixes #112"
    },
    {
      "commit": "e424c2b2829553c094210035078a229910f12ff1",
      "tree": "014b7661005d719fc24ab8bc165c9e83e6fe0e98",
      "parents": [
        "583c6b787bc33fc7431a2a7cbaab76e468a9f343"
      ],
      "author": {
        "name": "Dr. Colin Hirsch",
        "email": "github@colin-hirsch.net",
        "time": "Tue Jun 25 11:38:44 2019 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Tue Jun 25 11:38:44 2019 +0200"
      },
      "message": "More Bignum fiddling. (#108)\n\n* Char has size 1.\r\n* More const.\r\n* Allow inlining.\r\n* Compact Bignum sizes.\r\n* Consistent naming."
    },
    {
      "commit": "583c6b787bc33fc7431a2a7cbaab76e468a9f343",
      "tree": "787cb52f6126fcd8296f0c5c4c4b80f8356b9a64",
      "parents": [
        "572062038464c6f78282bc18a90deb34bbec635b",
        "7bc0c47da4f998b915b73b3fce111af1885dc02d"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sat Jun 22 15:18:59 2019 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sat Jun 22 15:18:59 2019 +0200"
      },
      "message": "Merge branch \u0027master\u0027 of github.com:google/double-conversion\n"
    },
    {
      "commit": "572062038464c6f78282bc18a90deb34bbec635b",
      "tree": "6dfb236c5df8ba27eabb10e68a970be52ab5c816",
      "parents": [
        "5fa81e88ef24e735b4283b8f7454dc59693ac1fc"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sat Jun 22 15:16:41 2019 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sat Jun 22 15:16:41 2019 +0200"
      },
      "message": "Remove redundant parenthesis.\n\nReported by seanm (github).\nFixes #111.\n"
    },
    {
      "commit": "7bc0c47da4f998b915b73b3fce111af1885dc02d",
      "tree": "c2647bc1d2b853f7c1a2b89626b0ad61ddbac17b",
      "parents": [
        "e67096ce88492c28d6755e698f95089c8e5e9430"
      ],
      "author": {
        "name": "Dr. Colin Hirsch",
        "email": "github@colin-hirsch.net",
        "time": "Thu Jun 13 13:04:35 2019 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Thu Jun 13 13:04:35 2019 +0200"
      },
      "message": "Optimise Bignum layout. (#107)\n\n* Use memset to clear bignum.\r\n\r\n* Improve data locality.\r\n\r\n* Reduce size of bignum.\r\n"
    },
    {
      "commit": "e67096ce88492c28d6755e698f95089c8e5e9430",
      "tree": "e86f1e26fd7816755632d76804f52764092e8731",
      "parents": [
        "32c402668c851334ff0d1fdd5144fae9bfb55920"
      ],
      "author": {
        "name": "Dr. Colin Hirsch",
        "email": "github@colin-hirsch.net",
        "time": "Wed Jun 12 11:19:08 2019 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Wed Jun 12 11:19:08 2019 +0200"
      },
      "message": "Split Strtod() (#106)\n\nAdd `StrtodTrimmed` method, exposing a later stage of the conversion pipeline.\r\nSome tools can do the first stage outside of the double-conversion library and would prefer not to pay the cost of doing it again.\r\n"
    },
    {
      "commit": "32c402668c851334ff0d1fdd5144fae9bfb55920",
      "tree": "993d82259dde92a1e5c9e0b9295f2111bb1046e0",
      "parents": [
        "251fef61eb8f668ca3a3b7e02eca3e8c90002414"
      ],
      "author": {
        "name": "Dr. Colin Hirsch",
        "email": "github@colin-hirsch.net",
        "time": "Tue Jun 11 18:46:25 2019 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Tue Jun 11 18:46:25 2019 +0200"
      },
      "message": "Split double-conversion. (#104)\n\nSeparates the two main classes into separate c and h files."
    },
    {
      "commit": "251fef61eb8f668ca3a3b7e02eca3e8c90002414",
      "tree": "5bf9b94f8632cb18193fce9f3f2c49d569a4d6e6",
      "parents": [
        "2c290755e7f06f721ab8aa9d602e3bd625a8303c"
      ],
      "author": {
        "name": "Dr. Colin Hirsch",
        "email": "github@colin-hirsch.net",
        "time": "Tue Jun 11 18:14:46 2019 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Tue Jun 11 18:14:46 2019 +0200"
      },
      "message": "Fix naming. (#103)\n\nFix naming of `case_insensibility` to `case_insensitivity`."
    },
    {
      "commit": "2c290755e7f06f721ab8aa9d602e3bd625a8303c",
      "tree": "424cbd68beb30a7d21a81837ff74b27ef85bcf5a",
      "parents": [
        "e394b490fc7d56dd76ce43fb6024c929ceb1e309"
      ],
      "author": {
        "name": "Dr. Colin Hirsch",
        "email": "colinh-github-06134@icemx.net",
        "time": "Tue Jun 11 18:03:15 2019 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Tue Jun 11 18:03:15 2019 +0200"
      },
      "message": "Consistent macro prefix. (#101)\n\nConsistent macro prefix."
    },
    {
      "commit": "e394b490fc7d56dd76ce43fb6024c929ceb1e309",
      "tree": "5adf645dc943506962b8492bbddd660fa51f6189",
      "parents": [
        "5fa81e88ef24e735b4283b8f7454dc59693ac1fc"
      ],
      "author": {
        "name": "Dr. Colin Hirsch",
        "email": "colinh-github-06134@icemx.net",
        "time": "Tue Jun 11 17:43:56 2019 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Tue Jun 11 17:43:55 2019 +0200"
      },
      "message": "Use standard min/max. (#102)\n\n"
    },
    {
      "commit": "5fa81e88ef24e735b4283b8f7454dc59693ac1fc",
      "tree": "04ccd401e6a1d888e4b93409ff87dbe7330e3a3d",
      "parents": [
        "fb2364d9dd2ed9c85f1a950aefbe36fb4ea27f0e"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sat May 25 23:47:16 2019 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sun May 26 01:53:24 2019 +0200"
      },
      "message": "Fix some issues with invalid hex-float literals.\n\nWhen converting `0x` the converter would assert (or access out of\n    boundary).\nWith `0x1.p1234556666FFFFF` the converter would overflow and not yield\nthe correct exponent.\n"
    },
    {
      "commit": "fb2364d9dd2ed9c85f1a950aefbe36fb4ea27f0e",
      "tree": "b6ddf662874ecd434b54093578c702c93f9232ec",
      "parents": [
        "8fcee05fae7f2d6962deb9093891c47993c3d6a2"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sat May 25 21:17:35 2019 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sat May 25 21:17:35 2019 +0200"
      },
      "message": "Improve gitignore.\n"
    },
    {
      "commit": "8fcee05fae7f2d6962deb9093891c47993c3d6a2",
      "tree": "9696c9119b47b056764e2b23c3bcbd7396b4c2ce",
      "parents": [
        "067c88740377740d9d9c0a44320fac894e9a090d"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sun May 05 18:12:20 2019 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun May 05 18:12:20 2019 +0200"
      },
      "message": "Usefulcat master (#98)\n\n* minor bug fix: use free() instead of delete[] to free memory allocated by strdup()\r\n\r\n* fix for uninitialized variable problem found by valgrind\r\n\r\n* disable assertions for \u0027optimize\u0027 build\r\n\r\n* removed -g option that was inadvertently added to CCFLAGS\r\n\r\n* ignore generated files\r\n"
    },
    {
      "commit": "067c88740377740d9d9c0a44320fac894e9a090d",
      "tree": "a6e809afcd443664ee0c9d8b841167465e51ccae",
      "parents": [
        "d1c0b8059fdb97bdb11aff9435739c62fb467714"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Tue Apr 23 01:20:20 2019 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Tue Apr 23 01:20:20 2019 +0200"
      },
      "message": "Fix warning for g++ 4.9.3.\n"
    },
    {
      "commit": "d1c0b8059fdb97bdb11aff9435739c62fb467714",
      "tree": "6d03c041076c2f26b228b089796ee802fdd3e4ec",
      "parents": [
        "4fa48d595a45b88802b533943092991299ccff8b"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Tue Apr 16 23:22:45 2019 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Tue Apr 16 23:22:45 2019 +0200"
      },
      "message": "Update Changelog.\n"
    },
    {
      "commit": "4fa48d595a45b88802b533943092991299ccff8b",
      "tree": "70caace50320878bd24bdbcf6b6bd3980e4d3704",
      "parents": [
        "cb5cf996d123014a2420c853c4db60e4500973b1"
      ],
      "author": {
        "name": "Jason Zaman",
        "email": "jasonzaman@gmail.com",
        "time": "Wed Apr 17 05:13:40 2019 +0800"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Tue Apr 16 23:13:40 2019 +0200"
      },
      "message": "CMake: install to correct lib dir (#93)\n\n64-bit libraries should be installed in /usr/lib64, not in /usr/lib/\r\nMake the destination lib dir configurable.\r\n\r\nCommit e13e72e17692f5dc0036460d734c637b563f3ac7 removed\r\ninclude(GNUInstallDirs) and ${CMAKE_INSTALL_LIBDIR} which broke\r\ninstalling on 64-bit systems.\r\n\r\nSigned-off-by: Jason Zaman \u003cjason@perfinion.com\u003e"
    },
    {
      "commit": "cb5cf996d123014a2420c853c4db60e4500973b1",
      "tree": "c3f08ec2e93c4919a17def109df52cd1fccb968d",
      "parents": [
        "3dfc1e3b8b315a36de3ad6b9f0a66661908a41ca"
      ],
      "author": {
        "name": "Rosen Penev",
        "email": "rosenp@gmail.com",
        "time": "Mon Apr 01 04:52:32 2019 -0700"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Mon Apr 01 13:52:32 2019 +0200"
      },
      "message": "Add big endian ARM support (#92)\n\nThis fixes compilation on such platforms."
    },
    {
      "commit": "3dfc1e3b8b315a36de3ad6b9f0a66661908a41ca",
      "tree": "d2df99f41cd581f969c21c349e19d4d975a9340b",
      "parents": [
        "860b43156c1ba436aba9792407429bf46b9780a0"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Tue Mar 12 00:05:59 2019 +0100"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Tue Mar 12 00:23:24 2019 +0100"
      },
      "message": "Switch to relative includes.\n\nFixes #91.\n"
    },
    {
      "commit": "860b43156c1ba436aba9792407429bf46b9780a0",
      "tree": "336d2f0853ffbe980d5e27c77e7243af5924db10",
      "parents": [
        "53c4c75e54ebbeeed2de1b89a1be737e97016648"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@toitware.com",
        "time": "Wed Mar 06 16:23:06 2019 +0100"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@toitware.com",
        "time": "Wed Mar 06 16:23:06 2019 +0100"
      },
      "message": "Fix typo in test.\n"
    },
    {
      "commit": "53c4c75e54ebbeeed2de1b89a1be737e97016648",
      "tree": "4acc62b743d9c89c57ee770f47bc31361f186896",
      "parents": [
        "f5c59a2dfe2d50bc77631ada2e3347ce32e69151"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Mon Mar 04 03:20:23 2019 +0100"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Mon Mar 04 03:20:23 2019 +0100"
      },
      "message": "Update Changelog and version number.\n"
    },
    {
      "commit": "f5c59a2dfe2d50bc77631ada2e3347ce32e69151",
      "tree": "e1be7add2bb5268a20ccdadb2fb2e8bdb442cd9f",
      "parents": [
        "8751aafe993c4ec429ba172916596403a336d502",
        "990c44707c70832dc1ce1578048c2198bafd3307"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Mon Mar 04 03:15:17 2019 +0100"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Mon Mar 04 03:15:17 2019 +0100"
      },
      "message": "Merge branch \u0027master\u0027 of github.com:google/double-conversion\n"
    },
    {
      "commit": "8751aafe993c4ec429ba172916596403a336d502",
      "tree": "a7e1c7527786eed8c9d17db159fec2e6ff14676f",
      "parents": [
        "4b2a7f3185b16e2ee6d8af802a6c7b7bf9fd205a"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Mon Mar 04 03:12:19 2019 +0100"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Mon Mar 04 03:12:19 2019 +0100"
      },
      "message": "Fix 16-bit separators.\n\nFixes #89.\n"
    },
    {
      "commit": "990c44707c70832dc1ce1578048c2198bafd3307",
      "tree": "6d1b6a46cdea51f244a1ce3ae183861295e5e691",
      "parents": [
        "87d21e3fee5a8cd3928bf093fbf0787e41dd4830"
      ],
      "author": {
        "name": "Ben Boeckel",
        "email": "mathstuf@users.noreply.github.com",
        "time": "Sat Feb 16 14:32:51 2019 -0500"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sat Feb 16 20:32:51 2019 +0100"
      },
      "message": "msvc: check if _MSC_VER is defined (#88)\n\n"
    },
    {
      "commit": "87d21e3fee5a8cd3928bf093fbf0787e41dd4830",
      "tree": "600f88dc7e3aef8ba1d670795d913aa95aed19d8",
      "parents": [
        "4b2a7f3185b16e2ee6d8af802a6c7b7bf9fd205a"
      ],
      "author": {
        "name": "Tim Paine",
        "email": "t.paine154@gmail.com",
        "time": "Thu Jan 17 06:36:31 2019 -0500"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Thu Jan 17 12:36:31 2019 +0100"
      },
      "message": "Allow for compilation in emscripten (#86)\n\nSupport emscripten\r\n"
    },
    {
      "commit": "4b2a7f3185b16e2ee6d8af802a6c7b7bf9fd205a",
      "tree": "1797bbcfb5f5aeb79356738cd5262f89f39a3e16",
      "parents": [
        "d5837542e8ae1c48c4b30029143b8415010f6c6a",
        "4199ef3d456ed0549e5665cf4186f0ee6210db3b"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Mon Dec 03 01:07:24 2018 +0100"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Mon Dec 03 01:07:24 2018 +0100"
      },
      "message": "Merge branch \u0027branch_v3.1\u0027\n"
    },
    {
      "commit": "d5837542e8ae1c48c4b30029143b8415010f6c6a",
      "tree": "1797bbcfb5f5aeb79356738cd5262f89f39a3e16",
      "parents": [
        "98234218663d3f52f46e140f874800ac532fba71"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Mon Dec 03 01:04:28 2018 +0100"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Mon Dec 03 01:06:32 2018 +0100"
      },
      "message": "Add test cases.\n\nFixes #62\n"
    },
    {
      "commit": "98234218663d3f52f46e140f874800ac532fba71",
      "tree": "58c420b345f2f4e7ec122b8e1f6658f55058448a",
      "parents": [
        "eafa625a34fd5d8bec18eddfccbca55ce77b4849"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sat Sep 15 17:39:13 2018 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Mon Dec 03 01:06:32 2018 +0100"
      },
      "message": "Update version numbers.\n"
    },
    {
      "commit": "eafa625a34fd5d8bec18eddfccbca55ce77b4849",
      "tree": "d1a1898b8ad586a5988f823ea2354a330835d32a",
      "parents": [
        "e67d737b4ed30c3f8cf6bc052f79077355d62a50"
      ],
      "author": {
        "name": "Alexey Brodkin",
        "email": "abrodkin@synopsys.com",
        "time": "Thu Nov 01 17:36:17 2018 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Thu Nov 01 16:36:17 2018 +0100"
      },
      "message": "Add support of ARC architecture (#82)\n\nMore info about ARC architecture is here: [1] \u0026 [2].\r\nWe need ARC supported here for many things like:\r\n - ICU (see [3])\r\n - Qt5 etc\r\n\r\n[1] https://www.synopsys.com/designware-ip/processor-solutions/arc-processors.html\r\n[2] https://en.wikipedia.org/wiki/ARC_(processor)\r\n[3] https://unicode-org.atlassian.net/browse/ICU-20155\r\n\r\nFixes #81"
    },
    {
      "commit": "4199ef3d456ed0549e5665cf4186f0ee6210db3b",
      "tree": "45e0471f747b49e6ddffc27c4d79966372dbae6b",
      "parents": [
        "e67d737b4ed30c3f8cf6bc052f79077355d62a50"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sat Sep 15 17:39:13 2018 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sat Sep 15 17:39:13 2018 +0200"
      },
      "message": "Update version numbers.\n"
    },
    {
      "commit": "e67d737b4ed30c3f8cf6bc052f79077355d62a50",
      "tree": "470f91a8d53e7ef68a9e7fefb290aef972fe0ece",
      "parents": [
        "fd043b2b37efd1f201999297b19938e1400d4527",
        "20ecba5eb722b067738ec7e80b7df7a496aaa9f9"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sun Sep 09 17:05:20 2018 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sun Sep 09 17:05:20 2018 +0200"
      },
      "message": "Merge branch \u0027master\u0027 into branch_v3.1\n"
    },
    {
      "commit": "fd043b2b37efd1f201999297b19938e1400d4527",
      "tree": "803b0c16afd7d5b4dc8fdb38399e6adefa15a36c",
      "parents": [
        "ca220cbafa83ca706f028bfbb5adc7eb2f1f90e1"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sun Sep 09 16:51:52 2018 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sun Sep 09 16:55:19 2018 +0200"
      },
      "message": "Fix hex literal bug.\n\nLarge hex literals would lose their minus sign.\n"
    },
    {
      "commit": "20ecba5eb722b067738ec7e80b7df7a496aaa9f9",
      "tree": "a360583035cd87ec9add272404831494a010104b",
      "parents": [
        "05a3fead089de46fdd34a87bc108dc29aa0125d0"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sun Sep 09 02:48:27 2018 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sun Sep 09 16:35:37 2018 +0200"
      },
      "message": "Support separator characters.\n\nFixes #49\n"
    },
    {
      "commit": "05a3fead089de46fdd34a87bc108dc29aa0125d0",
      "tree": "14d5142b18892d9bfcf6f2b925acbaba444e7ba3",
      "parents": [
        "aa554d928487a623ec55c7c21f00af09e752b82c"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sat Sep 08 23:54:37 2018 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sun Sep 09 01:23:28 2018 +0200"
      },
      "message": "Add support for hexadecimal float literals.\n\nFixes #48.\n"
    },
    {
      "commit": "aa554d928487a623ec55c7c21f00af09e752b82c",
      "tree": "f3bec799f93bf563cd8a3c57b172a1a9d0ca6d13",
      "parents": [
        "b479bea3c7f69749e1374651c4b35d5eaa7d58ad"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sat Sep 08 23:55:43 2018 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sun Sep 09 00:41:57 2018 +0200"
      },
      "message": "Fix bug where hex numbers would lose the minus sign.\n"
    },
    {
      "commit": "b479bea3c7f69749e1374651c4b35d5eaa7d58ad",
      "tree": "b78e37c8088d9b8221c9143b585add72cdb61069",
      "parents": [
        "768a445f0c28311bf88685bf0bb990505c12fd4c"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sat Sep 08 18:25:13 2018 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sat Sep 08 18:25:13 2018 +0200"
      },
      "message": "Add comments for achitecture check.\n\nThis should make it easier to add new architectures.\n"
    },
    {
      "commit": "768a445f0c28311bf88685bf0bb990505c12fd4c",
      "tree": "bef5c8699cc05147b56a5e65b724ab250f268f54",
      "parents": [
        "4e8b3b553c58d6afa78cc212a80c830812431132"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sat Sep 08 18:18:15 2018 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sat Sep 08 18:24:56 2018 +0200"
      },
      "message": "Add support for aarch64_be, or1k and microblazebe.\n\nFixes #73.\n"
    },
    {
      "commit": "4e8b3b553c58d6afa78cc212a80c830812431132",
      "tree": "d813ee8abba78c48416a413dc9b42a6dd822c345",
      "parents": [
        "9a8e518bedcf171d99eb1c00eef4beb1ecc20a4b"
      ],
      "author": {
        "name": "thomaslmiller",
        "email": "41446875+thomaslmiller@users.noreply.github.com",
        "time": "Thu Aug 02 01:32:25 2018 -0700"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Thu Aug 02 10:32:25 2018 +0200"
      },
      "message": "Add support for Windows on ARM and ARM64 (#76)\n\n"
    },
    {
      "commit": "9a8e518bedcf171d99eb1c00eef4beb1ecc20a4b",
      "tree": "46675a2f882a52aaab6e070409d93672a0f179e3",
      "parents": [
        "ae9ad905bc24fe65810952e89d2124b86665b064",
        "da420c349a482ec5ad2528e9f839377ae001ffd8"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Tue May 22 11:24:13 2018 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue May 22 11:24:13 2018 +0200"
      },
      "message": "Merge pull request #68 from floitschG/static_size_assert\n\nUse `static_assert` with newer compilers."
    },
    {
      "commit": "ae9ad905bc24fe65810952e89d2124b86665b064",
      "tree": "b26e24eb0b6b80cf835cef70849919c291117a54",
      "parents": [
        "7a560cf769d9f108d7c09299f805823692a0f523",
        "e543cca3e28d4255db4adca096ad1d69104b927e"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Tue May 22 11:23:58 2018 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue May 22 11:23:58 2018 +0200"
      },
      "message": "Merge pull request #69 from floitschG/pnacl\n\nAdd Native Client as support architecture."
    },
    {
      "commit": "e543cca3e28d4255db4adca096ad1d69104b927e",
      "tree": "b26e24eb0b6b80cf835cef70849919c291117a54",
      "parents": [
        "7a560cf769d9f108d7c09299f805823692a0f523"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Mon May 07 14:04:50 2018 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Mon May 07 14:05:47 2018 +0200"
      },
      "message": "Add Native Client as support architecture.\n\nFixes #67.\n"
    },
    {
      "commit": "da420c349a482ec5ad2528e9f839377ae001ffd8",
      "tree": "0fb246f2099f2b42faa6cfae87c3011e70665e7a",
      "parents": [
        "7a560cf769d9f108d7c09299f805823692a0f523"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Mon May 07 13:57:50 2018 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Mon May 07 13:57:50 2018 +0200"
      },
      "message": "Use `static_assert` with newer compilers.\n\nFixes #66.\n"
    },
    {
      "commit": "7a560cf769d9f108d7c09299f805823692a0f523",
      "tree": "3bafe0d402c8400c5dd0c4c38e5b7168b6123bdd",
      "parents": [
        "3992066a95b823efc8ccc1baf82a1cfc73f6e9b8",
        "3ef9576ef2bf1693077a025d4053afc7f0ec73e7"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Fri Apr 20 17:51:43 2018 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Apr 20 17:51:43 2018 +0200"
      },
      "message": "Merge pull request #65 from floitschG/avoid_undef_cast\n\nAvoid undefined cast to make ASAN happy."
    },
    {
      "commit": "3ef9576ef2bf1693077a025d4053afc7f0ec73e7",
      "tree": "3bafe0d402c8400c5dd0c4c38e5b7168b6123bdd",
      "parents": [
        "df50df013e118088abe8605d8bb290589562ac38"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Fri Apr 20 14:50:01 2018 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Fri Apr 20 14:50:01 2018 +0200"
      },
      "message": "Address comments.\n"
    },
    {
      "commit": "df50df013e118088abe8605d8bb290589562ac38",
      "tree": "21390bb48a95e0b034b99dd539f4ebfe81c34c64",
      "parents": [
        "3992066a95b823efc8ccc1baf82a1cfc73f6e9b8"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Thu Apr 19 14:05:01 2018 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Thu Apr 19 14:05:01 2018 +0200"
      },
      "message": "Avoid undefined cast to make ASAN happy.\n"
    },
    {
      "commit": "3992066a95b823efc8ccc1baf82a1cfc73f6e9b8",
      "tree": "6d3bd38ffda4ca13dc40136c81c6ee486b8209b1",
      "parents": [
        "3ad9d2021cb6eadeaa310556e23b7b828ccc3eee",
        "6c1e7143fad7ccf7800b549975578c31d69f94b4"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Fri Apr 13 17:53:51 2018 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Apr 13 17:53:51 2018 +0200"
      },
      "message": "Merge pull request #64 from google/floitschG-patch-1\n\nAdd `exports_files`"
    },
    {
      "commit": "6c1e7143fad7ccf7800b549975578c31d69f94b4",
      "tree": "6d3bd38ffda4ca13dc40136c81c6ee486b8209b1",
      "parents": [
        "3ad9d2021cb6eadeaa310556e23b7b828ccc3eee"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Fri Apr 13 17:52:09 2018 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Apr 13 17:52:09 2018 +0200"
      },
      "message": "Add `exports_files`\n\nThe LICENSE file wasn\u0027t exported."
    },
    {
      "commit": "3ad9d2021cb6eadeaa310556e23b7b828ccc3eee",
      "tree": "e3a66041109d3c650ac2941b7a8e2d49beb5c22a",
      "parents": [
        "1b5fa314800a0e68e2b5d00d17e87a5b1fa3ac5d"
      ],
      "author": {
        "name": "Tom Jackson",
        "email": "ddrcoder@users.noreply.github.com",
        "time": "Tue Apr 10 02:46:55 2018 -0700"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Tue Apr 10 11:46:55 2018 +0200"
      },
      "message": "Processed length should include no trailing junk (#63)\n\n"
    },
    {
      "commit": "1b5fa314800a0e68e2b5d00d17e87a5b1fa3ac5d",
      "tree": "2d1c91d6aa4f62148fe179e4184b262b5cd99dc4",
      "parents": [
        "e1aa1279fe303a3c172ba8513b434f76055584f8"
      ],
      "author": {
        "name": "Shane",
        "email": "sffc@sffc1.com",
        "time": "Fri Mar 02 01:26:53 2018 -0800"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Fri Mar 02 10:26:53 2018 +0100"
      },
      "message": "Clarify output charset in DoubleToAscii documentation (#61)\n\n* Clarify output charset in DoubleToAscii documentation\r\n\r\n* Fixing typo in charset docs.\r\n"
    },
    {
      "commit": "e1aa1279fe303a3c172ba8513b434f76055584f8",
      "tree": "a92540809d9a8d615bd03d854e31d9eb4e81c808",
      "parents": [
        "cf2f0f3d547dc73b4612028a155b80536902ba02"
      ],
      "author": {
        "name": "Guy Kogus",
        "email": "guy.kogus@gmail.com",
        "time": "Wed Jan 17 11:19:55 2018 +0100"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Wed Jan 17 11:19:55 2018 +0100"
      },
      "message": "Fix warning for code that will never be executed (#59)\n\n"
    },
    {
      "commit": "cf2f0f3d547dc73b4612028a155b80536902ba02",
      "tree": "6d06cabe9283096dea2bfaedd20ceae0e76c8364",
      "parents": [
        "fe9b384793c4e79bd32133dc9053f27b75a5eeae",
        "c58352dcb3363df404d8adbf7490124af762c021"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Thu Dec 07 13:49:03 2017 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Dec 07 13:49:03 2017 +0100"
      },
      "message": "Merge pull request #57 from google/rename_macro\n\nRename macros."
    },
    {
      "commit": "c58352dcb3363df404d8adbf7490124af762c021",
      "tree": "6d06cabe9283096dea2bfaedd20ceae0e76c8364",
      "parents": [
        "fe9b384793c4e79bd32133dc9053f27b75a5eeae"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Wed Dec 06 17:03:55 2017 +0100"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Wed Dec 06 17:03:55 2017 +0100"
      },
      "message": "Rename macros.\n\nRenamed DISALLOW_COPY_AND_ASSIGN and DISALLOW_IMPLICIT_CONSTRUCTORS to\nDC_DISALLOW_COPY_AND_ASSIGN and DC_DISALLOW_IMPLICIT_CONSTRUCTORS.\n\nThis makes it easier to use this library in projects that have macros\nwith the same name (as is common in Google).\n"
    },
    {
      "commit": "fe9b384793c4e79bd32133dc9053f27b75a5eeae",
      "tree": "38732b5109fb4eaee3e270cf11108b19a1af9175",
      "parents": [
        "2a257b73638fc850310339af1f0b3847724e43f7",
        "1d5a688277446296dd67c8495397b4880ce8610c"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Fri Sep 15 11:32:00 2017 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Sep 15 11:32:00 2017 +0200"
      },
      "message": "Merge pull request #52 from uburuntu/master\n\nSome refactorings: remove unused static, replace deprecated headers, init member in constructor"
    },
    {
      "commit": "1d5a688277446296dd67c8495397b4880ce8610c",
      "tree": "38732b5109fb4eaee3e270cf11108b19a1af9175",
      "parents": [
        "487370372b403e914951bfa1349693926b0179e4"
      ],
      "author": {
        "name": "uburuntu",
        "email": "bekbulatov.ramzan@ya.ru",
        "time": "Thu Sep 14 21:19:09 2017 +0300"
      },
      "committer": {
        "name": "uburuntu",
        "email": "bekbulatov.ramzan@ya.ru",
        "time": "Thu Sep 14 21:43:50 2017 +0300"
      },
      "message": "REF: replace deprecated headers\n"
    },
    {
      "commit": "487370372b403e914951bfa1349693926b0179e4",
      "tree": "2e409be04d156ef47de22f377e28e49c71867eef",
      "parents": [
        "14033f67d1173b88f948440a2234edbab495109d"
      ],
      "author": {
        "name": "uburuntu",
        "email": "bekbulatov.ramzan@ya.ru",
        "time": "Thu Sep 14 21:18:47 2017 +0300"
      },
      "committer": {
        "name": "uburuntu",
        "email": "bekbulatov.ramzan@ya.ru",
        "time": "Thu Sep 14 21:43:50 2017 +0300"
      },
      "message": "REF: meaningless static definition in anonymous namespace\n"
    },
    {
      "commit": "14033f67d1173b88f948440a2234edbab495109d",
      "tree": "19a9c113556ef4597e7b6a0fb0f0816403e62b8e",
      "parents": [
        "2a257b73638fc850310339af1f0b3847724e43f7"
      ],
      "author": {
        "name": "uburuntu",
        "email": "bekbulatov.ramzan@ya.ru",
        "time": "Thu Sep 14 21:18:31 2017 +0300"
      },
      "committer": {
        "name": "uburuntu",
        "email": "bekbulatov.ramzan@ya.ru",
        "time": "Thu Sep 14 21:42:35 2017 +0300"
      },
      "message": "REF: init member in constructor\n"
    },
    {
      "commit": "2a257b73638fc850310339af1f0b3847724e43f7",
      "tree": "810ed74876a7aecc5e0a0055b7d1e254dc29162f",
      "parents": [
        "678cef30d61a760128d13f145f0724250164614a",
        "3c04013193563577bc4e67712e86f607ec6099ba"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Tue Sep 12 15:26:29 2017 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Sep 12 15:26:29 2017 +0200"
      },
      "message": "Merge pull request #51 from isaachier/master\n\nFix typo in variable name."
    },
    {
      "commit": "3c04013193563577bc4e67712e86f607ec6099ba",
      "tree": "810ed74876a7aecc5e0a0055b7d1e254dc29162f",
      "parents": [
        "678cef30d61a760128d13f145f0724250164614a"
      ],
      "author": {
        "name": "Isaac Hier",
        "email": "isaachier@gmail.com",
        "time": "Tue Sep 12 07:52:56 2017 -0400"
      },
      "committer": {
        "name": "Isaac Hier",
        "email": "isaachier@gmail.com",
        "time": "Tue Sep 12 07:52:56 2017 -0400"
      },
      "message": "Suppress issue in clang analyzer.\n"
    },
    {
      "commit": "678cef30d61a760128d13f145f0724250164614a",
      "tree": "575754f5dc853d7fa8466a612cc6f4825c9d3a14",
      "parents": [
        "5664746c5e64dc265e7fbc1a890a6698e6ad0ebb",
        "a131c6546eba81b053674b78a36884cf5b8a6fec"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Sun Sep 10 16:11:14 2017 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Sep 10 16:11:14 2017 +0200"
      },
      "message": "Merge pull request #50 from isaachier/master\n\nCMake fixes."
    },
    {
      "commit": "a131c6546eba81b053674b78a36884cf5b8a6fec",
      "tree": "904bfd180fc441fb72a5b2917172775506f10a87",
      "parents": [
        "81407130bac1bd93d95f0c689b3aa6dd29594dd8"
      ],
      "author": {
        "name": "Isaac Hier",
        "email": "isaachier@gmail.com",
        "time": "Fri Sep 08 07:27:44 2017 -0400"
      },
      "committer": {
        "name": "Isaac Hier",
        "email": "isaachier@gmail.com",
        "time": "Fri Sep 08 07:27:44 2017 -0400"
      },
      "message": "Remove unused CMake file.\n"
    },
    {
      "commit": "5664746c5e64dc265e7fbc1a890a6698e6ad0ebb",
      "tree": "0d01ecae4911d8c7e677ac37c2ff54024a397606",
      "parents": [
        "23cac04d45f17ff27c9c0224aa4e0610b1a4f540",
        "9972d3c4ae4324a23365a0a301e43e190640affd"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Fri Sep 08 13:01:22 2017 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Sep 08 13:01:22 2017 +0200"
      },
      "message": "Merge pull request #47 from AKindyakov/case_insensibility_for_special\n\nImplement ALLOW_CASE_INSENSIBILITY mode for StringToDoubleConverter c…"
    },
    {
      "commit": "81407130bac1bd93d95f0c689b3aa6dd29594dd8",
      "tree": "70fc14ae61dc96e12e82f226c7b49ecc6749eab3",
      "parents": [
        "e13e72e17692f5dc0036460d734c637b563f3ac7"
      ],
      "author": {
        "name": "Isaac Hier",
        "email": "isaachier@gmail.com",
        "time": "Thu Sep 07 11:44:26 2017 -0400"
      },
      "committer": {
        "name": "Isaac Hier",
        "email": "isaachier@gmail.com",
        "time": "Thu Sep 07 11:44:26 2017 -0400"
      },
      "message": "Remove unnecessary INSTALL_INTERFACE expression.\n"
    },
    {
      "commit": "e13e72e17692f5dc0036460d734c637b563f3ac7",
      "tree": "6df491768a8700949a6b1201289bf82f917f517a",
      "parents": [
        "aa2df6600b6bb851cb6a53803e426f448e0a4237"
      ],
      "author": {
        "name": "Isaac Hier",
        "email": "isaachier@gmail.com",
        "time": "Thu Sep 07 08:15:01 2017 -0400"
      },
      "committer": {
        "name": "Isaac Hier",
        "email": "isaachier@gmail.com",
        "time": "Thu Sep 07 08:15:01 2017 -0400"
      },
      "message": "Use template for CMake installation.\n"
    },
    {
      "commit": "aa2df6600b6bb851cb6a53803e426f448e0a4237",
      "tree": "32b89e03e02211defd010d3454813cd87c61366d",
      "parents": [
        "8e02bf4f2bcb96d842d1b65e4d77adf4ee56f0b1"
      ],
      "author": {
        "name": "Isaac Hier",
        "email": "isaachier@gmail.com",
        "time": "Wed Sep 06 08:50:41 2017 -0400"
      },
      "committer": {
        "name": "Isaac Hier",
        "email": "isaachier@gmail.com",
        "time": "Wed Sep 06 08:50:41 2017 -0400"
      },
      "message": "Fix mistake for build interface include dir.\n"
    },
    {
      "commit": "8e02bf4f2bcb96d842d1b65e4d77adf4ee56f0b1",
      "tree": "ab62b1f4f50287f7031b14bb178b946ee8748eaf",
      "parents": [
        "a711666ddd063eb1e4b181a6cb981d39a1fc8bac"
      ],
      "author": {
        "name": "Isaac Hier",
        "email": "isaachier@gmail.com",
        "time": "Wed Sep 06 08:45:20 2017 -0400"
      },
      "committer": {
        "name": "Isaac Hier",
        "email": "isaachier@gmail.com",
        "time": "Wed Sep 06 08:45:20 2017 -0400"
      },
      "message": "Improve CMake changes.\n"
    },
    {
      "commit": "a711666ddd063eb1e4b181a6cb981d39a1fc8bac",
      "tree": "67a2ad0e85bb1feac269375f0d93b0729096b72b",
      "parents": [
        "23cac04d45f17ff27c9c0224aa4e0610b1a4f540"
      ],
      "author": {
        "name": "Isaac Hier",
        "email": "isaachier@gmail.com",
        "time": "Tue Sep 05 19:55:14 2017 -0400"
      },
      "committer": {
        "name": "Isaac Hier",
        "email": "isaachier@gmail.com",
        "time": "Tue Sep 05 19:55:14 2017 -0400"
      },
      "message": "Update CMake package generation.\n"
    },
    {
      "commit": "9972d3c4ae4324a23365a0a301e43e190640affd",
      "tree": "dca6799a418b3eaa0a3f2cc84b6fa90b0f05e1d8",
      "parents": [
        "4abe3267170fa52f39460460456990dbae803f4d"
      ],
      "author": {
        "name": "akindyakov",
        "email": "akindyakov@gmail.com",
        "time": "Mon Aug 07 23:25:43 2017 +0300"
      },
      "committer": {
        "name": "akindyakov",
        "email": "akindyakov@gmail.com",
        "time": "Mon Aug 07 23:25:43 2017 +0300"
      },
      "message": "Implement ALLOW_CASE_INSENSIBILITY mode for StringToDoubleConverter class\n"
    },
    {
      "commit": "23cac04d45f17ff27c9c0224aa4e0610b1a4f540",
      "tree": "7eb0839abc8a2d1458feed5aefd125675b847b91",
      "parents": [
        "7f54e48bd7ef6bacd28e1fc6ed1c202347fbf567"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sat Aug 05 16:39:46 2017 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sat Aug 05 16:43:08 2017 +0200"
      },
      "message": "Update Changelog.\n"
    },
    {
      "commit": "ca220cbafa83ca706f028bfbb5adc7eb2f1f90e1",
      "tree": "40901a9347385c579760cd64b675e76c752914a8",
      "parents": [
        "7f54e48bd7ef6bacd28e1fc6ed1c202347fbf567"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sat Aug 05 16:39:46 2017 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sat Aug 05 16:39:46 2017 +0200"
      },
      "message": "Update Changelog.\n"
    },
    {
      "commit": "7f54e48bd7ef6bacd28e1fc6ed1c202347fbf567",
      "tree": "60a4e3e447e1841c489779fcb0d72aa07406238a",
      "parents": [
        "4abe3267170fa52f39460460456990dbae803f4d",
        "78cd7b13a8212f3b6bfb1b0b86e58e594dee3792"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sat Aug 05 16:22:48 2017 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sat Aug 05 16:22:48 2017 +0200"
      },
      "message": "Merge branch \u0027avoid_negative_shift\u0027\n"
    },
    {
      "commit": "4abe3267170fa52f39460460456990dbae803f4d",
      "tree": "60a4e3e447e1841c489779fcb0d72aa07406238a",
      "parents": [
        "d8d4e668ee1e6e10b728f0671a89b07d7c4d45be"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Mon Mar 06 14:24:01 2017 +0100"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Mon Mar 06 14:24:01 2017 +0100"
      },
      "message": "Avoid negative shift. (#42)\n\n* Avoid negative shift.\r\n\r\nWhen filling in fractional digits in a fixed representation we\r\nmight use all existing digits. When this happens, we can not look\r\nat the next digit to see if we should round up.\r\n\r\nBefore this fix, we tried to shift by a negative amount to see if the\r\n(non-existing) next bit was set to 1 (requiring the number to be rounded up).\r\n\r\nFixes #41."
    },
    {
      "commit": "78cd7b13a8212f3b6bfb1b0b86e58e594dee3792",
      "tree": "60a4e3e447e1841c489779fcb0d72aa07406238a",
      "parents": [
        "1921cb379da8acd268865f258d519432ee690aa6"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Sat Mar 04 17:12:32 2017 +0100"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Sat Mar 04 17:12:32 2017 +0100"
      },
      "message": "Add assert and test.\n"
    },
    {
      "commit": "1921cb379da8acd268865f258d519432ee690aa6",
      "tree": "cb488f7a73eefe110cc82f6b4e94702b7d6bafd2",
      "parents": [
        "d8d4e668ee1e6e10b728f0671a89b07d7c4d45be"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Sat Mar 04 17:02:54 2017 +0100"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Sat Mar 04 17:02:54 2017 +0100"
      },
      "message": "Avoid negative shift.\n\nWhen filling in fractional digits in a fixed representation we\nmight use all existing digits. When this happens, we can not look\nat the next digit to see if we should round up.\n\nBefore this fix, we tried to shift by a negative amount to see if the\n(non-existing) next bit was set to 1 (requiring the number to be rounded up).\n\nFixes #41.\n"
    },
    {
      "commit": "d8d4e668ee1e6e10b728f0671a89b07d7c4d45be",
      "tree": "efca893a274e6074430afa4b9c341b7cb19d657a",
      "parents": [
        "79fb300699b6f931487712b6ba1daebcc24c036a",
        "48b5e70f98cd79d4c1727e910dfd93bbeb459a68"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Wed Nov 23 19:14:38 2016 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Nov 23 19:14:38 2016 +0100"
      },
      "message": "Merge pull request #39 from uburuntu/master\n\nSome small fixes: compilation, null ptr derefence and const qualifiers"
    },
    {
      "commit": "48b5e70f98cd79d4c1727e910dfd93bbeb459a68",
      "tree": "efca893a274e6074430afa4b9c341b7cb19d657a",
      "parents": [
        "12c0a23ecb9375e0aa237b6c077bc0c5b173733e"
      ],
      "author": {
        "name": "uburuntu",
        "email": "bekbulatov.ramzan@ya.ru",
        "time": "Wed Nov 23 22:13:06 2016 +0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Nov 23 22:13:06 2016 +0400"
      },
      "message": "Fix previous fix"
    },
    {
      "commit": "12c0a23ecb9375e0aa237b6c077bc0c5b173733e",
      "tree": "8d9695931daacb6a2af4d74a984f078878d71656",
      "parents": [
        "617af2950f9d60a18d18304d50a7c00da20d9b44"
      ],
      "author": {
        "name": "Ramzan Bekbulatov",
        "email": "ramzan.bekbulatov@rfdyn.ru",
        "time": "Wed Nov 23 20:08:22 2016 +0300"
      },
      "committer": {
        "name": "Ramzan Bekbulatov",
        "email": "ramzan.bekbulatov@rfdyn.ru",
        "time": "Wed Nov 23 20:08:22 2016 +0300"
      },
      "message": "cctest: fix possible null pointer dereference\n"
    },
    {
      "commit": "617af2950f9d60a18d18304d50a7c00da20d9b44",
      "tree": "adbf3adfcf8a6164135d71e4c18232387816fc5e",
      "parents": [
        "bb8e225fe8bffb6c1fd1af5b59c58fd2cb834efb"
      ],
      "author": {
        "name": "Ramzan Bekbulatov",
        "email": "ramzan.bekbulatov@rfdyn.ru",
        "time": "Wed Nov 23 20:05:17 2016 +0300"
      },
      "committer": {
        "name": "Ramzan Bekbulatov",
        "email": "ramzan.bekbulatov@rfdyn.ru",
        "time": "Wed Nov 23 20:05:17 2016 +0300"
      },
      "message": "Add const qualifiers where it possible\n"
    },
    {
      "commit": "bb8e225fe8bffb6c1fd1af5b59c58fd2cb834efb",
      "tree": "740f41b56d24bc3807f2097ebe41627636d77887",
      "parents": [
        "79fb300699b6f931487712b6ba1daebcc24c036a"
      ],
      "author": {
        "name": "Ramzan Bekbulatov",
        "email": "ramzan.bekbulatov@rfdyn.ru",
        "time": "Wed Nov 23 19:57:48 2016 +0300"
      },
      "committer": {
        "name": "Ramzan Bekbulatov",
        "email": "ramzan.bekbulatov@rfdyn.ru",
        "time": "Wed Nov 23 19:57:48 2016 +0300"
      },
      "message": "ieee: remove extra qualification Double::\n"
    },
    {
      "commit": "79fb300699b6f931487712b6ba1daebcc24c036a",
      "tree": "fd986c0a546de255bcebc1073c32a3a38a470c24",
      "parents": [
        "d4d68e4e788bec89d55a6a3e33af674087837c82",
        "8316ed5bf405835558a476e528d8e1d0adf69dd9"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Fri Nov 18 09:53:05 2016 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Nov 18 09:53:05 2016 +0100"
      },
      "message": "Merge pull request #38 from sorear/add-riscv\n\nAdd support for the RISC-V ISA"
    },
    {
      "commit": "8316ed5bf405835558a476e528d8e1d0adf69dd9",
      "tree": "fd986c0a546de255bcebc1073c32a3a38a470c24",
      "parents": [
        "d4d68e4e788bec89d55a6a3e33af674087837c82"
      ],
      "author": {
        "name": "Stefan O\u0027Rear",
        "email": "stefanor@cox.net",
        "time": "Thu Nov 17 09:54:33 2016 -0800"
      },
      "committer": {
        "name": "Stefan O\u0027Rear",
        "email": "stefanor@cox.net",
        "time": "Thu Nov 17 09:54:33 2016 -0800"
      },
      "message": "Add support for RISC-V\n"
    },
    {
      "commit": "d4d68e4e788bec89d55a6a3e33af674087837c82",
      "tree": "dd4726faaf0ab9a4183e8f84b56d4df362bc8810",
      "parents": [
        "9ed0dec708a18f0bbdf1a1edaee1b6b86be2043a",
        "d7f94046503b15489a177aff433915e34bf7a934"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Tue Oct 04 16:30:29 2016 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Oct 04 16:30:29 2016 +0200"
      },
      "message": "Merge pull request #37 from KindDragon/patch-1\n\nUpdate and rename README to README.md"
    },
    {
      "commit": "d7f94046503b15489a177aff433915e34bf7a934",
      "tree": "dd4726faaf0ab9a4183e8f84b56d4df362bc8810",
      "parents": [
        "9ed0dec708a18f0bbdf1a1edaee1b6b86be2043a"
      ],
      "author": {
        "name": "Arkady Shapkin",
        "email": "arkady.shapkin@gmail.com",
        "time": "Tue Oct 04 16:38:16 2016 +0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Oct 04 16:38:16 2016 +0300"
      },
      "message": "Update and rename README to README.md"
    },
    {
      "commit": "9ed0dec708a18f0bbdf1a1edaee1b6b86be2043a",
      "tree": "cea5e0c6b639ed253ea45378d2059d42e7af4272",
      "parents": [
        "336d4cc0f236b62ce564898cfad3c29f6d915032"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Sat Sep 17 00:17:54 2016 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Sep 17 00:17:54 2016 +0200"
      },
      "message": "Fix typo."
    },
    {
      "commit": "336d4cc0f236b62ce564898cfad3c29f6d915032",
      "tree": "c9d149dc1db1d57264b9efdee4892614f01243d5",
      "parents": [
        "28d0d6b19ae91e74f2f72f01fec6d6b98bc706ca",
        "2ea3182064c030f07a2c9ff9b9eb9c20e3b6629f"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Wed Sep 14 18:43:25 2016 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Sep 14 18:43:25 2016 +0200"
      },
      "message": "Merge pull request #36 from floitschG/fpic\n\nAdd fPIC flag on x86_64 if the compiler supports it."
    },
    {
      "commit": "2ea3182064c030f07a2c9ff9b9eb9c20e3b6629f",
      "tree": "c9d149dc1db1d57264b9efdee4892614f01243d5",
      "parents": [
        "28d0d6b19ae91e74f2f72f01fec6d6b98bc706ca"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Sat Sep 10 13:35:03 2016 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Sat Sep 10 13:35:03 2016 +0200"
      },
      "message": "Add fPIC flag on x86_64 if the compiler supports it.\n\nFixes #34.\n"
    },
    {
      "commit": "28d0d6b19ae91e74f2f72f01fec6d6b98bc706ca",
      "tree": "16497547c95e45de77ffbd2b17f1727061f8cb81",
      "parents": [
        "25166c3505aedb57a12301a37e2e2ad1d4e7a326",
        "907eb2c472f2b8cb620ad6291ec22c5aa848a228"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Wed Jul 27 17:02:01 2016 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 27 17:02:01 2016 +0200"
      },
      "message": "Merge pull request #32 from tfarina/buildifier\n\nreformat BUILD file using buildifier"
    },
    {
      "commit": "907eb2c472f2b8cb620ad6291ec22c5aa848a228",
      "tree": "16497547c95e45de77ffbd2b17f1727061f8cb81",
      "parents": [
        "25166c3505aedb57a12301a37e2e2ad1d4e7a326"
      ],
      "author": {
        "name": "Thiago Farina",
        "email": "tfarina@chromium.org",
        "time": "Mon Jul 18 07:04:50 2016 -0300"
      },
      "committer": {
        "name": "Thiago Farina",
        "email": "tfarina@chromium.org",
        "time": "Mon Jul 18 07:04:50 2016 -0300"
      },
      "message": "reformat BUILD file using buildifier\n\nReformatted the BUILD file using the following command line:\n\n$ buildifier -v -mode\u003dfix BUILD\n"
    },
    {
      "commit": "25166c3505aedb57a12301a37e2e2ad1d4e7a326",
      "tree": "ef78caca328d1985bdaeb4e7193069ca2242acf6",
      "parents": [
        "f1b955eee1cb94c51074878264aecdd6ee1350dd",
        "750d6a0a4957ea49e9265f7034bdec0e19ed7fd4"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "florian@loitsch.com",
        "time": "Mon Jul 11 18:35:49 2016 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 11 18:35:49 2016 +0200"
      },
      "message": "Merge pull request #31 from tfarina/fix-includes-attribute\n\nfix Bazel\u0027s \"includes\" attribute error"
    },
    {
      "commit": "750d6a0a4957ea49e9265f7034bdec0e19ed7fd4",
      "tree": "ef78caca328d1985bdaeb4e7193069ca2242acf6",
      "parents": [
        "f1b955eee1cb94c51074878264aecdd6ee1350dd"
      ],
      "author": {
        "name": "Thiago Farina",
        "email": "tfarina@chromium.org",
        "time": "Tue Jun 14 14:21:27 2016 -0300"
      },
      "committer": {
        "name": "Thiago Farina",
        "email": "tfarina@chromium.org",
        "time": "Tue Jun 14 14:21:27 2016 -0300"
      },
      "message": "fix Bazel\u0027s \"includes\" attribute error\n\nThis should allow the following command line to work again:\n\n$ bazel build //...\n"
    },
    {
      "commit": "f1b955eee1cb94c51074878264aecdd6ee1350dd",
      "tree": "66d3c70324c9dcf5f52b54304b761b719ea54f56",
      "parents": [
        "37c257d0ef518ebe9e0189d7b692e9410447b4ac",
        "43ff34a7b7e6e7db6cbd1eb6ba36ca5739f5ab70"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Thu Jun 09 18:35:09 2016 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Thu Jun 09 18:35:09 2016 +0200"
      },
      "message": "Merge pull request #30 from zonr/add-bazel-test-rules\n\nAdd Bazel rules for running tests."
    },
    {
      "commit": "43ff34a7b7e6e7db6cbd1eb6ba36ca5739f5ab70",
      "tree": "66d3c70324c9dcf5f52b54304b761b719ea54f56",
      "parents": [
        "37c257d0ef518ebe9e0189d7b692e9410447b4ac"
      ],
      "author": {
        "name": "Zonr Chang",
        "email": "zonr.net@gmail.com",
        "time": "Thu Jun 09 22:40:16 2016 +0800"
      },
      "committer": {
        "name": "Zonr Chang",
        "email": "zonr.net@gmail.com",
        "time": "Fri Jun 10 00:32:12 2016 +0800"
      },
      "message": "Add Bazel rules for running tests.\n\nTested on Linux with the following commands:\n\n  $ mkdir test-double-conversion\n  $ cd test-double-conversion\n  $ touch WORKSPACE\n  $ ln -s \u003cpath to double-conversion\u003e\n  $ bazel test //double-conversion:all\n"
    },
    {
      "commit": "37c257d0ef518ebe9e0189d7b692e9410447b4ac",
      "tree": "51b535dd4c87e9462d41d47a58f625f0183b0397",
      "parents": [
        "56a04575a474b929a4aa4fb72d83d46c8a93f294",
        "a1ee96d5ada476a0ea7a6ce7149c40f60f6f1eb8"
      ],
      "author": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Tue Jun 07 16:27:26 2016 +0200"
      },
      "committer": {
        "name": "Florian Loitsch",
        "email": "floitsch@google.com",
        "time": "Tue Jun 07 16:27:26 2016 +0200"
      },
      "message": "Merge pull request #29 from heirecka/master\n\nUse GNUInstallDirs"
    }
  ],
  "next": "a1ee96d5ada476a0ea7a6ce7149c40f60f6f1eb8"
}
