Add fall-back strptime() for platforms without it
commit222c92b0e9280739274277f8381aa6ef669a0f0c
authorOlly Betts <olly@survex.com>
Thu, 3 Jan 2019 23:07:26 +0000 (4 12:07 +1300)
committerOlly Betts <olly@survex.com>
Fri, 4 Jan 2019 00:26:56 +0000 (4 13:26 +1300)
tree833e01f18cf58eaa9892db55ae5520eb382c3923
parentff0335b0d11a0b35dbf09aa70a4c6ba87868d26e
Add fall-back strptime() for platforms without it

This uses the C++11 std::get_time() function.  We use strptime()
directory where it's available as some older C++11 compilers seem
to lack std::get_time() (GCC 4.8 for example).
xapian-applications/omega/Makefile.am
xapian-applications/omega/configure.ac
xapian-applications/omega/portability/strptime.cc [new file with mode: 0644]
xapian-applications/omega/portability/strptime.h [new file with mode: 0644]
xapian-applications/omega/scriptindex.cc