- Feb 11, 2018
-
-
Florian Loitsch authored
Fixes #58.
-
- Sep 15, 2017
-
-
Florian Loitsch authored
Some refactorings: remove unused static, replace deprecated headers, init member in constructor
-
- Sep 14, 2017
- Sep 12, 2017
-
-
Florian Loitsch authored
Fix typo in variable name.
-
Isaac Hier authored
-
- Sep 10, 2017
-
-
Florian Loitsch authored
CMake fixes.
-
- Sep 08, 2017
-
-
Isaac Hier authored
-
Florian Loitsch authored
Implement ALLOW_CASE_INSENSIBILITY mode for StringToDoubleConverter c…
-
- Sep 07, 2017
-
-
Isaac Hier authored
-
Isaac Hier authored
-
- Sep 06, 2017
-
-
Isaac Hier authored
-
Isaac Hier authored
-
- Sep 05, 2017
-
-
Isaac Hier authored
-
- Aug 07, 2017
-
-
akindyakov authored
-
- Aug 05, 2017
-
-
Florian Loitsch authored
-
Florian Loitsch authored
-
- Mar 06, 2017
-
-
Florian Loitsch authored
* Avoid negative shift. When filling in fractional digits in a fixed representation we might use all existing digits. When this happens, we can not look at the next digit to see if we should round up. Before this fix, we tried to shift by a negative amount to see if the (non-existing) next bit was set to 1 (requiring the number to be rounded up). Fixes #41.
-
- Mar 04, 2017
-
-
Florian Loitsch authored
-
Florian Loitsch authored
When filling in fractional digits in a fixed representation we might use all existing digits. When this happens, we can not look at the next digit to see if we should round up. Before this fix, we tried to shift by a negative amount to see if the (non-existing) next bit was set to 1 (requiring the number to be rounded up). Fixes #41.
-
- Nov 23, 2016
-
-
Florian Loitsch authored
Some small fixes: compilation, null ptr derefence and const qualifiers
-
uburuntu authored
-
Ramzan Bekbulatov authored
-
Ramzan Bekbulatov authored
-
Ramzan Bekbulatov authored
-
- Nov 18, 2016
-
-
Florian Loitsch authored
Add support for the RISC-V ISA
-
- Nov 17, 2016
-
-
Stefan O'Rear authored
-
- Oct 04, 2016
-
-
Florian Loitsch authored
Update and rename README to README.md
-
Arkady Shapkin authored
-
- Sep 16, 2016
-
-
Florian Loitsch authored
-
- Sep 14, 2016
-
-
Florian Loitsch authored
Add fPIC flag on x86_64 if the compiler supports it.
-
- Sep 10, 2016
-
-
Florian Loitsch authored
Fixes #34.
-
- Jul 27, 2016
-
-
Florian Loitsch authored
reformat BUILD file using buildifier
-
- Jul 18, 2016
-
-
Thiago Farina authored
Reformatted the BUILD file using the following command line: $ buildifier -v -mode=fix BUILD
-
- Jul 11, 2016
-
-
Florian Loitsch authored
fix Bazel's "includes" attribute error
-
- Jun 14, 2016
-
-
Thiago Farina authored
This should allow the following command line to work again: $ bazel build //...
-
- Jun 09, 2016
-
-
Florian Loitsch authored
Add Bazel rules for running tests.
-
Zonr Chang authored
Tested on Linux with the following commands: $ mkdir test-double-conversion $ cd test-double-conversion $ touch WORKSPACE $ ln -s <path to double-conversion> $ bazel test //double-conversion:all
-
- Jun 07, 2016
-
-
Florian Loitsch authored
Use GNUInstallDirs
-