mosesdecoder/util/double-conversion
Jeroen Vermeulen 88e90957a1 Modernize "C" includes in util.
This is one of those little chores in managing a long-lived C++
project: standard C headers like stdio.h and math.h now have their own
place in the C++ standard as resp. cstdio, cmath, and so on.  In this
branch the #include names are updated for the util/ subdirectory; more
branches to follow.

C++11 adds cstdint, but to support compilation with the previous
standard, that change is left for later.
2015-03-28 19:37:48 +07:00
..
bignum-dtoa.cc Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
bignum-dtoa.h KenLM 6b4a1c7940a36026de1d96693ccb6ec0f16de8dc 2013-06-24 16:05:47 +01:00
bignum.cc Cut PhraseTableMemory loading time by 35% 2012-10-28 17:47:22 +00:00
bignum.h KenLM 6b4a1c7940a36026de1d96693ccb6ec0f16de8dc 2013-06-24 16:05:47 +01:00
cached-powers.cc Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
cached-powers.h KenLM 6b4a1c7940a36026de1d96693ccb6ec0f16de8dc 2013-06-24 16:05:47 +01:00
diy-fp.cc Cut PhraseTableMemory loading time by 35% 2012-10-28 17:47:22 +00:00
diy-fp.h KenLM 6b4a1c7940a36026de1d96693ccb6ec0f16de8dc 2013-06-24 16:05:47 +01:00
double-conversion.cc Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
double-conversion.h KenLM 6b4a1c7940a36026de1d96693ccb6ec0f16de8dc 2013-06-24 16:05:47 +01:00
fast-dtoa.cc Cut PhraseTableMemory loading time by 35% 2012-10-28 17:47:22 +00:00
fast-dtoa.h KenLM 6b4a1c7940a36026de1d96693ccb6ec0f16de8dc 2013-06-24 16:05:47 +01:00
fixed-dtoa.cc Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
fixed-dtoa.h KenLM 6b4a1c7940a36026de1d96693ccb6ec0f16de8dc 2013-06-24 16:05:47 +01:00
ieee.h KenLM 6b4a1c7940a36026de1d96693ccb6ec0f16de8dc 2013-06-24 16:05:47 +01:00
Jamfile KenLM df5be22 lmplz for estimation 2013-01-18 15:59:51 +00:00
LICENSE Cut PhraseTableMemory loading time by 35% 2012-10-28 17:47:22 +00:00
strtod.cc Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
strtod.h KenLM 6b4a1c7940a36026de1d96693ccb6ec0f16de8dc 2013-06-24 16:05:47 +01:00
utils.h KenLM 6b4a1c7940a36026de1d96693ccb6ec0f16de8dc 2013-06-24 16:05:47 +01:00