1. 1921cb3 Avoid negative shift. by Florian Loitsch · 7 years ago
  2. d8d4e66 Merge pull request #39 from uburuntu/master by Florian Loitsch · 7 years ago
  3. 48b5e70 Fix previous fix by uburuntu · 7 years ago
  4. 12c0a23 cctest: fix possible null pointer dereference by Ramzan Bekbulatov · 7 years ago
  5. 617af29 Add const qualifiers where it possible by Ramzan Bekbulatov · 7 years ago
  6. bb8e225 ieee: remove extra qualification Double:: by Ramzan Bekbulatov · 7 years ago
  7. 79fb300 Merge pull request #38 from sorear/add-riscv by Florian Loitsch · 7 years ago
  8. 8316ed5 Add support for RISC-V by Stefan O'Rear · 7 years ago
  9. d4d68e4 Merge pull request #37 from KindDragon/patch-1 by Florian Loitsch · 7 years ago
  10. d7f9404 Update and rename README to README.md by Arkady Shapkin · 7 years ago
  11. 9ed0dec Fix typo. by Florian Loitsch · 8 years ago
  12. 336d4cc Merge pull request #36 from floitschG/fpic by Florian Loitsch · 8 years ago
  13. 2ea3182 Add fPIC flag on x86_64 if the compiler supports it. by Florian Loitsch · 8 years ago
  14. 28d0d6b Merge pull request #32 from tfarina/buildifier by Florian Loitsch · 8 years ago
  15. 907eb2c reformat BUILD file using buildifier by Thiago Farina · 8 years ago
  16. 25166c3 Merge pull request #31 from tfarina/fix-includes-attribute by Florian Loitsch · 8 years ago
  17. 750d6a0 fix Bazel's "includes" attribute error by Thiago Farina · 8 years ago
  18. f1b955e Merge pull request #30 from zonr/add-bazel-test-rules by Florian Loitsch · 8 years ago
  19. 43ff34a Add Bazel rules for running tests. by Zonr Chang · 8 years ago
  20. 37c257d Merge pull request #29 from heirecka/master by Florian Loitsch · 8 years ago
  21. a1ee96d Use GNUInstallDirs by Heiko Becker · 8 years ago
  22. 56a0457 Merge pull request #26 from sheeeng/master by Florian Loitsch · 8 years ago
  23. ebbc6ce Fix error C1128 for x86 debug builds. by Leonard Lee · 8 years ago
  24. 0e47d5a Use correct file paths. by Leonard Lee · 8 years ago
  25. 94ec6a8 Remove user specific project file. by Leonard Lee · 8 years ago
  26. 7499d0b Merge pull request #25 from tfarina/fix-11 by Florian Loitsch · 8 years ago
  27. c207264 add WORKSPACE file by Thiago Farina · 8 years ago
  28. 3ce87a3 Merge pull request #24 from DieHertz/patch-1 by Florian Loitsch · 8 years ago
  29. 0e26b70 Add missing trailing '.' to comments. by Andrey Mironov · 8 years ago
  30. e7ad2ce Keep the trailing period in commentary. by Andrey Mironov · 8 years ago
  31. 70c7725 actualize commentary by Andrey Mironov · 8 years ago
  32. 257f85a Merge pull request #22 from ilelann/fix_cmake_include_dirs by Florian Loitsch · 8 years ago
  33. ae046d0 fix cmake include directories at target level by Ivan Le Lann · 8 years ago
  34. 0300ae4 Bump minimal requirement for cmake. by Florian Loitsch · 8 years ago
  35. b2e9a94 Merge pull request #19 from ilelann/cmake_include_dirs by Florian Loitsch · 8 years ago
  36. 030eb44 Merge pull request #20 from digiter/patch-1 by Florian Loitsch · 8 years ago
  37. 0c4d24e Merge pull request #17 from mihaipopescu/include-paths by Florian Loitsch · 8 years ago
  38. c331c45 Merge pull request #16 from mihaipopescu/not-all-control-paths-return by Florian Loitsch · 8 years ago
  39. ea970f6 Update README by digiter · 8 years ago
  40. 08b743e set cmake include directories at target level by Ivan Le Lann · 8 years ago
  41. a9ee964 Merge pull request #18 from ilelann/fix_warning by Florian Loitsch · 8 years ago
  42. 38a0927 fix unused warning on kCachedPowersLength by Ivan Le Lann · 8 years ago
  43. 04c6f0a fixed inconsistent include paths by Mihai Popescu · 8 years ago
  44. 1940399 fixed warning C4715 treated as error "not all control paths return a value" by Mihai Popescu · 8 years ago
  45. 29e6d2f Merge pull request #15 from davisp/fix-compiler-warning-gcc-5.1 by Florian Loitsch · 9 years ago
  46. 044e74a Fix compiler warning on GCC 5.1.0 by Paul J. Davis · 9 years ago
  47. c3e0c97 Update changelog. by Florian Loitsch · 9 years ago
  48. 0cccee4 Merge branch 'mzhaom-movedir' by Florian Loitsch · 9 years ago
  49. 8c2ef0b Merge branch 'movedir' of https://github.com/mzhaom/double-conversion into mzhaom-movedir by Florian Loitsch · 9 years ago
  50. b196852 Merge pull request #13 from aiq/master by Florian Loitsch · 9 years ago
  51. 64702b4 Move files from src to double-conversion.Also update include to use by Ming Zhao · 9 years ago
  52. 471ec05 Update URL. by Florian Loitsch · 9 years ago
  53. f66f9ef fix: CHECK_EQ with to correct buffer value by Alexander Schulz · 9 years ago
  54. 7ab158d removed function definition that has no implementation by Alexander Schulz · 9 years ago
  55. 851a80b Update README by Florian Loitsch · 9 years ago
  56. 6ebbf17 Merge pull request #11 from mzhaom/master by Florian Loitsch · 9 years ago
  57. cca3e37 Add bazel BUILD file. by Ming Zhao · 9 years ago
  58. 1f0b845 Merge pull request #9 from opoplawski/cmakepath by Florian Loitsch · 9 years ago
  59. 8853845 Use install paths in installed cmake files by Orion Poplawski · 9 years ago
  60. 8d33ba7 Fix define-tests for power pc. by Florian Loitsch · 9 years ago
  61. cb2beeb Add more define-detection for ARM64. by Florian Loitsch · 9 years ago
  62. b8c24a6 Add more defines for power-pc detection. by Florian Loitsch · 9 years ago
  63. 3db0fea Merge pull request #5 from amoldeshpande/master by Florian Loitsch · 9 years ago
  64. f229f59 somehow this ended up ignored by Amol Deshpande · 9 years ago
  65. ce94049 fixed for visual c++ 2013. added msvc project files. by Amol Deshpande · 9 years ago
  66. 0d25506 error can shift more than 32 bits. by Florian Loitsch · 10 years ago
  67. 24099d5 Enable -Wshadow and fix shadowing variables. by Florian Loitsch · 10 years ago
  68. da11179 Add support for m68000. by Florian Loitsch · 10 years ago
  69. c773459 Support shared libraries with Cmake. Improve README. by Florian Loitsch · 10 years ago
  70. 2fb03de Use 1.0.0 as shared library version on the v2 branch. by Florian Loitsch · 10 years ago
  71. 12422cb Merge branch 'improved_scons' into branch_v2.0 by Florian Loitsch · 10 years ago
  72. 079bf73 Merge branch 'fix_warnings' into branch_v2.0 by Florian Loitsch · 10 years ago
  73. 9643188 More warning fixes. by Florian Loitsch · 10 years ago
  74. d3a34fc More warning fixes. by Florian Loitsch · 10 years ago
  75. 0c5a430 Fix some more warnings. by Florian Loitsch · 10 years ago
  76. 4e24bb3 Fix build on ARMv8 64bit. by Florian Loitsch · 10 years ago
  77. 3833c5c Improve SConstruct file. by Florian Loitsch · 10 years ago
  78. 2e8462a Fix warnings. by Florian Loitsch · 10 years ago
  79. 3c10962 Fix after merge. by Florian Loitsch · 10 years ago
  80. 3ae434a Merge branch 'whitespace' by Florian Loitsch · 10 years ago
  81. 239ff7e Update Changelog. by Florian Loitsch · 10 years ago
  82. f6f6339 Fix clang warning for unused variables (only used in ASSERT). by Florian Loitsch · 10 years ago
  83. 865dbc7 Fix GCC's unused typedef warning. by Florian Loitsch · 10 years ago
  84. 07c74a5 Merge branch 'master' of https://code.google.com/p/double-conversion by Florian Loitsch · 10 years ago
  85. a080e8c Make checks dependent on compiler. by Florian Loitsch · 10 years ago
  86. 9920fe9 Missed more int/bool types. by Florian Loitsch · 11 years ago
  87. 3673f46 Fix type. by Florian Loitsch · 11 years ago
  88. c87084b Rewrite tests. by Florian Loitsch · 11 years ago
  89. 04cae7a Fix double increment. by Florian Loitsch · 11 years ago
  90. 24c2fa1 Add OsX ppc compilation support. by Florian Loitsch · 11 years ago
  91. 86c52da Add ARM 64 support. by Florian Loitsch · 11 years ago
  92. 8e5d197 Update version number and add Kent Williams to authors file. by Florian Loitsch · 11 years ago
  93. 256c1b1 COMP: add comments & fix lib install path by Kent Williams · 11 years ago
  94. b97bd07 COMP: Add CMake build system by Kent Williams · 11 years ago
  95. f23f8a4 Merge branch 'make_methods_const' by Florian Loitsch · 11 years ago
  96. 47fbedd Mark StringToDoubleConverter functions as 'const'. by Florian Loitsch · 11 years ago
  97. e5b3442 Update Changelog. by Florian Loitsch · 12 years ago
  98. 56e23d7 Merge branch 'fix_null_termination' by Florian Loitsch · 12 years ago
  99. 6ed2016 Support more architectures. by Florian Loitsch · 12 years ago
  100. 37a69c5 Null terminate exponent buffer. by Florian Loitsch · 12 years ago