mosesdecoder/search
Jeroen Vermeulen dea76752e9 Modernize "C" includes in search.
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 search/ 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:48:20 +07:00
..
applied.hh Modernize "C" includes in search. 2015-03-28 19:48:20 +07:00
config.hh Update incremental search 2012-11-15 18:04:07 +00:00
context.hh Update incremental search 2012-11-15 18:04:07 +00:00
edge_generator.cc more logging for incremental chart search 2014-04-04 15:54:48 +01:00
edge_generator.hh Fix a few compiler warnings (from Clang mostly). 2014-10-10 14:22:53 +01:00
edge.hh Support arbitrary arity 2012-10-18 18:54:38 +01:00
header.hh more logging for incremental chart search 2014-04-04 15:54:48 +01:00
Jamfile Update incremental search, cuts runtime by a third 2013-02-14 13:11:53 +00:00
nbest.cc Modernize "C" includes in search. 2015-03-28 19:48:20 +07:00
nbest.hh Modernize "C" includes in search. 2015-03-28 19:48:20 +07:00
rule.cc Modernize "C" includes in search. 2015-03-28 19:48:20 +07:00
rule.hh Update incremental search 2012-11-15 18:04:07 +00:00
types.hh Fix a few compiler warnings (from Clang mostly). 2014-10-10 14:22:53 +01:00
vertex_generator.hh Fix a few compiler warnings (from Clang mostly). 2014-10-10 14:22:53 +01:00
vertex.cc Modernize "C" includes in search. 2015-03-28 19:48:20 +07:00
vertex.hh Modernize "C" includes in search. 2015-03-28 19:48:20 +07:00