Drop special handling for Compaq C++
commit62d608ea442b77981152c2d18adedf71cec852ee
authorOlly Betts <olly@survex.com>
Fri, 5 Oct 2018 10:22:27 +0000 (5 23:22 +1300)
committerOlly Betts <olly@survex.com>
Fri, 5 Oct 2018 10:22:27 +0000 (5 23:22 +1300)
tree9feb1da009db17e7966cb1b0906004fba4ceee4d
parent76c4f4a31228b9be78458a22596c5be612de2056
Drop special handling for Compaq C++

I can find no evidence that this compiler still exists, let alone
that it was updated for C++11.
72 files changed:
xapian-applications/omega/Makefile.am
xapian-applications/omega/cdb_int.h
xapian-applications/omega/diritor.cc
xapian-applications/omega/diritor.h
xapian-applications/omega/expand.cc
xapian-applications/omega/index_file.cc
xapian-applications/omega/loadfile.cc
xapian-applications/omega/md5wrap.cc
xapian-applications/omega/portability/mkdtemp.cc
xapian-applications/omega/query.cc
xapian-applications/omega/runfilter.cc
xapian-applications/omega/scriptindex.cc
xapian-applications/omega/unixperm.cc
xapian-applications/omega/utf8convert.cc
xapian-core/HACKING
xapian-core/api/compactor.cc
xapian-core/api/error.cc
xapian-core/api/replication.cc
xapian-core/api/valuerangeproc.cc
xapian-core/backends/dbfactory.cc
xapian-core/backends/flint_lock.cc
xapian-core/backends/glass/glass_changes.cc
xapian-core/backends/glass/glass_compact.cc
xapian-core/backends/glass/glass_cursor.cc
xapian-core/backends/glass/glass_database.cc
xapian-core/backends/glass/glass_databasereplicator.cc
xapian-core/backends/glass/glass_table.cc
xapian-core/backends/glass/glass_version.cc
xapian-core/backends/honey/honey_compact.cc
xapian-core/backends/honey/honey_table.h
xapian-core/backends/honey/honey_version.cc
xapian-core/backends/remote/remote-database.cc
xapian-core/backends/uuids.cc
xapian-core/bin/xapian-delve.cc
xapian-core/bin/xapian-tcpsrv.cc
xapian-core/common/Makefile.mk
xapian-core/common/closefrom.cc
xapian-core/common/debuglog.cc
xapian-core/common/errno_to_string.cc
xapian-core/common/filetests.h
xapian-core/common/fileutils.cc
xapian-core/common/io_utils.cc
xapian-core/common/posixy_wrapper.cc
xapian-core/common/realtime.h
xapian-core/common/replicate_utils.cc
xapian-core/common/safeerrno.h [deleted file]
xapian-core/common/safesyssocket.h
xapian-core/common/socket_utils.cc
xapian-core/configure.ac
xapian-core/net/progclient.cc
xapian-core/net/remoteconnection.cc
xapian-core/net/remoteconnection.h
xapian-core/net/remoteserver.cc
xapian-core/net/tcpclient.cc
xapian-core/net/tcpserver.cc
xapian-core/tests/api_replicate.cc
xapian-core/tests/harness/backendmanager.cc
xapian-core/tests/harness/backendmanager_multi.cc
xapian-core/tests/harness/backendmanager_remotetcp.cc
xapian-core/tests/harness/cputimer.cc
xapian-core/tests/harness/fdtracker.cc
xapian-core/tests/harness/index_utils.cc
xapian-core/tests/harness/testsuite.cc
xapian-core/tests/internaltest.cc
xapian-letor/tests/harness/backendmanager.cc
xapian-letor/tests/harness/backendmanager_multi.cc
xapian-letor/tests/harness/backendmanager_remotetcp.cc
xapian-letor/tests/harness/backendmanager_singlefile.cc
xapian-letor/tests/harness/cputimer.cc
xapian-letor/tests/harness/fdtracker.cc
xapian-letor/tests/harness/index_utils.cc
xapian-letor/tests/harness/testsuite.cc