mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 05:14:36 +03:00
88e90957a1
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. |
||
---|---|---|
.. | ||
bignum-dtoa.cc | ||
bignum-dtoa.h | ||
bignum.cc | ||
bignum.h | ||
cached-powers.cc | ||
cached-powers.h | ||
diy-fp.cc | ||
diy-fp.h | ||
double-conversion.cc | ||
double-conversion.h | ||
fast-dtoa.cc | ||
fast-dtoa.h | ||
fixed-dtoa.cc | ||
fixed-dtoa.h | ||
ieee.h | ||
Jamfile | ||
LICENSE | ||
strtod.cc | ||
strtod.h | ||
utils.h |