mosesdecoder/util
Jeroen Vermeulen abfdb61bc9 Cross-platform tempfile implementation.
This makes temp_file and temp_dir work both on POSIX-like platforms and on
Windows.

It also fixes a bug where the temporary files/directories were created in
the current working directory, instead of in the system's standard
location for temporary files.  Unfortunately the Windows and POSIX code
diverge quite a bit on that point.
2015-04-18 00:21:18 +07:00
..
double-conversion Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
stream Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
bit_packing_test.cc Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
bit_packing.cc Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
bit_packing.hh Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
cat_compressed_main.cc Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
ersatz_progress.cc KenLM df5be22 lmplz for estimation 2013-01-18 15:59:51 +00:00
ersatz_progress.hh Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
exception.cc Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
exception.hh Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
fake_ofstream.hh KenLM 240ea65a021574261a38d45eb68143f26ad177e5 2015-03-25 10:40:21 -04:00
file_piece_test.cc Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
file_piece.cc Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
file_piece.hh Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
file.cc Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
file.hh Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
fixed_array.hh Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
generator.hh SyntaxConstraintFeature (without any actual constraints; useful to build/output syntax tree from GHKM tree fragments) 2014-01-16 18:45:26 +00:00
getopt.c Submodules are evil. Undo it. 2012-10-15 13:58:33 +01:00
getopt.hh KenLM 5a7efd8fe1db88ee0a9f7e9479b24ac3ca348221 with Hieu's patch to exception.hh 2014-06-02 10:29:40 -07:00
have.hh KenLM 5a7efd8fe1db88ee0a9f7e9479b24ac3ca348221 with Hieu's patch to exception.hh 2014-06-02 10:29:40 -07:00
Jamfile New helper classes: temp_dir & temp_file. 2015-04-17 22:57:55 +07:00
joint_sort_test.cc Fix C++11 compilation error / Chris Dyer 2014-01-27 22:25:43 -08:00
joint_sort.hh KenLM 5a7efd8fe1db88ee0a9f7e9479b24ac3ca348221 with Hieu's patch to exception.hh 2014-06-02 10:29:40 -07:00
mmap.cc Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
mmap.hh Use cross-platform mmap() wrapper in CompactPT. 2015-04-17 18:53:46 +07:00
multi_intersection_test.cc KenLM df5be22 lmplz for estimation 2013-01-18 15:59:51 +00:00
multi_intersection.hh KenLM 5a7efd8fe1db88ee0a9f7e9479b24ac3ca348221 with Hieu's patch to exception.hh 2014-06-02 10:29:40 -07:00
murmur_hash.cc Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
murmur_hash.hh KenLM 5a7efd8fe1db88ee0a9f7e9479b24ac3ca348221 with Hieu's patch to exception.hh 2014-06-02 10:29:40 -07:00
parallel_read.cc KenLM 5a7efd8fe1db88ee0a9f7e9479b24ac3ca348221 with Hieu's patch to exception.hh 2014-06-02 10:29:40 -07:00
parallel_read.hh KenLM 5a7efd8fe1db88ee0a9f7e9479b24ac3ca348221 with Hieu's patch to exception.hh 2014-06-02 10:29:40 -07:00
pcqueue_test.cc KenLM 5cc905bc2d214efa7de2db56a9a672b749a95591 2014-01-27 16:51:35 -08:00
pcqueue.hh Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
pool.cc Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
pool.hh Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
probing_hash_table_test.cc Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
probing_hash_table.hh Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
proxy_iterator.hh KenLM 5a7efd8fe1db88ee0a9f7e9479b24ac3ca348221 with Hieu's patch to exception.hh 2014-06-02 10:29:40 -07:00
read_compressed_test.cc Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
read_compressed.cc Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
read_compressed.hh Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
scoped.cc KenLM 370f97fa549f02e162a3a0f17bf3ad6cce2c3813 2014-10-08 08:42:53 -04:00
scoped.hh KenLM 370f97fa549f02e162a3a0f17bf3ad6cce2c3813 2014-10-08 08:42:53 -04:00
sized_iterator_test.cc KenLM 5cc905bc2d214efa7de2db56a9a672b749a95591 2014-01-27 16:51:35 -08:00
sized_iterator.hh Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
sorted_uniform_test.cc Submodules are evil. Undo it. 2012-10-15 13:58:33 +01:00
sorted_uniform.hh Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
string_piece_hash.hh KenLM 5a7efd8fe1db88ee0a9f7e9479b24ac3ca348221 with Hieu's patch to exception.hh 2014-06-02 10:29:40 -07:00
string_piece.cc Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
string_piece.hh Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
tempfile_test.cc New helper classes: temp_dir & temp_file. 2015-04-17 22:57:55 +07:00
tempfile.hh Cross-platform tempfile implementation. 2015-04-18 00:21:18 +07:00
thread_pool.hh Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
tokenize_piece_test.cc Submodules are evil. Undo it. 2012-10-15 13:58:33 +01:00
tokenize_piece.hh Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
unistd.hh Portability and include fixes. 2015-04-10 12:54:34 +07:00
usage.cc Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
usage.hh Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00