From 7690f22ccd70774e781107a6fba268feadf879a9 Mon Sep 17 00:00:00 2001 From: Will Trimble Date: Wed, 5 Apr 2017 15:04:21 -0500 Subject: [PATCH 1/4] Removed sparsehash-2.0.2 --- clipper/sparsehash-2.0.2/AUTHORS | 2 - clipper/sparsehash-2.0.2/COPYING | 28 - clipper/sparsehash-2.0.2/ChangeLog | 274 - clipper/sparsehash-2.0.2/INSTALL | 365 - clipper/sparsehash-2.0.2/Makefile.am | 229 - clipper/sparsehash-2.0.2/Makefile.in | 1336 ---- clipper/sparsehash-2.0.2/NEWS | 188 - clipper/sparsehash-2.0.2/README | 143 - clipper/sparsehash-2.0.2/README_windows.txt | 25 - clipper/sparsehash-2.0.2/TODO | 28 - clipper/sparsehash-2.0.2/aclocal.m4 | 968 --- clipper/sparsehash-2.0.2/config.guess | 1517 ---- clipper/sparsehash-2.0.2/config.sub | 1760 ----- clipper/sparsehash-2.0.2/configure | 7302 -------------------- clipper/sparsehash-2.0.2/configure.ac | 73 - clipper/sparsehash-2.0.2/depcomp | 630 -- clipper/sparsehash-2.0.2/doc/dense_hash_map.html | 1766 ----- clipper/sparsehash-2.0.2/doc/dense_hash_set.html | 1604 ----- clipper/sparsehash-2.0.2/doc/designstyle.css | 109 - clipper/sparsehash-2.0.2/doc/implementation.html | 371 - clipper/sparsehash-2.0.2/doc/index.html | 68 - clipper/sparsehash-2.0.2/doc/performance.html | 96 - clipper/sparsehash-2.0.2/doc/sparse_hash_map.html | 1719 ----- clipper/sparsehash-2.0.2/doc/sparse_hash_set.html | 1551 ----- clipper/sparsehash-2.0.2/doc/sparsetable.html | 1393 ---- clipper/sparsehash-2.0.2/install-sh | 520 -- clipper/sparsehash-2.0.2/m4/acx_pthread.m4 | 397 -- clipper/sparsehash-2.0.2/m4/google_namespace.m4 | 42 - clipper/sparsehash-2.0.2/m4/namespaces.m4 | 15 - clipper/sparsehash-2.0.2/m4/stl_hash.m4 | 70 - clipper/sparsehash-2.0.2/m4/stl_hash_fun.m4 | 36 - clipper/sparsehash-2.0.2/missing | 376 - clipper/sparsehash-2.0.2/packages/deb.sh | 74 - clipper/sparsehash-2.0.2/packages/rpm.sh | 86 - clipper/sparsehash-2.0.2/packages/rpm/rpm.spec | 63 - clipper/sparsehash-2.0.2/sparsehash.sln | 63 - clipper/sparsehash-2.0.2/src/config.h.in | 131 - clipper/sparsehash-2.0.2/src/config.h.include | 22 - clipper/sparsehash-2.0.2/src/google/dense_hash_map | 34 - clipper/sparsehash-2.0.2/src/google/dense_hash_set | 34 - .../sparsehash-2.0.2/src/google/sparse_hash_map | 34 - .../sparsehash-2.0.2/src/google/sparse_hash_set | 34 - .../src/google/sparsehash/densehashtable.h | 34 - .../src/google/sparsehash/hashtable-common.h | 34 - .../sparsehash/libc_allocator_with_realloc.h | 34 - .../src/google/sparsehash/sparsehashtable.h | 34 - clipper/sparsehash-2.0.2/src/google/sparsetable | 34 - .../sparsehash-2.0.2/src/google/template_util.h | 34 - clipper/sparsehash-2.0.2/src/google/type_traits.h | 34 - clipper/sparsehash-2.0.2/src/hash_test_interface.h | 1038 --- clipper/sparsehash-2.0.2/src/hashtable_test.cc | 2007 ------ .../src/libc_allocator_with_realloc_test.cc | 122 - clipper/sparsehash-2.0.2/src/simple_compat_test.cc | 106 - clipper/sparsehash-2.0.2/src/simple_test.cc | 106 - .../sparsehash-2.0.2/src/sparsehash/dense_hash_map | 369 - .../sparsehash-2.0.2/src/sparsehash/dense_hash_set | 338 - .../src/sparsehash/internal/densehashtable.h | 1319 ---- .../src/sparsehash/internal/hashtable-common.h | 381 - .../internal/libc_allocator_with_realloc.h | 119 - .../src/sparsehash/internal/sparsehashtable.h | 1247 ---- .../src/sparsehash/sparse_hash_map | 363 - .../src/sparsehash/sparse_hash_set | 338 - .../sparsehash-2.0.2/src/sparsehash/sparsetable | 1820 ----- .../src/sparsehash/template_util.h | 134 - .../sparsehash-2.0.2/src/sparsehash/type_traits.h | 342 - .../sparsehash-2.0.2/src/sparsetable_unittest.cc | 978 --- .../sparsehash-2.0.2/src/template_util_unittest.cc | 134 - clipper/sparsehash-2.0.2/src/testutil.h | 266 - clipper/sparsehash-2.0.2/src/time_hash_map.cc | 727 -- .../sparsehash-2.0.2/src/type_traits_unittest.cc | 636 -- .../hashtable_test/hashtable_test.vcproj | 197 - .../libc_allocator_with_realloc_test.vcproj | 161 - .../vsprojects/simple_test/simple_test.vcproj | 188 - .../sparsetable_unittest.vcproj | 170 - .../vsprojects/time_hash_map/time_hash_map.vcproj | 188 - .../type_traits_unittest.vcproj | 167 - 76 files changed, 39775 deletions(-) delete mode 100644 clipper/sparsehash-2.0.2/AUTHORS delete mode 100644 clipper/sparsehash-2.0.2/COPYING delete mode 100644 clipper/sparsehash-2.0.2/ChangeLog delete mode 100644 clipper/sparsehash-2.0.2/INSTALL delete mode 100644 clipper/sparsehash-2.0.2/Makefile.am delete mode 100644 clipper/sparsehash-2.0.2/Makefile.in delete mode 100644 clipper/sparsehash-2.0.2/NEWS delete mode 100644 clipper/sparsehash-2.0.2/README delete mode 100644 clipper/sparsehash-2.0.2/README_windows.txt delete mode 100644 clipper/sparsehash-2.0.2/TODO delete mode 100644 clipper/sparsehash-2.0.2/aclocal.m4 delete mode 100755 clipper/sparsehash-2.0.2/config.guess delete mode 100755 clipper/sparsehash-2.0.2/config.sub delete mode 100755 clipper/sparsehash-2.0.2/configure delete mode 100644 clipper/sparsehash-2.0.2/configure.ac delete mode 100755 clipper/sparsehash-2.0.2/depcomp delete mode 100644 clipper/sparsehash-2.0.2/doc/dense_hash_map.html delete mode 100644 clipper/sparsehash-2.0.2/doc/dense_hash_set.html delete mode 100644 clipper/sparsehash-2.0.2/doc/designstyle.css delete mode 100644 clipper/sparsehash-2.0.2/doc/implementation.html delete mode 100644 clipper/sparsehash-2.0.2/doc/index.html delete mode 100644 clipper/sparsehash-2.0.2/doc/performance.html delete mode 100644 clipper/sparsehash-2.0.2/doc/sparse_hash_map.html delete mode 100644 clipper/sparsehash-2.0.2/doc/sparse_hash_set.html delete mode 100644 clipper/sparsehash-2.0.2/doc/sparsetable.html delete mode 100755 clipper/sparsehash-2.0.2/install-sh delete mode 100644 clipper/sparsehash-2.0.2/m4/acx_pthread.m4 delete mode 100644 clipper/sparsehash-2.0.2/m4/google_namespace.m4 delete mode 100644 clipper/sparsehash-2.0.2/m4/namespaces.m4 delete mode 100644 clipper/sparsehash-2.0.2/m4/stl_hash.m4 delete mode 100644 clipper/sparsehash-2.0.2/m4/stl_hash_fun.m4 delete mode 100755 clipper/sparsehash-2.0.2/missing delete mode 100755 clipper/sparsehash-2.0.2/packages/deb.sh delete mode 100755 clipper/sparsehash-2.0.2/packages/rpm.sh delete mode 100644 clipper/sparsehash-2.0.2/packages/rpm/rpm.spec delete mode 100755 clipper/sparsehash-2.0.2/sparsehash.sln delete mode 100644 clipper/sparsehash-2.0.2/src/config.h.in delete mode 100644 clipper/sparsehash-2.0.2/src/config.h.include delete mode 100644 clipper/sparsehash-2.0.2/src/google/dense_hash_map delete mode 100644 clipper/sparsehash-2.0.2/src/google/dense_hash_set delete mode 100644 clipper/sparsehash-2.0.2/src/google/sparse_hash_map delete mode 100644 clipper/sparsehash-2.0.2/src/google/sparse_hash_set delete mode 100644 clipper/sparsehash-2.0.2/src/google/sparsehash/densehashtable.h delete mode 100644 clipper/sparsehash-2.0.2/src/google/sparsehash/hashtable-common.h delete mode 100644 clipper/sparsehash-2.0.2/src/google/sparsehash/libc_allocator_with_realloc.h delete mode 100644 clipper/sparsehash-2.0.2/src/google/sparsehash/sparsehashtable.h delete mode 100644 clipper/sparsehash-2.0.2/src/google/sparsetable delete mode 100644 clipper/sparsehash-2.0.2/src/google/template_util.h delete mode 100644 clipper/sparsehash-2.0.2/src/google/type_traits.h delete mode 100644 clipper/sparsehash-2.0.2/src/hash_test_interface.h delete mode 100644 clipper/sparsehash-2.0.2/src/hashtable_test.cc delete mode 100644 clipper/sparsehash-2.0.2/src/libc_allocator_with_realloc_test.cc delete mode 100644 clipper/sparsehash-2.0.2/src/simple_compat_test.cc delete mode 100644 clipper/sparsehash-2.0.2/src/simple_test.cc delete mode 100644 clipper/sparsehash-2.0.2/src/sparsehash/dense_hash_map delete mode 100644 clipper/sparsehash-2.0.2/src/sparsehash/dense_hash_set delete mode 100644 clipper/sparsehash-2.0.2/src/sparsehash/internal/densehashtable.h delete mode 100644 clipper/sparsehash-2.0.2/src/sparsehash/internal/hashtable-common.h delete mode 100644 clipper/sparsehash-2.0.2/src/sparsehash/internal/libc_allocator_with_realloc.h delete mode 100644 clipper/sparsehash-2.0.2/src/sparsehash/internal/sparsehashtable.h delete mode 100644 clipper/sparsehash-2.0.2/src/sparsehash/sparse_hash_map delete mode 100644 clipper/sparsehash-2.0.2/src/sparsehash/sparse_hash_set delete mode 100644 clipper/sparsehash-2.0.2/src/sparsehash/sparsetable delete mode 100644 clipper/sparsehash-2.0.2/src/sparsehash/template_util.h delete mode 100644 clipper/sparsehash-2.0.2/src/sparsehash/type_traits.h delete mode 100644 clipper/sparsehash-2.0.2/src/sparsetable_unittest.cc delete mode 100644 clipper/sparsehash-2.0.2/src/template_util_unittest.cc delete mode 100644 clipper/sparsehash-2.0.2/src/testutil.h delete mode 100644 clipper/sparsehash-2.0.2/src/time_hash_map.cc delete mode 100644 clipper/sparsehash-2.0.2/src/type_traits_unittest.cc delete mode 100755 clipper/sparsehash-2.0.2/vsprojects/hashtable_test/hashtable_test.vcproj delete mode 100755 clipper/sparsehash-2.0.2/vsprojects/libc_allocator_with_realloc_test/libc_allocator_with_realloc_test.vcproj delete mode 100755 clipper/sparsehash-2.0.2/vsprojects/simple_test/simple_test.vcproj delete mode 100755 clipper/sparsehash-2.0.2/vsprojects/sparsetable_unittest/sparsetable_unittest.vcproj delete mode 100755 clipper/sparsehash-2.0.2/vsprojects/time_hash_map/time_hash_map.vcproj delete mode 100755 clipper/sparsehash-2.0.2/vsprojects/type_traits_unittest/type_traits_unittest.vcproj diff --git a/clipper/sparsehash-2.0.2/AUTHORS b/clipper/sparsehash-2.0.2/AUTHORS deleted file mode 100644 index d8c24c6..0000000 --- a/clipper/sparsehash-2.0.2/AUTHORS +++ /dev/null @@ -1,2 +0,0 @@ -google-sparsehash@googlegroups.com - diff --git a/clipper/sparsehash-2.0.2/COPYING b/clipper/sparsehash-2.0.2/COPYING deleted file mode 100644 index e4956cf..0000000 --- a/clipper/sparsehash-2.0.2/COPYING +++ /dev/null @@ -1,28 +0,0 @@ -Copyright (c) 2005, Google Inc. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/clipper/sparsehash-2.0.2/ChangeLog b/clipper/sparsehash-2.0.2/ChangeLog deleted file mode 100644 index 4cbe701..0000000 --- a/clipper/sparsehash-2.0.2/ChangeLog +++ /dev/null @@ -1,274 +0,0 @@ -Thu Feb 23 23:47:18 2012 Google Inc. - - * sparsehash: version 2.0.2 - * BUGFIX: Fix backwards compatibility for include folders - -Wed Feb 01 02:57:48 2012 Google Inc. - - * sparsehash: version 2.0.1 - * BUGFIX: Fix path to malloc_extension.h in time_hash_map.cc - -Tue Jan 31 11:33:04 2012 Google Inc. - - * sparsehash: version 2.0 - * Renamed include directory from google/ to sparsehash/ (csilvers) - * Changed the 'official' sparsehash email in setup.py/etc - * Renamed google-sparsehash.sln to sparsehash.sln - * Changed copyright text to reflect Google's relinquished ownership - -Tue Dec 20 21:04:04 2011 Google Inc. - - * sparsehash: version 1.12 release - * Add support for serializing/unserializing dense_hash_map/set to disk - * New simpler and more flexible serialization API - * Be more consistent about clearing on unserialize() even if it fails - * Quiet some compiler warnings about unused variables - * Add a timing test for iterating (suggested by google code issue 77) - * Add offset_to_pos, the opposite of pos_to_offset, to sparsetable - * PORTING: Add some missing #includes, needed on some systems - * Die at configure-time when g++ isn't installed - * Successfully make rpm's even when dpkg is missing - * Improve deleted key test in util/gtl/{dense,sparse}hashtable - * Update automake to 1.10.1, and autoconf to 2.62 - -Thu Jun 23 21:12:58 2011 Google Inc. - - * sparsehash: version 1.11 release - * Improve performance on pointer keys by ignoring always-0 low bits - * Fix missing $(top_srcdir) in Makefile.am, which broke some compiles - * BUGFIX: Fix a crashing typo-bug in swap() - * PORTING: Remove support for old compilers that do not use 'std' - * Add some new benchmarks to test for a place dense_hash_* does badly - * Some cosmetic changes due to a switch to a new releasing tool - -Thu Jan 20 16:07:39 2011 Google Inc. - - * sparsehash: version 1.10 release - * Follow ExtractKey return type, allowing it to return a reference - * PORTING: fix MSVC 10 warnings (constifying result_type, placement-new) - * Update from autoconf 2.61 to autoconf 2.65 - -Fri Sep 24 11:37:50 2010 Google Inc. - - * sparsehash: version 1.9 release - * Add is_enum; make all enums PODs by default (romanp) - * Make find_or_insert() usable directly (dawidk) - * Use zero-memory trick for allocators to reduce space use (guilin) - * Fix some compiler warnings (chandlerc, eraman) - * BUGFIX: int -> size_type in one function we missed (csilvers) - * Added sparsehash.pc, for pkg-config (csilvers) - -Thu Jul 29 15:01:29 2010 Google Inc. - - * sparsehash: version 1.8.1 release - * Remove -Werror from Makefile: gcc 4.3 gives spurious warnings - -Thu Jul 29 09:53:26 2010 Google Inc. - - * sparsehash: version 1.8 release - * More support for Allocator, including allocator ctor arg (csilvers) - * Repack hasthable vars to reduce container size *more* (giao) - * Speed up clear() (csilvers) - * Change HT_{OCCUPANCY,SHRINK}_FLT from float to int (csilvers) - * Revamp test suite for more complete code & timing coverage (csilvers) - * BUGFIX: Enforce max_size for dense/sparse_hashtable (giao, csilvers) - * BUGFIX: Raise exception instead of crashing on overflow (csilvers) - * BUGFIX: Allow extraneous const in key type (csilvers) - * BUGFIX: Allow same functor for both hasher and key_equals (giao) - * PORTING: remove is_convertible, which gives AIX cc fits (csilvers) - * PORTING: Renamed README.windows to README_windows.txt (csilvers) - * Created non-empty NEWS file (csilvers) - -Wed Mar 31 12:32:03 2010 Google Inc. - - * sparsehash: version 1.7 release - * Add support for Allocator (guilin) - * Add libc_allocator_with_realloc as the new default allocator (guilin) - * Repack {sparse,dense}hashtable vars to reduce container size (giao) - * BUGFIX: operator== no longer requires same table ordering (csilvers) - * BUGFIX: fix dense_hash_*(it,it) by requiring empty-key too (csilvers) - * PORTING: fix language bugs that gcc allowed (csilvers, chandlerc) - * Update from autoconf 2.61 to autoconf 2.64 - -Fri Jan 8 14:47:55 2010 Google Inc. - - * sparsehash: version 1.6 release - * New accessor methods for deleted_key, empty_key (sjackman) - * Use explicit hash functions in sparsehash tests (csilvers) - * BUGFIX: Cast resize to fix SUNWspro bug (csilvers) - * Check for sz overflow in min_size (csilvers) - * Speed up clear() for dense and sparse hashtables (jeff) - * Avoid shrinking in all cases when min-load is 0 (shaunj, csilvers) - * Improve densehashtable code for the deleted key (gpike) - * BUGFIX: Fix operator= when the 2 empty-keys differ (andreidam) - * BUGFIX: Fix ht copying when empty-key isn't set (andreidam) - * PORTING: Use TmpFile() instead of /tmp on MinGW (csilvers) - * PORTING: Use filenames that work with Stratus VOS. - -Tue May 12 14:16:38 2009 Google Inc. - - * sparsehash: version 1.5.2 release - * Fix compile error: not initializing set_key in all constructors - -Fri May 8 15:23:44 2009 Google Inc. - - * sparsehash: version 1.5.1 release - * Fix broken equal_range() for all the hash-classes (csilvers) - -Wed May 6 11:28:49 2009 Google Inc. - - * sparsehash: version 1.5 release - * Support the tr1 unordered_map (and unordered_set) API (csilvers) - * Store only key for delkey; reduces need for 0-arg c-tor (csilvers) - * Prefer unordered_map to hash_map for the timing test (csilvers) - * PORTING: update the resource use for 64-bit machines (csilvers) - * PORTING: fix MIN/MAX collisions by un-#including windows.h (csilvers) - * Updated autoconf version to 2.61 and libtool version to 1.5.26 - -Wed Jan 28 17:11:31 2009 Google Inc. - - * sparsehash: version 1.4 release - * Allow hashtables to be <32 buckets (csilvers) - * Fix initial-sizing bug: was sizing tables too small (csilvers) - * Add asserts that clients don't abuse deleted/empty key (csilvers) - * Improve determination of 32/64 bit for C code (csilvers) - * Small fix for doc files in rpm (csilvers) - -Thu Nov 6 15:06:09 2008 Google Inc. - - * sparsehash: version 1.3 release - * Add an interface to change the parameters for resizing (myl) - * Document another potentially good hash function (csilvers) - -Thu Sep 18 13:53:20 2008 Google Inc. - - * sparsehash: version 1.2 release - * Augment documentation to better describe namespace issues (csilvers) - * BUG FIX: replace hash<> with SPARSEHASH_HASH, for windows (csilvers) - * Add timing test to unittest to test repeated add+delete (csilvers) - * Do better picking a new size when resizing (csilvers) - * Use ::google instead of google as a namespace (csilvers) - * Improve threading test at config time (csilvers) - -Mon Feb 11 16:30:11 2008 Google Inc. - - * sparsehash: version 1.1 release - * Fix brown-paper-bag bug in some constructors (rafferty) - * Fix problem with variables shadowing member vars, add -Wshadow - -Thu Nov 29 11:44:38 2007 Google Inc. - - * sparsehash: version 1.0.2 release - * Fix a final reference to hash<> to use SPARSEHASH_HASH<> instead. - -Wed Nov 14 08:47:48 2007 Google Inc. - - * sparsehash: version 1.0.1 release :-( - * Remove an unnecessary (harmful) "#define hash" in windows' config.h - -Tue Nov 13 15:15:46 2007 Google Inc. - - * sparsehash: version 1.0 release! We are now out of beta. - * Clean up Makefile awk script to be more readable (csilvers) - * Namespace fixes: use fewer #defines, move typedefs into namespace - -Fri Oct 12 12:35:24 2007 Google Inc. - - * sparsehash: version 0.9.1 release - * Fix Makefile awk script to work on more architectures (csilvers) - * Add test to test code in more 'real life' situations (csilvers) - -Tue Oct 9 14:15:21 2007 Google Inc. - - * sparsehash: version 0.9 release - * More type-hygiene improvements, especially for 64-bit (csilvers) - * Some configure improvements to improve portability, utility (austern) - * Small bugfix for operator== for dense_hash_map (jeff) - -Tue Jul 3 12:55:04 2007 Google Inc. - - * sparsehash: version 0.8 release - * Minor type-hygiene improvements: size_t for int, etc. (csilvers) - * Porting improvements: tests pass on OS X, FreeBSD, Solaris (csilvers) - * Full windows port! VS solution provided for all unittests (csilvers) - -Mon Jun 11 11:33:41 2007 Google Inc. - - * sparsehash: version 0.7 release - * Syntax fixes to better support gcc 4.3 and VC++ 7 (mec, csilvers) - * Improved windows/VC++ support (see README.windows) (csilvers) - * Config improvements: better tcmalloc support and config.h (csilvers) - * More robust with missing hash_map + nix 'trampoline' .h's (csilvers) - * Support for STLport's hash_map/hash_fun locations (csilvers) - * Add .m4 files to distribution; now all source is there (csilvers) - * Tiny modification of shrink-threshhold to allow never-shrinking (amc) - * Protect timing tests against aggressive optimizers (csilvers) - * Extend time_hash_map to test bigger objects (csilvers) - * Extend type-trait support to work with const objects (csilvers) - * USER VISIBLE: speed up all code by replacing memmove with memcpy - (csilvers) - -Tue Mar 20 17:29:34 2007 Google Inc. - - * sparsehash: version 0.6 release - * Some improvement to type-traits (jyasskin) - * Better timing results when google-perftools is installed (sanjay) - * Updates and fixes to html documentation and README (csilvers) - * A bit more careful about #includes (csilvers) - * Fix for typo that broken compilation on some systems (csilvers) - * USER VISIBLE: New clear_no_resize() method added to dense_hash_map - (uszkoreit) - -Sat Oct 21 13:47:47 2006 Google Inc. - - * sparsehash: version 0.5 release - * Support uint16_t (SunOS) in addition to u_int16_t (BSD) (csilvers) - * Get rid of UNDERSTANDS_ITERATOR_TAGS; everyone understands (csilvers) - * Test that empty-key and deleted-key differ (rbayardo) - * Fix example docs: strcmp needs to test for NULL (csilvers) - -Sun Apr 23 22:42:35 2006 Google Inc. - - * sparsehash: version 0.4 release - * Remove POD requirement for keys and values! (austern) - * Add tr1-compatible type-traits system to speed up POD ops. (austern) - * Fixed const-iterator bug where postfix ++ didn't compile. (csilvers) - * Fixed iterator comparison bugs where <= was incorrect. (csilvers) - * Clean up config.h to keep its #defines from conflicting. (csilvers) - * Big documentation sweep and cleanup. (csilvers) - * Update documentation to talk more about good hash fns. (csilvers) - * Fixes to compile on MSVC (working around some MSVC bugs). (rennie) - * Avoid resizing hashtable on operator[] lookups (austern) - -Thu Nov 3 20:12:31 2005 Google Inc. - - * sparsehash: version 0.3 release - * Quiet compiler warnings on some compilers. (csilvers) - * Some documentation fixes: example code for dense_hash_map. (csilvers) - * Fix a bug where swap() wasn't swapping delete_key(). (csilvers) - * set_deleted_key() and set_empty_key() now take a key only, - allowing hash-map values to be forward-declared. (csilvers) - * support for std::insert_iterator (and std::inserter). (csilvers) - -Mon May 2 07:04:46 2005 Google Inc. - - * sparsehash: version 0.2 release - * Preliminary support for msvc++ compilation. (csilvers) - * Documentation fixes -- some example code was incomplete! (csilvers) - * Minimize size of config.h to avoid other-package conflicts (csilvers) - * Contribute a C-based version of sparsehash that served as the - inspiration for this code. One day, I hope to clean it up and - support it, but for now it's just in experimental/, for playing - around with. (csilvers) - * Change default namespace from std to google. (csilvers) - -Fri Jan 14 16:53:32 2005 Google Inc. - - * sparsehash: initial release: - The sparsehash package contains several hash-map implementations, - similar in API to SGI's hash_map class, but with different - performance characteristics. sparse_hash_map uses very little - space overhead: 1-2 bits per entry. dense_hash_map is typically - faster than the default SGI STL implementation. This package - also includes hash-set analogues of these classes. - diff --git a/clipper/sparsehash-2.0.2/INSTALL b/clipper/sparsehash-2.0.2/INSTALL deleted file mode 100644 index 7d1c323..0000000 --- a/clipper/sparsehash-2.0.2/INSTALL +++ /dev/null @@ -1,365 +0,0 @@ -Installation Instructions -************************* - -Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, -2006, 2007, 2008, 2009 Free Software Foundation, Inc. - - Copying and distribution of this file, with or without modification, -are permitted in any medium without royalty provided the copyright -notice and this notice are preserved. This file is offered as-is, -without warranty of any kind. - -Basic Installation -================== - - Briefly, the shell commands `./configure; make; make install' should -configure, build, and install this package. The following -more-detailed instructions are generic; see the `README' file for -instructions specific to this package. Some packages provide this -`INSTALL' file but do not implement all of the features documented -below. The lack of an optional feature in a given package is not -necessarily a bug. More recommendations for GNU packages can be found -in *note Makefile Conventions: (standards)Makefile Conventions. - - The `configure' shell script attempts to guess correct values for -various system-dependent variables used during compilation. It uses -those values to create a `Makefile' in each directory of the package. -It may also create one or more `.h' files containing system-dependent -definitions. Finally, it creates a shell script `config.status' that -you can run in the future to recreate the current configuration, and a -file `config.log' containing compiler output (useful mainly for -debugging `configure'). - - It can also use an optional file (typically called `config.cache' -and enabled with `--cache-file=config.cache' or simply `-C') that saves -the results of its tests to speed up reconfiguring. Caching is -disabled by default to prevent problems with accidental use of stale -cache files. - - If you need to do unusual things to compile the package, please try -to figure out how `configure' could check whether to do them, and mail -diffs or instructions to the address given in the `README' so they can -be considered for the next release. If you are using the cache, and at -some point `config.cache' contains results you don't want to keep, you -may remove or edit it. - - The file `configure.ac' (or `configure.in') is used to create -`configure' by a program called `autoconf'. You need `configure.ac' if -you want to change it or regenerate `configure' using a newer version -of `autoconf'. - - The simplest way to compile this package is: - - 1. `cd' to the directory containing the package's source code and type - `./configure' to configure the package for your system. - - Running `configure' might take a while. While running, it prints - some messages telling which features it is checking for. - - 2. Type `make' to compile the package. - - 3. Optionally, type `make check' to run any self-tests that come with - the package, generally using the just-built uninstalled binaries. - - 4. Type `make install' to install the programs and any data files and - documentation. When installing into a prefix owned by root, it is - recommended that the package be configured and built as a regular - user, and only the `make install' phase executed with root - privileges. - - 5. Optionally, type `make installcheck' to repeat any self-tests, but - this time using the binaries in their final installed location. - This target does not install anything. Running this target as a - regular user, particularly if the prior `make install' required - root privileges, verifies that the installation completed - correctly. - - 6. You can remove the program binaries and object files from the - source code directory by typing `make clean'. To also remove the - files that `configure' created (so you can compile the package for - a different kind of computer), type `make distclean'. There is - also a `make maintainer-clean' target, but that is intended mainly - for the package's developers. If you use it, you may have to get - all sorts of other programs in order to regenerate files that came - with the distribution. - - 7. Often, you can also type `make uninstall' to remove the installed - files again. In practice, not all packages have tested that - uninstallation works correctly, even though it is required by the - GNU Coding Standards. - - 8. Some packages, particularly those that use Automake, provide `make - distcheck', which can by used by developers to test that all other - targets like `make install' and `make uninstall' work correctly. - This target is generally not run by end users. - -Compilers and Options -===================== - - Some systems require unusual options for compilation or linking that -the `configure' script does not know about. Run `./configure --help' -for details on some of the pertinent environment variables. - - You can give `configure' initial values for configuration parameters -by setting variables in the command line or in the environment. Here -is an example: - - ./configure CC=c99 CFLAGS=-g LIBS=-lposix - - *Note Defining Variables::, for more details. - -Compiling For Multiple Architectures -==================================== - - You can compile the package for more than one kind of computer at the -same time, by placing the object files for each architecture in their -own directory. To do this, you can use GNU `make'. `cd' to the -directory where you want the object files and executables to go and run -the `configure' script. `configure' automatically checks for the -source code in the directory that `configure' is in and in `..'. This -is known as a "VPATH" build. - - With a non-GNU `make', it is safer to compile the package for one -architecture at a time in the source code directory. After you have -installed the package for one architecture, use `make distclean' before -reconfiguring for another architecture. - - On MacOS X 10.5 and later systems, you can create libraries and -executables that work on multiple system types--known as "fat" or -"universal" binaries--by specifying multiple `-arch' options to the -compiler but only a single `-arch' option to the preprocessor. Like -this: - - ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ - CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ - CPP="gcc -E" CXXCPP="g++ -E" - - This is not guaranteed to produce working output in all cases, you -may have to build one architecture at a time and combine the results -using the `lipo' tool if you have problems. - -Installation Names -================== - - By default, `make install' installs the package's commands under -`/usr/local/bin', include files under `/usr/local/include', etc. You -can specify an installation prefix other than `/usr/local' by giving -`configure' the option `--prefix=PREFIX', where PREFIX must be an -absolute file name. - - You can specify separate installation prefixes for -architecture-specific files and architecture-independent files. If you -pass the option `--exec-prefix=PREFIX' to `configure', the package uses -PREFIX as the prefix for installing programs and libraries. -Documentation and other data files still use the regular prefix. - - In addition, if you use an unusual directory layout you can give -options like `--bindir=DIR' to specify different values for particular -kinds of files. Run `configure --help' for a list of the directories -you can set and what kinds of files go in them. In general, the -default for these options is expressed in terms of `${prefix}', so that -specifying just `--prefix' will affect all of the other directory -specifications that were not explicitly provided. - - The most portable way to affect installation locations is to pass the -correct locations to `configure'; however, many packages provide one or -both of the following shortcuts of passing variable assignments to the -`make install' command line to change installation locations without -having to reconfigure or recompile. - - The first method involves providing an override variable for each -affected directory. For example, `make install -prefix=/alternate/directory' will choose an alternate location for all -directory configuration variables that were expressed in terms of -`${prefix}'. Any directories that were specified during `configure', -but not in terms of `${prefix}', must each be overridden at install -time for the entire installation to be relocated. The approach of -makefile variable overrides for each directory variable is required by -the GNU Coding Standards, and ideally causes no recompilation. -However, some platforms have known limitations with the semantics of -shared libraries that end up requiring recompilation when using this -method, particularly noticeable in packages that use GNU Libtool. - - The second method involves providing the `DESTDIR' variable. For -example, `make install DESTDIR=/alternate/directory' will prepend -`/alternate/directory' before all installation names. The approach of -`DESTDIR' overrides is not required by the GNU Coding Standards, and -does not work on platforms that have drive letters. On the other hand, -it does better at avoiding recompilation issues, and works well even -when some directory options were not specified in terms of `${prefix}' -at `configure' time. - -Optional Features -================= - - If the package supports it, you can cause programs to be installed -with an extra prefix or suffix on their names by giving `configure' the -option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. - - Some packages pay attention to `--enable-FEATURE' options to -`configure', where FEATURE indicates an optional part of the package. -They may also pay attention to `--with-PACKAGE' options, where PACKAGE -is something like `gnu-as' or `x' (for the X Window System). The -`README' should mention any `--enable-' and `--with-' options that the -package recognizes. - - For packages that use the X Window System, `configure' can usually -find the X include and library files automatically, but if it doesn't, -you can use the `configure' options `--x-includes=DIR' and -`--x-libraries=DIR' to specify their locations. - - Some packages offer the ability to configure how verbose the -execution of `make' will be. For these packages, running `./configure ---enable-silent-rules' sets the default to minimal output, which can be -overridden with `make V=1'; while running `./configure ---disable-silent-rules' sets the default to verbose, which can be -overridden with `make V=0'. - -Particular systems -================== - - On HP-UX, the default C compiler is not ANSI C compatible. If GNU -CC is not installed, it is recommended to use the following options in -order to use an ANSI C compiler: - - ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" - -and if that doesn't work, install pre-built binaries of GCC for HP-UX. - - On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot -parse its `' header file. The option `-nodtk' can be used as -a workaround. If GNU CC is not installed, it is therefore recommended -to try - - ./configure CC="cc" - -and if that doesn't work, try - - ./configure CC="cc -nodtk" - - On Solaris, don't put `/usr/ucb' early in your `PATH'. This -directory contains several dysfunctional programs; working variants of -these programs are available in `/usr/bin'. So, if you need `/usr/ucb' -in your `PATH', put it _after_ `/usr/bin'. - - On Haiku, software installed for all users goes in `/boot/common', -not `/usr/local'. It is recommended to use the following options: - - ./configure --prefix=/boot/common - -Specifying the System Type -========================== - - There may be some features `configure' cannot figure out -automatically, but needs to determine by the type of machine the package -will run on. Usually, assuming the package is built to be run on the -_same_ architectures, `configure' can figure that out, but if it prints -a message saying it cannot guess the machine type, give it the -`--build=TYPE' option. TYPE can either be a short name for the system -type, such as `sun4', or a canonical name which has the form: - - CPU-COMPANY-SYSTEM - -where SYSTEM can have one of these forms: - - OS - KERNEL-OS - - See the file `config.sub' for the possible values of each field. If -`config.sub' isn't included in this package, then this package doesn't -need to know the machine type. - - If you are _building_ compiler tools for cross-compiling, you should -use the option `--target=TYPE' to select the type of system they will -produce code for. - - If you want to _use_ a cross compiler, that generates code for a -platform different from the build platform, you should specify the -"host" platform (i.e., that on which the generated programs will -eventually be run) with `--host=TYPE'. - -Sharing Defaults -================ - - If you want to set default values for `configure' scripts to share, -you can create a site shell script called `config.site' that gives -default values for variables like `CC', `cache_file', and `prefix'. -`configure' looks for `PREFIX/share/config.site' if it exists, then -`PREFIX/etc/config.site' if it exists. Or, you can set the -`CONFIG_SITE' environment variable to the location of the site script. -A warning: not all `configure' scripts look for a site script. - -Defining Variables -================== - - Variables not defined in a site shell script can be set in the -environment passed to `configure'. However, some packages may run -configure again during the build, and the customized values of these -variables may be lost. In order to avoid this problem, you should set -them in the `configure' command line, using `VAR=value'. For example: - - ./configure CC=/usr/local2/bin/gcc - -causes the specified `gcc' to be used as the C compiler (unless it is -overridden in the site shell script). - -Unfortunately, this technique does not work for `CONFIG_SHELL' due to -an Autoconf bug. Until the bug is fixed you can use this workaround: - - CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash - -`configure' Invocation -====================== - - `configure' recognizes the following options to control how it -operates. - -`--help' -`-h' - Print a summary of all of the options to `configure', and exit. - -`--help=short' -`--help=recursive' - Print a summary of the options unique to this package's - `configure', and exit. The `short' variant lists options used - only in the top level, while the `recursive' variant lists options - also present in any nested packages. - -`--version' -`-V' - Print the version of Autoconf used to generate the `configure' - script, and exit. - -`--cache-file=FILE' - Enable the cache: use and save the results of the tests in FILE, - traditionally `config.cache'. FILE defaults to `/dev/null' to - disable caching. - -`--config-cache' -`-C' - Alias for `--cache-file=config.cache'. - -`--quiet' -`--silent' -`-q' - Do not print messages saying which checks are being made. To - suppress all normal output, redirect it to `/dev/null' (any error - messages will still be shown). - -`--srcdir=DIR' - Look for the package's source code in directory DIR. Usually - `configure' can determine that directory automatically. - -`--prefix=DIR' - Use DIR as the installation prefix. *note Installation Names:: - for more details, including other options available for fine-tuning - the installation locations. - -`--no-create' -`-n' - Run the configure checks, but stop before creating any output - files. - -`configure' also accepts some other, not widely useful, options. Run -`configure --help' for more details. - diff --git a/clipper/sparsehash-2.0.2/Makefile.am b/clipper/sparsehash-2.0.2/Makefile.am deleted file mode 100644 index 0cd4bd8..0000000 --- a/clipper/sparsehash-2.0.2/Makefile.am +++ /dev/null @@ -1,229 +0,0 @@ -## Process this file with automake to produce Makefile.in - -# Make sure that when we re-make ./configure, we get the macros we need -ACLOCAL_AMFLAGS = -I m4 - -# This is so we can #include -AM_CPPFLAGS = -I$(top_srcdir)/src - -# These are good warnings to turn on by default -if GCC -AM_CXXFLAGS = -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -endif - -docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION) -## This is for HTML and other documentation you want to install. -## Add your documentation files (in doc/) in addition to these boilerplate -## Also add a TODO file if you have one -dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README README_windows.txt \ - TODO \ - doc/dense_hash_map.html \ - doc/dense_hash_set.html \ - doc/sparse_hash_map.html \ - doc/sparse_hash_set.html \ - doc/sparsetable.html \ - doc/implementation.html \ - doc/performance.html \ - doc/index.html \ - doc/designstyle.css - -## The libraries (.so's) you want to install -lib_LTLIBRARIES = -## The location of the windows project file for each binary we make -WINDOWS_PROJECTS = sparsehash.sln - -## unittests you want to run when people type 'make check'. -## TESTS is for binary unittests, check_SCRIPTS for script-based unittests. -## TESTS_ENVIRONMENT sets environment variables for when you run unittest, -## but it only seems to take effect for *binary* unittests (argh!) -TESTS = -check_SCRIPTS = -TESTS_ENVIRONMENT = - -## This should always include $(TESTS), but may also include other -## binaries that you compile but don't want automatically installed. -noinst_PROGRAMS = $(TESTS) time_hash_map -WINDOWS_PROJECTS += vsprojects/time_hash_map/time_hash_map.vcproj - - -## vvvv RULES TO MAKE THE LIBRARIES, BINARIES, AND UNITTESTS - -# All our .h files need to read the config information in config.h. The -# autoheader config.h has too much info, including PACKAGENAME, that -# might conflict with other config.h's an application might #include. -# Thus, we create a "minimal" config.h, called sparseconfig.h, that -# includes only the #defines we really need, and that are unlikely to -# change from system to system. NOTE: The awk command is equivalent to -# fgrep -B2 -f$(top_builddir)/src/config.h.include $(top_builddir)/src/config.h -# | fgrep -vx -e -- > _sparsehash_config -# For correctness, it depends on the fact config.h.include does not have -# any lines starting with #. -src/sparsehash/internal/sparseconfig.h: $(top_builddir)/src/config.h \ - $(top_srcdir)/src/config.h.include - [ -d $(@D) ] || mkdir -p $(@D) - echo "/*" > $(@D)/_sparsehash_config - echo " * NOTE: This file is for internal use only." >> $(@D)/_sparsehash_config - echo " * Do not use these #defines in your own program!" >> $(@D)/_sparsehash_config - echo " */" >> $(@D)/_sparsehash_config - $(AWK) '{prevline=currline; currline=$$0;} \ - /^#/ {in_second_file = 1;} \ - !in_second_file {if (currline !~ /^ *$$/) {inc[currline]=0}}; \ - in_second_file { for (i in inc) { \ - if (index(currline, i) != 0) { \ - print "\n"prevline"\n"currline; \ - delete inc[i]; \ - } \ - } }' \ - $(top_srcdir)/src/config.h.include $(top_builddir)/src/config.h \ - >> $(@D)/_sparsehash_config - mv -f $(@D)/_sparsehash_config $@ -# This is how we tell automake about auto-generated .h files -BUILT_SOURCES = src/sparsehash/internal/sparseconfig.h -CLEANFILES = src/sparsehash/internal/sparseconfig.h - -sparsehashincludedir = $(includedir)/sparsehash -## The .h files you want to install (that is, .h files that people -## who install this package can include in their own applications.) -sparsehashinclude_HEADERS = \ - src/sparsehash/dense_hash_map \ - src/sparsehash/dense_hash_set \ - src/sparsehash/sparse_hash_map \ - src/sparsehash/sparse_hash_set \ - src/sparsehash/sparsetable \ - src/sparsehash/template_util.h \ - src/sparsehash/type_traits.h - -internalincludedir = $(sparsehashincludedir)/internal -internalinclude_HEADERS = \ - src/sparsehash/internal/densehashtable.h \ - src/sparsehash/internal/sparsehashtable.h \ - src/sparsehash/internal/hashtable-common.h \ - src/sparsehash/internal/libc_allocator_with_realloc.h -nodist_internalinclude_HEADERS = src/sparsehash/internal/sparseconfig.h - -# This is for backwards compatibility only. -googleincludedir = $(includedir)/google -googleinclude_HEADERS = \ - src/google/dense_hash_map \ - src/google/dense_hash_set \ - src/google/sparse_hash_map \ - src/google/sparse_hash_set \ - src/google/sparsetable \ - src/google/template_util.h \ - src/google/type_traits.h - -googleinternalincludedir = $(includedir)/google/sparsehash -googleinternalinclude_HEADERS= \ - src/google/sparsehash/densehashtable.h \ - src/google/sparsehash/sparsehashtable.h \ - src/google/sparsehash/hashtable-common.h \ - src/google/sparsehash/libc_allocator_with_realloc.h - -TESTS += template_util_unittest -# TODO(csilvers): Update windows projects for template_util_unittest. -# WINDOWS_PROJECTS += vsprojects/template_util_unittest/template_util_unittest.vcproj -template_util_unittest_SOURCES = \ - src/template_util_unittest.cc \ - src/sparsehash/template_util.h -nodist_template_util_unittest_SOURCES = $(nodist_internalinclude_HEADERS) - -TESTS += type_traits_unittest -WINDOWS_PROJECTS += vsprojects/type_traits_unittest/type_traits_unittest.vcproj -type_traits_unittest_SOURCES = \ - src/type_traits_unittest.cc \ - $(internalinclude_HEADERS) \ - src/sparsehash/type_traits.h -nodist_type_traits_unittest_SOURCES = $(nodist_internalinclude_HEADERS) - -TESTS += libc_allocator_with_realloc_test -WINDOWS_PROJECTS += vsprojects/libc_allocator_with_realloc_test/libc_allocator_with_realloc_test.vcproj -libc_allocator_with_realloc_test_SOURCES = \ - src/libc_allocator_with_realloc_test.cc \ - $(internalinclude_HEADERS) \ - src/sparsehash/internal/libc_allocator_with_realloc.h - - -TESTS += sparsetable_unittest -WINDOWS_PROJECTS += vsprojects/sparsetable_unittest/sparsetable_unittest.vcproj -sparsetable_unittest_SOURCES = \ - src/sparsetable_unittest.cc \ - $(internalinclude_HEADERS) \ - src/sparsehash/sparsetable -nodist_sparsetable_unittest_SOURCES = $(nodist_internalinclude_HEADERS) - -TESTS += hashtable_test -WINDOWS_PROJECTS += vsprojects/hashtable_test/hashtable_test.vcproj -hashtable_test_SOURCES = \ - src/hashtable_test.cc \ - src/hash_test_interface.h \ - src/testutil.h \ - $(sparsehashinclude_HEADERS) \ - $(internalinclude_HEADERS) -nodist_hashtable_test_SOURCES = $(nodist_internalinclude_HEADERS) - -TESTS += simple_test -WINDOWS_PROJECTS += vsprojects/simple_test/simple_test.vcproj -simple_test_SOURCES = \ - src/simple_test.cc \ - $(internalinclude_HEADERS) -nodist_simple_test_SOURCES = $(nodist_internalinclude_HEADERS) - -TESTS += simple_compat_test -simple_compat_test_SOURCES = \ - src/simple_compat_test.cc \ - $(internalinclude_HEADERS) \ - $(googleinclude_HEADERS) \ - $(googleinternalinclude_HEADERS) -nodist_simple_compat_test_SOURCES = $(nodist_internalinclude_HEADERS) - -time_hash_map_SOURCES = \ - src/time_hash_map.cc \ - $(internalinclude_HEADERS) \ - $(sparsehashinclude_HEADERS) -nodist_time_hash_map_SOURCES = $(nodist_internalinclude_HEADERS) - -# If tcmalloc is installed, use it with time_hash_map; it gives us -# heap-usage statistics for the hash_map routines, which is very nice -time_hash_map_CXXFLAGS = @tcmalloc_flags@ $(AM_CXXFLAGS) -time_hash_map_LDFLAGS = @tcmalloc_flags@ -time_hash_map_LDADD = @tcmalloc_libs@ - -## ^^^^ END OF RULES TO MAKE THE LIBRARIES, BINARIES, AND UNITTESTS - - -rpm: dist-gzip packages/rpm.sh packages/rpm/rpm.spec - @cd packages && ./rpm.sh ${PACKAGE} ${VERSION} - -deb: dist-gzip packages/deb.sh packages/deb/* - @cd packages && ./deb.sh ${PACKAGE} ${VERSION} - -# http://linux.die.net/man/1/pkg-config, http://pkg-config.freedesktop.org/wiki -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = lib${PACKAGE}.pc -CLEANFILES += $(pkgconfig_DATA) - -# I get the description and URL lines from the rpm spec. I use sed to -# try to rewrite exec_prefix, libdir, and includedir in terms of -# prefix, if possible. -lib${PACKAGE}.pc: Makefile packages/rpm/rpm.spec - echo 'prefix=$(prefix)' > "$@".tmp - echo 'exec_prefix='`echo '$(exec_prefix)' | sed 's@^$(prefix)@$${prefix}@'` >> "$@".tmp - echo 'libdir='`echo '$(libdir)' | sed 's@^$(exec_prefix)@$${exec_prefix}@'` >> "$@".tmp - echo 'includedir='`echo '$(includedir)' | sed 's@^$(prefix)@$${prefix}@'` >> "$@".tmp - echo '' >> "$@".tmp - echo 'Name: $(PACKAGE)' >> "$@".tmp - echo 'Version: $(VERSION)' >> "$@".tmp - -grep '^Summary:' $(top_srcdir)/packages/rpm/rpm.spec | sed s/^Summary:/Description:/ | head -n1 >> "$@".tmp - -grep '^URL: ' $(top_srcdir)/packages/rpm/rpm.spec >> "$@".tmp - echo 'Requires:' >> "$@".tmp - echo 'Libs:' >> "$@".tmp - echo 'Cflags: -I$${includedir}' >> "$@".tmp - mv -f "$@".tmp "$@" - -# Windows wants write permission to .vcproj files and maybe even sln files. -dist-hook: - test -e "$(distdir)/vsprojects" \ - && chmod -R u+w $(distdir)/*.sln $(distdir)/vsprojects/ - -EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec packages/deb.sh packages/deb \ - src/config.h.include src/windows $(WINDOWS_PROJECTS) experimental diff --git a/clipper/sparsehash-2.0.2/Makefile.in b/clipper/sparsehash-2.0.2/Makefile.in deleted file mode 100644 index 83bca9b..0000000 --- a/clipper/sparsehash-2.0.2/Makefile.in +++ /dev/null @@ -1,1336 +0,0 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - - - - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkglibexecdir = $(libexecdir)/@PACKAGE@ -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -build_triplet = @build@ -host_triplet = @host@ -TESTS = template_util_unittest$(EXEEXT) type_traits_unittest$(EXEEXT) \ - libc_allocator_with_realloc_test$(EXEEXT) \ - sparsetable_unittest$(EXEEXT) hashtable_test$(EXEEXT) \ - simple_test$(EXEEXT) simple_compat_test$(EXEEXT) -noinst_PROGRAMS = $(am__EXEEXT_1) time_hash_map$(EXEEXT) -subdir = . -DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \ - $(googleinclude_HEADERS) $(googleinternalinclude_HEADERS) \ - $(internalinclude_HEADERS) $(sparsehashinclude_HEADERS) \ - $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ - $(top_srcdir)/configure $(top_srcdir)/src/config.h.in AUTHORS \ - COPYING ChangeLog INSTALL NEWS TODO config.guess config.sub \ - depcomp install-sh missing -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \ - $(top_srcdir)/m4/google_namespace.m4 \ - $(top_srcdir)/m4/namespaces.m4 $(top_srcdir)/m4/stl_hash.m4 \ - $(top_srcdir)/m4/stl_hash_fun.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ - configure.lineno config.status.lineno -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/src/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; -am__install_max = 40 -am__nobase_strip_setup = \ - srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` -am__nobase_strip = \ - for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" -am__nobase_list = $(am__nobase_strip_setup); \ - for p in $$list; do echo "$$p $$p"; done | \ - sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ - $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ - if (++n[$$2] == $(am__install_max)) \ - { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ - END { for (dir in files) print dir, files[dir] }' -am__base_list = \ - sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' -am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)" \ - "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(googleincludedir)" \ - "$(DESTDIR)$(googleinternalincludedir)" \ - "$(DESTDIR)$(internalincludedir)" \ - "$(DESTDIR)$(internalincludedir)" \ - "$(DESTDIR)$(sparsehashincludedir)" -LTLIBRARIES = $(lib_LTLIBRARIES) -am__EXEEXT_1 = template_util_unittest$(EXEEXT) \ - type_traits_unittest$(EXEEXT) \ - libc_allocator_with_realloc_test$(EXEEXT) \ - sparsetable_unittest$(EXEEXT) hashtable_test$(EXEEXT) \ - simple_test$(EXEEXT) simple_compat_test$(EXEEXT) -PROGRAMS = $(noinst_PROGRAMS) -am__objects_1 = -am_hashtable_test_OBJECTS = hashtable_test.$(OBJEXT) $(am__objects_1) \ - $(am__objects_1) -nodist_hashtable_test_OBJECTS = $(am__objects_1) -hashtable_test_OBJECTS = $(am_hashtable_test_OBJECTS) \ - $(nodist_hashtable_test_OBJECTS) -hashtable_test_LDADD = $(LDADD) -am_libc_allocator_with_realloc_test_OBJECTS = \ - libc_allocator_with_realloc_test.$(OBJEXT) $(am__objects_1) -libc_allocator_with_realloc_test_OBJECTS = \ - $(am_libc_allocator_with_realloc_test_OBJECTS) -libc_allocator_with_realloc_test_LDADD = $(LDADD) -am_simple_compat_test_OBJECTS = simple_compat_test.$(OBJEXT) \ - $(am__objects_1) $(am__objects_1) $(am__objects_1) -nodist_simple_compat_test_OBJECTS = $(am__objects_1) -simple_compat_test_OBJECTS = $(am_simple_compat_test_OBJECTS) \ - $(nodist_simple_compat_test_OBJECTS) -simple_compat_test_LDADD = $(LDADD) -am_simple_test_OBJECTS = simple_test.$(OBJEXT) $(am__objects_1) -nodist_simple_test_OBJECTS = $(am__objects_1) -simple_test_OBJECTS = $(am_simple_test_OBJECTS) \ - $(nodist_simple_test_OBJECTS) -simple_test_LDADD = $(LDADD) -am_sparsetable_unittest_OBJECTS = sparsetable_unittest.$(OBJEXT) \ - $(am__objects_1) -nodist_sparsetable_unittest_OBJECTS = $(am__objects_1) -sparsetable_unittest_OBJECTS = $(am_sparsetable_unittest_OBJECTS) \ - $(nodist_sparsetable_unittest_OBJECTS) -sparsetable_unittest_LDADD = $(LDADD) -am_template_util_unittest_OBJECTS = template_util_unittest.$(OBJEXT) -nodist_template_util_unittest_OBJECTS = $(am__objects_1) -template_util_unittest_OBJECTS = $(am_template_util_unittest_OBJECTS) \ - $(nodist_template_util_unittest_OBJECTS) -template_util_unittest_LDADD = $(LDADD) -am_time_hash_map_OBJECTS = time_hash_map-time_hash_map.$(OBJEXT) \ - $(am__objects_1) $(am__objects_1) -nodist_time_hash_map_OBJECTS = $(am__objects_1) -time_hash_map_OBJECTS = $(am_time_hash_map_OBJECTS) \ - $(nodist_time_hash_map_OBJECTS) -time_hash_map_DEPENDENCIES = -time_hash_map_LINK = $(CXXLD) $(time_hash_map_CXXFLAGS) $(CXXFLAGS) \ - $(time_hash_map_LDFLAGS) $(LDFLAGS) -o $@ -am_type_traits_unittest_OBJECTS = type_traits_unittest.$(OBJEXT) \ - $(am__objects_1) -nodist_type_traits_unittest_OBJECTS = $(am__objects_1) -type_traits_unittest_OBJECTS = $(am_type_traits_unittest_OBJECTS) \ - $(nodist_type_traits_unittest_OBJECTS) -type_traits_unittest_LDADD = $(LDADD) -DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles -am__mv = mv -f -CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -CXXLD = $(CXX) -CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ - -o $@ -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -CCLD = $(CC) -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -SOURCES = $(hashtable_test_SOURCES) $(nodist_hashtable_test_SOURCES) \ - $(libc_allocator_with_realloc_test_SOURCES) \ - $(simple_compat_test_SOURCES) \ - $(nodist_simple_compat_test_SOURCES) $(simple_test_SOURCES) \ - $(nodist_simple_test_SOURCES) $(sparsetable_unittest_SOURCES) \ - $(nodist_sparsetable_unittest_SOURCES) \ - $(template_util_unittest_SOURCES) \ - $(nodist_template_util_unittest_SOURCES) \ - $(time_hash_map_SOURCES) $(nodist_time_hash_map_SOURCES) \ - $(type_traits_unittest_SOURCES) \ - $(nodist_type_traits_unittest_SOURCES) -DIST_SOURCES = $(hashtable_test_SOURCES) \ - $(libc_allocator_with_realloc_test_SOURCES) \ - $(simple_compat_test_SOURCES) $(simple_test_SOURCES) \ - $(sparsetable_unittest_SOURCES) \ - $(template_util_unittest_SOURCES) $(time_hash_map_SOURCES) \ - $(type_traits_unittest_SOURCES) -DATA = $(dist_doc_DATA) $(pkgconfig_DATA) -HEADERS = $(googleinclude_HEADERS) $(googleinternalinclude_HEADERS) \ - $(internalinclude_HEADERS) $(nodist_internalinclude_HEADERS) \ - $(sparsehashinclude_HEADERS) -ETAGS = etags -CTAGS = ctags -am__tty_colors = \ -red=; grn=; lgn=; blu=; std= -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -distdir = $(PACKAGE)-$(VERSION) -top_distdir = $(distdir) -am__remove_distdir = \ - { test ! -d "$(distdir)" \ - || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ - && rm -fr "$(distdir)"; }; } -DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip -GZIP_ENV = --best -distuninstallcheck_listfiles = find . -type f -print -distcleancheck_listfiles = find . -type f -print -ACLOCAL = @ACLOCAL@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ -CXXDEPMODE = @CXXDEPMODE@ -CXXFLAGS = @CXXFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GREP = @GREP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_URL = @PACKAGE_URL@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PTHREAD_CC = @PTHREAD_CC@ -PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ -PTHREAD_LIBS = @PTHREAD_LIBS@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -VERSION = @VERSION@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_CXX = @ac_ct_CXX@ -acx_pthread_config = @acx_pthread_config@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION) -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -tcmalloc_flags = @tcmalloc_flags@ -tcmalloc_libs = @tcmalloc_libs@ -top_build_prefix = @top_build_prefix@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ - -# Make sure that when we re-make ./configure, we get the macros we need -ACLOCAL_AMFLAGS = -I m4 - -# This is so we can #include -AM_CPPFLAGS = -I$(top_srcdir)/src - -# These are good warnings to turn on by default -@GCC_TRUE@AM_CXXFLAGS = -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README README_windows.txt \ - TODO \ - doc/dense_hash_map.html \ - doc/dense_hash_set.html \ - doc/sparse_hash_map.html \ - doc/sparse_hash_set.html \ - doc/sparsetable.html \ - doc/implementation.html \ - doc/performance.html \ - doc/index.html \ - doc/designstyle.css - -lib_LTLIBRARIES = -WINDOWS_PROJECTS = sparsehash.sln \ - vsprojects/time_hash_map/time_hash_map.vcproj \ - vsprojects/type_traits_unittest/type_traits_unittest.vcproj \ - vsprojects/libc_allocator_with_realloc_test/libc_allocator_with_realloc_test.vcproj \ - vsprojects/sparsetable_unittest/sparsetable_unittest.vcproj \ - vsprojects/hashtable_test/hashtable_test.vcproj \ - vsprojects/simple_test/simple_test.vcproj -check_SCRIPTS = -TESTS_ENVIRONMENT = -# This is how we tell automake about auto-generated .h files -BUILT_SOURCES = src/sparsehash/internal/sparseconfig.h -CLEANFILES = src/sparsehash/internal/sparseconfig.h $(pkgconfig_DATA) -sparsehashincludedir = $(includedir)/sparsehash -sparsehashinclude_HEADERS = \ - src/sparsehash/dense_hash_map \ - src/sparsehash/dense_hash_set \ - src/sparsehash/sparse_hash_map \ - src/sparsehash/sparse_hash_set \ - src/sparsehash/sparsetable \ - src/sparsehash/template_util.h \ - src/sparsehash/type_traits.h - -internalincludedir = $(sparsehashincludedir)/internal -internalinclude_HEADERS = \ - src/sparsehash/internal/densehashtable.h \ - src/sparsehash/internal/sparsehashtable.h \ - src/sparsehash/internal/hashtable-common.h \ - src/sparsehash/internal/libc_allocator_with_realloc.h - -nodist_internalinclude_HEADERS = src/sparsehash/internal/sparseconfig.h - -# This is for backwards compatibility only. -googleincludedir = $(includedir)/google -googleinclude_HEADERS = \ - src/google/dense_hash_map \ - src/google/dense_hash_set \ - src/google/sparse_hash_map \ - src/google/sparse_hash_set \ - src/google/sparsetable \ - src/google/template_util.h \ - src/google/type_traits.h - -googleinternalincludedir = $(includedir)/google/sparsehash -googleinternalinclude_HEADERS = \ - src/google/sparsehash/densehashtable.h \ - src/google/sparsehash/sparsehashtable.h \ - src/google/sparsehash/hashtable-common.h \ - src/google/sparsehash/libc_allocator_with_realloc.h - -# TODO(csilvers): Update windows projects for template_util_unittest. -# WINDOWS_PROJECTS += vsprojects/template_util_unittest/template_util_unittest.vcproj -template_util_unittest_SOURCES = \ - src/template_util_unittest.cc \ - src/sparsehash/template_util.h - -nodist_template_util_unittest_SOURCES = $(nodist_internalinclude_HEADERS) -type_traits_unittest_SOURCES = \ - src/type_traits_unittest.cc \ - $(internalinclude_HEADERS) \ - src/sparsehash/type_traits.h - -nodist_type_traits_unittest_SOURCES = $(nodist_internalinclude_HEADERS) -libc_allocator_with_realloc_test_SOURCES = \ - src/libc_allocator_with_realloc_test.cc \ - $(internalinclude_HEADERS) \ - src/sparsehash/internal/libc_allocator_with_realloc.h - -sparsetable_unittest_SOURCES = \ - src/sparsetable_unittest.cc \ - $(internalinclude_HEADERS) \ - src/sparsehash/sparsetable - -nodist_sparsetable_unittest_SOURCES = $(nodist_internalinclude_HEADERS) -hashtable_test_SOURCES = \ - src/hashtable_test.cc \ - src/hash_test_interface.h \ - src/testutil.h \ - $(sparsehashinclude_HEADERS) \ - $(internalinclude_HEADERS) - -nodist_hashtable_test_SOURCES = $(nodist_internalinclude_HEADERS) -simple_test_SOURCES = \ - src/simple_test.cc \ - $(internalinclude_HEADERS) - -nodist_simple_test_SOURCES = $(nodist_internalinclude_HEADERS) -simple_compat_test_SOURCES = \ - src/simple_compat_test.cc \ - $(internalinclude_HEADERS) \ - $(googleinclude_HEADERS) \ - $(googleinternalinclude_HEADERS) - -nodist_simple_compat_test_SOURCES = $(nodist_internalinclude_HEADERS) -time_hash_map_SOURCES = \ - src/time_hash_map.cc \ - $(internalinclude_HEADERS) \ - $(sparsehashinclude_HEADERS) - -nodist_time_hash_map_SOURCES = $(nodist_internalinclude_HEADERS) - -# If tcmalloc is installed, use it with time_hash_map; it gives us -# heap-usage statistics for the hash_map routines, which is very nice -time_hash_map_CXXFLAGS = @tcmalloc_flags@ $(AM_CXXFLAGS) -time_hash_map_LDFLAGS = @tcmalloc_flags@ -time_hash_map_LDADD = @tcmalloc_libs@ - -# http://linux.die.net/man/1/pkg-config, http://pkg-config.freedesktop.org/wiki -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = lib${PACKAGE}.pc -EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec packages/deb.sh packages/deb \ - src/config.h.include src/windows $(WINDOWS_PROJECTS) experimental - -all: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) all-am - -.SUFFIXES: -.SUFFIXES: .cc .o .obj -am--refresh: - @: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ - $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - echo ' $(SHELL) ./config.status'; \ - $(SHELL) ./config.status;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - $(SHELL) ./config.status --recheck - -$(top_srcdir)/configure: $(am__configure_deps) - $(am__cd) $(srcdir) && $(AUTOCONF) -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) -$(am__aclocal_m4_deps): - -src/config.h: src/stamp-h1 - @if test ! -f $@; then \ - rm -f src/stamp-h1; \ - $(MAKE) $(AM_MAKEFLAGS) src/stamp-h1; \ - else :; fi - -src/stamp-h1: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status - @rm -f src/stamp-h1 - cd $(top_builddir) && $(SHELL) ./config.status src/config.h -$(top_srcdir)/src/config.h.in: $(am__configure_deps) - ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) - rm -f src/stamp-h1 - touch $@ - -distclean-hdr: - -rm -f src/config.h src/stamp-h1 -install-libLTLIBRARIES: $(lib_LTLIBRARIES) - @$(NORMAL_INSTALL) - test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" - @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ - list2=; for p in $$list; do \ - if test -f $$p; then \ - list2="$$list2 $$p"; \ - else :; fi; \ - done; \ - test -z "$$list2" || { \ - echo " $(INSTALL) $(INSTALL_STRIP_FLAG) $$list '$(DESTDIR)$(libdir)'"; \ - $(INSTALL) $(INSTALL_STRIP_FLAG) $$list "$(DESTDIR)$(libdir)"; \ - } - -uninstall-libLTLIBRARIES: - @$(NORMAL_UNINSTALL) - @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ - for p in $$list; do \ - $(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(libdir)/$$f'"; \ - rm -f "$(DESTDIR)$(libdir)/$$f"; \ - done - -clean-libLTLIBRARIES: - -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) - @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ - dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ - test "$$dir" != "$$p" || dir=.; \ - echo "rm -f \"$${dir}/so_locations\""; \ - rm -f "$${dir}/so_locations"; \ - done - -clean-noinstPROGRAMS: - -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) -hashtable_test$(EXEEXT): $(hashtable_test_OBJECTS) $(hashtable_test_DEPENDENCIES) - @rm -f hashtable_test$(EXEEXT) - $(CXXLINK) $(hashtable_test_OBJECTS) $(hashtable_test_LDADD) $(LIBS) -libc_allocator_with_realloc_test$(EXEEXT): $(libc_allocator_with_realloc_test_OBJECTS) $(libc_allocator_with_realloc_test_DEPENDENCIES) - @rm -f libc_allocator_with_realloc_test$(EXEEXT) - $(CXXLINK) $(libc_allocator_with_realloc_test_OBJECTS) $(libc_allocator_with_realloc_test_LDADD) $(LIBS) -simple_compat_test$(EXEEXT): $(simple_compat_test_OBJECTS) $(simple_compat_test_DEPENDENCIES) - @rm -f simple_compat_test$(EXEEXT) - $(CXXLINK) $(simple_compat_test_OBJECTS) $(simple_compat_test_LDADD) $(LIBS) -simple_test$(EXEEXT): $(simple_test_OBJECTS) $(simple_test_DEPENDENCIES) - @rm -f simple_test$(EXEEXT) - $(CXXLINK) $(simple_test_OBJECTS) $(simple_test_LDADD) $(LIBS) -sparsetable_unittest$(EXEEXT): $(sparsetable_unittest_OBJECTS) $(sparsetable_unittest_DEPENDENCIES) - @rm -f sparsetable_unittest$(EXEEXT) - $(CXXLINK) $(sparsetable_unittest_OBJECTS) $(sparsetable_unittest_LDADD) $(LIBS) -template_util_unittest$(EXEEXT): $(template_util_unittest_OBJECTS) $(template_util_unittest_DEPENDENCIES) - @rm -f template_util_unittest$(EXEEXT) - $(CXXLINK) $(template_util_unittest_OBJECTS) $(template_util_unittest_LDADD) $(LIBS) -time_hash_map$(EXEEXT): $(time_hash_map_OBJECTS) $(time_hash_map_DEPENDENCIES) - @rm -f time_hash_map$(EXEEXT) - $(time_hash_map_LINK) $(time_hash_map_OBJECTS) $(time_hash_map_LDADD) $(LIBS) -type_traits_unittest$(EXEEXT): $(type_traits_unittest_OBJECTS) $(type_traits_unittest_DEPENDENCIES) - @rm -f type_traits_unittest$(EXEEXT) - $(CXXLINK) $(type_traits_unittest_OBJECTS) $(type_traits_unittest_LDADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashtable_test.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libc_allocator_with_realloc_test.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple_compat_test.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple_test.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparsetable_unittest.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/template_util_unittest.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time_hash_map-time_hash_map.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/type_traits_unittest.Po@am__quote@ - -.cc.o: -@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< - -.cc.obj: -@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -hashtable_test.o: src/hashtable_test.cc -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT hashtable_test.o -MD -MP -MF $(DEPDIR)/hashtable_test.Tpo -c -o hashtable_test.o `test -f 'src/hashtable_test.cc' || echo '$(srcdir)/'`src/hashtable_test.cc -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/hashtable_test.Tpo $(DEPDIR)/hashtable_test.Po -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/hashtable_test.cc' object='hashtable_test.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o hashtable_test.o `test -f 'src/hashtable_test.cc' || echo '$(srcdir)/'`src/hashtable_test.cc - -hashtable_test.obj: src/hashtable_test.cc -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT hashtable_test.obj -MD -MP -MF $(DEPDIR)/hashtable_test.Tpo -c -o hashtable_test.obj `if test -f 'src/hashtable_test.cc'; then $(CYGPATH_W) 'src/hashtable_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/hashtable_test.cc'; fi` -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/hashtable_test.Tpo $(DEPDIR)/hashtable_test.Po -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/hashtable_test.cc' object='hashtable_test.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o hashtable_test.obj `if test -f 'src/hashtable_test.cc'; then $(CYGPATH_W) 'src/hashtable_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/hashtable_test.cc'; fi` - -libc_allocator_with_realloc_test.o: src/libc_allocator_with_realloc_test.cc -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libc_allocator_with_realloc_test.o -MD -MP -MF $(DEPDIR)/libc_allocator_with_realloc_test.Tpo -c -o libc_allocator_with_realloc_test.o `test -f 'src/libc_allocator_with_realloc_test.cc' || echo '$(srcdir)/'`src/libc_allocator_with_realloc_test.cc -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libc_allocator_with_realloc_test.Tpo $(DEPDIR)/libc_allocator_with_realloc_test.Po -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/libc_allocator_with_realloc_test.cc' object='libc_allocator_with_realloc_test.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libc_allocator_with_realloc_test.o `test -f 'src/libc_allocator_with_realloc_test.cc' || echo '$(srcdir)/'`src/libc_allocator_with_realloc_test.cc - -libc_allocator_with_realloc_test.obj: src/libc_allocator_with_realloc_test.cc -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libc_allocator_with_realloc_test.obj -MD -MP -MF $(DEPDIR)/libc_allocator_with_realloc_test.Tpo -c -o libc_allocator_with_realloc_test.obj `if test -f 'src/libc_allocator_with_realloc_test.cc'; then $(CYGPATH_W) 'src/libc_allocator_with_realloc_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/libc_allocator_with_realloc_test.cc'; fi` -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libc_allocator_with_realloc_test.Tpo $(DEPDIR)/libc_allocator_with_realloc_test.Po -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/libc_allocator_with_realloc_test.cc' object='libc_allocator_with_realloc_test.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libc_allocator_with_realloc_test.obj `if test -f 'src/libc_allocator_with_realloc_test.cc'; then $(CYGPATH_W) 'src/libc_allocator_with_realloc_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/libc_allocator_with_realloc_test.cc'; fi` - -simple_compat_test.o: src/simple_compat_test.cc -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT simple_compat_test.o -MD -MP -MF $(DEPDIR)/simple_compat_test.Tpo -c -o simple_compat_test.o `test -f 'src/simple_compat_test.cc' || echo '$(srcdir)/'`src/simple_compat_test.cc -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/simple_compat_test.Tpo $(DEPDIR)/simple_compat_test.Po -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/simple_compat_test.cc' object='simple_compat_test.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o simple_compat_test.o `test -f 'src/simple_compat_test.cc' || echo '$(srcdir)/'`src/simple_compat_test.cc - -simple_compat_test.obj: src/simple_compat_test.cc -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT simple_compat_test.obj -MD -MP -MF $(DEPDIR)/simple_compat_test.Tpo -c -o simple_compat_test.obj `if test -f 'src/simple_compat_test.cc'; then $(CYGPATH_W) 'src/simple_compat_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/simple_compat_test.cc'; fi` -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/simple_compat_test.Tpo $(DEPDIR)/simple_compat_test.Po -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/simple_compat_test.cc' object='simple_compat_test.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o simple_compat_test.obj `if test -f 'src/simple_compat_test.cc'; then $(CYGPATH_W) 'src/simple_compat_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/simple_compat_test.cc'; fi` - -simple_test.o: src/simple_test.cc -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT simple_test.o -MD -MP -MF $(DEPDIR)/simple_test.Tpo -c -o simple_test.o `test -f 'src/simple_test.cc' || echo '$(srcdir)/'`src/simple_test.cc -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/simple_test.Tpo $(DEPDIR)/simple_test.Po -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/simple_test.cc' object='simple_test.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o simple_test.o `test -f 'src/simple_test.cc' || echo '$(srcdir)/'`src/simple_test.cc - -simple_test.obj: src/simple_test.cc -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT simple_test.obj -MD -MP -MF $(DEPDIR)/simple_test.Tpo -c -o simple_test.obj `if test -f 'src/simple_test.cc'; then $(CYGPATH_W) 'src/simple_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/simple_test.cc'; fi` -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/simple_test.Tpo $(DEPDIR)/simple_test.Po -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/simple_test.cc' object='simple_test.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o simple_test.obj `if test -f 'src/simple_test.cc'; then $(CYGPATH_W) 'src/simple_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/simple_test.cc'; fi` - -sparsetable_unittest.o: src/sparsetable_unittest.cc -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sparsetable_unittest.o -MD -MP -MF $(DEPDIR)/sparsetable_unittest.Tpo -c -o sparsetable_unittest.o `test -f 'src/sparsetable_unittest.cc' || echo '$(srcdir)/'`src/sparsetable_unittest.cc -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/sparsetable_unittest.Tpo $(DEPDIR)/sparsetable_unittest.Po -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/sparsetable_unittest.cc' object='sparsetable_unittest.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sparsetable_unittest.o `test -f 'src/sparsetable_unittest.cc' || echo '$(srcdir)/'`src/sparsetable_unittest.cc - -sparsetable_unittest.obj: src/sparsetable_unittest.cc -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sparsetable_unittest.obj -MD -MP -MF $(DEPDIR)/sparsetable_unittest.Tpo -c -o sparsetable_unittest.obj `if test -f 'src/sparsetable_unittest.cc'; then $(CYGPATH_W) 'src/sparsetable_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/sparsetable_unittest.cc'; fi` -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/sparsetable_unittest.Tpo $(DEPDIR)/sparsetable_unittest.Po -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/sparsetable_unittest.cc' object='sparsetable_unittest.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sparsetable_unittest.obj `if test -f 'src/sparsetable_unittest.cc'; then $(CYGPATH_W) 'src/sparsetable_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/sparsetable_unittest.cc'; fi` - -template_util_unittest.o: src/template_util_unittest.cc -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT template_util_unittest.o -MD -MP -MF $(DEPDIR)/template_util_unittest.Tpo -c -o template_util_unittest.o `test -f 'src/template_util_unittest.cc' || echo '$(srcdir)/'`src/template_util_unittest.cc -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/template_util_unittest.Tpo $(DEPDIR)/template_util_unittest.Po -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/template_util_unittest.cc' object='template_util_unittest.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o template_util_unittest.o `test -f 'src/template_util_unittest.cc' || echo '$(srcdir)/'`src/template_util_unittest.cc - -template_util_unittest.obj: src/template_util_unittest.cc -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT template_util_unittest.obj -MD -MP -MF $(DEPDIR)/template_util_unittest.Tpo -c -o template_util_unittest.obj `if test -f 'src/template_util_unittest.cc'; then $(CYGPATH_W) 'src/template_util_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/template_util_unittest.cc'; fi` -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/template_util_unittest.Tpo $(DEPDIR)/template_util_unittest.Po -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/template_util_unittest.cc' object='template_util_unittest.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o template_util_unittest.obj `if test -f 'src/template_util_unittest.cc'; then $(CYGPATH_W) 'src/template_util_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/template_util_unittest.cc'; fi` - -time_hash_map-time_hash_map.o: src/time_hash_map.cc -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(time_hash_map_CXXFLAGS) $(CXXFLAGS) -MT time_hash_map-time_hash_map.o -MD -MP -MF $(DEPDIR)/time_hash_map-time_hash_map.Tpo -c -o time_hash_map-time_hash_map.o `test -f 'src/time_hash_map.cc' || echo '$(srcdir)/'`src/time_hash_map.cc -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/time_hash_map-time_hash_map.Tpo $(DEPDIR)/time_hash_map-time_hash_map.Po -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/time_hash_map.cc' object='time_hash_map-time_hash_map.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(time_hash_map_CXXFLAGS) $(CXXFLAGS) -c -o time_hash_map-time_hash_map.o `test -f 'src/time_hash_map.cc' || echo '$(srcdir)/'`src/time_hash_map.cc - -time_hash_map-time_hash_map.obj: src/time_hash_map.cc -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(time_hash_map_CXXFLAGS) $(CXXFLAGS) -MT time_hash_map-time_hash_map.obj -MD -MP -MF $(DEPDIR)/time_hash_map-time_hash_map.Tpo -c -o time_hash_map-time_hash_map.obj `if test -f 'src/time_hash_map.cc'; then $(CYGPATH_W) 'src/time_hash_map.cc'; else $(CYGPATH_W) '$(srcdir)/src/time_hash_map.cc'; fi` -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/time_hash_map-time_hash_map.Tpo $(DEPDIR)/time_hash_map-time_hash_map.Po -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/time_hash_map.cc' object='time_hash_map-time_hash_map.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(time_hash_map_CXXFLAGS) $(CXXFLAGS) -c -o time_hash_map-time_hash_map.obj `if test -f 'src/time_hash_map.cc'; then $(CYGPATH_W) 'src/time_hash_map.cc'; else $(CYGPATH_W) '$(srcdir)/src/time_hash_map.cc'; fi` - -type_traits_unittest.o: src/type_traits_unittest.cc -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT type_traits_unittest.o -MD -MP -MF $(DEPDIR)/type_traits_unittest.Tpo -c -o type_traits_unittest.o `test -f 'src/type_traits_unittest.cc' || echo '$(srcdir)/'`src/type_traits_unittest.cc -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/type_traits_unittest.Tpo $(DEPDIR)/type_traits_unittest.Po -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/type_traits_unittest.cc' object='type_traits_unittest.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o type_traits_unittest.o `test -f 'src/type_traits_unittest.cc' || echo '$(srcdir)/'`src/type_traits_unittest.cc - -type_traits_unittest.obj: src/type_traits_unittest.cc -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT type_traits_unittest.obj -MD -MP -MF $(DEPDIR)/type_traits_unittest.Tpo -c -o type_traits_unittest.obj `if test -f 'src/type_traits_unittest.cc'; then $(CYGPATH_W) 'src/type_traits_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/type_traits_unittest.cc'; fi` -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/type_traits_unittest.Tpo $(DEPDIR)/type_traits_unittest.Po -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/type_traits_unittest.cc' object='type_traits_unittest.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o type_traits_unittest.obj `if test -f 'src/type_traits_unittest.cc'; then $(CYGPATH_W) 'src/type_traits_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/type_traits_unittest.cc'; fi` -install-dist_docDATA: $(dist_doc_DATA) - @$(NORMAL_INSTALL) - test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)" - @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \ - done - -uninstall-dist_docDATA: - @$(NORMAL_UNINSTALL) - @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(docdir)" && rm -f $$files -install-pkgconfigDATA: $(pkgconfig_DATA) - @$(NORMAL_INSTALL) - test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" - @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ - done - -uninstall-pkgconfigDATA: - @$(NORMAL_UNINSTALL) - @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files -install-googleincludeHEADERS: $(googleinclude_HEADERS) - @$(NORMAL_INSTALL) - test -z "$(googleincludedir)" || $(MKDIR_P) "$(DESTDIR)$(googleincludedir)" - @list='$(googleinclude_HEADERS)'; test -n "$(googleincludedir)" || list=; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(googleincludedir)'"; \ - $(INSTALL_HEADER) $$files "$(DESTDIR)$(googleincludedir)" || exit $$?; \ - done - -uninstall-googleincludeHEADERS: - @$(NORMAL_UNINSTALL) - @list='$(googleinclude_HEADERS)'; test -n "$(googleincludedir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(googleincludedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(googleincludedir)" && rm -f $$files -install-googleinternalincludeHEADERS: $(googleinternalinclude_HEADERS) - @$(NORMAL_INSTALL) - test -z "$(googleinternalincludedir)" || $(MKDIR_P) "$(DESTDIR)$(googleinternalincludedir)" - @list='$(googleinternalinclude_HEADERS)'; test -n "$(googleinternalincludedir)" || list=; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(googleinternalincludedir)'"; \ - $(INSTALL_HEADER) $$files "$(DESTDIR)$(googleinternalincludedir)" || exit $$?; \ - done - -uninstall-googleinternalincludeHEADERS: - @$(NORMAL_UNINSTALL) - @list='$(googleinternalinclude_HEADERS)'; test -n "$(googleinternalincludedir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(googleinternalincludedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(googleinternalincludedir)" && rm -f $$files -install-internalincludeHEADERS: $(internalinclude_HEADERS) - @$(NORMAL_INSTALL) - test -z "$(internalincludedir)" || $(MKDIR_P) "$(DESTDIR)$(internalincludedir)" - @list='$(internalinclude_HEADERS)'; test -n "$(internalincludedir)" || list=; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(internalincludedir)'"; \ - $(INSTALL_HEADER) $$files "$(DESTDIR)$(internalincludedir)" || exit $$?; \ - done - -uninstall-internalincludeHEADERS: - @$(NORMAL_UNINSTALL) - @list='$(internalinclude_HEADERS)'; test -n "$(internalincludedir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(internalincludedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(internalincludedir)" && rm -f $$files -install-nodist_internalincludeHEADERS: $(nodist_internalinclude_HEADERS) - @$(NORMAL_INSTALL) - test -z "$(internalincludedir)" || $(MKDIR_P) "$(DESTDIR)$(internalincludedir)" - @list='$(nodist_internalinclude_HEADERS)'; test -n "$(internalincludedir)" || list=; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(internalincludedir)'"; \ - $(INSTALL_HEADER) $$files "$(DESTDIR)$(internalincludedir)" || exit $$?; \ - done - -uninstall-nodist_internalincludeHEADERS: - @$(NORMAL_UNINSTALL) - @list='$(nodist_internalinclude_HEADERS)'; test -n "$(internalincludedir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(internalincludedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(internalincludedir)" && rm -f $$files -install-sparsehashincludeHEADERS: $(sparsehashinclude_HEADERS) - @$(NORMAL_INSTALL) - test -z "$(sparsehashincludedir)" || $(MKDIR_P) "$(DESTDIR)$(sparsehashincludedir)" - @list='$(sparsehashinclude_HEADERS)'; test -n "$(sparsehashincludedir)" || list=; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sparsehashincludedir)'"; \ - $(INSTALL_HEADER) $$files "$(DESTDIR)$(sparsehashincludedir)" || exit $$?; \ - done - -uninstall-sparsehashincludeHEADERS: - @$(NORMAL_UNINSTALL) - @list='$(sparsehashinclude_HEADERS)'; test -n "$(sparsehashincludedir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(sparsehashincludedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(sparsehashincludedir)" && rm -f $$files - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - set x; \ - here=`pwd`; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - shift; \ - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - if test $$# -gt 0; then \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - "$$@" $$unique; \ - else \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$unique; \ - fi; \ - fi -ctags: CTAGS -CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - test -z "$(CTAGS_ARGS)$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$unique - -GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && $(am__cd) $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) "$$here" - -distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - -check-TESTS: $(TESTS) - @failed=0; all=0; xfail=0; xpass=0; skip=0; \ - srcdir=$(srcdir); export srcdir; \ - list=' $(TESTS) '; \ - $(am__tty_colors); \ - if test -n "$$list"; then \ - for tst in $$list; do \ - if test -f ./$$tst; then dir=./; \ - elif test -f $$tst; then dir=; \ - else dir="$(srcdir)/"; fi; \ - if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ - all=`expr $$all + 1`; \ - case " $(XFAIL_TESTS) " in \ - *[\ \ ]$$tst[\ \ ]*) \ - xpass=`expr $$xpass + 1`; \ - failed=`expr $$failed + 1`; \ - col=$$red; res=XPASS; \ - ;; \ - *) \ - col=$$grn; res=PASS; \ - ;; \ - esac; \ - elif test $$? -ne 77; then \ - all=`expr $$all + 1`; \ - case " $(XFAIL_TESTS) " in \ - *[\ \ ]$$tst[\ \ ]*) \ - xfail=`expr $$xfail + 1`; \ - col=$$lgn; res=XFAIL; \ - ;; \ - *) \ - failed=`expr $$failed + 1`; \ - col=$$red; res=FAIL; \ - ;; \ - esac; \ - else \ - skip=`expr $$skip + 1`; \ - col=$$blu; res=SKIP; \ - fi; \ - echo "$${col}$$res$${std}: $$tst"; \ - done; \ - if test "$$all" -eq 1; then \ - tests="test"; \ - All=""; \ - else \ - tests="tests"; \ - All="All "; \ - fi; \ - if test "$$failed" -eq 0; then \ - if test "$$xfail" -eq 0; then \ - banner="$$All$$all $$tests passed"; \ - else \ - if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \ - banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ - fi; \ - else \ - if test "$$xpass" -eq 0; then \ - banner="$$failed of $$all $$tests failed"; \ - else \ - if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ - banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ - fi; \ - fi; \ - dashes="$$banner"; \ - skipped=""; \ - if test "$$skip" -ne 0; then \ - if test "$$skip" -eq 1; then \ - skipped="($$skip test was not run)"; \ - else \ - skipped="($$skip tests were not run)"; \ - fi; \ - test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ - dashes="$$skipped"; \ - fi; \ - report=""; \ - if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ - report="Please report to $(PACKAGE_BUGREPORT)"; \ - test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ - dashes="$$report"; \ - fi; \ - dashes=`echo "$$dashes" | sed s/./=/g`; \ - if test "$$failed" -eq 0; then \ - echo "$$grn$$dashes"; \ - else \ - echo "$$red$$dashes"; \ - fi; \ - echo "$$banner"; \ - test -z "$$skipped" || echo "$$skipped"; \ - test -z "$$report" || echo "$$report"; \ - echo "$$dashes$$std"; \ - test "$$failed" -eq 0; \ - else :; fi - -distdir: $(DISTFILES) - $(am__remove_distdir) - test -d "$(distdir)" || mkdir "$(distdir)" - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$(top_distdir)" distdir="$(distdir)" \ - dist-hook - -test -n "$(am__skip_mode_fix)" \ - || find "$(distdir)" -type d ! -perm -755 \ - -exec chmod u+rwx,go+rx {} \; -o \ - ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ - ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ - ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ - || chmod -R a+r "$(distdir)" -dist-gzip: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - $(am__remove_distdir) - -dist-bzip2: distdir - tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 - $(am__remove_distdir) - -dist-lzma: distdir - tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma - $(am__remove_distdir) - -dist-xz: distdir - tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz - $(am__remove_distdir) - -dist-tarZ: distdir - tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z - $(am__remove_distdir) - -dist-shar: distdir - shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz - $(am__remove_distdir) -dist-zip: distdir - -rm -f $(distdir).zip - zip -rq $(distdir).zip $(distdir) - $(am__remove_distdir) - -dist dist-all: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - -rm -f $(distdir).zip - zip -rq $(distdir).zip $(distdir) - $(am__remove_distdir) - -# This target untars the dist file and tries a VPATH configuration. Then -# it guarantees that the distribution is self-contained by making another -# tarfile. -distcheck: dist - case '$(DIST_ARCHIVES)' in \ - *.tar.gz*) \ - GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ - *.tar.bz2*) \ - bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ - *.tar.lzma*) \ - lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ - *.tar.xz*) \ - xz -dc $(distdir).tar.xz | $(am__untar) ;;\ - *.tar.Z*) \ - uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ - *.shar.gz*) \ - GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ - *.zip*) \ - unzip $(distdir).zip ;;\ - esac - chmod -R a-w $(distdir); chmod a+w $(distdir) - mkdir $(distdir)/_build - mkdir $(distdir)/_inst - chmod a-w $(distdir) - test -d $(distdir)/_build || exit 0; \ - dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ - && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ - && am__cwd=`pwd` \ - && $(am__cd) $(distdir)/_build \ - && ../configure --srcdir=.. --prefix="$$dc_install_base" \ - $(DISTCHECK_CONFIGURE_FLAGS) \ - && $(MAKE) $(AM_MAKEFLAGS) \ - && $(MAKE) $(AM_MAKEFLAGS) dvi \ - && $(MAKE) $(AM_MAKEFLAGS) check \ - && $(MAKE) $(AM_MAKEFLAGS) install \ - && $(MAKE) $(AM_MAKEFLAGS) installcheck \ - && $(MAKE) $(AM_MAKEFLAGS) uninstall \ - && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ - distuninstallcheck \ - && chmod -R a-w "$$dc_install_base" \ - && ({ \ - (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ - distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ - } || { rm -rf "$$dc_destdir"; exit 1; }) \ - && rm -rf "$$dc_destdir" \ - && $(MAKE) $(AM_MAKEFLAGS) dist \ - && rm -rf $(DIST_ARCHIVES) \ - && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ - && cd "$$am__cwd" \ - || exit 1 - $(am__remove_distdir) - @(echo "$(distdir) archives ready for distribution: "; \ - list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ - sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' -distuninstallcheck: - @$(am__cd) '$(distuninstallcheck_dir)' \ - && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ - || { echo "ERROR: files left after uninstall:" ; \ - if test -n "$(DESTDIR)"; then \ - echo " (check DESTDIR support)"; \ - fi ; \ - $(distuninstallcheck_listfiles) ; \ - exit 1; } >&2 -distcleancheck: distclean - @if test '$(srcdir)' = . ; then \ - echo "ERROR: distcleancheck can only run from a VPATH build" ; \ - exit 1 ; \ - fi - @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ - || { echo "ERROR: files left in build directory after distclean:" ; \ - $(distcleancheck_listfiles) ; \ - exit 1; } >&2 -check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS) - $(MAKE) $(AM_MAKEFLAGS) check-TESTS -check: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) check-am -all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS) -installdirs: - for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(googleincludedir)" "$(DESTDIR)$(googleinternalincludedir)" "$(DESTDIR)$(internalincludedir)" "$(DESTDIR)$(internalincludedir)" "$(DESTDIR)$(sparsehashincludedir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -clean: clean-am - -clean-am: clean-generic clean-libLTLIBRARIES clean-noinstPROGRAMS \ - mostlyclean-am - -distclean: distclean-am - -rm -f $(am__CONFIG_DISTCLEAN_FILES) - -rm -rf ./$(DEPDIR) - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-hdr distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: install-dist_docDATA install-googleincludeHEADERS \ - install-googleinternalincludeHEADERS \ - install-internalincludeHEADERS \ - install-nodist_internalincludeHEADERS install-pkgconfigDATA \ - install-sparsehashincludeHEADERS - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: install-libLTLIBRARIES - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f $(am__CONFIG_DISTCLEAN_FILES) - -rm -rf $(top_srcdir)/autom4te.cache - -rm -rf ./$(DEPDIR) - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-dist_docDATA uninstall-googleincludeHEADERS \ - uninstall-googleinternalincludeHEADERS \ - uninstall-internalincludeHEADERS uninstall-libLTLIBRARIES \ - uninstall-nodist_internalincludeHEADERS \ - uninstall-pkgconfigDATA uninstall-sparsehashincludeHEADERS - -.MAKE: all check check-am install install-am install-strip - -.PHONY: CTAGS GTAGS all all-am am--refresh check check-TESTS check-am \ - clean clean-generic clean-libLTLIBRARIES clean-noinstPROGRAMS \ - ctags dist dist-all dist-bzip2 dist-gzip dist-hook dist-lzma \ - dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \ - distclean-compile distclean-generic distclean-hdr \ - distclean-tags distcleancheck distdir distuninstallcheck dvi \ - dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-dist_docDATA install-dvi \ - install-dvi-am install-exec install-exec-am \ - install-googleincludeHEADERS \ - install-googleinternalincludeHEADERS install-html \ - install-html-am install-info install-info-am \ - install-internalincludeHEADERS install-libLTLIBRARIES \ - install-man install-nodist_internalincludeHEADERS install-pdf \ - install-pdf-am install-pkgconfigDATA install-ps install-ps-am \ - install-sparsehashincludeHEADERS install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ - uninstall-am uninstall-dist_docDATA \ - uninstall-googleincludeHEADERS \ - uninstall-googleinternalincludeHEADERS \ - uninstall-internalincludeHEADERS uninstall-libLTLIBRARIES \ - uninstall-nodist_internalincludeHEADERS \ - uninstall-pkgconfigDATA uninstall-sparsehashincludeHEADERS - - -# All our .h files need to read the config information in config.h. The -# autoheader config.h has too much info, including PACKAGENAME, that -# might conflict with other config.h's an application might #include. -# Thus, we create a "minimal" config.h, called sparseconfig.h, that -# includes only the #defines we really need, and that are unlikely to -# change from system to system. NOTE: The awk command is equivalent to -# fgrep -B2 -f$(top_builddir)/src/config.h.include $(top_builddir)/src/config.h -# | fgrep -vx -e -- > _sparsehash_config -# For correctness, it depends on the fact config.h.include does not have -# any lines starting with #. -src/sparsehash/internal/sparseconfig.h: $(top_builddir)/src/config.h \ - $(top_srcdir)/src/config.h.include - [ -d $(@D) ] || mkdir -p $(@D) - echo "/*" > $(@D)/_sparsehash_config - echo " * NOTE: This file is for internal use only." >> $(@D)/_sparsehash_config - echo " * Do not use these #defines in your own program!" >> $(@D)/_sparsehash_config - echo " */" >> $(@D)/_sparsehash_config - $(AWK) '{prevline=currline; currline=$$0;} \ - /^#/ {in_second_file = 1;} \ - !in_second_file {if (currline !~ /^ *$$/) {inc[currline]=0}}; \ - in_second_file { for (i in inc) { \ - if (index(currline, i) != 0) { \ - print "\n"prevline"\n"currline; \ - delete inc[i]; \ - } \ - } }' \ - $(top_srcdir)/src/config.h.include $(top_builddir)/src/config.h \ - >> $(@D)/_sparsehash_config - mv -f $(@D)/_sparsehash_config $@ - -rpm: dist-gzip packages/rpm.sh packages/rpm/rpm.spec - @cd packages && ./rpm.sh ${PACKAGE} ${VERSION} - -deb: dist-gzip packages/deb.sh packages/deb/* - @cd packages && ./deb.sh ${PACKAGE} ${VERSION} - -# I get the description and URL lines from the rpm spec. I use sed to -# try to rewrite exec_prefix, libdir, and includedir in terms of -# prefix, if possible. -lib${PACKAGE}.pc: Makefile packages/rpm/rpm.spec - echo 'prefix=$(prefix)' > "$@".tmp - echo 'exec_prefix='`echo '$(exec_prefix)' | sed 's@^$(prefix)@$${prefix}@'` >> "$@".tmp - echo 'libdir='`echo '$(libdir)' | sed 's@^$(exec_prefix)@$${exec_prefix}@'` >> "$@".tmp - echo 'includedir='`echo '$(includedir)' | sed 's@^$(prefix)@$${prefix}@'` >> "$@".tmp - echo '' >> "$@".tmp - echo 'Name: $(PACKAGE)' >> "$@".tmp - echo 'Version: $(VERSION)' >> "$@".tmp - -grep '^Summary:' $(top_srcdir)/packages/rpm/rpm.spec | sed s/^Summary:/Description:/ | head -n1 >> "$@".tmp - -grep '^URL: ' $(top_srcdir)/packages/rpm/rpm.spec >> "$@".tmp - echo 'Requires:' >> "$@".tmp - echo 'Libs:' >> "$@".tmp - echo 'Cflags: -I$${includedir}' >> "$@".tmp - mv -f "$@".tmp "$@" - -# Windows wants write permission to .vcproj files and maybe even sln files. -dist-hook: - test -e "$(distdir)/vsprojects" \ - && chmod -R u+w $(distdir)/*.sln $(distdir)/vsprojects/ - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/clipper/sparsehash-2.0.2/NEWS b/clipper/sparsehash-2.0.2/NEWS deleted file mode 100644 index 589c709..0000000 --- a/clipper/sparsehash-2.0.2/NEWS +++ /dev/null @@ -1,188 +0,0 @@ -== 23 Ferbruary 2012 == - -A backwards incompatibility arose from flattening the include headers -structure for the folder. - -This is now fixed in 2.0.2. You only need to upgrade if you had previously -included files from the folder. - -== 1 February 2012 == - -A minor bug related to the namespace switch from google to sparsehash -stopped the build from working when perftools is also installed. - -This is now fixed in 2.0.1. You only need to upgrade if you have perftools -installed. - -== 31 January 2012 == - -I've just released sparsehash 2.0. - -The `google-sparsehash` project has been renamed to `sparsehash`. I -(csilvers) am stepping down as maintainer, to be replaced by the team -of Donovan Hide and Geoff Pike. Welcome to the team, Donovan and -Geoff! Donovan has been an active contributor to sparsehash bug -reports and discussions in the past, and Geoff has been closely -involved with sparsehash inside Google (in addition to writing the -[http://code.google.com/p/cityhash CityHash hash function]). The two -of them together should be a formidable force. For good. - -I bumped the major version number up to 2 to reflect the new community -ownership of the project. All the -[http://sparsehash.googlecode.com/svn/tags/sparsehash-2.0/ChangeLog changes] -are related to the renaming. - -The only functional change from sparsehash 1.12 is that I've renamed -the `google/` include-directory to be `sparsehash/` instead. New code -should `#include `/etc. I've kept the old -names around as forwarding headers to the new, so `#include -` will continue to work. - -Note that the classes and functions remain in the `google` C++ -namespace (I didn't change that to `sparsehash` as well); I think -that's a trickier transition, and can happen in a future release. - - -=== 18 January 2011 === - -The `google-sparsehash` Google Code page has been renamed to -`sparsehash`, in preparation for the project being renamed to -`sparsehash`. In the coming weeks, I'll be stepping down as -maintainer for the sparsehash project, and as part of that Google is -relinquishing ownership of the project; it will now be entirely -community run. The name change reflects that shift. - - -=== 20 December 2011 === - -I've just released sparsehash 1.12. This release features improved -I/O (serialization) support. Support is finally added to serialize -and unserialize `dense_hash_map`/`set`, paralleling the existing code -for `sparse_hash_map`/`set`. In addition, the serialization API has -gotten simpler, with a single `serialize()` method to write to disk, -and an `unserialize()` method to read from disk. Finally, support has -gotten more generic, with built-in support for both C `FILE*`s and C++ -streams, and an extension mechanism to support arbitrary sources and -sinks. - -There are also more minor changes, including minor bugfixes, an -improved deleted-key test, and a minor addition to the `sparsetable` -API. See the [http://google-sparsehash.googlecode.com/svn/tags/sparsehash-1.12/ChangeLog ChangeLog] -for full details. - -=== 23 June 2011 === - -I've just released sparsehash 1.11. The major user-visible change is -that the default behavior is improved -- using the hash_map/set is -faster -- for hashtables where the key is a pointer. We now notice -that case and ignore the low 2-3 bits (which are almost always 0 for -pointers) when hashing. - -Another user-visible change is we've removed the tests for whether the -STL (vector, pair, etc) is defined in the 'std' namespace. gcc 2.95 -is the most recent compiler I know of to put STL types and functions -in the global namespace. If you need to use such an old compiler, do -not update to the latest sparsehash release. - -We've also changed the internal tools we use to integrate -Googler-supplied patches to sparsehash into the opensource release. -These new tools should result in more frequent updates with better -change descriptions. They will also result in future ChangeLog -entries being much more verbose (for better or for worse). - -A full list of changes is described in -[http://google-sparsehash.googlecode.com/svn/tags/sparsehash-1.11/ChangeLog ChangeLog]. - -=== 21 January 2011 === - -I've just released sparsehash 1.10. This fixes a performance -regression in sparsehash 1.8, where sparse_hash_map would copy -hashtable keys by value even when the key was explicitly a reference. -It also fixes compiler warnings from MSVC 10, which uses some c++0x -features that did not interact well with sparsehash. - -There is no reason to upgrade unless you use references for your -hashtable keys, or compile with MSVC 10. A full list of changes is -described in -[http://google-sparsehash.googlecode.com/svn/tags/sparsehash-1.10/ChangeLog ChangeLog]. - - -=== 24 September 2010 === - -I've just released sparsehash 1.9. This fixes a size regression in -sparsehash 1.8, where the new allocator would take up space in -`sparse_hash_map`, doubling the sparse_hash_map overhead (from 1-2 -bits per bucket to 3 or so). All users are encouraged to upgrade. - -This change also marks enums as being Plain Old Data, which can speed -up hashtables with enum keys and/or values. A full list of changes is -described in -[http://google-sparsehash.googlecode.com/svn/tags/sparsehash-1.9/ChangeLog ChangeLog]. - -=== 29 July 2010 === - -I've just released sparsehash 1.8. This includes improved support for -`Allocator`, including supporting the allocator constructor arg and -`get_allocator()` access method. - -To work around a bug in gcc 4.0.x, I've renamed the static variables -`HT_OCCUPANCY_FLT` and `HT_SHRINK_FLT` to `HT_OCCUPANCY_PCT` and -`HT_SHRINK_PCT`, and changed their type from float to int. This -should not be a user-visible change, since these variables are only -used in the internal hashtable classes (sparsehash clients should use -`max_load_factor()` and `min_load_factor()` instead of modifying these -static variables), but if you do access these constants, you will need -to change your code. - -Internally, the biggest change is a revamp of the test suite. It now -has more complete coverage, and a more capable timing tester. There -are other, more minor changes as well. A full list of changes is -described in the -[http://google-sparsehash.googlecode.com/svn/tags/sparsehash-1.8/ChangeLog ChangeLog]. - -=== 31 March 2010 === - -I've just released sparsehash 1.7. The major news here is the -addition of `Allocator` support. Previously, these hashtable classes -would just ignore the `Allocator` template parameter. They now -respect it, and even inherit `size_type`, `pointer`, etc. from the -allocator class. By default, they use a special allocator we provide -that uses libc `malloc` and `free` to allocate. The hash classes -notice when this special allocator is being used, and use `realloc` -when it can. This means that the default allocator is significantly -faster than custom allocators are likely to be (since realloc-like -functionality is not supported by STL allocators). - -There are a few more minor changes as well. A full list of changes is -described in the -[http://google-sparsehash.googlecode.com/svn/tags/sparsehash-1.7/ChangeLog ChangeLog]. - -=== 11 January 2010 === - -I've just released sparsehash 1.6. The API has widened a bit with the -addition of `deleted_key()` and `empty_key()`, which let you query -what values these keys have. A few rather obscure bugs have been -fixed (such as an error when copying one hashtable into another when -the empty_keys differ). A full list of changes is described in the -[http://google-sparsehash.googlecode.com/svn/tags/sparsehash-1.6/ChangeLog ChangeLog]. - -=== 9 May 2009 === - -I've just released sparsehash 1.5.1. Hot on the heels of sparsehash -1.5, this release fixes a longstanding bug in the sparsehash code, -where `equal_range` would always return an empty range. It now works -as documented. All sparsehash users are encouraged to upgrade. - -=== 7 May 2009 === - -I've just released sparsehash 1.5. This release introduces tr1 -compatibility: I've added `rehash`, `begin(i)`, and other methods that -are expected to be part of the `unordered_map` API once `tr1` in -introduced. This allows `sparse_hash_map`, `dense_hash_map`, -`sparse_hash_set`, and `dense_hash_set` to be (almost) drop-in -replacements for `unordered_map` and `unordered_set`. - -There is no need to upgrade unless you need this functionality, or -need one of the other, more minor, changes described in the -[http://google-sparsehash.googlecode.com/svn/tags/sparsehash-1.5/ChangeLog ChangeLog]. - diff --git a/clipper/sparsehash-2.0.2/README b/clipper/sparsehash-2.0.2/README deleted file mode 100644 index 8c806b4..0000000 --- a/clipper/sparsehash-2.0.2/README +++ /dev/null @@ -1,143 +0,0 @@ -This directory contains several hash-map implementations, similar in -API to SGI's hash_map class, but with different performance -characteristics. sparse_hash_map uses very little space overhead, 1-2 -bits per entry. dense_hash_map is very fast, particulary on lookup. -(sparse_hash_set and dense_hash_set are the set versions of these -routines.) On the other hand, these classes have requirements that -may not make them appropriate for all applications. - -All these implementation use a hashtable with internal quadratic -probing. This method is space-efficient -- there is no pointer -overhead -- and time-efficient for good hash functions. - -COMPILING ---------- -To compile test applications with these classes, run ./configure -followed by make. To install these header files on your system, run -'make install'. (On Windows, the instructions are different; see -README_windows.txt.) See INSTALL for more details. - -This code should work on any modern C++ system. It has been tested on -Linux (Ubuntu, Fedora, RedHat, Debian), Solaris 10 x86, FreeBSD 6.0, -OS X 10.3 and 10.4, and Windows under both VC++7 and VC++8. - -USING ------ -See the html files in the doc directory for small example programs -that use these classes. It's enough to just include the header file: - - #include // or sparse_hash_set, dense_hash_map, ... - google::sparse_hash_set number_mapper; - -and use the class the way you would other hash-map implementations. -(Though see "API" below for caveats.) - -By default (you can change it via a flag to ./configure), these hash -implementations are defined in the google namespace. - -API ---- -The API for sparse_hash_map, dense_hash_map, sparse_hash_set, and -dense_hash_set, are a superset of the API of SGI's hash_map class. -See doc/sparse_hash_map.html, et al., for more information about the -API. - -The usage of these classes differ from SGI's hash_map, and other -hashtable implementations, in the following major ways: - -1) dense_hash_map requires you to set aside one key value as the - 'empty bucket' value, set via the set_empty_key() method. This - *MUST* be called before you can use the dense_hash_map. It is - illegal to insert any elements into a dense_hash_map whose key is - equal to the empty-key. - -2) For both dense_hash_map and sparse_hash_map, if you wish to delete - elements from the hashtable, you must set aside a key value as the - 'deleted bucket' value, set via the set_deleted_key() method. If - your hash-map is insert-only, there is no need to call this - method. If you call set_deleted_key(), it is illegal to insert any - elements into a dense_hash_map or sparse_hash_map whose key is - equal to the deleted-key. - -3) These hash-map implementation support I/O. See below. - -There are also some smaller differences: - -1) The constructor takes an optional argument that specifies the - number of elements you expect to insert into the hashtable. This - differs from SGI's hash_map implementation, which takes an optional - number of buckets. - -2) erase() does not immediately reclaim memory. As a consequence, - erase() does not invalidate any iterators, making loops like this - correct: - for (it = ht.begin(); it != ht.end(); ++it) - if (...) ht.erase(it); - As another consequence, a series of erase() calls can leave your - hashtable using more memory than it needs to. The hashtable will - automatically compact at the next call to insert(), but to - manually compact a hashtable, you can call - ht.resize(0) - -I/O ---- -In addition to the normal hash-map operations, sparse_hash_map can -read and write hashtables to disk. (dense_hash_map also has the API, -but it has not yet been implemented, and writes will always fail.) - -In the simplest case, writing a hashtable is as easy as calling two -methods on the hashtable: - ht.write_metadata(fp); - ht.write_nopointer_data(fp); - -Reading in this data is equally simple: - google::sparse_hash_map<...> ht; - ht.read_metadata(fp); - ht.read_nopointer_data(fp); - -The above is sufficient if the key and value do not contain any -pointers: they are basic C types or agglomorations of basic C types. -If the key and/or value do contain pointers, you can still store the -hashtable by replacing write_nopointer_data() with a custom writing -routine. See sparse_hash_map.html et al. for more information. - -SPARSETABLE ------------ -In addition to the hash-map and hash-set classes, this package also -provides sparsetable.h, an array implementation that uses space -proportional to the number of elements in the array, rather than the -maximum element index. It uses very little space overhead: 1 bit per -entry. See doc/sparsetable.html for the API. - -RESOURCE USAGE --------------- -* sparse_hash_map has memory overhead of about 2 bits per hash-map - entry. -* dense_hash_map has a factor of 2-3 memory overhead: if your - hashtable data takes X bytes, dense_hash_map will use 3X-4X memory - total. - -Hashtables tend to double in size when resizing, creating an -additional 50% space overhead. dense_hash_map does in fact have a -significant "high water mark" memory use requirement. -sparse_hash_map, however, is written to need very little space -overhead when resizing: only a few bits per hashtable entry. - -PERFORMANCE ------------ -You can compile and run the included file time_hash_map.cc to examine -the performance of sparse_hash_map, dense_hash_map, and your native -hash_map implementation on your system. One test against the -SGI hash_map implementation gave the following timing information for -a simple find() call: - SGI hash_map: 22 ns - dense_hash_map: 13 ns - sparse_hash_map: 117 ns - SGI map: 113 ns - -See doc/performance.html for more detailed charts on resource usage -and performance data. - ---- -16 March 2005 -(Last updated: 12 September 2010) diff --git a/clipper/sparsehash-2.0.2/README_windows.txt b/clipper/sparsehash-2.0.2/README_windows.txt deleted file mode 100644 index 47c1b35..0000000 --- a/clipper/sparsehash-2.0.2/README_windows.txt +++ /dev/null @@ -1,25 +0,0 @@ -This project has been ported to Windows. A working solution file -exists in this directory: - sparsehash.sln - -You can load this solution file into either VC++ 7.1 (Visual Studio -2003) or VC++ 8.0 (Visual Studio 2005) -- in the latter case, it will -automatically convert the files to the latest format for you. - -When you build the solution, it will create a number of -unittests,which you can run by hand (or, more easily, under the Visual -Studio debugger) to make sure everything is working properly on your -system. The binaries will end up in a directory called "debug" or -"release" in the top-level directory (next to the .sln file). - -Note that these systems are set to build in Debug mode by default. -You may want to change them to Release mode. - -I have little experience with Windows programming, so there may be -better ways to set this up than I've done! If you run across any -problems, please post to the google-sparsehash Google Group, or report -them on the sparsehash Google Code site: - http://groups.google.com/group/google-sparsehash - http://code.google.com/p/sparsehash/issues/list - --- craig diff --git a/clipper/sparsehash-2.0.2/TODO b/clipper/sparsehash-2.0.2/TODO deleted file mode 100644 index e9b0263..0000000 --- a/clipper/sparsehash-2.0.2/TODO +++ /dev/null @@ -1,28 +0,0 @@ -1) TODO: I/O implementation in densehashtable.h - -2) TODO: document SPARSEHASH_STAT_UPDATE macro, and also macros that - tweak performance. Perhaps add support to these to the API? - -3) TODO: support exceptions? - -4) BUG: sparsetable's operator[] doesn't work well with printf: you - need to explicitly cast the result to value_type to print it. (It - works fine with streams.) - -5) TODO: consider rewriting dense_hash_map to use a 'groups' scheme, - like sparsetable, but without the sparse-allocation within a - group. This makes resizing have better memory-use properties. The - downside is that probes across groups might take longer since - groups are not contiguous in memory. Making groups the same size - as a cache-line, and ensuring they're loaded on cache-line - boundaries, might help. Needs careful testing to make sure it - doesn't hurt performance. - -6) TODO: Get the C-only version of sparsehash in experimental/ ready - for prime-time. - -7) TODO: use cmake (www.cmake.org) to make it easy to isntall this on - a windows system. - ---- -28 February 2007 diff --git a/clipper/sparsehash-2.0.2/aclocal.m4 b/clipper/sparsehash-2.0.2/aclocal.m4 deleted file mode 100644 index 09d60ad..0000000 --- a/clipper/sparsehash-2.0.2/aclocal.m4 +++ /dev/null @@ -1,968 +0,0 @@ -# generated automatically by aclocal 1.11.1 -*- Autoconf -*- - -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -m4_ifndef([AC_AUTOCONF_VERSION], - [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],, -[m4_warning([this file was generated for autoconf 2.68. -You have another version of autoconf. It may work, but is not guaranteed to. -If you have problems, you may need to regenerate the build system entirely. -To do so, use the procedure documented by the package, typically `autoreconf'.])]) - -# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# AM_AUTOMAKE_VERSION(VERSION) -# ---------------------------- -# Automake X.Y traces this macro to ensure aclocal.m4 has been -# generated from the m4 files accompanying Automake X.Y. -# (This private macro should not be called outside this file.) -AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.11' -dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to -dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.11.1], [], - [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl -]) - -# _AM_AUTOCONF_VERSION(VERSION) -# ----------------------------- -# aclocal traces this macro to find the Autoconf version. -# This is a private macro too. Using m4_define simplifies -# the logic in aclocal, which can simply ignore this definition. -m4_define([_AM_AUTOCONF_VERSION], []) - -# AM_SET_CURRENT_AUTOMAKE_VERSION -# ------------------------------- -# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. -# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. -AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.11.1])dnl -m4_ifndef([AC_AUTOCONF_VERSION], - [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) - -# AM_AUX_DIR_EXPAND -*- Autoconf -*- - -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets -# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to -# `$srcdir', `$srcdir/..', or `$srcdir/../..'. -# -# Of course, Automake must honor this variable whenever it calls a -# tool from the auxiliary directory. The problem is that $srcdir (and -# therefore $ac_aux_dir as well) can be either absolute or relative, -# depending on how configure is run. This is pretty annoying, since -# it makes $ac_aux_dir quite unusable in subdirectories: in the top -# source directory, any form will work fine, but in subdirectories a -# relative path needs to be adjusted first. -# -# $ac_aux_dir/missing -# fails when called from a subdirectory if $ac_aux_dir is relative -# $top_srcdir/$ac_aux_dir/missing -# fails if $ac_aux_dir is absolute, -# fails when called from a subdirectory in a VPATH build with -# a relative $ac_aux_dir -# -# The reason of the latter failure is that $top_srcdir and $ac_aux_dir -# are both prefixed by $srcdir. In an in-source build this is usually -# harmless because $srcdir is `.', but things will broke when you -# start a VPATH build or use an absolute $srcdir. -# -# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, -# iff we strip the leading $srcdir from $ac_aux_dir. That would be: -# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` -# and then we would define $MISSING as -# MISSING="\${SHELL} $am_aux_dir/missing" -# This will work as long as MISSING is not called from configure, because -# unfortunately $(top_srcdir) has no meaning in configure. -# However there are other variables, like CC, which are often used in -# configure, and could therefore not use this "fixed" $ac_aux_dir. -# -# Another solution, used here, is to always expand $ac_aux_dir to an -# absolute PATH. The drawback is that using absolute paths prevent a -# configured tree to be moved without reconfiguration. - -AC_DEFUN([AM_AUX_DIR_EXPAND], -[dnl Rely on autoconf to set up CDPATH properly. -AC_PREREQ([2.50])dnl -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` -]) - -# AM_CONDITIONAL -*- Autoconf -*- - -# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 9 - -# AM_CONDITIONAL(NAME, SHELL-CONDITION) -# ------------------------------------- -# Define a conditional. -AC_DEFUN([AM_CONDITIONAL], -[AC_PREREQ(2.52)dnl - ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], - [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl -AC_SUBST([$1_TRUE])dnl -AC_SUBST([$1_FALSE])dnl -_AM_SUBST_NOTMAKE([$1_TRUE])dnl -_AM_SUBST_NOTMAKE([$1_FALSE])dnl -m4_define([_AM_COND_VALUE_$1], [$2])dnl -if $2; then - $1_TRUE= - $1_FALSE='#' -else - $1_TRUE='#' - $1_FALSE= -fi -AC_CONFIG_COMMANDS_PRE( -[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then - AC_MSG_ERROR([[conditional "$1" was never defined. -Usually this means the macro was only invoked conditionally.]]) -fi])]) - -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 10 - -# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be -# written in clear, in which case automake, when reading aclocal.m4, -# will think it sees a *use*, and therefore will trigger all it's -# C support machinery. Also note that it means that autoscan, seeing -# CC etc. in the Makefile, will ask for an AC_PROG_CC use... - - -# _AM_DEPENDENCIES(NAME) -# ---------------------- -# See how the compiler implements dependency checking. -# NAME is "CC", "CXX", "GCJ", or "OBJC". -# We try a few techniques and use that to set a single cache variable. -# -# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was -# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular -# dependency, and given that the user is not expected to run this macro, -# just rely on AC_PROG_CC. -AC_DEFUN([_AM_DEPENDENCIES], -[AC_REQUIRE([AM_SET_DEPDIR])dnl -AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl -AC_REQUIRE([AM_MAKE_INCLUDE])dnl -AC_REQUIRE([AM_DEP_TRACK])dnl - -ifelse([$1], CC, [depcc="$CC" am_compiler_list=], - [$1], CXX, [depcc="$CXX" am_compiler_list=], - [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], - [$1], UPC, [depcc="$UPC" am_compiler_list=], - [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], - [depcc="$$1" am_compiler_list=]) - -AC_CACHE_CHECK([dependency style of $depcc], - [am_cv_$1_dependencies_compiler_type], -[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then - # We make a subdir and do the tests there. Otherwise we can end up - # making bogus files that we don't know about and never remove. For - # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named `D' -- because `-MD' means `put the output - # in D'. - mkdir conftest.dir - # Copy depcomp to subdir because otherwise we won't find it if we're - # using a relative directory. - cp "$am_depcomp" conftest.dir - cd conftest.dir - # We will build objects and dependencies in a subdirectory because - # it helps to detect inapplicable dependency modes. For instance - # both Tru64's cc and ICC support -MD to output dependencies as a - # side effect of compilation, but ICC will put the dependencies in - # the current directory while Tru64 will put them in the object - # directory. - mkdir sub - - am_cv_$1_dependencies_compiler_type=none - if test "$am_compiler_list" = ""; then - am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` - fi - am__universal=false - m4_case([$1], [CC], - [case " $depcc " in #( - *\ -arch\ *\ -arch\ *) am__universal=true ;; - esac], - [CXX], - [case " $depcc " in #( - *\ -arch\ *\ -arch\ *) am__universal=true ;; - esac]) - - for depmode in $am_compiler_list; do - # Setup a source with many dependencies, because some compilers - # like to wrap large dependency lists on column 80 (with \), and - # we should not choose a depcomp mode which is confused by this. - # - # We need to recreate these files for each test, as the compiler may - # overwrite some of them when testing with obscure command lines. - # This happens at least with the AIX C compiler. - : > sub/conftest.c - for i in 1 2 3 4 5 6; do - echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with - # Solaris 8's {/usr,}/bin/sh. - touch sub/conftst$i.h - done - echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - - # We check with `-c' and `-o' for the sake of the "dashmstdout" - # mode. It turns out that the SunPro C++ compiler does not properly - # handle `-M -o', and we need to detect this. Also, some Intel - # versions had trouble with output in subdirs - am__obj=sub/conftest.${OBJEXT-o} - am__minus_obj="-o $am__obj" - case $depmode in - gcc) - # This depmode causes a compiler race in universal mode. - test "$am__universal" = false || continue - ;; - nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested - if test "x$enable_dependency_tracking" = xyes; then - continue - else - break - fi - ;; - msvisualcpp | msvcmsys) - # This compiler won't grok `-c -o', but also, the minuso test has - # not run yet. These depmodes are late enough in the game, and - # so weak that their functioning should not be impacted. - am__obj=conftest.${OBJEXT-o} - am__minus_obj= - ;; - none) break ;; - esac - if depmode=$depmode \ - source=sub/conftest.c object=$am__obj \ - depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ - >/dev/null 2>conftest.err && - grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && - grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && - grep $am__obj sub/conftest.Po > /dev/null 2>&1 && - ${MAKE-make} -s -f confmf > /dev/null 2>&1; then - # icc doesn't choke on unknown options, it will just issue warnings - # or remarks (even with -Werror). So we grep stderr for any message - # that says an option was ignored or not supported. - # When given -MP, icc 7.0 and 7.1 complain thusly: - # icc: Command line warning: ignoring option '-M'; no argument required - # The diagnosis changed in icc 8.0: - # icc: Command line remark: option '-MP' not supported - if (grep 'ignoring option' conftest.err || - grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else - am_cv_$1_dependencies_compiler_type=$depmode - break - fi - fi - done - - cd .. - rm -rf conftest.dir -else - am_cv_$1_dependencies_compiler_type=none -fi -]) -AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) -AM_CONDITIONAL([am__fastdep$1], [ - test "x$enable_dependency_tracking" != xno \ - && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) -]) - - -# AM_SET_DEPDIR -# ------------- -# Choose a directory name for dependency files. -# This macro is AC_REQUIREd in _AM_DEPENDENCIES -AC_DEFUN([AM_SET_DEPDIR], -[AC_REQUIRE([AM_SET_LEADING_DOT])dnl -AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl -]) - - -# AM_DEP_TRACK -# ------------ -AC_DEFUN([AM_DEP_TRACK], -[AC_ARG_ENABLE(dependency-tracking, -[ --disable-dependency-tracking speeds up one-time build - --enable-dependency-tracking do not reject slow dependency extractors]) -if test "x$enable_dependency_tracking" != xno; then - am_depcomp="$ac_aux_dir/depcomp" - AMDEPBACKSLASH='\' -fi -AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) -AC_SUBST([AMDEPBACKSLASH])dnl -_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl -]) - -# Generate code to set up dependency tracking. -*- Autoconf -*- - -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -#serial 5 - -# _AM_OUTPUT_DEPENDENCY_COMMANDS -# ------------------------------ -AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], -[{ - # Autoconf 2.62 quotes --file arguments for eval, but not when files - # are listed without --file. Let's play safe and only enable the eval - # if we detect the quoting. - case $CONFIG_FILES in - *\'*) eval set x "$CONFIG_FILES" ;; - *) set x $CONFIG_FILES ;; - esac - shift - for mf - do - # Strip MF so we end up with the name of the file. - mf=`echo "$mf" | sed -e 's/:.*$//'` - # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named `Makefile.in', but - # some people rename them; so instead we look at the file content. - # Grep'ing the first line is not enough: some people post-process - # each Makefile.in and add a new line on top of each file to say so. - # Grep'ing the whole file is not good either: AIX grep has a line - # limit of 2048, but all sed's we know have understand at least 4000. - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then - dirpart=`AS_DIRNAME("$mf")` - else - continue - fi - # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running `make'. - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` - test -z "$DEPDIR" && continue - am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "am__include" && continue - am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # When using ansi2knr, U may be empty or an underscore; expand it - U=`sed -n 's/^U = //p' < "$mf"` - # Find all dependency output files, they are included files with - # $(DEPDIR) in their names. We invoke sed twice because it is the - # simplest approach to changing $(DEPDIR) to its actual value in the - # expansion. - for file in `sed -n " - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do - # Make sure the directory exists. - test -f "$dirpart/$file" && continue - fdir=`AS_DIRNAME(["$file"])` - AS_MKDIR_P([$dirpart/$fdir]) - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" - done - done -} -])# _AM_OUTPUT_DEPENDENCY_COMMANDS - - -# AM_OUTPUT_DEPENDENCY_COMMANDS -# ----------------------------- -# This macro should only be invoked once -- use via AC_REQUIRE. -# -# This code is only required when automatic dependency tracking -# is enabled. FIXME. This creates each `.P' file that we will -# need in order to bootstrap the dependency handling code. -AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], -[AC_CONFIG_COMMANDS([depfiles], - [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], - [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) -]) - -# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 8 - -# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. -AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) - -# Do all the work for Automake. -*- Autoconf -*- - -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2008, 2009 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 16 - -# This macro actually does too much. Some checks are only needed if -# your package does certain things. But this isn't really a big deal. - -# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) -# AM_INIT_AUTOMAKE([OPTIONS]) -# ----------------------------------------------- -# The call with PACKAGE and VERSION arguments is the old style -# call (pre autoconf-2.50), which is being phased out. PACKAGE -# and VERSION should now be passed to AC_INIT and removed from -# the call to AM_INIT_AUTOMAKE. -# We support both call styles for the transition. After -# the next Automake release, Autoconf can make the AC_INIT -# arguments mandatory, and then we can depend on a new Autoconf -# release and drop the old call support. -AC_DEFUN([AM_INIT_AUTOMAKE], -[AC_PREREQ([2.62])dnl -dnl Autoconf wants to disallow AM_ names. We explicitly allow -dnl the ones we care about. -m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl -AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl -AC_REQUIRE([AC_PROG_INSTALL])dnl -if test "`cd $srcdir && pwd`" != "`pwd`"; then - # Use -I$(srcdir) only when $(srcdir) != ., so that make's output - # is not polluted with repeated "-I." - AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl - # test to see if srcdir already configured - if test -f $srcdir/config.status; then - AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) - fi -fi - -# test whether we have cygpath -if test -z "$CYGPATH_W"; then - if (cygpath --version) >/dev/null 2>/dev/null; then - CYGPATH_W='cygpath -w' - else - CYGPATH_W=echo - fi -fi -AC_SUBST([CYGPATH_W]) - -# Define the identity of the package. -dnl Distinguish between old-style and new-style calls. -m4_ifval([$2], -[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl - AC_SUBST([PACKAGE], [$1])dnl - AC_SUBST([VERSION], [$2])], -[_AM_SET_OPTIONS([$1])dnl -dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. -m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, - [m4_fatal([AC_INIT should be called with package and version arguments])])dnl - AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl - AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl - -_AM_IF_OPTION([no-define],, -[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) - AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl - -# Some tools Automake needs. -AC_REQUIRE([AM_SANITY_CHECK])dnl -AC_REQUIRE([AC_ARG_PROGRAM])dnl -AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) -AM_MISSING_PROG(AUTOCONF, autoconf) -AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) -AM_MISSING_PROG(AUTOHEADER, autoheader) -AM_MISSING_PROG(MAKEINFO, makeinfo) -AC_REQUIRE([AM_PROG_INSTALL_SH])dnl -AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl -AC_REQUIRE([AM_PROG_MKDIR_P])dnl -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. -AC_REQUIRE([AC_PROG_AWK])dnl -AC_REQUIRE([AC_PROG_MAKE_SET])dnl -AC_REQUIRE([AM_SET_LEADING_DOT])dnl -_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], - [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], - [_AM_PROG_TAR([v7])])]) -_AM_IF_OPTION([no-dependencies],, -[AC_PROVIDE_IFELSE([AC_PROG_CC], - [_AM_DEPENDENCIES(CC)], - [define([AC_PROG_CC], - defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl -AC_PROVIDE_IFELSE([AC_PROG_CXX], - [_AM_DEPENDENCIES(CXX)], - [define([AC_PROG_CXX], - defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl -AC_PROVIDE_IFELSE([AC_PROG_OBJC], - [_AM_DEPENDENCIES(OBJC)], - [define([AC_PROG_OBJC], - defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl -]) -_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl -dnl The `parallel-tests' driver may need to know about EXEEXT, so add the -dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro -dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. -AC_CONFIG_COMMANDS_PRE(dnl -[m4_provide_if([_AM_COMPILER_EXEEXT], - [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl -]) - -dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not -dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further -dnl mangled by Autoconf and run in a shell conditional statement. -m4_define([_AC_COMPILER_EXEEXT], -m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) - - -# When config.status generates a header, we must update the stamp-h file. -# This file resides in the same directory as the config header -# that is generated. The stamp files are numbered to have different names. - -# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the -# loop where config.status creates the headers, so we can generate -# our stamp files there. -AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], -[# Compute $1's index in $config_headers. -_am_arg=$1 -_am_stamp_count=1 -for _am_header in $config_headers :; do - case $_am_header in - $_am_arg | $_am_arg:* ) - break ;; - * ) - _am_stamp_count=`expr $_am_stamp_count + 1` ;; - esac -done -echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) - -# Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# AM_PROG_INSTALL_SH -# ------------------ -# Define $install_sh. -AC_DEFUN([AM_PROG_INSTALL_SH], -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -if test x"${install_sh}" != xset; then - case $am_aux_dir in - *\ * | *\ *) - install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; - *) - install_sh="\${SHELL} $am_aux_dir/install-sh" - esac -fi -AC_SUBST(install_sh)]) - -# Copyright (C) 2003, 2005 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 2 - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - -# Check to see how 'make' treats includes. -*- Autoconf -*- - -# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 4 - -# AM_MAKE_INCLUDE() -# ----------------- -# Check to see how make treats includes. -AC_DEFUN([AM_MAKE_INCLUDE], -[am_make=${MAKE-make} -cat > confinc << 'END' -am__doit: - @echo this is the am__doit target -.PHONY: am__doit -END -# If we don't find an include directive, just comment out the code. -AC_MSG_CHECKING([for style of include used by $am_make]) -am__include="#" -am__quote= -_am_result=none -# First try GNU make style include. -echo "include confinc" > confmf -# Ignore all kinds of additional output from `make'. -case `$am_make -s -f confmf 2> /dev/null` in #( -*the\ am__doit\ target*) - am__include=include - am__quote= - _am_result=GNU - ;; -esac -# Now try BSD make style include. -if test "$am__include" = "#"; then - echo '.include "confinc"' > confmf - case `$am_make -s -f confmf 2> /dev/null` in #( - *the\ am__doit\ target*) - am__include=.include - am__quote="\"" - _am_result=BSD - ;; - esac -fi -AC_SUBST([am__include]) -AC_SUBST([am__quote]) -AC_MSG_RESULT([$_am_result]) -rm -f confinc confmf -]) - -# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- - -# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 6 - -# AM_MISSING_PROG(NAME, PROGRAM) -# ------------------------------ -AC_DEFUN([AM_MISSING_PROG], -[AC_REQUIRE([AM_MISSING_HAS_RUN]) -$1=${$1-"${am_missing_run}$2"} -AC_SUBST($1)]) - - -# AM_MISSING_HAS_RUN -# ------------------ -# Define MISSING if not defined so far and test if it supports --run. -# If it does, set am_missing_run to use it, otherwise, to nothing. -AC_DEFUN([AM_MISSING_HAS_RUN], -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -AC_REQUIRE_AUX_FILE([missing])dnl -if test x"${MISSING+set}" != xset; then - case $am_aux_dir in - *\ * | *\ *) - MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; - *) - MISSING="\${SHELL} $am_aux_dir/missing" ;; - esac -fi -# Use eval to expand $SHELL -if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " -else - am_missing_run= - AC_MSG_WARN([`missing' script is too old or missing]) -fi -]) - -# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# AM_PROG_MKDIR_P -# --------------- -# Check for `mkdir -p'. -AC_DEFUN([AM_PROG_MKDIR_P], -[AC_PREREQ([2.60])dnl -AC_REQUIRE([AC_PROG_MKDIR_P])dnl -dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, -dnl while keeping a definition of mkdir_p for backward compatibility. -dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. -dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of -dnl Makefile.ins that do not define MKDIR_P, so we do our own -dnl adjustment using top_builddir (which is defined more often than -dnl MKDIR_P). -AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl -case $mkdir_p in - [[\\/$]]* | ?:[[\\/]]*) ;; - */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; -esac -]) - -# Helper functions for option handling. -*- Autoconf -*- - -# Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 4 - -# _AM_MANGLE_OPTION(NAME) -# ----------------------- -AC_DEFUN([_AM_MANGLE_OPTION], -[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) - -# _AM_SET_OPTION(NAME) -# ------------------------------ -# Set option NAME. Presently that only means defining a flag for this option. -AC_DEFUN([_AM_SET_OPTION], -[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) - -# _AM_SET_OPTIONS(OPTIONS) -# ---------------------------------- -# OPTIONS is a space-separated list of Automake options. -AC_DEFUN([_AM_SET_OPTIONS], -[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) - -# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) -# ------------------------------------------- -# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. -AC_DEFUN([_AM_IF_OPTION], -[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) - -# Check to make sure that the build environment is sane. -*- Autoconf -*- - -# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 5 - -# AM_SANITY_CHECK -# --------------- -AC_DEFUN([AM_SANITY_CHECK], -[AC_MSG_CHECKING([whether build environment is sane]) -# Just in case -sleep 1 -echo timestamp > conftest.file -# Reject unsafe characters in $srcdir or the absolute working directory -# name. Accept space and tab only in the latter. -am_lf=' -' -case `pwd` in - *[[\\\"\#\$\&\'\`$am_lf]]*) - AC_MSG_ERROR([unsafe absolute working directory name]);; -esac -case $srcdir in - *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) - AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; -esac - -# Do `set' in a subshell so we don't clobber the current shell's -# arguments. Must try -L first in case configure is actually a -# symlink; some systems play weird games with the mod time of symlinks -# (eg FreeBSD returns the mod time of the symlink's containing -# directory). -if ( - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` - if test "$[*]" = "X"; then - # -L didn't work. - set X `ls -t "$srcdir/configure" conftest.file` - fi - rm -f conftest.file - if test "$[*]" != "X $srcdir/configure conftest.file" \ - && test "$[*]" != "X conftest.file $srcdir/configure"; then - - # If neither matched, then we have a broken ls. This can happen - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". - AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken -alias in your environment]) - fi - - test "$[2]" = conftest.file - ) -then - # Ok. - : -else - AC_MSG_ERROR([newly created file is older than distributed files! -Check your system clock]) -fi -AC_MSG_RESULT(yes)]) - -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# AM_PROG_INSTALL_STRIP -# --------------------- -# One issue with vendor `install' (even GNU) is that you can't -# specify the program used to strip binaries. This is especially -# annoying in cross-compiling environments, where the build's strip -# is unlikely to handle the host's binaries. -# Fortunately install-sh will honor a STRIPPROG variable, so we -# always use install-sh in `make install-strip', and initialize -# STRIPPROG with the value of the STRIP variable (set by the user). -AC_DEFUN([AM_PROG_INSTALL_STRIP], -[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl -# Installed binaries are usually stripped using `strip' when the user -# run `make install-strip'. However `strip' might not be the right -# tool to use in cross-compilation environments, therefore Automake -# will honor the `STRIP' environment variable to overrule this program. -dnl Don't test for $cross_compiling = yes, because it might be `maybe'. -if test "$cross_compiling" != no; then - AC_CHECK_TOOL([STRIP], [strip], :) -fi -INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" -AC_SUBST([INSTALL_STRIP_PROGRAM])]) - -# Copyright (C) 2006, 2008 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 2 - -# _AM_SUBST_NOTMAKE(VARIABLE) -# --------------------------- -# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. -# This macro is traced by Automake. -AC_DEFUN([_AM_SUBST_NOTMAKE]) - -# AM_SUBST_NOTMAKE(VARIABLE) -# --------------------------- -# Public sister of _AM_SUBST_NOTMAKE. -AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) - -# Check how to create a tarball. -*- Autoconf -*- - -# Copyright (C) 2004, 2005 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 2 - -# _AM_PROG_TAR(FORMAT) -# -------------------- -# Check how to create a tarball in format FORMAT. -# FORMAT should be one of `v7', `ustar', or `pax'. -# -# Substitute a variable $(am__tar) that is a command -# writing to stdout a FORMAT-tarball containing the directory -# $tardir. -# tardir=directory && $(am__tar) > result.tar -# -# Substitute a variable $(am__untar) that extract such -# a tarball read from stdin. -# $(am__untar) < result.tar -AC_DEFUN([_AM_PROG_TAR], -[# Always define AMTAR for backward compatibility. -AM_MISSING_PROG([AMTAR], [tar]) -m4_if([$1], [v7], - [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], - [m4_case([$1], [ustar],, [pax],, - [m4_fatal([Unknown tar format])]) -AC_MSG_CHECKING([how to create a $1 tar archive]) -# Loop over all known methods to create a tar archive until one works. -_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' -_am_tools=${am_cv_prog_tar_$1-$_am_tools} -# Do not fold the above two line into one, because Tru64 sh and -# Solaris sh will not grok spaces in the rhs of `-'. -for _am_tool in $_am_tools -do - case $_am_tool in - gnutar) - for _am_tar in tar gnutar gtar; - do - AM_RUN_LOG([$_am_tar --version]) && break - done - am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' - am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' - am__untar="$_am_tar -xf -" - ;; - plaintar) - # Must skip GNU tar: if it does not support --format= it doesn't create - # ustar tarball either. - (tar --version) >/dev/null 2>&1 && continue - am__tar='tar chf - "$$tardir"' - am__tar_='tar chf - "$tardir"' - am__untar='tar xf -' - ;; - pax) - am__tar='pax -L -x $1 -w "$$tardir"' - am__tar_='pax -L -x $1 -w "$tardir"' - am__untar='pax -r' - ;; - cpio) - am__tar='find "$$tardir" -print | cpio -o -H $1 -L' - am__tar_='find "$tardir" -print | cpio -o -H $1 -L' - am__untar='cpio -i -H $1 -d' - ;; - none) - am__tar=false - am__tar_=false - am__untar=false - ;; - esac - - # If the value was cached, stop now. We just wanted to have am__tar - # and am__untar set. - test -n "${am_cv_prog_tar_$1}" && break - - # tar/untar a dummy directory, and stop if the command works - rm -rf conftest.dir - mkdir conftest.dir - echo GrepMe > conftest.dir/file - AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) - rm -rf conftest.dir - if test -s conftest.tar; then - AM_RUN_LOG([$am__untar /dev/null 2>&1 && break - fi -done -rm -rf conftest.dir - -AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) -AC_MSG_RESULT([$am_cv_prog_tar_$1])]) -AC_SUBST([am__tar]) -AC_SUBST([am__untar]) -]) # _AM_PROG_TAR - -m4_include([m4/acx_pthread.m4]) -m4_include([m4/google_namespace.m4]) -m4_include([m4/namespaces.m4]) -m4_include([m4/stl_hash.m4]) -m4_include([m4/stl_hash_fun.m4]) diff --git a/clipper/sparsehash-2.0.2/config.guess b/clipper/sparsehash-2.0.2/config.guess deleted file mode 100755 index 40eaed4..0000000 --- a/clipper/sparsehash-2.0.2/config.guess +++ /dev/null @@ -1,1517 +0,0 @@ -#! /bin/sh -# Attempt to guess a canonical system name. -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, -# 2011 Free Software Foundation, Inc. - -timestamp='2011-05-11' - -# This file is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA -# 02110-1301, USA. -# -# As a special exception to the GNU General Public License, if you -# distribute this file as part of a program that contains a -# configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that program. - - -# Originally written by Per Bothner. Please send patches (context -# diff format) to and include a ChangeLog -# entry. -# -# This script attempts to guess a canonical system name similar to -# config.sub. If it succeeds, it prints the system name on stdout, and -# exits with 0. Otherwise, it exits with 1. -# -# You can get the latest version of this script from: -# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD - -me=`echo "$0" | sed -e 's,.*/,,'` - -usage="\ -Usage: $0 [OPTION] - -Output the configuration name of the system \`$me' is run on. - -Operation modes: - -h, --help print this help, then exit - -t, --time-stamp print date of last modification, then exit - -v, --version print version number, then exit - -Report bugs and patches to ." - -version="\ -GNU config.guess ($timestamp) - -Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, -2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free -Software Foundation, Inc. - -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." - -help=" -Try \`$me --help' for more information." - -# Parse command line -while test $# -gt 0 ; do - case $1 in - --time-stamp | --time* | -t ) - echo "$timestamp" ; exit ;; - --version | -v ) - echo "$version" ; exit ;; - --help | --h* | -h ) - echo "$usage"; exit ;; - -- ) # Stop option processing - shift; break ;; - - ) # Use stdin as input. - break ;; - -* ) - echo "$me: invalid option $1$help" >&2 - exit 1 ;; - * ) - break ;; - esac -done - -if test $# != 0; then - echo "$me: too many arguments$help" >&2 - exit 1 -fi - -trap 'exit 1' 1 2 15 - -# CC_FOR_BUILD -- compiler used by this script. Note that the use of a -# compiler to aid in system detection is discouraged as it requires -# temporary files to be created and, as you can see below, it is a -# headache to deal with in a portable fashion. - -# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still -# use `HOST_CC' if defined, but it is deprecated. - -# Portable tmp directory creation inspired by the Autoconf team. - -set_cc_for_build=' -trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; -trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; -: ${TMPDIR=/tmp} ; - { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || - { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || - { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || - { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; -dummy=$tmp/dummy ; -tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; -case $CC_FOR_BUILD,$HOST_CC,$CC in - ,,) echo "int x;" > $dummy.c ; - for c in cc gcc c89 c99 ; do - if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then - CC_FOR_BUILD="$c"; break ; - fi ; - done ; - if test x"$CC_FOR_BUILD" = x ; then - CC_FOR_BUILD=no_compiler_found ; - fi - ;; - ,,*) CC_FOR_BUILD=$CC ;; - ,*,*) CC_FOR_BUILD=$HOST_CC ;; -esac ; set_cc_for_build= ;' - -# This is needed to find uname on a Pyramid OSx when run in the BSD universe. -# (ghazi@noc.rutgers.edu 1994-08-24) -if (test -f /.attbin/uname) >/dev/null 2>&1 ; then - PATH=$PATH:/.attbin ; export PATH -fi - -UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown -UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown -UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown -UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown - -# Note: order is significant - the case branches are not exclusive. - -case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in - *:NetBSD:*:*) - # NetBSD (nbsd) targets should (where applicable) match one or - # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, - # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently - # switched to ELF, *-*-netbsd* would select the old - # object file format. This provides both forward - # compatibility and a consistent mechanism for selecting the - # object file format. - # - # Note: NetBSD doesn't particularly care about the vendor - # portion of the name. We always set it to "unknown". - sysctl="sysctl -n hw.machine_arch" - UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ - /usr/sbin/$sysctl 2>/dev/null || echo unknown)` - case "${UNAME_MACHINE_ARCH}" in - armeb) machine=armeb-unknown ;; - arm*) machine=arm-unknown ;; - sh3el) machine=shl-unknown ;; - sh3eb) machine=sh-unknown ;; - sh5el) machine=sh5le-unknown ;; - *) machine=${UNAME_MACHINE_ARCH}-unknown ;; - esac - # The Operating System including object format, if it has switched - # to ELF recently, or will in the future. - case "${UNAME_MACHINE_ARCH}" in - arm*|i386|m68k|ns32k|sh3*|sparc|vax) - eval $set_cc_for_build - if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ - | grep -q __ELF__ - then - # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). - # Return netbsd for either. FIX? - os=netbsd - else - os=netbsdelf - fi - ;; - *) - os=netbsd - ;; - esac - # The OS release - # Debian GNU/NetBSD machines have a different userland, and - # thus, need a distinct triplet. However, they do not need - # kernel version information, so it can be replaced with a - # suitable tag, in the style of linux-gnu. - case "${UNAME_VERSION}" in - Debian*) - release='-gnu' - ;; - *) - release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` - ;; - esac - # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: - # contains redundant information, the shorter form: - # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. - echo "${machine}-${os}${release}" - exit ;; - *:OpenBSD:*:*) - UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} - exit ;; - *:ekkoBSD:*:*) - echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} - exit ;; - *:SolidBSD:*:*) - echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} - exit ;; - macppc:MirBSD:*:*) - echo powerpc-unknown-mirbsd${UNAME_RELEASE} - exit ;; - *:MirBSD:*:*) - echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} - exit ;; - alpha:OSF1:*:*) - case $UNAME_RELEASE in - *4.0) - UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` - ;; - *5.*) - UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` - ;; - esac - # According to Compaq, /usr/sbin/psrinfo has been available on - # OSF/1 and Tru64 systems produced since 1995. I hope that - # covers most systems running today. This code pipes the CPU - # types through head -n 1, so we only detect the type of CPU 0. - ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` - case "$ALPHA_CPU_TYPE" in - "EV4 (21064)") - UNAME_MACHINE="alpha" ;; - "EV4.5 (21064)") - UNAME_MACHINE="alpha" ;; - "LCA4 (21066/21068)") - UNAME_MACHINE="alpha" ;; - "EV5 (21164)") - UNAME_MACHINE="alphaev5" ;; - "EV5.6 (21164A)") - UNAME_MACHINE="alphaev56" ;; - "EV5.6 (21164PC)") - UNAME_MACHINE="alphapca56" ;; - "EV5.7 (21164PC)") - UNAME_MACHINE="alphapca57" ;; - "EV6 (21264)") - UNAME_MACHINE="alphaev6" ;; - "EV6.7 (21264A)") - UNAME_MACHINE="alphaev67" ;; - "EV6.8CB (21264C)") - UNAME_MACHINE="alphaev68" ;; - "EV6.8AL (21264B)") - UNAME_MACHINE="alphaev68" ;; - "EV6.8CX (21264D)") - UNAME_MACHINE="alphaev68" ;; - "EV6.9A (21264/EV69A)") - UNAME_MACHINE="alphaev69" ;; - "EV7 (21364)") - UNAME_MACHINE="alphaev7" ;; - "EV7.9 (21364A)") - UNAME_MACHINE="alphaev79" ;; - esac - # A Pn.n version is a patched version. - # A Vn.n version is a released version. - # A Tn.n version is a released field test version. - # A Xn.n version is an unreleased experimental baselevel. - # 1.2 uses "1.2" for uname -r. - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` - # Reset EXIT trap before exiting to avoid spurious non-zero exit code. - exitcode=$? - trap '' 0 - exit $exitcode ;; - Alpha\ *:Windows_NT*:*) - # How do we know it's Interix rather than the generic POSIX subsystem? - # Should we change UNAME_MACHINE based on the output of uname instead - # of the specific Alpha model? - echo alpha-pc-interix - exit ;; - 21064:Windows_NT:50:3) - echo alpha-dec-winnt3.5 - exit ;; - Amiga*:UNIX_System_V:4.0:*) - echo m68k-unknown-sysv4 - exit ;; - *:[Aa]miga[Oo][Ss]:*:*) - echo ${UNAME_MACHINE}-unknown-amigaos - exit ;; - *:[Mm]orph[Oo][Ss]:*:*) - echo ${UNAME_MACHINE}-unknown-morphos - exit ;; - *:OS/390:*:*) - echo i370-ibm-openedition - exit ;; - *:z/VM:*:*) - echo s390-ibm-zvmoe - exit ;; - *:OS400:*:*) - echo powerpc-ibm-os400 - exit ;; - arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) - echo arm-acorn-riscix${UNAME_RELEASE} - exit ;; - arm:riscos:*:*|arm:RISCOS:*:*) - echo arm-unknown-riscos - exit ;; - SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) - echo hppa1.1-hitachi-hiuxmpp - exit ;; - Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) - # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. - if test "`(/bin/universe) 2>/dev/null`" = att ; then - echo pyramid-pyramid-sysv3 - else - echo pyramid-pyramid-bsd - fi - exit ;; - NILE*:*:*:dcosx) - echo pyramid-pyramid-svr4 - exit ;; - DRS?6000:unix:4.0:6*) - echo sparc-icl-nx6 - exit ;; - DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) - case `/usr/bin/uname -p` in - sparc) echo sparc-icl-nx7; exit ;; - esac ;; - s390x:SunOS:*:*) - echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit ;; - sun4H:SunOS:5.*:*) - echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit ;; - sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) - echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit ;; - i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) - echo i386-pc-auroraux${UNAME_RELEASE} - exit ;; - i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) - eval $set_cc_for_build - SUN_ARCH="i386" - # If there is a compiler, see if it is configured for 64-bit objects. - # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. - # This test works for both compilers. - if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then - if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ - (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ - grep IS_64BIT_ARCH >/dev/null - then - SUN_ARCH="x86_64" - fi - fi - echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit ;; - sun4*:SunOS:6*:*) - # According to config.sub, this is the proper way to canonicalize - # SunOS6. Hard to guess exactly what SunOS6 will be like, but - # it's likely to be more like Solaris than SunOS4. - echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit ;; - sun4*:SunOS:*:*) - case "`/usr/bin/arch -k`" in - Series*|S4*) - UNAME_RELEASE=`uname -v` - ;; - esac - # Japanese Language versions have a version number like `4.1.3-JL'. - echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` - exit ;; - sun3*:SunOS:*:*) - echo m68k-sun-sunos${UNAME_RELEASE} - exit ;; - sun*:*:4.2BSD:*) - UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` - test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 - case "`/bin/arch`" in - sun3) - echo m68k-sun-sunos${UNAME_RELEASE} - ;; - sun4) - echo sparc-sun-sunos${UNAME_RELEASE} - ;; - esac - exit ;; - aushp:SunOS:*:*) - echo sparc-auspex-sunos${UNAME_RELEASE} - exit ;; - # The situation for MiNT is a little confusing. The machine name - # can be virtually everything (everything which is not - # "atarist" or "atariste" at least should have a processor - # > m68000). The system name ranges from "MiNT" over "FreeMiNT" - # to the lowercase version "mint" (or "freemint"). Finally - # the system name "TOS" denotes a system which is actually not - # MiNT. But MiNT is downward compatible to TOS, so this should - # be no problem. - atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} - exit ;; - atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} - exit ;; - *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} - exit ;; - milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) - echo m68k-milan-mint${UNAME_RELEASE} - exit ;; - hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) - echo m68k-hades-mint${UNAME_RELEASE} - exit ;; - *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) - echo m68k-unknown-mint${UNAME_RELEASE} - exit ;; - m68k:machten:*:*) - echo m68k-apple-machten${UNAME_RELEASE} - exit ;; - powerpc:machten:*:*) - echo powerpc-apple-machten${UNAME_RELEASE} - exit ;; - RISC*:Mach:*:*) - echo mips-dec-mach_bsd4.3 - exit ;; - RISC*:ULTRIX:*:*) - echo mips-dec-ultrix${UNAME_RELEASE} - exit ;; - VAX*:ULTRIX*:*:*) - echo vax-dec-ultrix${UNAME_RELEASE} - exit ;; - 2020:CLIX:*:* | 2430:CLIX:*:*) - echo clipper-intergraph-clix${UNAME_RELEASE} - exit ;; - mips:*:*:UMIPS | mips:*:*:RISCos) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c -#ifdef __cplusplus -#include /* for printf() prototype */ - int main (int argc, char *argv[]) { -#else - int main (argc, argv) int argc; char *argv[]; { -#endif - #if defined (host_mips) && defined (MIPSEB) - #if defined (SYSTYPE_SYSV) - printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); - #endif - #if defined (SYSTYPE_SVR4) - printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); - #endif - #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) - printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); - #endif - #endif - exit (-1); - } -EOF - $CC_FOR_BUILD -o $dummy $dummy.c && - dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && - SYSTEM_NAME=`$dummy $dummyarg` && - { echo "$SYSTEM_NAME"; exit; } - echo mips-mips-riscos${UNAME_RELEASE} - exit ;; - Motorola:PowerMAX_OS:*:*) - echo powerpc-motorola-powermax - exit ;; - Motorola:*:4.3:PL8-*) - echo powerpc-harris-powermax - exit ;; - Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) - echo powerpc-harris-powermax - exit ;; - Night_Hawk:Power_UNIX:*:*) - echo powerpc-harris-powerunix - exit ;; - m88k:CX/UX:7*:*) - echo m88k-harris-cxux7 - exit ;; - m88k:*:4*:R4*) - echo m88k-motorola-sysv4 - exit ;; - m88k:*:3*:R3*) - echo m88k-motorola-sysv3 - exit ;; - AViiON:dgux:*:*) - # DG/UX returns AViiON for all architectures - UNAME_PROCESSOR=`/usr/bin/uname -p` - if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] - then - if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ - [ ${TARGET_BINARY_INTERFACE}x = x ] - then - echo m88k-dg-dgux${UNAME_RELEASE} - else - echo m88k-dg-dguxbcs${UNAME_RELEASE} - fi - else - echo i586-dg-dgux${UNAME_RELEASE} - fi - exit ;; - M88*:DolphinOS:*:*) # DolphinOS (SVR3) - echo m88k-dolphin-sysv3 - exit ;; - M88*:*:R3*:*) - # Delta 88k system running SVR3 - echo m88k-motorola-sysv3 - exit ;; - XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) - echo m88k-tektronix-sysv3 - exit ;; - Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) - echo m68k-tektronix-bsd - exit ;; - *:IRIX*:*:*) - echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` - exit ;; - ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. - echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id - exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' - i*86:AIX:*:*) - echo i386-ibm-aix - exit ;; - ia64:AIX:*:*) - if [ -x /usr/bin/oslevel ] ; then - IBM_REV=`/usr/bin/oslevel` - else - IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} - fi - echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} - exit ;; - *:AIX:2:3) - if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #include - - main() - { - if (!__power_pc()) - exit(1); - puts("powerpc-ibm-aix3.2.5"); - exit(0); - } -EOF - if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` - then - echo "$SYSTEM_NAME" - else - echo rs6000-ibm-aix3.2.5 - fi - elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then - echo rs6000-ibm-aix3.2.4 - else - echo rs6000-ibm-aix3.2 - fi - exit ;; - *:AIX:*:[4567]) - IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` - if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then - IBM_ARCH=rs6000 - else - IBM_ARCH=powerpc - fi - if [ -x /usr/bin/oslevel ] ; then - IBM_REV=`/usr/bin/oslevel` - else - IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} - fi - echo ${IBM_ARCH}-ibm-aix${IBM_REV} - exit ;; - *:AIX:*:*) - echo rs6000-ibm-aix - exit ;; - ibmrt:4.4BSD:*|romp-ibm:BSD:*) - echo romp-ibm-bsd4.4 - exit ;; - ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and - echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to - exit ;; # report: romp-ibm BSD 4.3 - *:BOSX:*:*) - echo rs6000-bull-bosx - exit ;; - DPX/2?00:B.O.S.:*:*) - echo m68k-bull-sysv3 - exit ;; - 9000/[34]??:4.3bsd:1.*:*) - echo m68k-hp-bsd - exit ;; - hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) - echo m68k-hp-bsd4.4 - exit ;; - 9000/[34678]??:HP-UX:*:*) - HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` - case "${UNAME_MACHINE}" in - 9000/31? ) HP_ARCH=m68000 ;; - 9000/[34]?? ) HP_ARCH=m68k ;; - 9000/[678][0-9][0-9]) - if [ -x /usr/bin/getconf ]; then - sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` - sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` - case "${sc_cpu_version}" in - 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 - 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 - 532) # CPU_PA_RISC2_0 - case "${sc_kernel_bits}" in - 32) HP_ARCH="hppa2.0n" ;; - 64) HP_ARCH="hppa2.0w" ;; - '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 - esac ;; - esac - fi - if [ "${HP_ARCH}" = "" ]; then - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - - #define _HPUX_SOURCE - #include - #include - - int main () - { - #if defined(_SC_KERNEL_BITS) - long bits = sysconf(_SC_KERNEL_BITS); - #endif - long cpu = sysconf (_SC_CPU_VERSION); - - switch (cpu) - { - case CPU_PA_RISC1_0: puts ("hppa1.0"); break; - case CPU_PA_RISC1_1: puts ("hppa1.1"); break; - case CPU_PA_RISC2_0: - #if defined(_SC_KERNEL_BITS) - switch (bits) - { - case 64: puts ("hppa2.0w"); break; - case 32: puts ("hppa2.0n"); break; - default: puts ("hppa2.0"); break; - } break; - #else /* !defined(_SC_KERNEL_BITS) */ - puts ("hppa2.0"); break; - #endif - default: puts ("hppa1.0"); break; - } - exit (0); - } -EOF - (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` - test -z "$HP_ARCH" && HP_ARCH=hppa - fi ;; - esac - if [ ${HP_ARCH} = "hppa2.0w" ] - then - eval $set_cc_for_build - - # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating - # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler - # generating 64-bit code. GNU and HP use different nomenclature: - # - # $ CC_FOR_BUILD=cc ./config.guess - # => hppa2.0w-hp-hpux11.23 - # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess - # => hppa64-hp-hpux11.23 - - if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | - grep -q __LP64__ - then - HP_ARCH="hppa2.0w" - else - HP_ARCH="hppa64" - fi - fi - echo ${HP_ARCH}-hp-hpux${HPUX_REV} - exit ;; - ia64:HP-UX:*:*) - HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` - echo ia64-hp-hpux${HPUX_REV} - exit ;; - 3050*:HI-UX:*:*) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #include - int - main () - { - long cpu = sysconf (_SC_CPU_VERSION); - /* The order matters, because CPU_IS_HP_MC68K erroneously returns - true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct - results, however. */ - if (CPU_IS_PA_RISC (cpu)) - { - switch (cpu) - { - case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; - case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; - case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; - default: puts ("hppa-hitachi-hiuxwe2"); break; - } - } - else if (CPU_IS_HP_MC68K (cpu)) - puts ("m68k-hitachi-hiuxwe2"); - else puts ("unknown-hitachi-hiuxwe2"); - exit (0); - } -EOF - $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && - { echo "$SYSTEM_NAME"; exit; } - echo unknown-hitachi-hiuxwe2 - exit ;; - 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) - echo hppa1.1-hp-bsd - exit ;; - 9000/8??:4.3bsd:*:*) - echo hppa1.0-hp-bsd - exit ;; - *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) - echo hppa1.0-hp-mpeix - exit ;; - hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) - echo hppa1.1-hp-osf - exit ;; - hp8??:OSF1:*:*) - echo hppa1.0-hp-osf - exit ;; - i*86:OSF1:*:*) - if [ -x /usr/sbin/sysversion ] ; then - echo ${UNAME_MACHINE}-unknown-osf1mk - else - echo ${UNAME_MACHINE}-unknown-osf1 - fi - exit ;; - parisc*:Lites*:*:*) - echo hppa1.1-hp-lites - exit ;; - C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) - echo c1-convex-bsd - exit ;; - C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) - if getsysinfo -f scalar_acc - then echo c32-convex-bsd - else echo c2-convex-bsd - fi - exit ;; - C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) - echo c34-convex-bsd - exit ;; - C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) - echo c38-convex-bsd - exit ;; - C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) - echo c4-convex-bsd - exit ;; - CRAY*Y-MP:*:*:*) - echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit ;; - CRAY*[A-Z]90:*:*:*) - echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ - | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ - -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ - -e 's/\.[^.]*$/.X/' - exit ;; - CRAY*TS:*:*:*) - echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit ;; - CRAY*T3E:*:*:*) - echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit ;; - CRAY*SV1:*:*:*) - echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit ;; - *:UNICOS/mp:*:*) - echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit ;; - F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) - FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` - FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` - echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" - exit ;; - 5000:UNIX_System_V:4.*:*) - FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` - echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" - exit ;; - i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) - echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} - exit ;; - sparc*:BSD/OS:*:*) - echo sparc-unknown-bsdi${UNAME_RELEASE} - exit ;; - *:BSD/OS:*:*) - echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} - exit ;; - *:FreeBSD:*:*) - case ${UNAME_MACHINE} in - pc98) - echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; - amd64) - echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; - *) - echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; - esac - exit ;; - i*:CYGWIN*:*) - echo ${UNAME_MACHINE}-pc-cygwin - exit ;; - *:MINGW*:*) - echo ${UNAME_MACHINE}-pc-mingw32 - exit ;; - i*:windows32*:*) - # uname -m includes "-pc" on this system. - echo ${UNAME_MACHINE}-mingw32 - exit ;; - i*:PW*:*) - echo ${UNAME_MACHINE}-pc-pw32 - exit ;; - *:Interix*:*) - case ${UNAME_MACHINE} in - x86) - echo i586-pc-interix${UNAME_RELEASE} - exit ;; - authenticamd | genuineintel | EM64T) - echo x86_64-unknown-interix${UNAME_RELEASE} - exit ;; - IA64) - echo ia64-unknown-interix${UNAME_RELEASE} - exit ;; - esac ;; - [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) - echo i${UNAME_MACHINE}-pc-mks - exit ;; - 8664:Windows_NT:*) - echo x86_64-pc-mks - exit ;; - i*:Windows_NT*:* | Pentium*:Windows_NT*:*) - # How do we know it's Interix rather than the generic POSIX subsystem? - # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we - # UNAME_MACHINE based on the output of uname instead of i386? - echo i586-pc-interix - exit ;; - i*:UWIN*:*) - echo ${UNAME_MACHINE}-pc-uwin - exit ;; - amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) - echo x86_64-unknown-cygwin - exit ;; - p*:CYGWIN*:*) - echo powerpcle-unknown-cygwin - exit ;; - prep*:SunOS:5.*:*) - echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit ;; - *:GNU:*:*) - # the GNU system - echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` - exit ;; - *:GNU/*:*:*) - # other systems with GNU libc and userland - echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu - exit ;; - i*86:Minix:*:*) - echo ${UNAME_MACHINE}-pc-minix - exit ;; - alpha:Linux:*:*) - case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in - EV5) UNAME_MACHINE=alphaev5 ;; - EV56) UNAME_MACHINE=alphaev56 ;; - PCA56) UNAME_MACHINE=alphapca56 ;; - PCA57) UNAME_MACHINE=alphapca56 ;; - EV6) UNAME_MACHINE=alphaev6 ;; - EV67) UNAME_MACHINE=alphaev67 ;; - EV68*) UNAME_MACHINE=alphaev68 ;; - esac - objdump --private-headers /bin/sh | grep -q ld.so.1 - if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi - echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} - exit ;; - arm*:Linux:*:*) - eval $set_cc_for_build - if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ - | grep -q __ARM_EABI__ - then - echo ${UNAME_MACHINE}-unknown-linux-gnu - else - if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ - | grep -q __ARM_PCS_VFP - then - echo ${UNAME_MACHINE}-unknown-linux-gnueabi - else - echo ${UNAME_MACHINE}-unknown-linux-gnueabihf - fi - fi - exit ;; - avr32*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; - cris:Linux:*:*) - echo cris-axis-linux-gnu - exit ;; - crisv32:Linux:*:*) - echo crisv32-axis-linux-gnu - exit ;; - frv:Linux:*:*) - echo frv-unknown-linux-gnu - exit ;; - i*86:Linux:*:*) - LIBC=gnu - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #ifdef __dietlibc__ - LIBC=dietlibc - #endif -EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` - echo "${UNAME_MACHINE}-pc-linux-${LIBC}" - exit ;; - ia64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; - m32r*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; - m68*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; - mips:Linux:*:* | mips64:Linux:*:*) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #undef CPU - #undef ${UNAME_MACHINE} - #undef ${UNAME_MACHINE}el - #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) - CPU=${UNAME_MACHINE}el - #else - #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) - CPU=${UNAME_MACHINE} - #else - CPU= - #endif - #endif -EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` - test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } - ;; - or32:Linux:*:*) - echo or32-unknown-linux-gnu - exit ;; - padre:Linux:*:*) - echo sparc-unknown-linux-gnu - exit ;; - parisc64:Linux:*:* | hppa64:Linux:*:*) - echo hppa64-unknown-linux-gnu - exit ;; - parisc:Linux:*:* | hppa:Linux:*:*) - # Look for CPU level - case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in - PA7*) echo hppa1.1-unknown-linux-gnu ;; - PA8*) echo hppa2.0-unknown-linux-gnu ;; - *) echo hppa-unknown-linux-gnu ;; - esac - exit ;; - ppc64:Linux:*:*) - echo powerpc64-unknown-linux-gnu - exit ;; - ppc:Linux:*:*) - echo powerpc-unknown-linux-gnu - exit ;; - s390:Linux:*:* | s390x:Linux:*:*) - echo ${UNAME_MACHINE}-ibm-linux - exit ;; - sh64*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; - sh*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; - sparc:Linux:*:* | sparc64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; - tile*:Linux:*:*) - echo ${UNAME_MACHINE}-tilera-linux-gnu - exit ;; - vax:Linux:*:*) - echo ${UNAME_MACHINE}-dec-linux-gnu - exit ;; - x86_64:Linux:*:*) - echo x86_64-unknown-linux-gnu - exit ;; - xtensa*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; - i*86:DYNIX/ptx:4*:*) - # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. - # earlier versions are messed up and put the nodename in both - # sysname and nodename. - echo i386-sequent-sysv4 - exit ;; - i*86:UNIX_SV:4.2MP:2.*) - # Unixware is an offshoot of SVR4, but it has its own version - # number series starting with 2... - # I am not positive that other SVR4 systems won't match this, - # I just have to hope. -- rms. - # Use sysv4.2uw... so that sysv4* matches it. - echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} - exit ;; - i*86:OS/2:*:*) - # If we were able to find `uname', then EMX Unix compatibility - # is probably installed. - echo ${UNAME_MACHINE}-pc-os2-emx - exit ;; - i*86:XTS-300:*:STOP) - echo ${UNAME_MACHINE}-unknown-stop - exit ;; - i*86:atheos:*:*) - echo ${UNAME_MACHINE}-unknown-atheos - exit ;; - i*86:syllable:*:*) - echo ${UNAME_MACHINE}-pc-syllable - exit ;; - i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) - echo i386-unknown-lynxos${UNAME_RELEASE} - exit ;; - i*86:*DOS:*:*) - echo ${UNAME_MACHINE}-pc-msdosdjgpp - exit ;; - i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) - UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` - if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then - echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} - else - echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} - fi - exit ;; - i*86:*:5:[678]*) - # UnixWare 7.x, OpenUNIX and OpenServer 6. - case `/bin/uname -X | grep "^Machine"` in - *486*) UNAME_MACHINE=i486 ;; - *Pentium) UNAME_MACHINE=i586 ;; - *Pent*|*Celeron) UNAME_MACHINE=i686 ;; - esac - echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} - exit ;; - i*86:*:3.2:*) - if test -f /usr/options/cb.name; then - UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then - UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` - (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 - (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ - && UNAME_MACHINE=i586 - (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ - && UNAME_MACHINE=i686 - (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ - && UNAME_MACHINE=i686 - echo ${UNAME_MACHINE}-pc-sco$UNAME_REL - else - echo ${UNAME_MACHINE}-pc-sysv32 - fi - exit ;; - pc:*:*:*) - # Left here for compatibility: - # uname -m prints for DJGPP always 'pc', but it prints nothing about - # the processor, so we play safe by assuming i586. - # Note: whatever this is, it MUST be the same as what config.sub - # prints for the "djgpp" host, or else GDB configury will decide that - # this is a cross-build. - echo i586-pc-msdosdjgpp - exit ;; - Intel:Mach:3*:*) - echo i386-pc-mach3 - exit ;; - paragon:*:*:*) - echo i860-intel-osf1 - exit ;; - i860:*:4.*:*) # i860-SVR4 - if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then - echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 - else # Add other i860-SVR4 vendors below as they are discovered. - echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 - fi - exit ;; - mini*:CTIX:SYS*5:*) - # "miniframe" - echo m68010-convergent-sysv - exit ;; - mc68k:UNIX:SYSTEM5:3.51m) - echo m68k-convergent-sysv - exit ;; - M680?0:D-NIX:5.3:*) - echo m68k-diab-dnix - exit ;; - M68*:*:R3V[5678]*:*) - test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; - 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) - OS_REL='' - test -r /etc/.relid \ - && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` - /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && { echo i486-ncr-sysv4.3${OS_REL}; exit; } - /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ - && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; - 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) - /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && { echo i486-ncr-sysv4; exit; } ;; - NCR*:*:4.2:* | MPRAS*:*:4.2:*) - OS_REL='.3' - test -r /etc/.relid \ - && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` - /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && { echo i486-ncr-sysv4.3${OS_REL}; exit; } - /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ - && { echo i586-ncr-sysv4.3${OS_REL}; exit; } - /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ - && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; - m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) - echo m68k-unknown-lynxos${UNAME_RELEASE} - exit ;; - mc68030:UNIX_System_V:4.*:*) - echo m68k-atari-sysv4 - exit ;; - TSUNAMI:LynxOS:2.*:*) - echo sparc-unknown-lynxos${UNAME_RELEASE} - exit ;; - rs6000:LynxOS:2.*:*) - echo rs6000-unknown-lynxos${UNAME_RELEASE} - exit ;; - PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) - echo powerpc-unknown-lynxos${UNAME_RELEASE} - exit ;; - SM[BE]S:UNIX_SV:*:*) - echo mips-dde-sysv${UNAME_RELEASE} - exit ;; - RM*:ReliantUNIX-*:*:*) - echo mips-sni-sysv4 - exit ;; - RM*:SINIX-*:*:*) - echo mips-sni-sysv4 - exit ;; - *:SINIX-*:*:*) - if uname -p 2>/dev/null >/dev/null ; then - UNAME_MACHINE=`(uname -p) 2>/dev/null` - echo ${UNAME_MACHINE}-sni-sysv4 - else - echo ns32k-sni-sysv - fi - exit ;; - PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort - # says - echo i586-unisys-sysv4 - exit ;; - *:UNIX_System_V:4*:FTX*) - # From Gerald Hewes . - # How about differentiating between stratus architectures? -djm - echo hppa1.1-stratus-sysv4 - exit ;; - *:*:*:FTX*) - # From seanf@swdc.stratus.com. - echo i860-stratus-sysv4 - exit ;; - i*86:VOS:*:*) - # From Paul.Green@stratus.com. - echo ${UNAME_MACHINE}-stratus-vos - exit ;; - *:VOS:*:*) - # From Paul.Green@stratus.com. - echo hppa1.1-stratus-vos - exit ;; - mc68*:A/UX:*:*) - echo m68k-apple-aux${UNAME_RELEASE} - exit ;; - news*:NEWS-OS:6*:*) - echo mips-sony-newsos6 - exit ;; - R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) - if [ -d /usr/nec ]; then - echo mips-nec-sysv${UNAME_RELEASE} - else - echo mips-unknown-sysv${UNAME_RELEASE} - fi - exit ;; - BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. - echo powerpc-be-beos - exit ;; - BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. - echo powerpc-apple-beos - exit ;; - BePC:BeOS:*:*) # BeOS running on Intel PC compatible. - echo i586-pc-beos - exit ;; - BePC:Haiku:*:*) # Haiku running on Intel PC compatible. - echo i586-pc-haiku - exit ;; - SX-4:SUPER-UX:*:*) - echo sx4-nec-superux${UNAME_RELEASE} - exit ;; - SX-5:SUPER-UX:*:*) - echo sx5-nec-superux${UNAME_RELEASE} - exit ;; - SX-6:SUPER-UX:*:*) - echo sx6-nec-superux${UNAME_RELEASE} - exit ;; - SX-7:SUPER-UX:*:*) - echo sx7-nec-superux${UNAME_RELEASE} - exit ;; - SX-8:SUPER-UX:*:*) - echo sx8-nec-superux${UNAME_RELEASE} - exit ;; - SX-8R:SUPER-UX:*:*) - echo sx8r-nec-superux${UNAME_RELEASE} - exit ;; - Power*:Rhapsody:*:*) - echo powerpc-apple-rhapsody${UNAME_RELEASE} - exit ;; - *:Rhapsody:*:*) - echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} - exit ;; - *:Darwin:*:*) - UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown - case $UNAME_PROCESSOR in - i386) - eval $set_cc_for_build - if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then - if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ - (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ - grep IS_64BIT_ARCH >/dev/null - then - UNAME_PROCESSOR="x86_64" - fi - fi ;; - unknown) UNAME_PROCESSOR=powerpc ;; - esac - echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} - exit ;; - *:procnto*:*:* | *:QNX:[0123456789]*:*) - UNAME_PROCESSOR=`uname -p` - if test "$UNAME_PROCESSOR" = "x86"; then - UNAME_PROCESSOR=i386 - UNAME_MACHINE=pc - fi - echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} - exit ;; - *:QNX:*:4*) - echo i386-pc-qnx - exit ;; - NEO-?:NONSTOP_KERNEL:*:*) - echo neo-tandem-nsk${UNAME_RELEASE} - exit ;; - NSE-?:NONSTOP_KERNEL:*:*) - echo nse-tandem-nsk${UNAME_RELEASE} - exit ;; - NSR-?:NONSTOP_KERNEL:*:*) - echo nsr-tandem-nsk${UNAME_RELEASE} - exit ;; - *:NonStop-UX:*:*) - echo mips-compaq-nonstopux - exit ;; - BS2000:POSIX*:*:*) - echo bs2000-siemens-sysv - exit ;; - DS/*:UNIX_System_V:*:*) - echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} - exit ;; - *:Plan9:*:*) - # "uname -m" is not consistent, so use $cputype instead. 386 - # is converted to i386 for consistency with other x86 - # operating systems. - if test "$cputype" = "386"; then - UNAME_MACHINE=i386 - else - UNAME_MACHINE="$cputype" - fi - echo ${UNAME_MACHINE}-unknown-plan9 - exit ;; - *:TOPS-10:*:*) - echo pdp10-unknown-tops10 - exit ;; - *:TENEX:*:*) - echo pdp10-unknown-tenex - exit ;; - KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) - echo pdp10-dec-tops20 - exit ;; - XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) - echo pdp10-xkl-tops20 - exit ;; - *:TOPS-20:*:*) - echo pdp10-unknown-tops20 - exit ;; - *:ITS:*:*) - echo pdp10-unknown-its - exit ;; - SEI:*:*:SEIUX) - echo mips-sei-seiux${UNAME_RELEASE} - exit ;; - *:DragonFly:*:*) - echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` - exit ;; - *:*VMS:*:*) - UNAME_MACHINE=`(uname -p) 2>/dev/null` - case "${UNAME_MACHINE}" in - A*) echo alpha-dec-vms ; exit ;; - I*) echo ia64-dec-vms ; exit ;; - V*) echo vax-dec-vms ; exit ;; - esac ;; - *:XENIX:*:SysV) - echo i386-pc-xenix - exit ;; - i*86:skyos:*:*) - echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' - exit ;; - i*86:rdos:*:*) - echo ${UNAME_MACHINE}-pc-rdos - exit ;; - i*86:AROS:*:*) - echo ${UNAME_MACHINE}-pc-aros - exit ;; -esac - -#echo '(No uname command or uname output not recognized.)' 1>&2 -#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 - -eval $set_cc_for_build -cat >$dummy.c < -# include -#endif -main () -{ -#if defined (sony) -#if defined (MIPSEB) - /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, - I don't know.... */ - printf ("mips-sony-bsd\n"); exit (0); -#else -#include - printf ("m68k-sony-newsos%s\n", -#ifdef NEWSOS4 - "4" -#else - "" -#endif - ); exit (0); -#endif -#endif - -#if defined (__arm) && defined (__acorn) && defined (__unix) - printf ("arm-acorn-riscix\n"); exit (0); -#endif - -#if defined (hp300) && !defined (hpux) - printf ("m68k-hp-bsd\n"); exit (0); -#endif - -#if defined (NeXT) -#if !defined (__ARCHITECTURE__) -#define __ARCHITECTURE__ "m68k" -#endif - int version; - version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; - if (version < 4) - printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); - else - printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); - exit (0); -#endif - -#if defined (MULTIMAX) || defined (n16) -#if defined (UMAXV) - printf ("ns32k-encore-sysv\n"); exit (0); -#else -#if defined (CMU) - printf ("ns32k-encore-mach\n"); exit (0); -#else - printf ("ns32k-encore-bsd\n"); exit (0); -#endif -#endif -#endif - -#if defined (__386BSD__) - printf ("i386-pc-bsd\n"); exit (0); -#endif - -#if defined (sequent) -#if defined (i386) - printf ("i386-sequent-dynix\n"); exit (0); -#endif -#if defined (ns32000) - printf ("ns32k-sequent-dynix\n"); exit (0); -#endif -#endif - -#if defined (_SEQUENT_) - struct utsname un; - - uname(&un); - - if (strncmp(un.version, "V2", 2) == 0) { - printf ("i386-sequent-ptx2\n"); exit (0); - } - if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ - printf ("i386-sequent-ptx1\n"); exit (0); - } - printf ("i386-sequent-ptx\n"); exit (0); - -#endif - -#if defined (vax) -# if !defined (ultrix) -# include -# if defined (BSD) -# if BSD == 43 - printf ("vax-dec-bsd4.3\n"); exit (0); -# else -# if BSD == 199006 - printf ("vax-dec-bsd4.3reno\n"); exit (0); -# else - printf ("vax-dec-bsd\n"); exit (0); -# endif -# endif -# else - printf ("vax-dec-bsd\n"); exit (0); -# endif -# else - printf ("vax-dec-ultrix\n"); exit (0); -# endif -#endif - -#if defined (alliant) && defined (i860) - printf ("i860-alliant-bsd\n"); exit (0); -#endif - - exit (1); -} -EOF - -$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && - { echo "$SYSTEM_NAME"; exit; } - -# Apollos put the system type in the environment. - -test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } - -# Convex versions that predate uname can use getsysinfo(1) - -if [ -x /usr/convex/getsysinfo ] -then - case `getsysinfo -f cpu_type` in - c1*) - echo c1-convex-bsd - exit ;; - c2*) - if getsysinfo -f scalar_acc - then echo c32-convex-bsd - else echo c2-convex-bsd - fi - exit ;; - c34*) - echo c34-convex-bsd - exit ;; - c38*) - echo c38-convex-bsd - exit ;; - c4*) - echo c4-convex-bsd - exit ;; - esac -fi - -cat >&2 < in order to provide the needed -information to handle your system. - -config.guess timestamp = $timestamp - -uname -m = `(uname -m) 2>/dev/null || echo unknown` -uname -r = `(uname -r) 2>/dev/null || echo unknown` -uname -s = `(uname -s) 2>/dev/null || echo unknown` -uname -v = `(uname -v) 2>/dev/null || echo unknown` - -/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` -/bin/uname -X = `(/bin/uname -X) 2>/dev/null` - -hostinfo = `(hostinfo) 2>/dev/null` -/bin/universe = `(/bin/universe) 2>/dev/null` -/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` -/bin/arch = `(/bin/arch) 2>/dev/null` -/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` -/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` - -UNAME_MACHINE = ${UNAME_MACHINE} -UNAME_RELEASE = ${UNAME_RELEASE} -UNAME_SYSTEM = ${UNAME_SYSTEM} -UNAME_VERSION = ${UNAME_VERSION} -EOF - -exit 1 - -# Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) -# time-stamp-start: "timestamp='" -# time-stamp-format: "%:y-%02m-%02d" -# time-stamp-end: "'" -# End: diff --git a/clipper/sparsehash-2.0.2/config.sub b/clipper/sparsehash-2.0.2/config.sub deleted file mode 100755 index 30fdca8..0000000 --- a/clipper/sparsehash-2.0.2/config.sub +++ /dev/null @@ -1,1760 +0,0 @@ -#! /bin/sh -# Configuration validation subroutine script. -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, -# 2011 Free Software Foundation, Inc. - -timestamp='2011-03-23' - -# This file is (in principle) common to ALL GNU software. -# The presence of a machine in this file suggests that SOME GNU software -# can handle that machine. It does not imply ALL GNU software can. -# -# This file is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA -# 02110-1301, USA. -# -# As a special exception to the GNU General Public License, if you -# distribute this file as part of a program that contains a -# configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that program. - - -# Please send patches to . Submit a context -# diff and a properly formatted GNU ChangeLog entry. -# -# Configuration subroutine to validate and canonicalize a configuration type. -# Supply the specified configuration type as an argument. -# If it is invalid, we print an error message on stderr and exit with code 1. -# Otherwise, we print the canonical config type on stdout and succeed. - -# You can get the latest version of this script from: -# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD - -# This file is supposed to be the same for all GNU packages -# and recognize all the CPU types, system types and aliases -# that are meaningful with *any* GNU software. -# Each package is responsible for reporting which valid configurations -# it does not support. The user should be able to distinguish -# a failure to support a valid configuration from a meaningless -# configuration. - -# The goal of this file is to map all the various variations of a given -# machine specification into a single specification in the form: -# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM -# or in some cases, the newer four-part form: -# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM -# It is wrong to echo any other type of specification. - -me=`echo "$0" | sed -e 's,.*/,,'` - -usage="\ -Usage: $0 [OPTION] CPU-MFR-OPSYS - $0 [OPTION] ALIAS - -Canonicalize a configuration name. - -Operation modes: - -h, --help print this help, then exit - -t, --time-stamp print date of last modification, then exit - -v, --version print version number, then exit - -Report bugs and patches to ." - -version="\ -GNU config.sub ($timestamp) - -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, -2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free -Software Foundation, Inc. - -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." - -help=" -Try \`$me --help' for more information." - -# Parse command line -while test $# -gt 0 ; do - case $1 in - --time-stamp | --time* | -t ) - echo "$timestamp" ; exit ;; - --version | -v ) - echo "$version" ; exit ;; - --help | --h* | -h ) - echo "$usage"; exit ;; - -- ) # Stop option processing - shift; break ;; - - ) # Use stdin as input. - break ;; - -* ) - echo "$me: invalid option $1$help" - exit 1 ;; - - *local*) - # First pass through any local machine types. - echo $1 - exit ;; - - * ) - break ;; - esac -done - -case $# in - 0) echo "$me: missing argument$help" >&2 - exit 1;; - 1) ;; - *) echo "$me: too many arguments$help" >&2 - exit 1;; -esac - -# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). -# Here we must recognize all the valid KERNEL-OS combinations. -maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` -case $maybe_os in - nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ - linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ - knetbsd*-gnu* | netbsd*-gnu* | \ - kopensolaris*-gnu* | \ - storm-chaos* | os2-emx* | rtmk-nova*) - os=-$maybe_os - basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` - ;; - *) - basic_machine=`echo $1 | sed 's/-[^-]*$//'` - if [ $basic_machine != $1 ] - then os=`echo $1 | sed 's/.*-/-/'` - else os=; fi - ;; -esac - -### Let's recognize common machines as not being operating systems so -### that things like config.sub decstation-3100 work. We also -### recognize some manufacturers as not being operating systems, so we -### can provide default operating systems below. -case $os in - -sun*os*) - # Prevent following clause from handling this invalid input. - ;; - -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ - -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ - -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ - -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ - -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ - -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ - -apple | -axis | -knuth | -cray | -microblaze) - os= - basic_machine=$1 - ;; - -bluegene*) - os=-cnk - ;; - -sim | -cisco | -oki | -wec | -winbond) - os= - basic_machine=$1 - ;; - -scout) - ;; - -wrs) - os=-vxworks - basic_machine=$1 - ;; - -chorusos*) - os=-chorusos - basic_machine=$1 - ;; - -chorusrdb) - os=-chorusrdb - basic_machine=$1 - ;; - -hiux*) - os=-hiuxwe2 - ;; - -sco6) - os=-sco5v6 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco5) - os=-sco3.2v5 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco4) - os=-sco3.2v4 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco3.2.[4-9]*) - os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco3.2v[4-9]*) - # Don't forget version if it is 3.2v4 or newer. - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco5v6*) - # Don't forget version if it is 3.2v4 or newer. - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco*) - os=-sco3.2v2 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -udk*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -isc) - os=-isc2.2 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -clix*) - basic_machine=clipper-intergraph - ;; - -isc*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -lynx*) - os=-lynxos - ;; - -ptx*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` - ;; - -windowsnt*) - os=`echo $os | sed -e 's/windowsnt/winnt/'` - ;; - -psos*) - os=-psos - ;; - -mint | -mint[0-9]*) - basic_machine=m68k-atari - os=-mint - ;; -esac - -# Decode aliases for certain CPU-COMPANY combinations. -case $basic_machine in - # Recognize the basic CPU types without company name. - # Some are omitted here because they have special meanings below. - 1750a | 580 \ - | a29k \ - | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ - | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ - | am33_2.0 \ - | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ - | bfin \ - | c4x | clipper \ - | d10v | d30v | dlx | dsp16xx \ - | fido | fr30 | frv \ - | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ - | i370 | i860 | i960 | ia64 \ - | ip2k | iq2000 \ - | lm32 \ - | m32c | m32r | m32rle | m68000 | m68k | m88k \ - | maxq | mb | microblaze | mcore | mep | metag \ - | mips | mipsbe | mipseb | mipsel | mipsle \ - | mips16 \ - | mips64 | mips64el \ - | mips64octeon | mips64octeonel \ - | mips64orion | mips64orionel \ - | mips64r5900 | mips64r5900el \ - | mips64vr | mips64vrel \ - | mips64vr4100 | mips64vr4100el \ - | mips64vr4300 | mips64vr4300el \ - | mips64vr5000 | mips64vr5000el \ - | mips64vr5900 | mips64vr5900el \ - | mipsisa32 | mipsisa32el \ - | mipsisa32r2 | mipsisa32r2el \ - | mipsisa64 | mipsisa64el \ - | mipsisa64r2 | mipsisa64r2el \ - | mipsisa64sb1 | mipsisa64sb1el \ - | mipsisa64sr71k | mipsisa64sr71kel \ - | mipstx39 | mipstx39el \ - | mn10200 | mn10300 \ - | moxie \ - | mt \ - | msp430 \ - | nds32 | nds32le | nds32be \ - | nios | nios2 \ - | ns16k | ns32k \ - | open8 \ - | or32 \ - | pdp10 | pdp11 | pj | pjl \ - | powerpc | powerpc64 | powerpc64le | powerpcle \ - | pyramid \ - | rx \ - | score \ - | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ - | sh64 | sh64le \ - | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ - | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ - | spu \ - | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ - | ubicom32 \ - | v850 | v850e \ - | we32k \ - | x86 | xc16x | xstormy16 | xtensa \ - | z8k | z80) - basic_machine=$basic_machine-unknown - ;; - c54x) - basic_machine=tic54x-unknown - ;; - c55x) - basic_machine=tic55x-unknown - ;; - c6x) - basic_machine=tic6x-unknown - ;; - m6811 | m68hc11 | m6812 | m68hc12 | picochip) - # Motorola 68HC11/12. - basic_machine=$basic_machine-unknown - os=-none - ;; - m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) - ;; - ms1) - basic_machine=mt-unknown - ;; - - strongarm | thumb | xscale) - basic_machine=arm-unknown - ;; - - xscaleeb) - basic_machine=armeb-unknown - ;; - - xscaleel) - basic_machine=armel-unknown - ;; - - # We use `pc' rather than `unknown' - # because (1) that's what they normally are, and - # (2) the word "unknown" tends to confuse beginning users. - i*86 | x86_64) - basic_machine=$basic_machine-pc - ;; - # Object if more than one company name word. - *-*-*) - echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 - exit 1 - ;; - # Recognize the basic CPU types with company name. - 580-* \ - | a29k-* \ - | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ - | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ - | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ - | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ - | avr-* | avr32-* \ - | bfin-* | bs2000-* \ - | c[123]* | c30-* | [cjt]90-* | c4x-* \ - | clipper-* | craynv-* | cydra-* \ - | d10v-* | d30v-* | dlx-* \ - | elxsi-* \ - | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ - | h8300-* | h8500-* \ - | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ - | i*86-* | i860-* | i960-* | ia64-* \ - | ip2k-* | iq2000-* \ - | lm32-* \ - | m32c-* | m32r-* | m32rle-* \ - | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ - | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \ - | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ - | mips16-* \ - | mips64-* | mips64el-* \ - | mips64octeon-* | mips64octeonel-* \ - | mips64orion-* | mips64orionel-* \ - | mips64r5900-* | mips64r5900el-* \ - | mips64vr-* | mips64vrel-* \ - | mips64vr4100-* | mips64vr4100el-* \ - | mips64vr4300-* | mips64vr4300el-* \ - | mips64vr5000-* | mips64vr5000el-* \ - | mips64vr5900-* | mips64vr5900el-* \ - | mipsisa32-* | mipsisa32el-* \ - | mipsisa32r2-* | mipsisa32r2el-* \ - | mipsisa64-* | mipsisa64el-* \ - | mipsisa64r2-* | mipsisa64r2el-* \ - | mipsisa64sb1-* | mipsisa64sb1el-* \ - | mipsisa64sr71k-* | mipsisa64sr71kel-* \ - | mipstx39-* | mipstx39el-* \ - | mmix-* \ - | mt-* \ - | msp430-* \ - | nds32-* | nds32le-* | nds32be-* \ - | nios-* | nios2-* \ - | none-* | np1-* | ns16k-* | ns32k-* \ - | open8-* \ - | orion-* \ - | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ - | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ - | pyramid-* \ - | romp-* | rs6000-* | rx-* \ - | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ - | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ - | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ - | sparclite-* \ - | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \ - | tahoe-* \ - | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ - | tile-* | tilegx-* \ - | tron-* \ - | ubicom32-* \ - | v850-* | v850e-* | vax-* \ - | we32k-* \ - | x86-* | x86_64-* | xc16x-* | xps100-* \ - | xstormy16-* | xtensa*-* \ - | ymp-* \ - | z8k-* | z80-*) - ;; - # Recognize the basic CPU types without company name, with glob match. - xtensa*) - basic_machine=$basic_machine-unknown - ;; - # Recognize the various machine names and aliases which stand - # for a CPU type and a company and sometimes even an OS. - 386bsd) - basic_machine=i386-unknown - os=-bsd - ;; - 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) - basic_machine=m68000-att - ;; - 3b*) - basic_machine=we32k-att - ;; - a29khif) - basic_machine=a29k-amd - os=-udi - ;; - abacus) - basic_machine=abacus-unknown - ;; - adobe68k) - basic_machine=m68010-adobe - os=-scout - ;; - alliant | fx80) - basic_machine=fx80-alliant - ;; - altos | altos3068) - basic_machine=m68k-altos - ;; - am29k) - basic_machine=a29k-none - os=-bsd - ;; - amd64) - basic_machine=x86_64-pc - ;; - amd64-*) - basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - amdahl) - basic_machine=580-amdahl - os=-sysv - ;; - amiga | amiga-*) - basic_machine=m68k-unknown - ;; - amigaos | amigados) - basic_machine=m68k-unknown - os=-amigaos - ;; - amigaunix | amix) - basic_machine=m68k-unknown - os=-sysv4 - ;; - apollo68) - basic_machine=m68k-apollo - os=-sysv - ;; - apollo68bsd) - basic_machine=m68k-apollo - os=-bsd - ;; - aros) - basic_machine=i386-pc - os=-aros - ;; - aux) - basic_machine=m68k-apple - os=-aux - ;; - balance) - basic_machine=ns32k-sequent - os=-dynix - ;; - blackfin) - basic_machine=bfin-unknown - os=-linux - ;; - blackfin-*) - basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` - os=-linux - ;; - bluegene*) - basic_machine=powerpc-ibm - os=-cnk - ;; - c54x-*) - basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - c55x-*) - basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - c6x-*) - basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - c90) - basic_machine=c90-cray - os=-unicos - ;; - cegcc) - basic_machine=arm-unknown - os=-cegcc - ;; - convex-c1) - basic_machine=c1-convex - os=-bsd - ;; - convex-c2) - basic_machine=c2-convex - os=-bsd - ;; - convex-c32) - basic_machine=c32-convex - os=-bsd - ;; - convex-c34) - basic_machine=c34-convex - os=-bsd - ;; - convex-c38) - basic_machine=c38-convex - os=-bsd - ;; - cray | j90) - basic_machine=j90-cray - os=-unicos - ;; - craynv) - basic_machine=craynv-cray - os=-unicosmp - ;; - cr16 | cr16-*) - basic_machine=cr16-unknown - os=-elf - ;; - crds | unos) - basic_machine=m68k-crds - ;; - crisv32 | crisv32-* | etraxfs*) - basic_machine=crisv32-axis - ;; - cris | cris-* | etrax*) - basic_machine=cris-axis - ;; - crx) - basic_machine=crx-unknown - os=-elf - ;; - da30 | da30-*) - basic_machine=m68k-da30 - ;; - decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) - basic_machine=mips-dec - ;; - decsystem10* | dec10*) - basic_machine=pdp10-dec - os=-tops10 - ;; - decsystem20* | dec20*) - basic_machine=pdp10-dec - os=-tops20 - ;; - delta | 3300 | motorola-3300 | motorola-delta \ - | 3300-motorola | delta-motorola) - basic_machine=m68k-motorola - ;; - delta88) - basic_machine=m88k-motorola - os=-sysv3 - ;; - dicos) - basic_machine=i686-pc - os=-dicos - ;; - djgpp) - basic_machine=i586-pc - os=-msdosdjgpp - ;; - dpx20 | dpx20-*) - basic_machine=rs6000-bull - os=-bosx - ;; - dpx2* | dpx2*-bull) - basic_machine=m68k-bull - os=-sysv3 - ;; - ebmon29k) - basic_machine=a29k-amd - os=-ebmon - ;; - elxsi) - basic_machine=elxsi-elxsi - os=-bsd - ;; - encore | umax | mmax) - basic_machine=ns32k-encore - ;; - es1800 | OSE68k | ose68k | ose | OSE) - basic_machine=m68k-ericsson - os=-ose - ;; - fx2800) - basic_machine=i860-alliant - ;; - genix) - basic_machine=ns32k-ns - ;; - gmicro) - basic_machine=tron-gmicro - os=-sysv - ;; - go32) - basic_machine=i386-pc - os=-go32 - ;; - h3050r* | hiux*) - basic_machine=hppa1.1-hitachi - os=-hiuxwe2 - ;; - h8300hms) - basic_machine=h8300-hitachi - os=-hms - ;; - h8300xray) - basic_machine=h8300-hitachi - os=-xray - ;; - h8500hms) - basic_machine=h8500-hitachi - os=-hms - ;; - harris) - basic_machine=m88k-harris - os=-sysv3 - ;; - hp300-*) - basic_machine=m68k-hp - ;; - hp300bsd) - basic_machine=m68k-hp - os=-bsd - ;; - hp300hpux) - basic_machine=m68k-hp - os=-hpux - ;; - hp3k9[0-9][0-9] | hp9[0-9][0-9]) - basic_machine=hppa1.0-hp - ;; - hp9k2[0-9][0-9] | hp9k31[0-9]) - basic_machine=m68000-hp - ;; - hp9k3[2-9][0-9]) - basic_machine=m68k-hp - ;; - hp9k6[0-9][0-9] | hp6[0-9][0-9]) - basic_machine=hppa1.0-hp - ;; - hp9k7[0-79][0-9] | hp7[0-79][0-9]) - basic_machine=hppa1.1-hp - ;; - hp9k78[0-9] | hp78[0-9]) - # FIXME: really hppa2.0-hp - basic_machine=hppa1.1-hp - ;; - hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) - # FIXME: really hppa2.0-hp - basic_machine=hppa1.1-hp - ;; - hp9k8[0-9][13679] | hp8[0-9][13679]) - basic_machine=hppa1.1-hp - ;; - hp9k8[0-9][0-9] | hp8[0-9][0-9]) - basic_machine=hppa1.0-hp - ;; - hppa-next) - os=-nextstep3 - ;; - hppaosf) - basic_machine=hppa1.1-hp - os=-osf - ;; - hppro) - basic_machine=hppa1.1-hp - os=-proelf - ;; - i370-ibm* | ibm*) - basic_machine=i370-ibm - ;; -# I'm not sure what "Sysv32" means. Should this be sysv3.2? - i*86v32) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-sysv32 - ;; - i*86v4*) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-sysv4 - ;; - i*86v) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-sysv - ;; - i*86sol2) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-solaris2 - ;; - i386mach) - basic_machine=i386-mach - os=-mach - ;; - i386-vsta | vsta) - basic_machine=i386-unknown - os=-vsta - ;; - iris | iris4d) - basic_machine=mips-sgi - case $os in - -irix*) - ;; - *) - os=-irix4 - ;; - esac - ;; - isi68 | isi) - basic_machine=m68k-isi - os=-sysv - ;; - m68knommu) - basic_machine=m68k-unknown - os=-linux - ;; - m68knommu-*) - basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` - os=-linux - ;; - m88k-omron*) - basic_machine=m88k-omron - ;; - magnum | m3230) - basic_machine=mips-mips - os=-sysv - ;; - merlin) - basic_machine=ns32k-utek - os=-sysv - ;; - microblaze) - basic_machine=microblaze-xilinx - ;; - mingw32) - basic_machine=i386-pc - os=-mingw32 - ;; - mingw32ce) - basic_machine=arm-unknown - os=-mingw32ce - ;; - miniframe) - basic_machine=m68000-convergent - ;; - *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) - basic_machine=m68k-atari - os=-mint - ;; - mips3*-*) - basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` - ;; - mips3*) - basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown - ;; - monitor) - basic_machine=m68k-rom68k - os=-coff - ;; - morphos) - basic_machine=powerpc-unknown - os=-morphos - ;; - msdos) - basic_machine=i386-pc - os=-msdos - ;; - ms1-*) - basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` - ;; - mvs) - basic_machine=i370-ibm - os=-mvs - ;; - ncr3000) - basic_machine=i486-ncr - os=-sysv4 - ;; - netbsd386) - basic_machine=i386-unknown - os=-netbsd - ;; - netwinder) - basic_machine=armv4l-rebel - os=-linux - ;; - news | news700 | news800 | news900) - basic_machine=m68k-sony - os=-newsos - ;; - news1000) - basic_machine=m68030-sony - os=-newsos - ;; - news-3600 | risc-news) - basic_machine=mips-sony - os=-newsos - ;; - necv70) - basic_machine=v70-nec - os=-sysv - ;; - next | m*-next ) - basic_machine=m68k-next - case $os in - -nextstep* ) - ;; - -ns2*) - os=-nextstep2 - ;; - *) - os=-nextstep3 - ;; - esac - ;; - nh3000) - basic_machine=m68k-harris - os=-cxux - ;; - nh[45]000) - basic_machine=m88k-harris - os=-cxux - ;; - nindy960) - basic_machine=i960-intel - os=-nindy - ;; - mon960) - basic_machine=i960-intel - os=-mon960 - ;; - nonstopux) - basic_machine=mips-compaq - os=-nonstopux - ;; - np1) - basic_machine=np1-gould - ;; - neo-tandem) - basic_machine=neo-tandem - ;; - nse-tandem) - basic_machine=nse-tandem - ;; - nsr-tandem) - basic_machine=nsr-tandem - ;; - op50n-* | op60c-*) - basic_machine=hppa1.1-oki - os=-proelf - ;; - openrisc | openrisc-*) - basic_machine=or32-unknown - ;; - os400) - basic_machine=powerpc-ibm - os=-os400 - ;; - OSE68000 | ose68000) - basic_machine=m68000-ericsson - os=-ose - ;; - os68k) - basic_machine=m68k-none - os=-os68k - ;; - pa-hitachi) - basic_machine=hppa1.1-hitachi - os=-hiuxwe2 - ;; - paragon) - basic_machine=i860-intel - os=-osf - ;; - parisc) - basic_machine=hppa-unknown - os=-linux - ;; - parisc-*) - basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` - os=-linux - ;; - pbd) - basic_machine=sparc-tti - ;; - pbb) - basic_machine=m68k-tti - ;; - pc532 | pc532-*) - basic_machine=ns32k-pc532 - ;; - pc98) - basic_machine=i386-pc - ;; - pc98-*) - basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pentium | p5 | k5 | k6 | nexgen | viac3) - basic_machine=i586-pc - ;; - pentiumpro | p6 | 6x86 | athlon | athlon_*) - basic_machine=i686-pc - ;; - pentiumii | pentium2 | pentiumiii | pentium3) - basic_machine=i686-pc - ;; - pentium4) - basic_machine=i786-pc - ;; - pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) - basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pentiumpro-* | p6-* | 6x86-* | athlon-*) - basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) - basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pentium4-*) - basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pn) - basic_machine=pn-gould - ;; - power) basic_machine=power-ibm - ;; - ppc | ppcbe) basic_machine=powerpc-unknown - ;; - ppc-* | ppcbe-*) - basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - ppcle | powerpclittle | ppc-le | powerpc-little) - basic_machine=powerpcle-unknown - ;; - ppcle-* | powerpclittle-*) - basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - ppc64) basic_machine=powerpc64-unknown - ;; - ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - ppc64le | powerpc64little | ppc64-le | powerpc64-little) - basic_machine=powerpc64le-unknown - ;; - ppc64le-* | powerpc64little-*) - basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - ps2) - basic_machine=i386-ibm - ;; - pw32) - basic_machine=i586-unknown - os=-pw32 - ;; - rdos) - basic_machine=i386-pc - os=-rdos - ;; - rom68k) - basic_machine=m68k-rom68k - os=-coff - ;; - rm[46]00) - basic_machine=mips-siemens - ;; - rtpc | rtpc-*) - basic_machine=romp-ibm - ;; - s390 | s390-*) - basic_machine=s390-ibm - ;; - s390x | s390x-*) - basic_machine=s390x-ibm - ;; - sa29200) - basic_machine=a29k-amd - os=-udi - ;; - sb1) - basic_machine=mipsisa64sb1-unknown - ;; - sb1el) - basic_machine=mipsisa64sb1el-unknown - ;; - sde) - basic_machine=mipsisa32-sde - os=-elf - ;; - sei) - basic_machine=mips-sei - os=-seiux - ;; - sequent) - basic_machine=i386-sequent - ;; - sh) - basic_machine=sh-hitachi - os=-hms - ;; - sh5el) - basic_machine=sh5le-unknown - ;; - sh64) - basic_machine=sh64-unknown - ;; - sparclite-wrs | simso-wrs) - basic_machine=sparclite-wrs - os=-vxworks - ;; - sps7) - basic_machine=m68k-bull - os=-sysv2 - ;; - spur) - basic_machine=spur-unknown - ;; - st2000) - basic_machine=m68k-tandem - ;; - stratus) - basic_machine=i860-stratus - os=-sysv4 - ;; - strongarm-* | thumb-*) - basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - sun2) - basic_machine=m68000-sun - ;; - sun2os3) - basic_machine=m68000-sun - os=-sunos3 - ;; - sun2os4) - basic_machine=m68000-sun - os=-sunos4 - ;; - sun3os3) - basic_machine=m68k-sun - os=-sunos3 - ;; - sun3os4) - basic_machine=m68k-sun - os=-sunos4 - ;; - sun4os3) - basic_machine=sparc-sun - os=-sunos3 - ;; - sun4os4) - basic_machine=sparc-sun - os=-sunos4 - ;; - sun4sol2) - basic_machine=sparc-sun - os=-solaris2 - ;; - sun3 | sun3-*) - basic_machine=m68k-sun - ;; - sun4) - basic_machine=sparc-sun - ;; - sun386 | sun386i | roadrunner) - basic_machine=i386-sun - ;; - sv1) - basic_machine=sv1-cray - os=-unicos - ;; - symmetry) - basic_machine=i386-sequent - os=-dynix - ;; - t3e) - basic_machine=alphaev5-cray - os=-unicos - ;; - t90) - basic_machine=t90-cray - os=-unicos - ;; - # This must be matched before tile*. - tilegx*) - basic_machine=tilegx-unknown - os=-linux-gnu - ;; - tile*) - basic_machine=tile-unknown - os=-linux-gnu - ;; - tx39) - basic_machine=mipstx39-unknown - ;; - tx39el) - basic_machine=mipstx39el-unknown - ;; - toad1) - basic_machine=pdp10-xkl - os=-tops20 - ;; - tower | tower-32) - basic_machine=m68k-ncr - ;; - tpf) - basic_machine=s390x-ibm - os=-tpf - ;; - udi29k) - basic_machine=a29k-amd - os=-udi - ;; - ultra3) - basic_machine=a29k-nyu - os=-sym1 - ;; - v810 | necv810) - basic_machine=v810-nec - os=-none - ;; - vaxv) - basic_machine=vax-dec - os=-sysv - ;; - vms) - basic_machine=vax-dec - os=-vms - ;; - vpp*|vx|vx-*) - basic_machine=f301-fujitsu - ;; - vxworks960) - basic_machine=i960-wrs - os=-vxworks - ;; - vxworks68) - basic_machine=m68k-wrs - os=-vxworks - ;; - vxworks29k) - basic_machine=a29k-wrs - os=-vxworks - ;; - w65*) - basic_machine=w65-wdc - os=-none - ;; - w89k-*) - basic_machine=hppa1.1-winbond - os=-proelf - ;; - xbox) - basic_machine=i686-pc - os=-mingw32 - ;; - xps | xps100) - basic_machine=xps100-honeywell - ;; - xscale-* | xscalee[bl]-*) - basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` - ;; - ymp) - basic_machine=ymp-cray - os=-unicos - ;; - z8k-*-coff) - basic_machine=z8k-unknown - os=-sim - ;; - z80-*-coff) - basic_machine=z80-unknown - os=-sim - ;; - none) - basic_machine=none-none - os=-none - ;; - -# Here we handle the default manufacturer of certain CPU types. It is in -# some cases the only manufacturer, in others, it is the most popular. - w89k) - basic_machine=hppa1.1-winbond - ;; - op50n) - basic_machine=hppa1.1-oki - ;; - op60c) - basic_machine=hppa1.1-oki - ;; - romp) - basic_machine=romp-ibm - ;; - mmix) - basic_machine=mmix-knuth - ;; - rs6000) - basic_machine=rs6000-ibm - ;; - vax) - basic_machine=vax-dec - ;; - pdp10) - # there are many clones, so DEC is not a safe bet - basic_machine=pdp10-unknown - ;; - pdp11) - basic_machine=pdp11-dec - ;; - we32k) - basic_machine=we32k-att - ;; - sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) - basic_machine=sh-unknown - ;; - sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) - basic_machine=sparc-sun - ;; - cydra) - basic_machine=cydra-cydrome - ;; - orion) - basic_machine=orion-highlevel - ;; - orion105) - basic_machine=clipper-highlevel - ;; - mac | mpw | mac-mpw) - basic_machine=m68k-apple - ;; - pmac | pmac-mpw) - basic_machine=powerpc-apple - ;; - *-unknown) - # Make sure to match an already-canonicalized machine name. - ;; - *) - echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 - exit 1 - ;; -esac - -# Here we canonicalize certain aliases for manufacturers. -case $basic_machine in - *-digital*) - basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` - ;; - *-commodore*) - basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` - ;; - *) - ;; -esac - -# Decode manufacturer-specific aliases for certain operating systems. - -if [ x"$os" != x"" ] -then -case $os in - # First match some system type aliases - # that might get confused with valid system types. - # -solaris* is a basic system type, with this one exception. - -auroraux) - os=-auroraux - ;; - -solaris1 | -solaris1.*) - os=`echo $os | sed -e 's|solaris1|sunos4|'` - ;; - -solaris) - os=-solaris2 - ;; - -svr4*) - os=-sysv4 - ;; - -unixware*) - os=-sysv4.2uw - ;; - -gnu/linux*) - os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` - ;; - # First accept the basic system types. - # The portable systems comes first. - # Each alternative MUST END IN A *, to match a version number. - # -sysv* is not here because it comes later, after sysvr4. - -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ - | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ - | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ - | -sym* | -kopensolaris* \ - | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ - | -aos* | -aros* \ - | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ - | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ - | -openbsd* | -solidbsd* \ - | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ - | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ - | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ - | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ - | -chorusos* | -chorusrdb* | -cegcc* \ - | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -linux-android* \ - | -linux-newlib* | -linux-uclibc* \ - | -uxpv* | -beos* | -mpeix* | -udk* \ - | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ - | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ - | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ - | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ - | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ - | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) - # Remember, each alternative MUST END IN *, to match a version number. - ;; - -qnx*) - case $basic_machine in - x86-* | i*86-*) - ;; - *) - os=-nto$os - ;; - esac - ;; - -nto-qnx*) - ;; - -nto*) - os=`echo $os | sed -e 's|nto|nto-qnx|'` - ;; - -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ - | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ - | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) - ;; - -mac*) - os=`echo $os | sed -e 's|mac|macos|'` - ;; - -linux-dietlibc) - os=-linux-dietlibc - ;; - -linux*) - os=`echo $os | sed -e 's|linux|linux-gnu|'` - ;; - -sunos5*) - os=`echo $os | sed -e 's|sunos5|solaris2|'` - ;; - -sunos6*) - os=`echo $os | sed -e 's|sunos6|solaris3|'` - ;; - -opened*) - os=-openedition - ;; - -os400*) - os=-os400 - ;; - -wince*) - os=-wince - ;; - -osfrose*) - os=-osfrose - ;; - -osf*) - os=-osf - ;; - -utek*) - os=-bsd - ;; - -dynix*) - os=-bsd - ;; - -acis*) - os=-aos - ;; - -atheos*) - os=-atheos - ;; - -syllable*) - os=-syllable - ;; - -386bsd) - os=-bsd - ;; - -ctix* | -uts*) - os=-sysv - ;; - -nova*) - os=-rtmk-nova - ;; - -ns2 ) - os=-nextstep2 - ;; - -nsk*) - os=-nsk - ;; - # Preserve the version number of sinix5. - -sinix5.*) - os=`echo $os | sed -e 's|sinix|sysv|'` - ;; - -sinix*) - os=-sysv4 - ;; - -tpf*) - os=-tpf - ;; - -triton*) - os=-sysv3 - ;; - -oss*) - os=-sysv3 - ;; - -svr4) - os=-sysv4 - ;; - -svr3) - os=-sysv3 - ;; - -sysvr4) - os=-sysv4 - ;; - # This must come after -sysvr4. - -sysv*) - ;; - -ose*) - os=-ose - ;; - -es1800*) - os=-ose - ;; - -xenix) - os=-xenix - ;; - -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) - os=-mint - ;; - -aros*) - os=-aros - ;; - -kaos*) - os=-kaos - ;; - -zvmoe) - os=-zvmoe - ;; - -dicos*) - os=-dicos - ;; - -nacl*) - ;; - -none) - ;; - *) - # Get rid of the `-' at the beginning of $os. - os=`echo $os | sed 's/[^-]*-//'` - echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 - exit 1 - ;; -esac -else - -# Here we handle the default operating systems that come with various machines. -# The value should be what the vendor currently ships out the door with their -# machine or put another way, the most popular os provided with the machine. - -# Note that if you're going to try to match "-MANUFACTURER" here (say, -# "-sun"), then you have to tell the case statement up towards the top -# that MANUFACTURER isn't an operating system. Otherwise, code above -# will signal an error saying that MANUFACTURER isn't an operating -# system, and we'll never get to this point. - -case $basic_machine in - score-*) - os=-elf - ;; - spu-*) - os=-elf - ;; - *-acorn) - os=-riscix1.2 - ;; - arm*-rebel) - os=-linux - ;; - arm*-semi) - os=-aout - ;; - c4x-* | tic4x-*) - os=-coff - ;; - tic54x-*) - os=-coff - ;; - tic55x-*) - os=-coff - ;; - tic6x-*) - os=-coff - ;; - # This must come before the *-dec entry. - pdp10-*) - os=-tops20 - ;; - pdp11-*) - os=-none - ;; - *-dec | vax-*) - os=-ultrix4.2 - ;; - m68*-apollo) - os=-domain - ;; - i386-sun) - os=-sunos4.0.2 - ;; - m68000-sun) - os=-sunos3 - # This also exists in the configure program, but was not the - # default. - # os=-sunos4 - ;; - m68*-cisco) - os=-aout - ;; - mep-*) - os=-elf - ;; - mips*-cisco) - os=-elf - ;; - mips*-*) - os=-elf - ;; - or32-*) - os=-coff - ;; - *-tti) # must be before sparc entry or we get the wrong os. - os=-sysv3 - ;; - sparc-* | *-sun) - os=-sunos4.1.1 - ;; - *-be) - os=-beos - ;; - *-haiku) - os=-haiku - ;; - *-ibm) - os=-aix - ;; - *-knuth) - os=-mmixware - ;; - *-wec) - os=-proelf - ;; - *-winbond) - os=-proelf - ;; - *-oki) - os=-proelf - ;; - *-hp) - os=-hpux - ;; - *-hitachi) - os=-hiux - ;; - i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) - os=-sysv - ;; - *-cbm) - os=-amigaos - ;; - *-dg) - os=-dgux - ;; - *-dolphin) - os=-sysv3 - ;; - m68k-ccur) - os=-rtu - ;; - m88k-omron*) - os=-luna - ;; - *-next ) - os=-nextstep - ;; - *-sequent) - os=-ptx - ;; - *-crds) - os=-unos - ;; - *-ns) - os=-genix - ;; - i370-*) - os=-mvs - ;; - *-next) - os=-nextstep3 - ;; - *-gould) - os=-sysv - ;; - *-highlevel) - os=-bsd - ;; - *-encore) - os=-bsd - ;; - *-sgi) - os=-irix - ;; - *-siemens) - os=-sysv4 - ;; - *-masscomp) - os=-rtu - ;; - f30[01]-fujitsu | f700-fujitsu) - os=-uxpv - ;; - *-rom68k) - os=-coff - ;; - *-*bug) - os=-coff - ;; - *-apple) - os=-macos - ;; - *-atari*) - os=-mint - ;; - *) - os=-none - ;; -esac -fi - -# Here we handle the case where we know the os, and the CPU type, but not the -# manufacturer. We pick the logical manufacturer. -vendor=unknown -case $basic_machine in - *-unknown) - case $os in - -riscix*) - vendor=acorn - ;; - -sunos*) - vendor=sun - ;; - -cnk*|-aix*) - vendor=ibm - ;; - -beos*) - vendor=be - ;; - -hpux*) - vendor=hp - ;; - -mpeix*) - vendor=hp - ;; - -hiux*) - vendor=hitachi - ;; - -unos*) - vendor=crds - ;; - -dgux*) - vendor=dg - ;; - -luna*) - vendor=omron - ;; - -genix*) - vendor=ns - ;; - -mvs* | -opened*) - vendor=ibm - ;; - -os400*) - vendor=ibm - ;; - -ptx*) - vendor=sequent - ;; - -tpf*) - vendor=ibm - ;; - -vxsim* | -vxworks* | -windiss*) - vendor=wrs - ;; - -aux*) - vendor=apple - ;; - -hms*) - vendor=hitachi - ;; - -mpw* | -macos*) - vendor=apple - ;; - -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) - vendor=atari - ;; - -vos*) - vendor=stratus - ;; - esac - basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` - ;; -esac - -echo $basic_machine$os -exit - -# Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) -# time-stamp-start: "timestamp='" -# time-stamp-format: "%:y-%02m-%02d" -# time-stamp-end: "'" -# End: diff --git a/clipper/sparsehash-2.0.2/configure b/clipper/sparsehash-2.0.2/configure deleted file mode 100755 index 1c4d4cb..0000000 --- a/clipper/sparsehash-2.0.2/configure +++ /dev/null @@ -1,7302 +0,0 @@ -#! /bin/sh -# Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for sparsehash 2.0.2. -# -# Report bugs to . -# -# -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software -# Foundation, Inc. -# -# -# This configure script is free software; the Free Software Foundation -# gives unlimited permission to copy, distribute and modify it. -## -------------------- ## -## M4sh Initialization. ## -## -------------------- ## - -# Be more Bourne compatible -DUALCASE=1; export DUALCASE # for MKS sh -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : - emulate sh - NULLCMD=: - # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which - # is contrary to our usage. Disable this feature. - alias -g '${1+"$@"}'='"$@"' - setopt NO_GLOB_SUBST -else - case `(set -o) 2>/dev/null` in #( - *posix*) : - set -o posix ;; #( - *) : - ;; -esac -fi - - -as_nl=' -' -export as_nl -# Printing a long string crashes Solaris 7 /usr/bin/printf. -as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo -# Prefer a ksh shell builtin over an external printf program on Solaris, -# but without wasting forks for bash or zsh. -if test -z "$BASH_VERSION$ZSH_VERSION" \ - && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then - as_echo='print -r --' - as_echo_n='print -rn --' -elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then - as_echo='printf %s\n' - as_echo_n='printf %s' -else - if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then - as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' - as_echo_n='/usr/ucb/echo -n' - else - as_echo_body='eval expr "X$1" : "X\\(.*\\)"' - as_echo_n_body='eval - arg=$1; - case $arg in #( - *"$as_nl"*) - expr "X$arg" : "X\\(.*\\)$as_nl"; - arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; - esac; - expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" - ' - export as_echo_n_body - as_echo_n='sh -c $as_echo_n_body as_echo' - fi - export as_echo_body - as_echo='sh -c $as_echo_body as_echo' -fi - -# The user is always right. -if test "${PATH_SEPARATOR+set}" != set; then - PATH_SEPARATOR=: - (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { - (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || - PATH_SEPARATOR=';' - } -fi - - -# IFS -# We need space, tab and new line, in precisely that order. Quoting is -# there to prevent editors from complaining about space-tab. -# (If _AS_PATH_WALK were called with IFS unset, it would disable word -# splitting by setting IFS to empty value.) -IFS=" "" $as_nl" - -# Find who we are. Look in the path if we contain no directory separator. -as_myself= -case $0 in #(( - *[\\/]* ) as_myself=$0 ;; - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break - done -IFS=$as_save_IFS - - ;; -esac -# We did not find ourselves, most probably we were run as `sh COMMAND' -# in which case we are not to be found in the path. -if test "x$as_myself" = x; then - as_myself=$0 -fi -if test ! -f "$as_myself"; then - $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 - exit 1 -fi - -# Unset variables that we do not need and which cause bugs (e.g. in -# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" -# suppresses any "Segmentation fault" message there. '((' could -# trigger a bug in pdksh 5.2.14. -for as_var in BASH_ENV ENV MAIL MAILPATH -do eval test x\${$as_var+set} = xset \ - && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : -done -PS1='$ ' -PS2='> ' -PS4='+ ' - -# NLS nuisances. -LC_ALL=C -export LC_ALL -LANGUAGE=C -export LANGUAGE - -# CDPATH. -(unset CDPATH) >/dev/null 2>&1 && unset CDPATH - -if test "x$CONFIG_SHELL" = x; then - as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : - emulate sh - NULLCMD=: - # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which - # is contrary to our usage. Disable this feature. - alias -g '\${1+\"\$@\"}'='\"\$@\"' - setopt NO_GLOB_SUBST -else - case \`(set -o) 2>/dev/null\` in #( - *posix*) : - set -o posix ;; #( - *) : - ;; -esac -fi -" - as_required="as_fn_return () { (exit \$1); } -as_fn_success () { as_fn_return 0; } -as_fn_failure () { as_fn_return 1; } -as_fn_ret_success () { return 0; } -as_fn_ret_failure () { return 1; } - -exitcode=0 -as_fn_success || { exitcode=1; echo as_fn_success failed.; } -as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } -as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } -as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } -if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : - -else - exitcode=1; echo positional parameters were not saved. -fi -test x\$exitcode = x0 || exit 1" - as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO - as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO - eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && - test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 -test \$(( 1 + 1 )) = 2 || exit 1" - if (eval "$as_required") 2>/dev/null; then : - as_have_required=yes -else - as_have_required=no -fi - if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : - -else - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -as_found=false -for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - as_found=: - case $as_dir in #( - /*) - for as_base in sh bash ksh sh5; do - # Try only shells that exist, to save several forks. - as_shell=$as_dir/$as_base - if { test -f "$as_shell" || test -f "$as_shell.exe"; } && - { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : - CONFIG_SHELL=$as_shell as_have_required=yes - if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : - break 2 -fi -fi - done;; - esac - as_found=false -done -$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && - { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : - CONFIG_SHELL=$SHELL as_have_required=yes -fi; } -IFS=$as_save_IFS - - - if test "x$CONFIG_SHELL" != x; then : - # We cannot yet assume a decent shell, so we have to provide a - # neutralization value for shells without unset; and this also - # works around shells that cannot unset nonexistent variables. - # Preserve -v and -x to the replacement shell. - BASH_ENV=/dev/null - ENV=/dev/null - (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV - export CONFIG_SHELL - case $- in # (((( - *v*x* | *x*v* ) as_opts=-vx ;; - *v* ) as_opts=-v ;; - *x* ) as_opts=-x ;; - * ) as_opts= ;; - esac - exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} -fi - - if test x$as_have_required = xno; then : - $as_echo "$0: This script requires a shell more modern than all" - $as_echo "$0: the shells that I found on your system." - if test x${ZSH_VERSION+set} = xset ; then - $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" - $as_echo "$0: be upgraded to zsh 4.3.4 or later." - else - $as_echo "$0: Please tell bug-autoconf@gnu.org and -$0: google-sparsehash@googlegroups.com about your system, -$0: including any error possibly output before this -$0: message. Then install a modern shell, or manually run -$0: the script under such a shell if you do have one." - fi - exit 1 -fi -fi -fi -SHELL=${CONFIG_SHELL-/bin/sh} -export SHELL -# Unset more variables known to interfere with behavior of common tools. -CLICOLOR_FORCE= GREP_OPTIONS= -unset CLICOLOR_FORCE GREP_OPTIONS - -## --------------------- ## -## M4sh Shell Functions. ## -## --------------------- ## -# as_fn_unset VAR -# --------------- -# Portably unset VAR. -as_fn_unset () -{ - { eval $1=; unset $1;} -} -as_unset=as_fn_unset - -# as_fn_set_status STATUS -# ----------------------- -# Set $? to STATUS, without forking. -as_fn_set_status () -{ - return $1 -} # as_fn_set_status - -# as_fn_exit STATUS -# ----------------- -# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. -as_fn_exit () -{ - set +e - as_fn_set_status $1 - exit $1 -} # as_fn_exit - -# as_fn_mkdir_p -# ------------- -# Create "$as_dir" as a directory, including parents if necessary. -as_fn_mkdir_p () -{ - - case $as_dir in #( - -*) as_dir=./$as_dir;; - esac - test -d "$as_dir" || eval $as_mkdir_p || { - as_dirs= - while :; do - case $as_dir in #( - *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( - *) as_qdir=$as_dir;; - esac - as_dirs="'$as_qdir' $as_dirs" - as_dir=`$as_dirname -- "$as_dir" || -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ - X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$as_dir" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - test -d "$as_dir" && break - done - test -z "$as_dirs" || eval "mkdir $as_dirs" - } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" - - -} # as_fn_mkdir_p -# as_fn_append VAR VALUE -# ---------------------- -# Append the text in VALUE to the end of the definition contained in VAR. Take -# advantage of any shell optimizations that allow amortized linear growth over -# repeated appends, instead of the typical quadratic growth present in naive -# implementations. -if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : - eval 'as_fn_append () - { - eval $1+=\$2 - }' -else - as_fn_append () - { - eval $1=\$$1\$2 - } -fi # as_fn_append - -# as_fn_arith ARG... -# ------------------ -# Perform arithmetic evaluation on the ARGs, and store the result in the -# global $as_val. Take advantage of shells that can avoid forks. The arguments -# must be portable across $(()) and expr. -if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : - eval 'as_fn_arith () - { - as_val=$(( $* )) - }' -else - as_fn_arith () - { - as_val=`expr "$@" || test $? -eq 1` - } -fi # as_fn_arith - - -# as_fn_error STATUS ERROR [LINENO LOG_FD] -# ---------------------------------------- -# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are -# provided, also output the error to LOG_FD, referencing LINENO. Then exit the -# script with STATUS, using 1 if that was 0. -as_fn_error () -{ - as_status=$1; test $as_status -eq 0 && as_status=1 - if test "$4"; then - as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 - fi - $as_echo "$as_me: error: $2" >&2 - as_fn_exit $as_status -} # as_fn_error - -if expr a : '\(a\)' >/dev/null 2>&1 && - test "X`expr 00001 : '.*\(...\)'`" = X001; then - as_expr=expr -else - as_expr=false -fi - -if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then - as_basename=basename -else - as_basename=false -fi - -if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then - as_dirname=dirname -else - as_dirname=false -fi - -as_me=`$as_basename -- "$0" || -$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ - X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X/"$0" | - sed '/^.*\/\([^/][^/]*\)\/*$/{ - s//\1/ - q - } - /^X\/\(\/\/\)$/{ - s//\1/ - q - } - /^X\/\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - -# Avoid depending upon Character Ranges. -as_cr_letters='abcdefghijklmnopqrstuvwxyz' -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' -as_cr_Letters=$as_cr_letters$as_cr_LETTERS -as_cr_digits='0123456789' -as_cr_alnum=$as_cr_Letters$as_cr_digits - - - as_lineno_1=$LINENO as_lineno_1a=$LINENO - as_lineno_2=$LINENO as_lineno_2a=$LINENO - eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && - test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { - # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) - sed -n ' - p - /[$]LINENO/= - ' <$as_myself | - sed ' - s/[$]LINENO.*/&-/ - t lineno - b - :lineno - N - :loop - s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ - t loop - s/-\n.*// - ' >$as_me.lineno && - chmod +x "$as_me.lineno" || - { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } - - # Don't try to exec as it changes $[0], causing all sort of problems - # (the dirname of $[0] is not the place where we might find the - # original and so on. Autoconf is especially sensitive to this). - . "./$as_me.lineno" - # Exit status is that of the last command. - exit -} - -ECHO_C= ECHO_N= ECHO_T= -case `echo -n x` in #((((( --n*) - case `echo 'xy\c'` in - *c*) ECHO_T=' ';; # ECHO_T is single tab character. - xy) ECHO_C='\c';; - *) echo `echo ksh88 bug on AIX 6.1` > /dev/null - ECHO_T=' ';; - esac;; -*) - ECHO_N='-n';; -esac - -rm -f conf$$ conf$$.exe conf$$.file -if test -d conf$$.dir; then - rm -f conf$$.dir/conf$$.file -else - rm -f conf$$.dir - mkdir conf$$.dir 2>/dev/null -fi -if (echo >conf$$.file) 2>/dev/null; then - if ln -s conf$$.file conf$$ 2>/dev/null; then - as_ln_s='ln -s' - # ... but there are two gotchas: - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || - as_ln_s='cp -p' - elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln - else - as_ln_s='cp -p' - fi -else - as_ln_s='cp -p' -fi -rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file -rmdir conf$$.dir 2>/dev/null - -if mkdir -p . 2>/dev/null; then - as_mkdir_p='mkdir -p "$as_dir"' -else - test -d ./-p && rmdir ./-p - as_mkdir_p=false -fi - -if test -x / >/dev/null 2>&1; then - as_test_x='test -x' -else - if ls -dL / >/dev/null 2>&1; then - as_ls_L_option=L - else - as_ls_L_option= - fi - as_test_x=' - eval sh -c '\'' - if test -d "$1"; then - test -d "$1/."; - else - case $1 in #( - -*)set "./$1";; - esac; - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( - ???[sx]*):;;*)false;;esac;fi - '\'' sh - ' -fi -as_executable_p=$as_test_x - -# Sed expression to map a string onto a valid CPP name. -as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" - -# Sed expression to map a string onto a valid variable name. -as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" - - -test -n "$DJDIR" || exec 7<&0 &1 - -# Name of the host. -# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, -# so uname gets run too. -ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` - -# -# Initializations. -# -ac_default_prefix=/usr/local -ac_clean_files= -ac_config_libobj_dir=. -LIBOBJS= -cross_compiling=no -subdirs= -MFLAGS= -MAKEFLAGS= - -# Identity of this package. -PACKAGE_NAME='sparsehash' -PACKAGE_TARNAME='sparsehash' -PACKAGE_VERSION='2.0.2' -PACKAGE_STRING='sparsehash 2.0.2' -PACKAGE_BUGREPORT='google-sparsehash@googlegroups.com' -PACKAGE_URL='' - -ac_unique_file="README" -# Factoring default headers for most tests. -ac_includes_default="\ -#include -#ifdef HAVE_SYS_TYPES_H -# include -#endif -#ifdef HAVE_SYS_STAT_H -# include -#endif -#ifdef STDC_HEADERS -# include -# include -#else -# ifdef HAVE_STDLIB_H -# include -# endif -#endif -#ifdef HAVE_STRING_H -# if !defined STDC_HEADERS && defined HAVE_MEMORY_H -# include -# endif -# include -#endif -#ifdef HAVE_STRINGS_H -# include -#endif -#ifdef HAVE_INTTYPES_H -# include -#endif -#ifdef HAVE_STDINT_H -# include -#endif -#ifdef HAVE_UNISTD_H -# include -#endif" - -ac_subst_vars='am__EXEEXT_FALSE -am__EXEEXT_TRUE -LTLIBOBJS -LIBOBJS -tcmalloc_libs -tcmalloc_flags -PTHREAD_CFLAGS -PTHREAD_LIBS -PTHREAD_CC -acx_pthread_config -host_os -host_vendor -host_cpu -host -build_os -build_vendor -build_cpu -build -CXXCPP -EGREP -GREP -GCC_FALSE -GCC_TRUE -CPP -am__fastdepCC_FALSE -am__fastdepCC_TRUE -CCDEPMODE -ac_ct_CC -CFLAGS -CC -am__fastdepCXX_FALSE -am__fastdepCXX_TRUE -CXXDEPMODE -AMDEPBACKSLASH -AMDEP_FALSE -AMDEP_TRUE -am__quote -am__include -DEPDIR -OBJEXT -EXEEXT -ac_ct_CXX -CPPFLAGS -LDFLAGS -CXXFLAGS -CXX -am__untar -am__tar -AMTAR -am__leading_dot -SET_MAKE -AWK -mkdir_p -MKDIR_P -INSTALL_STRIP_PROGRAM -STRIP -install_sh -MAKEINFO -AUTOHEADER -AUTOMAKE -AUTOCONF -ACLOCAL -VERSION -PACKAGE -CYGPATH_W -am__isrc -INSTALL_DATA -INSTALL_SCRIPT -INSTALL_PROGRAM -target_alias -host_alias -build_alias -LIBS -ECHO_T -ECHO_N -ECHO_C -DEFS -mandir -localedir -libdir -psdir -pdfdir -dvidir -htmldir -infodir -docdir -oldincludedir -includedir -localstatedir -sharedstatedir -sysconfdir -datadir -datarootdir -libexecdir -sbindir -bindir -program_transform_name -prefix -exec_prefix -PACKAGE_URL -PACKAGE_BUGREPORT -PACKAGE_STRING -PACKAGE_VERSION -PACKAGE_TARNAME -PACKAGE_NAME -PATH_SEPARATOR -SHELL' -ac_subst_files='' -ac_user_opts=' -enable_option_checking -enable_dependency_tracking -enable_namespace -' - ac_precious_vars='build_alias -host_alias -target_alias -CXX -CXXFLAGS -LDFLAGS -LIBS -CPPFLAGS -CCC -CC -CFLAGS -CPP -CXXCPP' - - -# Initialize some variables set by options. -ac_init_help= -ac_init_version=false -ac_unrecognized_opts= -ac_unrecognized_sep= -# The variables have the same names as the options, with -# dashes changed to underlines. -cache_file=/dev/null -exec_prefix=NONE -no_create= -no_recursion= -prefix=NONE -program_prefix=NONE -program_suffix=NONE -program_transform_name=s,x,x, -silent= -site= -srcdir= -verbose= -x_includes=NONE -x_libraries=NONE - -# Installation directory options. -# These are left unexpanded so users can "make install exec_prefix=/foo" -# and all the variables that are supposed to be based on exec_prefix -# by default will actually change. -# Use braces instead of parens because sh, perl, etc. also accept them. -# (The list follows the same order as the GNU Coding Standards.) -bindir='${exec_prefix}/bin' -sbindir='${exec_prefix}/sbin' -libexecdir='${exec_prefix}/libexec' -datarootdir='${prefix}/share' -datadir='${datarootdir}' -sysconfdir='${prefix}/etc' -sharedstatedir='${prefix}/com' -localstatedir='${prefix}/var' -includedir='${prefix}/include' -oldincludedir='/usr/include' -docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' -infodir='${datarootdir}/info' -htmldir='${docdir}' -dvidir='${docdir}' -pdfdir='${docdir}' -psdir='${docdir}' -libdir='${exec_prefix}/lib' -localedir='${datarootdir}/locale' -mandir='${datarootdir}/man' - -ac_prev= -ac_dashdash= -for ac_option -do - # If the previous option needs an argument, assign it. - if test -n "$ac_prev"; then - eval $ac_prev=\$ac_option - ac_prev= - continue - fi - - case $ac_option in - *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; - *=) ac_optarg= ;; - *) ac_optarg=yes ;; - esac - - # Accept the important Cygnus configure options, so we can diagnose typos. - - case $ac_dashdash$ac_option in - --) - ac_dashdash=yes ;; - - -bindir | --bindir | --bindi | --bind | --bin | --bi) - ac_prev=bindir ;; - -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) - bindir=$ac_optarg ;; - - -build | --build | --buil | --bui | --bu) - ac_prev=build_alias ;; - -build=* | --build=* | --buil=* | --bui=* | --bu=*) - build_alias=$ac_optarg ;; - - -cache-file | --cache-file | --cache-fil | --cache-fi \ - | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) - ac_prev=cache_file ;; - -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ - | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) - cache_file=$ac_optarg ;; - - --config-cache | -C) - cache_file=config.cache ;; - - -datadir | --datadir | --datadi | --datad) - ac_prev=datadir ;; - -datadir=* | --datadir=* | --datadi=* | --datad=*) - datadir=$ac_optarg ;; - - -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ - | --dataroo | --dataro | --datar) - ac_prev=datarootdir ;; - -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ - | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) - datarootdir=$ac_optarg ;; - - -disable-* | --disable-*) - ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` - # Reject names that are not valid shell variable names. - expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && - as_fn_error $? "invalid feature name: $ac_useropt" - ac_useropt_orig=$ac_useropt - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` - case $ac_user_opts in - *" -"enable_$ac_useropt" -"*) ;; - *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" - ac_unrecognized_sep=', ';; - esac - eval enable_$ac_useropt=no ;; - - -docdir | --docdir | --docdi | --doc | --do) - ac_prev=docdir ;; - -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) - docdir=$ac_optarg ;; - - -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) - ac_prev=dvidir ;; - -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) - dvidir=$ac_optarg ;; - - -enable-* | --enable-*) - ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` - # Reject names that are not valid shell variable names. - expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && - as_fn_error $? "invalid feature name: $ac_useropt" - ac_useropt_orig=$ac_useropt - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` - case $ac_user_opts in - *" -"enable_$ac_useropt" -"*) ;; - *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" - ac_unrecognized_sep=', ';; - esac - eval enable_$ac_useropt=\$ac_optarg ;; - - -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ - | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ - | --exec | --exe | --ex) - ac_prev=exec_prefix ;; - -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ - | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ - | --exec=* | --exe=* | --ex=*) - exec_prefix=$ac_optarg ;; - - -gas | --gas | --ga | --g) - # Obsolete; use --with-gas. - with_gas=yes ;; - - -help | --help | --hel | --he | -h) - ac_init_help=long ;; - -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) - ac_init_help=recursive ;; - -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) - ac_init_help=short ;; - - -host | --host | --hos | --ho) - ac_prev=host_alias ;; - -host=* | --host=* | --hos=* | --ho=*) - host_alias=$ac_optarg ;; - - -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) - ac_prev=htmldir ;; - -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ - | --ht=*) - htmldir=$ac_optarg ;; - - -includedir | --includedir | --includedi | --included | --include \ - | --includ | --inclu | --incl | --inc) - ac_prev=includedir ;; - -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ - | --includ=* | --inclu=* | --incl=* | --inc=*) - includedir=$ac_optarg ;; - - -infodir | --infodir | --infodi | --infod | --info | --inf) - ac_prev=infodir ;; - -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) - infodir=$ac_optarg ;; - - -libdir | --libdir | --libdi | --libd) - ac_prev=libdir ;; - -libdir=* | --libdir=* | --libdi=* | --libd=*) - libdir=$ac_optarg ;; - - -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ - | --libexe | --libex | --libe) - ac_prev=libexecdir ;; - -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ - | --libexe=* | --libex=* | --libe=*) - libexecdir=$ac_optarg ;; - - -localedir | --localedir | --localedi | --localed | --locale) - ac_prev=localedir ;; - -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) - localedir=$ac_optarg ;; - - -localstatedir | --localstatedir | --localstatedi | --localstated \ - | --localstate | --localstat | --localsta | --localst | --locals) - ac_prev=localstatedir ;; - -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ - | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) - localstatedir=$ac_optarg ;; - - -mandir | --mandir | --mandi | --mand | --man | --ma | --m) - ac_prev=mandir ;; - -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) - mandir=$ac_optarg ;; - - -nfp | --nfp | --nf) - # Obsolete; use --without-fp. - with_fp=no ;; - - -no-create | --no-create | --no-creat | --no-crea | --no-cre \ - | --no-cr | --no-c | -n) - no_create=yes ;; - - -no-recursion | --no-recursion | --no-recursio | --no-recursi \ - | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) - no_recursion=yes ;; - - -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ - | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ - | --oldin | --oldi | --old | --ol | --o) - ac_prev=oldincludedir ;; - -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ - | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ - | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) - oldincludedir=$ac_optarg ;; - - -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) - ac_prev=prefix ;; - -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) - prefix=$ac_optarg ;; - - -program-prefix | --program-prefix | --program-prefi | --program-pref \ - | --program-pre | --program-pr | --program-p) - ac_prev=program_prefix ;; - -program-prefix=* | --program-prefix=* | --program-prefi=* \ - | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) - program_prefix=$ac_optarg ;; - - -program-suffix | --program-suffix | --program-suffi | --program-suff \ - | --program-suf | --program-su | --program-s) - ac_prev=program_suffix ;; - -program-suffix=* | --program-suffix=* | --program-suffi=* \ - | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) - program_suffix=$ac_optarg ;; - - -program-transform-name | --program-transform-name \ - | --program-transform-nam | --program-transform-na \ - | --program-transform-n | --program-transform- \ - | --program-transform | --program-transfor \ - | --program-transfo | --program-transf \ - | --program-trans | --program-tran \ - | --progr-tra | --program-tr | --program-t) - ac_prev=program_transform_name ;; - -program-transform-name=* | --program-transform-name=* \ - | --program-transform-nam=* | --program-transform-na=* \ - | --program-transform-n=* | --program-transform-=* \ - | --program-transform=* | --program-transfor=* \ - | --program-transfo=* | --program-transf=* \ - | --program-trans=* | --program-tran=* \ - | --progr-tra=* | --program-tr=* | --program-t=*) - program_transform_name=$ac_optarg ;; - - -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) - ac_prev=pdfdir ;; - -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) - pdfdir=$ac_optarg ;; - - -psdir | --psdir | --psdi | --psd | --ps) - ac_prev=psdir ;; - -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) - psdir=$ac_optarg ;; - - -q | -quiet | --quiet | --quie | --qui | --qu | --q \ - | -silent | --silent | --silen | --sile | --sil) - silent=yes ;; - - -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) - ac_prev=sbindir ;; - -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ - | --sbi=* | --sb=*) - sbindir=$ac_optarg ;; - - -sharedstatedir | --sharedstatedir | --sharedstatedi \ - | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ - | --sharedst | --shareds | --shared | --share | --shar \ - | --sha | --sh) - ac_prev=sharedstatedir ;; - -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ - | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ - | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ - | --sha=* | --sh=*) - sharedstatedir=$ac_optarg ;; - - -site | --site | --sit) - ac_prev=site ;; - -site=* | --site=* | --sit=*) - site=$ac_optarg ;; - - -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) - ac_prev=srcdir ;; - -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) - srcdir=$ac_optarg ;; - - -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ - | --syscon | --sysco | --sysc | --sys | --sy) - ac_prev=sysconfdir ;; - -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ - | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) - sysconfdir=$ac_optarg ;; - - -target | --target | --targe | --targ | --tar | --ta | --t) - ac_prev=target_alias ;; - -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) - target_alias=$ac_optarg ;; - - -v | -verbose | --verbose | --verbos | --verbo | --verb) - verbose=yes ;; - - -version | --version | --versio | --versi | --vers | -V) - ac_init_version=: ;; - - -with-* | --with-*) - ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` - # Reject names that are not valid shell variable names. - expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && - as_fn_error $? "invalid package name: $ac_useropt" - ac_useropt_orig=$ac_useropt - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` - case $ac_user_opts in - *" -"with_$ac_useropt" -"*) ;; - *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" - ac_unrecognized_sep=', ';; - esac - eval with_$ac_useropt=\$ac_optarg ;; - - -without-* | --without-*) - ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` - # Reject names that are not valid shell variable names. - expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && - as_fn_error $? "invalid package name: $ac_useropt" - ac_useropt_orig=$ac_useropt - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` - case $ac_user_opts in - *" -"with_$ac_useropt" -"*) ;; - *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" - ac_unrecognized_sep=', ';; - esac - eval with_$ac_useropt=no ;; - - --x) - # Obsolete; use --with-x. - with_x=yes ;; - - -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ - | --x-incl | --x-inc | --x-in | --x-i) - ac_prev=x_includes ;; - -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ - | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) - x_includes=$ac_optarg ;; - - -x-libraries | --x-libraries | --x-librarie | --x-librari \ - | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) - ac_prev=x_libraries ;; - -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ - | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) - x_libraries=$ac_optarg ;; - - -*) as_fn_error $? "unrecognized option: \`$ac_option' -Try \`$0 --help' for more information" - ;; - - *=*) - ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` - # Reject names that are not valid shell variable names. - case $ac_envvar in #( - '' | [0-9]* | *[!_$as_cr_alnum]* ) - as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; - esac - eval $ac_envvar=\$ac_optarg - export $ac_envvar ;; - - *) - # FIXME: should be removed in autoconf 3.0. - $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 - expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && - $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 - : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" - ;; - - esac -done - -if test -n "$ac_prev"; then - ac_option=--`echo $ac_prev | sed 's/_/-/g'` - as_fn_error $? "missing argument to $ac_option" -fi - -if test -n "$ac_unrecognized_opts"; then - case $enable_option_checking in - no) ;; - fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; - *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; - esac -fi - -# Check all directory arguments for consistency. -for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ - datadir sysconfdir sharedstatedir localstatedir includedir \ - oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ - libdir localedir mandir -do - eval ac_val=\$$ac_var - # Remove trailing slashes. - case $ac_val in - */ ) - ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` - eval $ac_var=\$ac_val;; - esac - # Be sure to have absolute directory names. - case $ac_val in - [\\/$]* | ?:[\\/]* ) continue;; - NONE | '' ) case $ac_var in *prefix ) continue;; esac;; - esac - as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" -done - -# There might be people who depend on the old broken behavior: `$host' -# used to hold the argument of --host etc. -# FIXME: To remove some day. -build=$build_alias -host=$host_alias -target=$target_alias - -# FIXME: To remove some day. -if test "x$host_alias" != x; then - if test "x$build_alias" = x; then - cross_compiling=maybe - $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. - If a cross compiler is detected then cross compile mode will be used" >&2 - elif test "x$build_alias" != "x$host_alias"; then - cross_compiling=yes - fi -fi - -ac_tool_prefix= -test -n "$host_alias" && ac_tool_prefix=$host_alias- - -test "$silent" = yes && exec 6>/dev/null - - -ac_pwd=`pwd` && test -n "$ac_pwd" && -ac_ls_di=`ls -di .` && -ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || - as_fn_error $? "working directory cannot be determined" -test "X$ac_ls_di" = "X$ac_pwd_ls_di" || - as_fn_error $? "pwd does not report name of working directory" - - -# Find the source files, if location was not specified. -if test -z "$srcdir"; then - ac_srcdir_defaulted=yes - # Try the directory containing this script, then the parent directory. - ac_confdir=`$as_dirname -- "$as_myself" || -$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_myself" : 'X\(//\)[^/]' \| \ - X"$as_myself" : 'X\(//\)$' \| \ - X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$as_myself" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - srcdir=$ac_confdir - if test ! -r "$srcdir/$ac_unique_file"; then - srcdir=.. - fi -else - ac_srcdir_defaulted=no -fi -if test ! -r "$srcdir/$ac_unique_file"; then - test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." - as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" -fi -ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" -ac_abs_confdir=`( - cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" - pwd)` -# When building in place, set srcdir=. -if test "$ac_abs_confdir" = "$ac_pwd"; then - srcdir=. -fi -# Remove unnecessary trailing slashes from srcdir. -# Double slashes in file names in object file debugging info -# mess up M-x gdb in Emacs. -case $srcdir in -*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; -esac -for ac_var in $ac_precious_vars; do - eval ac_env_${ac_var}_set=\${${ac_var}+set} - eval ac_env_${ac_var}_value=\$${ac_var} - eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} - eval ac_cv_env_${ac_var}_value=\$${ac_var} -done - -# -# Report the --help message. -# -if test "$ac_init_help" = "long"; then - # Omit some internal or obsolete options to make the list less imposing. - # This message is too long to be a string in the A/UX 3.1 sh. - cat <<_ACEOF -\`configure' configures sparsehash 2.0.2 to adapt to many kinds of systems. - -Usage: $0 [OPTION]... [VAR=VALUE]... - -To assign environment variables (e.g., CC, CFLAGS...), specify them as -VAR=VALUE. See below for descriptions of some of the useful variables. - -Defaults for the options are specified in brackets. - -Configuration: - -h, --help display this help and exit - --help=short display options specific to this package - --help=recursive display the short help of all the included packages - -V, --version display version information and exit - -q, --quiet, --silent do not print \`checking ...' messages - --cache-file=FILE cache test results in FILE [disabled] - -C, --config-cache alias for \`--cache-file=config.cache' - -n, --no-create do not create output files - --srcdir=DIR find the sources in DIR [configure dir or \`..'] - -Installation directories: - --prefix=PREFIX install architecture-independent files in PREFIX - [$ac_default_prefix] - --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX - [PREFIX] - -By default, \`make install' will install all the files in -\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify -an installation prefix other than \`$ac_default_prefix' using \`--prefix', -for instance \`--prefix=\$HOME'. - -For better control, use the options below. - -Fine tuning of the installation directories: - --bindir=DIR user executables [EPREFIX/bin] - --sbindir=DIR system admin executables [EPREFIX/sbin] - --libexecdir=DIR program executables [EPREFIX/libexec] - --sysconfdir=DIR read-only single-machine data [PREFIX/etc] - --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] - --localstatedir=DIR modifiable single-machine data [PREFIX/var] - --libdir=DIR object code libraries [EPREFIX/lib] - --includedir=DIR C header files [PREFIX/include] - --oldincludedir=DIR C header files for non-gcc [/usr/include] - --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] - --datadir=DIR read-only architecture-independent data [DATAROOTDIR] - --infodir=DIR info documentation [DATAROOTDIR/info] - --localedir=DIR locale-dependent data [DATAROOTDIR/locale] - --mandir=DIR man documentation [DATAROOTDIR/man] - --docdir=DIR documentation root [DATAROOTDIR/doc/sparsehash] - --htmldir=DIR html documentation [DOCDIR] - --dvidir=DIR dvi documentation [DOCDIR] - --pdfdir=DIR pdf documentation [DOCDIR] - --psdir=DIR ps documentation [DOCDIR] -_ACEOF - - cat <<\_ACEOF - -Program names: - --program-prefix=PREFIX prepend PREFIX to installed program names - --program-suffix=SUFFIX append SUFFIX to installed program names - --program-transform-name=PROGRAM run sed PROGRAM on installed program names - -System types: - --build=BUILD configure for building on BUILD [guessed] - --host=HOST cross-compile to build programs to run on HOST [BUILD] -_ACEOF -fi - -if test -n "$ac_init_help"; then - case $ac_init_help in - short | recursive ) echo "Configuration of sparsehash 2.0.2:";; - esac - cat <<\_ACEOF - -Optional Features: - --disable-option-checking ignore unrecognized --enable/--with options - --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) - --enable-FEATURE[=ARG] include FEATURE [ARG=yes] - --disable-dependency-tracking speeds up one-time build - --enable-dependency-tracking do not reject slow dependency extractors - --enable-namespace=FOO to define these Google - classes in the FOO namespace. --disable-namespace - to define them in the global namespace. Default - is to define them in namespace google. - -Some influential environment variables: - CXX C++ compiler command - CXXFLAGS C++ compiler flags - LDFLAGS linker flags, e.g. -L if you have libraries in a - nonstandard directory - LIBS libraries to pass to the linker, e.g. -l - CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if - you have headers in a nonstandard directory - CC C compiler command - CFLAGS C compiler flags - CPP C preprocessor - CXXCPP C++ preprocessor - -Use these variables to override the choices made by `configure' or to help -it to find libraries and programs with nonstandard names/locations. - -Report bugs to . -_ACEOF -ac_status=$? -fi - -if test "$ac_init_help" = "recursive"; then - # If there are subdirs, report their specific --help. - for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue - test -d "$ac_dir" || - { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || - continue - ac_builddir=. - -case "$ac_dir" in -.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; -*) - ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` - # A ".." for each directory in $ac_dir_suffix. - ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` - case $ac_top_builddir_sub in - "") ac_top_builddir_sub=. ac_top_build_prefix= ;; - *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; - esac ;; -esac -ac_abs_top_builddir=$ac_pwd -ac_abs_builddir=$ac_pwd$ac_dir_suffix -# for backward compatibility: -ac_top_builddir=$ac_top_build_prefix - -case $srcdir in - .) # We are building in place. - ac_srcdir=. - ac_top_srcdir=$ac_top_builddir_sub - ac_abs_top_srcdir=$ac_pwd ;; - [\\/]* | ?:[\\/]* ) # Absolute name. - ac_srcdir=$srcdir$ac_dir_suffix; - ac_top_srcdir=$srcdir - ac_abs_top_srcdir=$srcdir ;; - *) # Relative name. - ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix - ac_top_srcdir=$ac_top_build_prefix$srcdir - ac_abs_top_srcdir=$ac_pwd/$srcdir ;; -esac -ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix - - cd "$ac_dir" || { ac_status=$?; continue; } - # Check for guested configure. - if test -f "$ac_srcdir/configure.gnu"; then - echo && - $SHELL "$ac_srcdir/configure.gnu" --help=recursive - elif test -f "$ac_srcdir/configure"; then - echo && - $SHELL "$ac_srcdir/configure" --help=recursive - else - $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 - fi || ac_status=$? - cd "$ac_pwd" || { ac_status=$?; break; } - done -fi - -test -n "$ac_init_help" && exit $ac_status -if $ac_init_version; then - cat <<\_ACEOF -sparsehash configure 2.0.2 -generated by GNU Autoconf 2.68 - -Copyright (C) 2010 Free Software Foundation, Inc. -This configure script is free software; the Free Software Foundation -gives unlimited permission to copy, distribute and modify it. -_ACEOF - exit -fi - -## ------------------------ ## -## Autoconf initialization. ## -## ------------------------ ## - -# ac_fn_cxx_try_compile LINENO -# ---------------------------- -# Try to compile conftest.$ac_ext, and return whether this succeeded. -ac_fn_cxx_try_compile () -{ - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - rm -f conftest.$ac_objext - if { { ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_compile") 2>conftest.err - ac_status=$? - if test -s conftest.err; then - grep -v '^ *+' conftest.err >conftest.er1 - cat conftest.er1 >&5 - mv -f conftest.er1 conftest.err - fi - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then : - ac_retval=0 -else - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_retval=1 -fi - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno - as_fn_set_status $ac_retval - -} # ac_fn_cxx_try_compile - -# ac_fn_c_try_compile LINENO -# -------------------------- -# Try to compile conftest.$ac_ext, and return whether this succeeded. -ac_fn_c_try_compile () -{ - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - rm -f conftest.$ac_objext - if { { ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_compile") 2>conftest.err - ac_status=$? - if test -s conftest.err; then - grep -v '^ *+' conftest.err >conftest.er1 - cat conftest.er1 >&5 - mv -f conftest.er1 conftest.err - fi - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then : - ac_retval=0 -else - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_retval=1 -fi - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno - as_fn_set_status $ac_retval - -} # ac_fn_c_try_compile - -# ac_fn_c_try_cpp LINENO -# ---------------------- -# Try to preprocess conftest.$ac_ext, and return whether this succeeded. -ac_fn_c_try_cpp () -{ - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - if { { ac_try="$ac_cpp conftest.$ac_ext" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err - ac_status=$? - if test -s conftest.err; then - grep -v '^ *+' conftest.err >conftest.er1 - cat conftest.er1 >&5 - mv -f conftest.er1 conftest.err - fi - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } > conftest.i && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then : - ac_retval=0 -else - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_retval=1 -fi - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno - as_fn_set_status $ac_retval - -} # ac_fn_c_try_cpp - -# ac_fn_c_try_run LINENO -# ---------------------- -# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes -# that executables *can* be run. -ac_fn_c_try_run () -{ - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - if { { ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_link") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' - { { case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; }; then : - ac_retval=0 -else - $as_echo "$as_me: program exited with status $ac_status" >&5 - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_retval=$ac_status -fi - rm -rf conftest.dSYM conftest_ipa8_conftest.oo - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno - as_fn_set_status $ac_retval - -} # ac_fn_c_try_run - -# ac_fn_c_try_link LINENO -# ----------------------- -# Try to link conftest.$ac_ext, and return whether this succeeded. -ac_fn_c_try_link () -{ - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - rm -f conftest.$ac_objext conftest$ac_exeext - if { { ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_link") 2>conftest.err - ac_status=$? - if test -s conftest.err; then - grep -v '^ *+' conftest.err >conftest.er1 - cat conftest.er1 >&5 - mv -f conftest.er1 conftest.err - fi - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest$ac_exeext && { - test "$cross_compiling" = yes || - $as_test_x conftest$ac_exeext - }; then : - ac_retval=0 -else - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_retval=1 -fi - # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information - # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would - # interfere with the next link command; also delete a directory that is - # left behind by Apple's compiler. We do this before executing the actions. - rm -rf conftest.dSYM conftest_ipa8_conftest.oo - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno - as_fn_set_status $ac_retval - -} # ac_fn_c_try_link - -# ac_fn_c_check_func LINENO FUNC VAR -# ---------------------------------- -# Tests whether FUNC exists, setting the cache variable VAR accordingly -ac_fn_c_check_func () -{ - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 -$as_echo_n "checking for $2... " >&6; } -if eval \${$3+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -/* Define $2 to an innocuous variant, in case declares $2. - For example, HP-UX 11i declares gettimeofday. */ -#define $2 innocuous_$2 - -/* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $2 (); below. - Prefer to if __STDC__ is defined, since - exists even on freestanding compilers. */ - -#ifdef __STDC__ -# include -#else -# include -#endif - -#undef $2 - -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char $2 (); -/* The GNU C library defines this for functions which it implements - to always fail with ENOSYS. Some functions are actually named - something starting with __ and the normal name is an alias. */ -#if defined __stub_$2 || defined __stub___$2 -choke me -#endif - -int -main () -{ -return $2 (); - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - eval "$3=yes" -else - eval "$3=no" -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -eval ac_res=\$$3 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 -$as_echo "$ac_res" >&6; } - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno - -} # ac_fn_c_check_func - -# ac_fn_c_check_type LINENO TYPE VAR INCLUDES -# ------------------------------------------- -# Tests whether TYPE exists after having included INCLUDES, setting cache -# variable VAR accordingly. -ac_fn_c_check_type () -{ - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 -$as_echo_n "checking for $2... " >&6; } -if eval \${$3+:} false; then : - $as_echo_n "(cached) " >&6 -else - eval "$3=no" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -$4 -int -main () -{ -if (sizeof ($2)) - return 0; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -$4 -int -main () -{ -if (sizeof (($2))) - return 0; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - -else - eval "$3=yes" -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -eval ac_res=\$$3 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 -$as_echo "$ac_res" >&6; } - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno - -} # ac_fn_c_check_type - -# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES -# ------------------------------------------------------- -# Tests whether HEADER exists and can be compiled using the include files in -# INCLUDES, setting the cache variable VAR accordingly. -ac_fn_c_check_header_compile () -{ - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 -$as_echo_n "checking for $2... " >&6; } -if eval \${$3+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -$4 -#include <$2> -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - eval "$3=yes" -else - eval "$3=no" -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -eval ac_res=\$$3 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 -$as_echo "$ac_res" >&6; } - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno - -} # ac_fn_c_check_header_compile - -# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES -# ------------------------------------------------------- -# Tests whether HEADER exists, giving a warning if it cannot be compiled using -# the include files in INCLUDES and setting the cache variable VAR -# accordingly. -ac_fn_c_check_header_mongrel () -{ - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - if eval \${$3+:} false; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 -$as_echo_n "checking for $2... " >&6; } -if eval \${$3+:} false; then : - $as_echo_n "(cached) " >&6 -fi -eval ac_res=\$$3 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 -$as_echo "$ac_res" >&6; } -else - # Is the header compilable? -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 -$as_echo_n "checking $2 usability... " >&6; } -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -$4 -#include <$2> -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - ac_header_compiler=yes -else - ac_header_compiler=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 -$as_echo "$ac_header_compiler" >&6; } - -# Is the header present? -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 -$as_echo_n "checking $2 presence... " >&6; } -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <$2> -_ACEOF -if ac_fn_c_try_cpp "$LINENO"; then : - ac_header_preproc=yes -else - ac_header_preproc=no -fi -rm -f conftest.err conftest.i conftest.$ac_ext -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 -$as_echo "$ac_header_preproc" >&6; } - -# So? What about this header? -case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( - yes:no: ) - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 -$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 -$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} - ;; - no:yes:* ) - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 -$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 -$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 -$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 -$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 -$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} -( $as_echo "## ------------------------------------------------- ## -## Report this to google-sparsehash@googlegroups.com ## -## ------------------------------------------------- ##" - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; -esac - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 -$as_echo_n "checking for $2... " >&6; } -if eval \${$3+:} false; then : - $as_echo_n "(cached) " >&6 -else - eval "$3=\$ac_header_compiler" -fi -eval ac_res=\$$3 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 -$as_echo "$ac_res" >&6; } -fi - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno - -} # ac_fn_c_check_header_mongrel - -# ac_fn_cxx_try_cpp LINENO -# ------------------------ -# Try to preprocess conftest.$ac_ext, and return whether this succeeded. -ac_fn_cxx_try_cpp () -{ - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - if { { ac_try="$ac_cpp conftest.$ac_ext" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err - ac_status=$? - if test -s conftest.err; then - grep -v '^ *+' conftest.err >conftest.er1 - cat conftest.er1 >&5 - mv -f conftest.er1 conftest.err - fi - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } > conftest.i && { - test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || - test ! -s conftest.err - }; then : - ac_retval=0 -else - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_retval=1 -fi - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno - as_fn_set_status $ac_retval - -} # ac_fn_cxx_try_cpp - -# ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES -# --------------------------------------------------------- -# Tests whether HEADER exists, giving a warning if it cannot be compiled using -# the include files in INCLUDES and setting the cache variable VAR -# accordingly. -ac_fn_cxx_check_header_mongrel () -{ - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - if eval \${$3+:} false; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 -$as_echo_n "checking for $2... " >&6; } -if eval \${$3+:} false; then : - $as_echo_n "(cached) " >&6 -fi -eval ac_res=\$$3 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 -$as_echo "$ac_res" >&6; } -else - # Is the header compilable? -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 -$as_echo_n "checking $2 usability... " >&6; } -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -$4 -#include <$2> -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - ac_header_compiler=yes -else - ac_header_compiler=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 -$as_echo "$ac_header_compiler" >&6; } - -# Is the header present? -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 -$as_echo_n "checking $2 presence... " >&6; } -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <$2> -_ACEOF -if ac_fn_cxx_try_cpp "$LINENO"; then : - ac_header_preproc=yes -else - ac_header_preproc=no -fi -rm -f conftest.err conftest.i conftest.$ac_ext -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 -$as_echo "$ac_header_preproc" >&6; } - -# So? What about this header? -case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #(( - yes:no: ) - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 -$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 -$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} - ;; - no:yes:* ) - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 -$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 -$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 -$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 -$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 -$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} -( $as_echo "## ------------------------------------------------- ## -## Report this to google-sparsehash@googlegroups.com ## -## ------------------------------------------------- ##" - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; -esac - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 -$as_echo_n "checking for $2... " >&6; } -if eval \${$3+:} false; then : - $as_echo_n "(cached) " >&6 -else - eval "$3=\$ac_header_compiler" -fi -eval ac_res=\$$3 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 -$as_echo "$ac_res" >&6; } -fi - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno - -} # ac_fn_cxx_check_header_mongrel -cat >config.log <<_ACEOF -This file contains any messages produced by compilers while -running configure, to aid debugging if configure makes a mistake. - -It was created by sparsehash $as_me 2.0.2, which was -generated by GNU Autoconf 2.68. Invocation command line was - - $ $0 $@ - -_ACEOF -exec 5>>config.log -{ -cat <<_ASUNAME -## --------- ## -## Platform. ## -## --------- ## - -hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` -uname -m = `(uname -m) 2>/dev/null || echo unknown` -uname -r = `(uname -r) 2>/dev/null || echo unknown` -uname -s = `(uname -s) 2>/dev/null || echo unknown` -uname -v = `(uname -v) 2>/dev/null || echo unknown` - -/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` -/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` - -/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` -/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` -/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` -/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` -/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` -/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` -/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` - -_ASUNAME - -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - $as_echo "PATH: $as_dir" - done -IFS=$as_save_IFS - -} >&5 - -cat >&5 <<_ACEOF - - -## ----------- ## -## Core tests. ## -## ----------- ## - -_ACEOF - - -# Keep a trace of the command line. -# Strip out --no-create and --no-recursion so they do not pile up. -# Strip out --silent because we don't want to record it for future runs. -# Also quote any args containing shell meta-characters. -# Make two passes to allow for proper duplicate-argument suppression. -ac_configure_args= -ac_configure_args0= -ac_configure_args1= -ac_must_keep_next=false -for ac_pass in 1 2 -do - for ac_arg - do - case $ac_arg in - -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; - -q | -quiet | --quiet | --quie | --qui | --qu | --q \ - | -silent | --silent | --silen | --sile | --sil) - continue ;; - *\'*) - ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; - esac - case $ac_pass in - 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; - 2) - as_fn_append ac_configure_args1 " '$ac_arg'" - if test $ac_must_keep_next = true; then - ac_must_keep_next=false # Got value, back to normal. - else - case $ac_arg in - *=* | --config-cache | -C | -disable-* | --disable-* \ - | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ - | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ - | -with-* | --with-* | -without-* | --without-* | --x) - case "$ac_configure_args0 " in - "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; - esac - ;; - -* ) ac_must_keep_next=true ;; - esac - fi - as_fn_append ac_configure_args " '$ac_arg'" - ;; - esac - done -done -{ ac_configure_args0=; unset ac_configure_args0;} -{ ac_configure_args1=; unset ac_configure_args1;} - -# When interrupted or exit'd, cleanup temporary files, and complete -# config.log. We remove comments because anyway the quotes in there -# would cause problems or look ugly. -# WARNING: Use '\'' to represent an apostrophe within the trap. -# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. -trap 'exit_status=$? - # Save into config.log some information that might help in debugging. - { - echo - - $as_echo "## ---------------- ## -## Cache variables. ## -## ---------------- ##" - echo - # The following way of writing the cache mishandles newlines in values, -( - for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do - eval ac_val=\$$ac_var - case $ac_val in #( - *${as_nl}*) - case $ac_var in #( - *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 -$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; - esac - case $ac_var in #( - _ | IFS | as_nl) ;; #( - BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( - *) { eval $ac_var=; unset $ac_var;} ;; - esac ;; - esac - done - (set) 2>&1 | - case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( - *${as_nl}ac_space=\ *) - sed -n \ - "s/'\''/'\''\\\\'\'''\''/g; - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" - ;; #( - *) - sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" - ;; - esac | - sort -) - echo - - $as_echo "## ----------------- ## -## Output variables. ## -## ----------------- ##" - echo - for ac_var in $ac_subst_vars - do - eval ac_val=\$$ac_var - case $ac_val in - *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; - esac - $as_echo "$ac_var='\''$ac_val'\''" - done | sort - echo - - if test -n "$ac_subst_files"; then - $as_echo "## ------------------- ## -## File substitutions. ## -## ------------------- ##" - echo - for ac_var in $ac_subst_files - do - eval ac_val=\$$ac_var - case $ac_val in - *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; - esac - $as_echo "$ac_var='\''$ac_val'\''" - done | sort - echo - fi - - if test -s confdefs.h; then - $as_echo "## ----------- ## -## confdefs.h. ## -## ----------- ##" - echo - cat confdefs.h - echo - fi - test "$ac_signal" != 0 && - $as_echo "$as_me: caught signal $ac_signal" - $as_echo "$as_me: exit $exit_status" - } >&5 - rm -f core *.core core.conftest.* && - rm -f -r conftest* confdefs* conf$$* $ac_clean_files && - exit $exit_status -' 0 -for ac_signal in 1 2 13 15; do - trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal -done -ac_signal=0 - -# confdefs.h avoids OS command line length limits that DEFS can exceed. -rm -f -r conftest* confdefs.h - -$as_echo "/* confdefs.h */" > confdefs.h - -# Predefined preprocessor variables. - -cat >>confdefs.h <<_ACEOF -#define PACKAGE_NAME "$PACKAGE_NAME" -_ACEOF - -cat >>confdefs.h <<_ACEOF -#define PACKAGE_TARNAME "$PACKAGE_TARNAME" -_ACEOF - -cat >>confdefs.h <<_ACEOF -#define PACKAGE_VERSION "$PACKAGE_VERSION" -_ACEOF - -cat >>confdefs.h <<_ACEOF -#define PACKAGE_STRING "$PACKAGE_STRING" -_ACEOF - -cat >>confdefs.h <<_ACEOF -#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" -_ACEOF - -cat >>confdefs.h <<_ACEOF -#define PACKAGE_URL "$PACKAGE_URL" -_ACEOF - - -# Let the site file select an alternate cache file if it wants to. -# Prefer an explicitly selected file to automatically selected ones. -ac_site_file1=NONE -ac_site_file2=NONE -if test -n "$CONFIG_SITE"; then - # We do not want a PATH search for config.site. - case $CONFIG_SITE in #(( - -*) ac_site_file1=./$CONFIG_SITE;; - */*) ac_site_file1=$CONFIG_SITE;; - *) ac_site_file1=./$CONFIG_SITE;; - esac -elif test "x$prefix" != xNONE; then - ac_site_file1=$prefix/share/config.site - ac_site_file2=$prefix/etc/config.site -else - ac_site_file1=$ac_default_prefix/share/config.site - ac_site_file2=$ac_default_prefix/etc/config.site -fi -for ac_site_file in "$ac_site_file1" "$ac_site_file2" -do - test "x$ac_site_file" = xNONE && continue - if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 -$as_echo "$as_me: loading site script $ac_site_file" >&6;} - sed 's/^/| /' "$ac_site_file" >&5 - . "$ac_site_file" \ - || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error $? "failed to load site script $ac_site_file -See \`config.log' for more details" "$LINENO" 5; } - fi -done - -if test -r "$cache_file"; then - # Some versions of bash will fail to source /dev/null (special files - # actually), so we avoid doing that. DJGPP emulates it as a regular file. - if test /dev/null != "$cache_file" && test -f "$cache_file"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 -$as_echo "$as_me: loading cache $cache_file" >&6;} - case $cache_file in - [\\/]* | ?:[\\/]* ) . "$cache_file";; - *) . "./$cache_file";; - esac - fi -else - { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 -$as_echo "$as_me: creating cache $cache_file" >&6;} - >$cache_file -fi - -# Check that the precious variables saved in the cache have kept the same -# value. -ac_cache_corrupted=false -for ac_var in $ac_precious_vars; do - eval ac_old_set=\$ac_cv_env_${ac_var}_set - eval ac_new_set=\$ac_env_${ac_var}_set - eval ac_old_val=\$ac_cv_env_${ac_var}_value - eval ac_new_val=\$ac_env_${ac_var}_value - case $ac_old_set,$ac_new_set in - set,) - { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 -$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} - ac_cache_corrupted=: ;; - ,set) - { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 -$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} - ac_cache_corrupted=: ;; - ,);; - *) - if test "x$ac_old_val" != "x$ac_new_val"; then - # differences in whitespace do not lead to failure. - ac_old_val_w=`echo x $ac_old_val` - ac_new_val_w=`echo x $ac_new_val` - if test "$ac_old_val_w" != "$ac_new_val_w"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 -$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} - ac_cache_corrupted=: - else - { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 -$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} - eval $ac_var=\$ac_old_val - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 -$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 -$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} - fi;; - esac - # Pass precious variables to config.status. - if test "$ac_new_set" = set; then - case $ac_new_val in - *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; - *) ac_arg=$ac_var=$ac_new_val ;; - esac - case " $ac_configure_args " in - *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. - *) as_fn_append ac_configure_args " '$ac_arg'" ;; - esac - fi -done -if $ac_cache_corrupted; then - { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 -$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} - as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 -fi -## -------------------- ## -## Main body of script. ## -## -------------------- ## - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -# The argument here is just something that should be in the current directory -# (for sanity checking) - -am__api_version='1.11' - -ac_aux_dir= -for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do - if test -f "$ac_dir/install-sh"; then - ac_aux_dir=$ac_dir - ac_install_sh="$ac_aux_dir/install-sh -c" - break - elif test -f "$ac_dir/install.sh"; then - ac_aux_dir=$ac_dir - ac_install_sh="$ac_aux_dir/install.sh -c" - break - elif test -f "$ac_dir/shtool"; then - ac_aux_dir=$ac_dir - ac_install_sh="$ac_aux_dir/shtool install -c" - break - fi -done -if test -z "$ac_aux_dir"; then - as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 -fi - -# These three variables are undocumented and unsupported, -# and are intended to be withdrawn in a future Autoconf release. -# They can cause serious problems if a builder's source tree is in a directory -# whose full name contains unusual characters. -ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. -ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. -ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. - - -# Find a good install program. We prefer a C program (faster), -# so one script is as good as another. But avoid the broken or -# incompatible versions: -# SysV /etc/install, /usr/sbin/install -# SunOS /usr/etc/install -# IRIX /sbin/install -# AIX /bin/install -# AmigaOS /C/install, which installs bootblocks on floppy discs -# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag -# AFS /usr/afsws/bin/install, which mishandles nonexistent args -# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" -# OS/2's system install, which has a completely different semantic -# ./install, which can be erroneously created by make from ./install.sh. -# Reject install programs that cannot install multiple files. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 -$as_echo_n "checking for a BSD-compatible install... " >&6; } -if test -z "$INSTALL"; then -if ${ac_cv_path_install+:} false; then : - $as_echo_n "(cached) " >&6 -else - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - # Account for people who put trailing slashes in PATH elements. -case $as_dir/ in #(( - ./ | .// | /[cC]/* | \ - /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ - ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ - /usr/ucb/* ) ;; - *) - # OSF1 and SCO ODT 3.0 have their own names for install. - # Don't use installbsd from OSF since it installs stuff as root - # by default. - for ac_prog in ginstall scoinst install; do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then - if test $ac_prog = install && - grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then - # AIX install. It has an incompatible calling convention. - : - elif test $ac_prog = install && - grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then - # program-specific install script used by HP pwplus--don't use. - : - else - rm -rf conftest.one conftest.two conftest.dir - echo one > conftest.one - echo two > conftest.two - mkdir conftest.dir - if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && - test -s conftest.one && test -s conftest.two && - test -s conftest.dir/conftest.one && - test -s conftest.dir/conftest.two - then - ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" - break 3 - fi - fi - fi - done - done - ;; -esac - - done -IFS=$as_save_IFS - -rm -rf conftest.one conftest.two conftest.dir - -fi - if test "${ac_cv_path_install+set}" = set; then - INSTALL=$ac_cv_path_install - else - # As a last resort, use the slow shell script. Don't cache a - # value for INSTALL within a source directory, because that will - # break other packages using the cache if that directory is - # removed, or if the value is a relative name. - INSTALL=$ac_install_sh - fi -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 -$as_echo "$INSTALL" >&6; } - -# Use test -z because SunOS4 sh mishandles braces in ${var-val}. -# It thinks the first close brace ends the variable substitution. -test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' - -test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' - -test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 -$as_echo_n "checking whether build environment is sane... " >&6; } -# Just in case -sleep 1 -echo timestamp > conftest.file -# Reject unsafe characters in $srcdir or the absolute working directory -# name. Accept space and tab only in the latter. -am_lf=' -' -case `pwd` in - *[\\\"\#\$\&\'\`$am_lf]*) - as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; -esac -case $srcdir in - *[\\\"\#\$\&\'\`$am_lf\ \ ]*) - as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; -esac - -# Do `set' in a subshell so we don't clobber the current shell's -# arguments. Must try -L first in case configure is actually a -# symlink; some systems play weird games with the mod time of symlinks -# (eg FreeBSD returns the mod time of the symlink's containing -# directory). -if ( - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` - if test "$*" = "X"; then - # -L didn't work. - set X `ls -t "$srcdir/configure" conftest.file` - fi - rm -f conftest.file - if test "$*" != "X $srcdir/configure conftest.file" \ - && test "$*" != "X conftest.file $srcdir/configure"; then - - # If neither matched, then we have a broken ls. This can happen - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". - as_fn_error $? "ls -t appears to fail. Make sure there is not a broken -alias in your environment" "$LINENO" 5 - fi - - test "$2" = conftest.file - ) -then - # Ok. - : -else - as_fn_error $? "newly created file is older than distributed files! -Check your system clock" "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } -test "$program_prefix" != NONE && - program_transform_name="s&^&$program_prefix&;$program_transform_name" -# Use a double $ so make ignores it. -test "$program_suffix" != NONE && - program_transform_name="s&\$&$program_suffix&;$program_transform_name" -# Double any \ or $. -# By default was `s,x,x', remove it if useless. -ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' -program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` - -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` - -if test x"${MISSING+set}" != xset; then - case $am_aux_dir in - *\ * | *\ *) - MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; - *) - MISSING="\${SHELL} $am_aux_dir/missing" ;; - esac -fi -# Use eval to expand $SHELL -if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " -else - am_missing_run= - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 -$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} -fi - -if test x"${install_sh}" != xset; then - case $am_aux_dir in - *\ * | *\ *) - install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; - *) - install_sh="\${SHELL} $am_aux_dir/install-sh" - esac -fi - -# Installed binaries are usually stripped using `strip' when the user -# run `make install-strip'. However `strip' might not be the right -# tool to use in cross-compilation environments, therefore Automake -# will honor the `STRIP' environment variable to overrule this program. -if test "$cross_compiling" != no; then - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. -set dummy ${ac_tool_prefix}strip; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_STRIP+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$STRIP"; then - ac_cv_prog_STRIP="$STRIP" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_STRIP="${ac_tool_prefix}strip" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -STRIP=$ac_cv_prog_STRIP -if test -n "$STRIP"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 -$as_echo "$STRIP" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -fi -if test -z "$ac_cv_prog_STRIP"; then - ac_ct_STRIP=$STRIP - # Extract the first word of "strip", so it can be a program name with args. -set dummy strip; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_STRIP+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$ac_ct_STRIP"; then - ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_STRIP="strip" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP -if test -n "$ac_ct_STRIP"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 -$as_echo "$ac_ct_STRIP" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - if test "x$ac_ct_STRIP" = x; then - STRIP=":" - else - case $cross_compiling:$ac_tool_warned in -yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -ac_tool_warned=yes ;; -esac - STRIP=$ac_ct_STRIP - fi -else - STRIP="$ac_cv_prog_STRIP" -fi - -fi -INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 -$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } -if test -z "$MKDIR_P"; then - if ${ac_cv_path_mkdir+:} false; then : - $as_echo_n "(cached) " >&6 -else - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_prog in mkdir gmkdir; do - for ac_exec_ext in '' $ac_executable_extensions; do - { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue - case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( - 'mkdir (GNU coreutils) '* | \ - 'mkdir (coreutils) '* | \ - 'mkdir (fileutils) '4.1*) - ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext - break 3;; - esac - done - done - done -IFS=$as_save_IFS - -fi - - test -d ./--version && rmdir ./--version - if test "${ac_cv_path_mkdir+set}" = set; then - MKDIR_P="$ac_cv_path_mkdir -p" - else - # As a last resort, use the slow shell script. Don't cache a - # value for MKDIR_P within a source directory, because that will - # break other packages using the cache if that directory is - # removed, or if the value is a relative name. - MKDIR_P="$ac_install_sh -d" - fi -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 -$as_echo "$MKDIR_P" >&6; } - -mkdir_p="$MKDIR_P" -case $mkdir_p in - [\\/$]* | ?:[\\/]*) ;; - */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; -esac - -for ac_prog in gawk mawk nawk awk -do - # Extract the first word of "$ac_prog", so it can be a program name with args. -set dummy $ac_prog; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_AWK+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$AWK"; then - ac_cv_prog_AWK="$AWK" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_AWK="$ac_prog" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -AWK=$ac_cv_prog_AWK -if test -n "$AWK"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 -$as_echo "$AWK" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - test -n "$AWK" && break -done - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 -$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } -set x ${MAKE-make} -ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` -if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat >conftest.make <<\_ACEOF -SHELL = /bin/sh -all: - @echo '@@@%%%=$(MAKE)=@@@%%%' -_ACEOF -# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. -case `${MAKE-make} -f conftest.make 2>/dev/null` in - *@@@%%%=?*=@@@%%%*) - eval ac_cv_prog_make_${ac_make}_set=yes;; - *) - eval ac_cv_prog_make_${ac_make}_set=no;; -esac -rm -f conftest.make -fi -if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } - SET_MAKE= -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - SET_MAKE="MAKE=${MAKE-make}" -fi - -rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null - -if test "`cd $srcdir && pwd`" != "`pwd`"; then - # Use -I$(srcdir) only when $(srcdir) != ., so that make's output - # is not polluted with repeated "-I." - am__isrc=' -I$(srcdir)' - # test to see if srcdir already configured - if test -f $srcdir/config.status; then - as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 - fi -fi - -# test whether we have cygpath -if test -z "$CYGPATH_W"; then - if (cygpath --version) >/dev/null 2>/dev/null; then - CYGPATH_W='cygpath -w' - else - CYGPATH_W=echo - fi -fi - - -# Define the identity of the package. - PACKAGE='sparsehash' - VERSION='2.0.2' - - -cat >>confdefs.h <<_ACEOF -#define PACKAGE "$PACKAGE" -_ACEOF - - -cat >>confdefs.h <<_ACEOF -#define VERSION "$VERSION" -_ACEOF - -# Some tools Automake needs. - -ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} - - -AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} - - -AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} - - -AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} - - -MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} - -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. -# Always define AMTAR for backward compatibility. - -AMTAR=${AMTAR-"${am_missing_run}tar"} - -am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' - - - - - -ac_config_headers="$ac_config_headers src/config.h" - - -# Checks for programs. -ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu -if test -z "$CXX"; then - if test -n "$CCC"; then - CXX=$CCC - else - if test -n "$ac_tool_prefix"; then - for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC - do - # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. -set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_CXX+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$CXX"; then - ac_cv_prog_CXX="$CXX" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -CXX=$ac_cv_prog_CXX -if test -n "$CXX"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5 -$as_echo "$CXX" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - test -n "$CXX" && break - done -fi -if test -z "$CXX"; then - ac_ct_CXX=$CXX - for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC -do - # Extract the first word of "$ac_prog", so it can be a program name with args. -set dummy $ac_prog; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_CXX+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$ac_ct_CXX"; then - ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CXX="$ac_prog" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -ac_ct_CXX=$ac_cv_prog_ac_ct_CXX -if test -n "$ac_ct_CXX"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5 -$as_echo "$ac_ct_CXX" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - test -n "$ac_ct_CXX" && break -done - - if test "x$ac_ct_CXX" = x; then - CXX="g++" - else - case $cross_compiling:$ac_tool_warned in -yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -ac_tool_warned=yes ;; -esac - CXX=$ac_ct_CXX - fi -fi - - fi -fi -# Provide some information about the compiler. -$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 -set X $ac_compile -ac_compiler=$2 -for ac_option in --version -v -V -qversion; do - { { ac_try="$ac_compiler $ac_option >&5" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_compiler $ac_option >&5") 2>conftest.err - ac_status=$? - if test -s conftest.err; then - sed '10a\ -... rest of stderr output deleted ... - 10q' conftest.err >conftest.er1 - cat conftest.er1 >&5 - fi - rm -f conftest.er1 conftest.err - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } -done - -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -ac_clean_files_save=$ac_clean_files -ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" -# Try to create an executable without -o first, disregard a.out. -# It will help us diagnose broken compilers, and finding out an intuition -# of exeext. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler works" >&5 -$as_echo_n "checking whether the C++ compiler works... " >&6; } -ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` - -# The possible output files: -ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" - -ac_rmfiles= -for ac_file in $ac_files -do - case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; - * ) ac_rmfiles="$ac_rmfiles $ac_file";; - esac -done -rm -f $ac_rmfiles - -if { { ac_try="$ac_link_default" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_link_default") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then : - # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. -# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' -# in a Makefile. We should not override ac_cv_exeext if it was cached, -# so that the user can short-circuit this test for compilers unknown to -# Autoconf. -for ac_file in $ac_files '' -do - test -f "$ac_file" || continue - case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) - ;; - [ab].out ) - # We found the default executable, but exeext='' is most - # certainly right. - break;; - *.* ) - if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; - then :; else - ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` - fi - # We set ac_cv_exeext here because the later test for it is not - # safe: cross compilers may not add the suffix if given an `-o' - # argument, so we may need to know it at that point already. - # Even if this section looks crufty: it has the advantage of - # actually working. - break;; - * ) - break;; - esac -done -test "$ac_cv_exeext" = no && ac_cv_exeext= - -else - ac_file='' -fi -if test -z "$ac_file"; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -$as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - -{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error 77 "C++ compiler cannot create executables -See \`config.log' for more details" "$LINENO" 5; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler default output file name" >&5 -$as_echo_n "checking for C++ compiler default output file name... " >&6; } -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 -$as_echo "$ac_file" >&6; } -ac_exeext=$ac_cv_exeext - -rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out -ac_clean_files=$ac_clean_files_save -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 -$as_echo_n "checking for suffix of executables... " >&6; } -if { { ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_link") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then : - # If both `conftest.exe' and `conftest' are `present' (well, observable) -# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will -# work properly (i.e., refer to `conftest.exe'), while it won't with -# `rm'. -for ac_file in conftest.exe conftest conftest.*; do - test -f "$ac_file" || continue - case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; - *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` - break;; - * ) break;; - esac -done -else - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error $? "cannot compute suffix of executables: cannot compile and link -See \`config.log' for more details" "$LINENO" 5; } -fi -rm -f conftest conftest$ac_cv_exeext -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 -$as_echo "$ac_cv_exeext" >&6; } - -rm -f conftest.$ac_ext -EXEEXT=$ac_cv_exeext -ac_exeext=$EXEEXT -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -int -main () -{ -FILE *f = fopen ("conftest.out", "w"); - return ferror (f) || fclose (f) != 0; - - ; - return 0; -} -_ACEOF -ac_clean_files="$ac_clean_files conftest.out" -# Check that the compiler produces executables we can run. If not, either -# the compiler is broken, or we cross compile. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 -$as_echo_n "checking whether we are cross compiling... " >&6; } -if test "$cross_compiling" != yes; then - { { ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_link") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } - if { ac_try='./conftest$ac_cv_exeext' - { { case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; }; then - cross_compiling=no - else - if test "$cross_compiling" = maybe; then - cross_compiling=yes - else - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error $? "cannot run C++ compiled programs. -If you meant to cross compile, use \`--host'. -See \`config.log' for more details" "$LINENO" 5; } - fi - fi -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 -$as_echo "$cross_compiling" >&6; } - -rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out -ac_clean_files=$ac_clean_files_save -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 -$as_echo_n "checking for suffix of object files... " >&6; } -if ${ac_cv_objext+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -rm -f conftest.o conftest.obj -if { { ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_compile") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then : - for ac_file in conftest.o conftest.obj conftest.*; do - test -f "$ac_file" || continue; - case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; - *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` - break;; - esac -done -else - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - -{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error $? "cannot compute suffix of object files: cannot compile -See \`config.log' for more details" "$LINENO" 5; } -fi -rm -f conftest.$ac_cv_objext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 -$as_echo "$ac_cv_objext" >&6; } -OBJEXT=$ac_cv_objext -ac_objext=$OBJEXT -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 -$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } -if ${ac_cv_cxx_compiler_gnu+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -#ifndef __GNUC__ - choke me -#endif - - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - ac_compiler_gnu=yes -else - ac_compiler_gnu=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -ac_cv_cxx_compiler_gnu=$ac_compiler_gnu - -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5 -$as_echo "$ac_cv_cxx_compiler_gnu" >&6; } -if test $ac_compiler_gnu = yes; then - GXX=yes -else - GXX= -fi -ac_test_CXXFLAGS=${CXXFLAGS+set} -ac_save_CXXFLAGS=$CXXFLAGS -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 -$as_echo_n "checking whether $CXX accepts -g... " >&6; } -if ${ac_cv_prog_cxx_g+:} false; then : - $as_echo_n "(cached) " >&6 -else - ac_save_cxx_werror_flag=$ac_cxx_werror_flag - ac_cxx_werror_flag=yes - ac_cv_prog_cxx_g=no - CXXFLAGS="-g" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - ac_cv_prog_cxx_g=yes -else - CXXFLAGS="" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - -else - ac_cxx_werror_flag=$ac_save_cxx_werror_flag - CXXFLAGS="-g" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - ac_cv_prog_cxx_g=yes -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_cxx_werror_flag=$ac_save_cxx_werror_flag -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5 -$as_echo "$ac_cv_prog_cxx_g" >&6; } -if test "$ac_test_CXXFLAGS" = set; then - CXXFLAGS=$ac_save_CXXFLAGS -elif test $ac_cv_prog_cxx_g = yes; then - if test "$GXX" = yes; then - CXXFLAGS="-g -O2" - else - CXXFLAGS="-g" - fi -else - if test "$GXX" = yes; then - CXXFLAGS="-O2" - else - CXXFLAGS= - fi -fi -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu -DEPDIR="${am__leading_dot}deps" - -ac_config_commands="$ac_config_commands depfiles" - - -am_make=${MAKE-make} -cat > confinc << 'END' -am__doit: - @echo this is the am__doit target -.PHONY: am__doit -END -# If we don't find an include directive, just comment out the code. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 -$as_echo_n "checking for style of include used by $am_make... " >&6; } -am__include="#" -am__quote= -_am_result=none -# First try GNU make style include. -echo "include confinc" > confmf -# Ignore all kinds of additional output from `make'. -case `$am_make -s -f confmf 2> /dev/null` in #( -*the\ am__doit\ target*) - am__include=include - am__quote= - _am_result=GNU - ;; -esac -# Now try BSD make style include. -if test "$am__include" = "#"; then - echo '.include "confinc"' > confmf - case `$am_make -s -f confmf 2> /dev/null` in #( - *the\ am__doit\ target*) - am__include=.include - am__quote="\"" - _am_result=BSD - ;; - esac -fi - - -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 -$as_echo "$_am_result" >&6; } -rm -f confinc confmf - -# Check whether --enable-dependency-tracking was given. -if test "${enable_dependency_tracking+set}" = set; then : - enableval=$enable_dependency_tracking; -fi - -if test "x$enable_dependency_tracking" != xno; then - am_depcomp="$ac_aux_dir/depcomp" - AMDEPBACKSLASH='\' -fi - if test "x$enable_dependency_tracking" != xno; then - AMDEP_TRUE= - AMDEP_FALSE='#' -else - AMDEP_TRUE='#' - AMDEP_FALSE= -fi - - - -depcc="$CXX" am_compiler_list= - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 -$as_echo_n "checking dependency style of $depcc... " >&6; } -if ${am_cv_CXX_dependencies_compiler_type+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then - # We make a subdir and do the tests there. Otherwise we can end up - # making bogus files that we don't know about and never remove. For - # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named `D' -- because `-MD' means `put the output - # in D'. - mkdir conftest.dir - # Copy depcomp to subdir because otherwise we won't find it if we're - # using a relative directory. - cp "$am_depcomp" conftest.dir - cd conftest.dir - # We will build objects and dependencies in a subdirectory because - # it helps to detect inapplicable dependency modes. For instance - # both Tru64's cc and ICC support -MD to output dependencies as a - # side effect of compilation, but ICC will put the dependencies in - # the current directory while Tru64 will put them in the object - # directory. - mkdir sub - - am_cv_CXX_dependencies_compiler_type=none - if test "$am_compiler_list" = ""; then - am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` - fi - am__universal=false - case " $depcc " in #( - *\ -arch\ *\ -arch\ *) am__universal=true ;; - esac - - for depmode in $am_compiler_list; do - # Setup a source with many dependencies, because some compilers - # like to wrap large dependency lists on column 80 (with \), and - # we should not choose a depcomp mode which is confused by this. - # - # We need to recreate these files for each test, as the compiler may - # overwrite some of them when testing with obscure command lines. - # This happens at least with the AIX C compiler. - : > sub/conftest.c - for i in 1 2 3 4 5 6; do - echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with - # Solaris 8's {/usr,}/bin/sh. - touch sub/conftst$i.h - done - echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - - # We check with `-c' and `-o' for the sake of the "dashmstdout" - # mode. It turns out that the SunPro C++ compiler does not properly - # handle `-M -o', and we need to detect this. Also, some Intel - # versions had trouble with output in subdirs - am__obj=sub/conftest.${OBJEXT-o} - am__minus_obj="-o $am__obj" - case $depmode in - gcc) - # This depmode causes a compiler race in universal mode. - test "$am__universal" = false || continue - ;; - nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested - if test "x$enable_dependency_tracking" = xyes; then - continue - else - break - fi - ;; - msvisualcpp | msvcmsys) - # This compiler won't grok `-c -o', but also, the minuso test has - # not run yet. These depmodes are late enough in the game, and - # so weak that their functioning should not be impacted. - am__obj=conftest.${OBJEXT-o} - am__minus_obj= - ;; - none) break ;; - esac - if depmode=$depmode \ - source=sub/conftest.c object=$am__obj \ - depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ - >/dev/null 2>conftest.err && - grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && - grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && - grep $am__obj sub/conftest.Po > /dev/null 2>&1 && - ${MAKE-make} -s -f confmf > /dev/null 2>&1; then - # icc doesn't choke on unknown options, it will just issue warnings - # or remarks (even with -Werror). So we grep stderr for any message - # that says an option was ignored or not supported. - # When given -MP, icc 7.0 and 7.1 complain thusly: - # icc: Command line warning: ignoring option '-M'; no argument required - # The diagnosis changed in icc 8.0: - # icc: Command line remark: option '-MP' not supported - if (grep 'ignoring option' conftest.err || - grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else - am_cv_CXX_dependencies_compiler_type=$depmode - break - fi - fi - done - - cd .. - rm -rf conftest.dir -else - am_cv_CXX_dependencies_compiler_type=none -fi - -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5 -$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; } -CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type - - if - test "x$enable_dependency_tracking" != xno \ - && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then - am__fastdepCXX_TRUE= - am__fastdepCXX_FALSE='#' -else - am__fastdepCXX_TRUE='#' - am__fastdepCXX_FALSE= -fi - - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu -if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. -set dummy ${ac_tool_prefix}gcc; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_CC+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="${ac_tool_prefix}gcc" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -$as_echo "$CC" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -fi -if test -z "$ac_cv_prog_CC"; then - ac_ct_CC=$CC - # Extract the first word of "gcc", so it can be a program name with args. -set dummy gcc; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_CC+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CC="gcc" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -ac_ct_CC=$ac_cv_prog_ac_ct_CC -if test -n "$ac_ct_CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 -$as_echo "$ac_ct_CC" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - if test "x$ac_ct_CC" = x; then - CC="" - else - case $cross_compiling:$ac_tool_warned in -yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -ac_tool_warned=yes ;; -esac - CC=$ac_ct_CC - fi -else - CC="$ac_cv_prog_CC" -fi - -if test -z "$CC"; then - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. -set dummy ${ac_tool_prefix}cc; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_CC+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="${ac_tool_prefix}cc" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -$as_echo "$CC" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - fi -fi -if test -z "$CC"; then - # Extract the first word of "cc", so it can be a program name with args. -set dummy cc; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_CC+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else - ac_prog_rejected=no -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then - ac_prog_rejected=yes - continue - fi - ac_cv_prog_CC="cc" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -if test $ac_prog_rejected = yes; then - # We found a bogon in the path, so make sure we never use it. - set dummy $ac_cv_prog_CC - shift - if test $# != 0; then - # We chose a different compiler from the bogus one. - # However, it has the same basename, so the bogon will be chosen - # first if we set CC to just the basename; use the full file name. - shift - ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" - fi -fi -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -$as_echo "$CC" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -fi -if test -z "$CC"; then - if test -n "$ac_tool_prefix"; then - for ac_prog in cl.exe - do - # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. -set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_CC+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="$ac_tool_prefix$ac_prog" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -$as_echo "$CC" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - test -n "$CC" && break - done -fi -if test -z "$CC"; then - ac_ct_CC=$CC - for ac_prog in cl.exe -do - # Extract the first word of "$ac_prog", so it can be a program name with args. -set dummy $ac_prog; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_CC+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CC="$ac_prog" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -ac_ct_CC=$ac_cv_prog_ac_ct_CC -if test -n "$ac_ct_CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 -$as_echo "$ac_ct_CC" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - test -n "$ac_ct_CC" && break -done - - if test "x$ac_ct_CC" = x; then - CC="" - else - case $cross_compiling:$ac_tool_warned in -yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -ac_tool_warned=yes ;; -esac - CC=$ac_ct_CC - fi -fi - -fi - - -test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error $? "no acceptable C compiler found in \$PATH -See \`config.log' for more details" "$LINENO" 5; } - -# Provide some information about the compiler. -$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 -set X $ac_compile -ac_compiler=$2 -for ac_option in --version -v -V -qversion; do - { { ac_try="$ac_compiler $ac_option >&5" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_compiler $ac_option >&5") 2>conftest.err - ac_status=$? - if test -s conftest.err; then - sed '10a\ -... rest of stderr output deleted ... - 10q' conftest.err >conftest.er1 - cat conftest.er1 >&5 - fi - rm -f conftest.er1 conftest.err - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } -done - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 -$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } -if ${ac_cv_c_compiler_gnu+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -#ifndef __GNUC__ - choke me -#endif - - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - ac_compiler_gnu=yes -else - ac_compiler_gnu=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -ac_cv_c_compiler_gnu=$ac_compiler_gnu - -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 -$as_echo "$ac_cv_c_compiler_gnu" >&6; } -if test $ac_compiler_gnu = yes; then - GCC=yes -else - GCC= -fi -ac_test_CFLAGS=${CFLAGS+set} -ac_save_CFLAGS=$CFLAGS -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 -$as_echo_n "checking whether $CC accepts -g... " >&6; } -if ${ac_cv_prog_cc_g+:} false; then : - $as_echo_n "(cached) " >&6 -else - ac_save_c_werror_flag=$ac_c_werror_flag - ac_c_werror_flag=yes - ac_cv_prog_cc_g=no - CFLAGS="-g" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - ac_cv_prog_cc_g=yes -else - CFLAGS="" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - -else - ac_c_werror_flag=$ac_save_c_werror_flag - CFLAGS="-g" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - ac_cv_prog_cc_g=yes -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_c_werror_flag=$ac_save_c_werror_flag -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 -$as_echo "$ac_cv_prog_cc_g" >&6; } -if test "$ac_test_CFLAGS" = set; then - CFLAGS=$ac_save_CFLAGS -elif test $ac_cv_prog_cc_g = yes; then - if test "$GCC" = yes; then - CFLAGS="-g -O2" - else - CFLAGS="-g" - fi -else - if test "$GCC" = yes; then - CFLAGS="-O2" - else - CFLAGS= - fi -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 -$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } -if ${ac_cv_prog_cc_c89+:} false; then : - $as_echo_n "(cached) " >&6 -else - ac_cv_prog_cc_c89=no -ac_save_CC=$CC -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -#include -#include -#include -/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ -struct buf { int x; }; -FILE * (*rcsopen) (struct buf *, struct stat *, int); -static char *e (p, i) - char **p; - int i; -{ - return p[i]; -} -static char *f (char * (*g) (char **, int), char **p, ...) -{ - char *s; - va_list v; - va_start (v,p); - s = g (p, va_arg (v,int)); - va_end (v); - return s; -} - -/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has - function prototypes and stuff, but not '\xHH' hex character constants. - These don't provoke an error unfortunately, instead are silently treated - as 'x'. The following induces an error, until -std is added to get - proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an - array size at least. It's necessary to write '\x00'==0 to get something - that's true only with -std. */ -int osf4_cc_array ['\x00' == 0 ? 1 : -1]; - -/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters - inside strings and character constants. */ -#define FOO(x) 'x' -int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; - -int test (int i, double x); -struct s1 {int (*f) (int a);}; -struct s2 {int (*f) (double a);}; -int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); -int argc; -char **argv; -int -main () -{ -return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; - ; - return 0; -} -_ACEOF -for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ - -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" -do - CC="$ac_save_CC $ac_arg" - if ac_fn_c_try_compile "$LINENO"; then : - ac_cv_prog_cc_c89=$ac_arg -fi -rm -f core conftest.err conftest.$ac_objext - test "x$ac_cv_prog_cc_c89" != "xno" && break -done -rm -f conftest.$ac_ext -CC=$ac_save_CC - -fi -# AC_CACHE_VAL -case "x$ac_cv_prog_cc_c89" in - x) - { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 -$as_echo "none needed" >&6; } ;; - xno) - { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 -$as_echo "unsupported" >&6; } ;; - *) - CC="$CC $ac_cv_prog_cc_c89" - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 -$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; -esac -if test "x$ac_cv_prog_cc_c89" != xno; then : - -fi - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -depcc="$CC" am_compiler_list= - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 -$as_echo_n "checking dependency style of $depcc... " >&6; } -if ${am_cv_CC_dependencies_compiler_type+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then - # We make a subdir and do the tests there. Otherwise we can end up - # making bogus files that we don't know about and never remove. For - # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named `D' -- because `-MD' means `put the output - # in D'. - mkdir conftest.dir - # Copy depcomp to subdir because otherwise we won't find it if we're - # using a relative directory. - cp "$am_depcomp" conftest.dir - cd conftest.dir - # We will build objects and dependencies in a subdirectory because - # it helps to detect inapplicable dependency modes. For instance - # both Tru64's cc and ICC support -MD to output dependencies as a - # side effect of compilation, but ICC will put the dependencies in - # the current directory while Tru64 will put them in the object - # directory. - mkdir sub - - am_cv_CC_dependencies_compiler_type=none - if test "$am_compiler_list" = ""; then - am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` - fi - am__universal=false - case " $depcc " in #( - *\ -arch\ *\ -arch\ *) am__universal=true ;; - esac - - for depmode in $am_compiler_list; do - # Setup a source with many dependencies, because some compilers - # like to wrap large dependency lists on column 80 (with \), and - # we should not choose a depcomp mode which is confused by this. - # - # We need to recreate these files for each test, as the compiler may - # overwrite some of them when testing with obscure command lines. - # This happens at least with the AIX C compiler. - : > sub/conftest.c - for i in 1 2 3 4 5 6; do - echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with - # Solaris 8's {/usr,}/bin/sh. - touch sub/conftst$i.h - done - echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - - # We check with `-c' and `-o' for the sake of the "dashmstdout" - # mode. It turns out that the SunPro C++ compiler does not properly - # handle `-M -o', and we need to detect this. Also, some Intel - # versions had trouble with output in subdirs - am__obj=sub/conftest.${OBJEXT-o} - am__minus_obj="-o $am__obj" - case $depmode in - gcc) - # This depmode causes a compiler race in universal mode. - test "$am__universal" = false || continue - ;; - nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested - if test "x$enable_dependency_tracking" = xyes; then - continue - else - break - fi - ;; - msvisualcpp | msvcmsys) - # This compiler won't grok `-c -o', but also, the minuso test has - # not run yet. These depmodes are late enough in the game, and - # so weak that their functioning should not be impacted. - am__obj=conftest.${OBJEXT-o} - am__minus_obj= - ;; - none) break ;; - esac - if depmode=$depmode \ - source=sub/conftest.c object=$am__obj \ - depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ - >/dev/null 2>conftest.err && - grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && - grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && - grep $am__obj sub/conftest.Po > /dev/null 2>&1 && - ${MAKE-make} -s -f confmf > /dev/null 2>&1; then - # icc doesn't choke on unknown options, it will just issue warnings - # or remarks (even with -Werror). So we grep stderr for any message - # that says an option was ignored or not supported. - # When given -MP, icc 7.0 and 7.1 complain thusly: - # icc: Command line warning: ignoring option '-M'; no argument required - # The diagnosis changed in icc 8.0: - # icc: Command line remark: option '-MP' not supported - if (grep 'ignoring option' conftest.err || - grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else - am_cv_CC_dependencies_compiler_type=$depmode - break - fi - fi - done - - cd .. - rm -rf conftest.dir -else - am_cv_CC_dependencies_compiler_type=none -fi - -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 -$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } -CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type - - if - test "x$enable_dependency_tracking" != xno \ - && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then - am__fastdepCC_TRUE= - am__fastdepCC_FALSE='#' -else - am__fastdepCC_TRUE='#' - am__fastdepCC_FALSE= -fi - - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 -$as_echo_n "checking how to run the C preprocessor... " >&6; } -# On Suns, sometimes $CPP names a directory. -if test -n "$CPP" && test -d "$CPP"; then - CPP= -fi -if test -z "$CPP"; then - if ${ac_cv_prog_CPP+:} false; then : - $as_echo_n "(cached) " >&6 -else - # Double quotes because CPP needs to be expanded - for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" - do - ac_preproc_ok=false -for ac_c_preproc_warn_flag in '' yes -do - # Use a header file that comes with gcc, so configuring glibc - # with a fresh cross-compiler works. - # Prefer to if __STDC__ is defined, since - # exists even on freestanding compilers. - # On the NeXT, cc -E runs the code through the compiler's parser, - # not just through cpp. "Syntax error" is here to catch this case. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#ifdef __STDC__ -# include -#else -# include -#endif - Syntax error -_ACEOF -if ac_fn_c_try_cpp "$LINENO"; then : - -else - # Broken: fails on valid input. -continue -fi -rm -f conftest.err conftest.i conftest.$ac_ext - - # OK, works on sane cases. Now check whether nonexistent headers - # can be detected and how. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -_ACEOF -if ac_fn_c_try_cpp "$LINENO"; then : - # Broken: success on invalid input. -continue -else - # Passes both tests. -ac_preproc_ok=: -break -fi -rm -f conftest.err conftest.i conftest.$ac_ext - -done -# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. -rm -f conftest.i conftest.err conftest.$ac_ext -if $ac_preproc_ok; then : - break -fi - - done - ac_cv_prog_CPP=$CPP - -fi - CPP=$ac_cv_prog_CPP -else - ac_cv_prog_CPP=$CPP -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 -$as_echo "$CPP" >&6; } -ac_preproc_ok=false -for ac_c_preproc_warn_flag in '' yes -do - # Use a header file that comes with gcc, so configuring glibc - # with a fresh cross-compiler works. - # Prefer to if __STDC__ is defined, since - # exists even on freestanding compilers. - # On the NeXT, cc -E runs the code through the compiler's parser, - # not just through cpp. "Syntax error" is here to catch this case. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#ifdef __STDC__ -# include -#else -# include -#endif - Syntax error -_ACEOF -if ac_fn_c_try_cpp "$LINENO"; then : - -else - # Broken: fails on valid input. -continue -fi -rm -f conftest.err conftest.i conftest.$ac_ext - - # OK, works on sane cases. Now check whether nonexistent headers - # can be detected and how. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -_ACEOF -if ac_fn_c_try_cpp "$LINENO"; then : - # Broken: success on invalid input. -continue -else - # Passes both tests. -ac_preproc_ok=: -break -fi -rm -f conftest.err conftest.i conftest.$ac_ext - -done -# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. -rm -f conftest.i conftest.err conftest.$ac_ext -if $ac_preproc_ok; then : - -else - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error $? "C preprocessor \"$CPP\" fails sanity check -See \`config.log' for more details" "$LINENO" 5; } -fi - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - if test "$GCC" = yes; then - GCC_TRUE= - GCC_FALSE='#' -else - GCC_TRUE='#' - GCC_FALSE= -fi - # let the Makefile know if we're gcc - -# Check whether some low-level functions/files are available - - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 -$as_echo_n "checking for grep that handles long lines and -e... " >&6; } -if ${ac_cv_path_GREP+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -z "$GREP"; then - ac_path_GREP_found=false - # Loop through the user's path and test for each of PROGNAME-LIST - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_prog in grep ggrep; do - for ac_exec_ext in '' $ac_executable_extensions; do - ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue -# Check for GNU ac_path_GREP and select it if it is found. - # Check for GNU $ac_path_GREP -case `"$ac_path_GREP" --version 2>&1` in -*GNU*) - ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; -*) - ac_count=0 - $as_echo_n 0123456789 >"conftest.in" - while : - do - cat "conftest.in" "conftest.in" >"conftest.tmp" - mv "conftest.tmp" "conftest.in" - cp "conftest.in" "conftest.nl" - $as_echo 'GREP' >> "conftest.nl" - "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break - diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break - as_fn_arith $ac_count + 1 && ac_count=$as_val - if test $ac_count -gt ${ac_path_GREP_max-0}; then - # Best one so far, save it but keep looking for a better one - ac_cv_path_GREP="$ac_path_GREP" - ac_path_GREP_max=$ac_count - fi - # 10*(2^10) chars as input seems more than enough - test $ac_count -gt 10 && break - done - rm -f conftest.in conftest.tmp conftest.nl conftest.out;; -esac - - $ac_path_GREP_found && break 3 - done - done - done -IFS=$as_save_IFS - if test -z "$ac_cv_path_GREP"; then - as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 - fi -else - ac_cv_path_GREP=$GREP -fi - -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 -$as_echo "$ac_cv_path_GREP" >&6; } - GREP="$ac_cv_path_GREP" - - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 -$as_echo_n "checking for egrep... " >&6; } -if ${ac_cv_path_EGREP+:} false; then : - $as_echo_n "(cached) " >&6 -else - if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 - then ac_cv_path_EGREP="$GREP -E" - else - if test -z "$EGREP"; then - ac_path_EGREP_found=false - # Loop through the user's path and test for each of PROGNAME-LIST - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_prog in egrep; do - for ac_exec_ext in '' $ac_executable_extensions; do - ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue -# Check for GNU ac_path_EGREP and select it if it is found. - # Check for GNU $ac_path_EGREP -case `"$ac_path_EGREP" --version 2>&1` in -*GNU*) - ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; -*) - ac_count=0 - $as_echo_n 0123456789 >"conftest.in" - while : - do - cat "conftest.in" "conftest.in" >"conftest.tmp" - mv "conftest.tmp" "conftest.in" - cp "conftest.in" "conftest.nl" - $as_echo 'EGREP' >> "conftest.nl" - "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break - diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break - as_fn_arith $ac_count + 1 && ac_count=$as_val - if test $ac_count -gt ${ac_path_EGREP_max-0}; then - # Best one so far, save it but keep looking for a better one - ac_cv_path_EGREP="$ac_path_EGREP" - ac_path_EGREP_max=$ac_count - fi - # 10*(2^10) chars as input seems more than enough - test $ac_count -gt 10 && break - done - rm -f conftest.in conftest.tmp conftest.nl conftest.out;; -esac - - $ac_path_EGREP_found && break 3 - done - done - done -IFS=$as_save_IFS - if test -z "$ac_cv_path_EGREP"; then - as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 - fi -else - ac_cv_path_EGREP=$EGREP -fi - - fi -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 -$as_echo "$ac_cv_path_EGREP" >&6; } - EGREP="$ac_cv_path_EGREP" - - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 -$as_echo_n "checking for ANSI C header files... " >&6; } -if ${ac_cv_header_stdc+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -#include -#include -#include - -int -main () -{ - - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - ac_cv_header_stdc=yes -else - ac_cv_header_stdc=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - -if test $ac_cv_header_stdc = yes; then - # SunOS 4.x string.h does not declare mem*, contrary to ANSI. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include - -_ACEOF -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - $EGREP "memchr" >/dev/null 2>&1; then : - -else - ac_cv_header_stdc=no -fi -rm -f conftest* - -fi - -if test $ac_cv_header_stdc = yes; then - # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include - -_ACEOF -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - $EGREP "free" >/dev/null 2>&1; then : - -else - ac_cv_header_stdc=no -fi -rm -f conftest* - -fi - -if test $ac_cv_header_stdc = yes; then - # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. - if test "$cross_compiling" = yes; then : - : -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -#include -#if ((' ' & 0x0FF) == 0x020) -# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') -# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) -#else -# define ISLOWER(c) \ - (('a' <= (c) && (c) <= 'i') \ - || ('j' <= (c) && (c) <= 'r') \ - || ('s' <= (c) && (c) <= 'z')) -# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) -#endif - -#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) -int -main () -{ - int i; - for (i = 0; i < 256; i++) - if (XOR (islower (i), ISLOWER (i)) - || toupper (i) != TOUPPER (i)) - return 2; - return 0; -} -_ACEOF -if ac_fn_c_try_run "$LINENO"; then : - -else - ac_cv_header_stdc=no -fi -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ - conftest.$ac_objext conftest.beam conftest.$ac_ext -fi - -fi -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 -$as_echo "$ac_cv_header_stdc" >&6; } -if test $ac_cv_header_stdc = yes; then - -$as_echo "#define STDC_HEADERS 1" >>confdefs.h - -fi - -for ac_func in memcpy memmove -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - -# On IRIX 5.3, sys/types and inttypes.h are conflicting. -for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ - inttypes.h stdint.h unistd.h -do : - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` -ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default -" -if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 -_ACEOF - -fi - -done - - -ac_fn_c_check_type "$LINENO" "uint16_t" "ac_cv_type_uint16_t" "$ac_includes_default" -if test "x$ac_cv_type_uint16_t" = xyes; then : - -cat >>confdefs.h <<_ACEOF -#define HAVE_UINT16_T 1 -_ACEOF - - -fi - # defined in C99 systems -ac_fn_c_check_type "$LINENO" "u_int16_t" "ac_cv_type_u_int16_t" "$ac_includes_default" -if test "x$ac_cv_type_u_int16_t" = xyes; then : - -cat >>confdefs.h <<_ACEOF -#define HAVE_U_INT16_T 1 -_ACEOF - - -fi - # defined in BSD-derived systems, and gnu -ac_fn_c_check_type "$LINENO" "__uint16" "ac_cv_type___uint16" "$ac_includes_default" -if test "x$ac_cv_type___uint16" = xyes; then : - -cat >>confdefs.h <<_ACEOF -#define HAVE___UINT16 1 -_ACEOF - - -fi - # defined in some windows systems (vc7) -ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default" -if test "x$ac_cv_type_long_long" = xyes; then : - -cat >>confdefs.h <<_ACEOF -#define HAVE_LONG_LONG 1 -_ACEOF - - -fi - # probably defined everywhere, but... - -# These are 'only' needed for unittests -for ac_header in sys/resource.h unistd.h sys/time.h sys/utsname.h -do : - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` -ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" -if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 -_ACEOF - -fi - -done - - -# If you have google-perftools installed, we can do a bit more testing. -# We not only want to set HAVE_MALLOC_EXTENSION_H, we also want to set -# a variable to let the Makefile to know to link in tcmalloc. -ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - -ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5 -$as_echo_n "checking how to run the C++ preprocessor... " >&6; } -if test -z "$CXXCPP"; then - if ${ac_cv_prog_CXXCPP+:} false; then : - $as_echo_n "(cached) " >&6 -else - # Double quotes because CXXCPP needs to be expanded - for CXXCPP in "$CXX -E" "/lib/cpp" - do - ac_preproc_ok=false -for ac_cxx_preproc_warn_flag in '' yes -do - # Use a header file that comes with gcc, so configuring glibc - # with a fresh cross-compiler works. - # Prefer to if __STDC__ is defined, since - # exists even on freestanding compilers. - # On the NeXT, cc -E runs the code through the compiler's parser, - # not just through cpp. "Syntax error" is here to catch this case. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#ifdef __STDC__ -# include -#else -# include -#endif - Syntax error -_ACEOF -if ac_fn_cxx_try_cpp "$LINENO"; then : - -else - # Broken: fails on valid input. -continue -fi -rm -f conftest.err conftest.i conftest.$ac_ext - - # OK, works on sane cases. Now check whether nonexistent headers - # can be detected and how. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -_ACEOF -if ac_fn_cxx_try_cpp "$LINENO"; then : - # Broken: success on invalid input. -continue -else - # Passes both tests. -ac_preproc_ok=: -break -fi -rm -f conftest.err conftest.i conftest.$ac_ext - -done -# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. -rm -f conftest.i conftest.err conftest.$ac_ext -if $ac_preproc_ok; then : - break -fi - - done - ac_cv_prog_CXXCPP=$CXXCPP - -fi - CXXCPP=$ac_cv_prog_CXXCPP -else - ac_cv_prog_CXXCPP=$CXXCPP -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5 -$as_echo "$CXXCPP" >&6; } -ac_preproc_ok=false -for ac_cxx_preproc_warn_flag in '' yes -do - # Use a header file that comes with gcc, so configuring glibc - # with a fresh cross-compiler works. - # Prefer to if __STDC__ is defined, since - # exists even on freestanding compilers. - # On the NeXT, cc -E runs the code through the compiler's parser, - # not just through cpp. "Syntax error" is here to catch this case. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#ifdef __STDC__ -# include -#else -# include -#endif - Syntax error -_ACEOF -if ac_fn_cxx_try_cpp "$LINENO"; then : - -else - # Broken: fails on valid input. -continue -fi -rm -f conftest.err conftest.i conftest.$ac_ext - - # OK, works on sane cases. Now check whether nonexistent headers - # can be detected and how. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -_ACEOF -if ac_fn_cxx_try_cpp "$LINENO"; then : - # Broken: success on invalid input. -continue -else - # Passes both tests. -ac_preproc_ok=: -break -fi -rm -f conftest.err conftest.i conftest.$ac_ext - -done -# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. -rm -f conftest.i conftest.err conftest.$ac_ext -if $ac_preproc_ok; then : - -else - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check -See \`config.log' for more details" "$LINENO" 5; } -fi - -ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - -for ac_header in google/malloc_extension.h -do : - ac_fn_cxx_check_header_mongrel "$LINENO" "google/malloc_extension.h" "ac_cv_header_google_malloc_extension_h" "$ac_includes_default" -if test "x$ac_cv_header_google_malloc_extension_h" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE_GOOGLE_MALLOC_EXTENSION_H 1 -_ACEOF - tcmalloc_libs=-ltcmalloc -else - tcmalloc_libs= -fi - -done - -# On some systems, when linking in tcmalloc you also need to link in -# pthread. That's a bug somewhere, but we'll work around it for now. -tcmalloc_flags="" -if test -n "$tcmalloc_libs"; then - # Make sure we can run config.sub. -$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || - as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 -$as_echo_n "checking build system type... " >&6; } -if ${ac_cv_build+:} false; then : - $as_echo_n "(cached) " >&6 -else - ac_build_alias=$build_alias -test "x$ac_build_alias" = x && - ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` -test "x$ac_build_alias" = x && - as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 -ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || - as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 - -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 -$as_echo "$ac_cv_build" >&6; } -case $ac_cv_build in -*-*-*) ;; -*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; -esac -build=$ac_cv_build -ac_save_IFS=$IFS; IFS='-' -set x $ac_cv_build -shift -build_cpu=$1 -build_vendor=$2 -shift; shift -# Remember, the first character of IFS is used to create $*, -# except with old shells: -build_os=$* -IFS=$ac_save_IFS -case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac - - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 -$as_echo_n "checking host system type... " >&6; } -if ${ac_cv_host+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test "x$host_alias" = x; then - ac_cv_host=$ac_cv_build -else - ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || - as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 -fi - -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 -$as_echo "$ac_cv_host" >&6; } -case $ac_cv_host in -*-*-*) ;; -*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; -esac -host=$ac_cv_host -ac_save_IFS=$IFS; IFS='-' -set x $ac_cv_host -shift -host_cpu=$1 -host_vendor=$2 -shift; shift -# Remember, the first character of IFS is used to create $*, -# except with old shells: -host_os=$* -IFS=$ac_save_IFS -case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac - - - - - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -acx_pthread_ok=no - -# We used to check for pthread.h first, but this fails if pthread.h -# requires special compiler flags (e.g. on True64 or Sequent). -# It gets checked for in the link test anyway. - -# First of all, check if the user has set any of the PTHREAD_LIBS, -# etcetera environment variables, and if threads linking works using -# them: -if test x"$PTHREAD_LIBS$PTHREAD_CFLAGS" != x; then - save_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS $PTHREAD_CFLAGS" - save_LIBS="$LIBS" - LIBS="$PTHREAD_LIBS $LIBS" - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS" >&5 -$as_echo_n "checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS... " >&6; } - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char pthread_join (); -int -main () -{ -return pthread_join (); - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - acx_pthread_ok=yes -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_pthread_ok" >&5 -$as_echo "$acx_pthread_ok" >&6; } - if test x"$acx_pthread_ok" = xno; then - PTHREAD_LIBS="" - PTHREAD_CFLAGS="" - fi - LIBS="$save_LIBS" - CFLAGS="$save_CFLAGS" -fi - -# We must check for the threads library under a number of different -# names; the ordering is very important because some systems -# (e.g. DEC) have both -lpthread and -lpthreads, where one of the -# libraries is broken (non-POSIX). - -# Create a list of thread flags to try. Items starting with a "-" are -# C compiler flags, and other items are library names, except for "none" -# which indicates that we try without any flags at all, and "pthread-config" -# which is a program returning the flags for the Pth emulation library. - -acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config" - -# The ordering *is* (sometimes) important. Some notes on the -# individual items follow: - -# pthreads: AIX (must check this before -lpthread) -# none: in case threads are in libc; should be tried before -Kthread and -# other compiler flags to prevent continual compiler warnings -# -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h) -# -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able) -# lthread: LinuxThreads port on FreeBSD (also preferred to -pthread) -# -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads) -# -pthreads: Solaris/gcc -# -mthreads: Mingw32/gcc, Lynx/gcc -# -mt: Sun Workshop C (may only link SunOS threads [-lthread], but it -# doesn't hurt to check since this sometimes defines pthreads too; -# also defines -D_REENTRANT) -# ... -mt is also the pthreads flag for HP/aCC -# pthread: Linux, etcetera -# --thread-safe: KAI C++ -# pthread-config: use pthread-config program (for GNU Pth library) - -case "${host_cpu}-${host_os}" in - *solaris*) - - # On Solaris (at least, for some versions), libc contains stubbed - # (non-functional) versions of the pthreads routines, so link-based - # tests will erroneously succeed. (We need to link with -pthreads/-mt/ - # -lpthread.) (The stubs are missing pthread_cleanup_push, or rather - # a function called by this macro, so we could check for that, but - # who knows whether they'll stub that too in a future libc.) So, - # we'll just look for -pthreads and -lpthread first: - - acx_pthread_flags="-pthreads pthread -mt -pthread $acx_pthread_flags" - ;; -esac - -if test x"$acx_pthread_ok" = xno; then -for flag in $acx_pthread_flags; do - - case $flag in - none) - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work without any flags" >&5 -$as_echo_n "checking whether pthreads work without any flags... " >&6; } - ;; - - -*) - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work with $flag" >&5 -$as_echo_n "checking whether pthreads work with $flag... " >&6; } - PTHREAD_CFLAGS="$flag" - ;; - - pthread-config) - # Extract the first word of "pthread-config", so it can be a program name with args. -set dummy pthread-config; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_acx_pthread_config+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$acx_pthread_config"; then - ac_cv_prog_acx_pthread_config="$acx_pthread_config" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_acx_pthread_config="yes" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - - test -z "$ac_cv_prog_acx_pthread_config" && ac_cv_prog_acx_pthread_config="no" -fi -fi -acx_pthread_config=$ac_cv_prog_acx_pthread_config -if test -n "$acx_pthread_config"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_pthread_config" >&5 -$as_echo "$acx_pthread_config" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - if test x"$acx_pthread_config" = xno; then continue; fi - PTHREAD_CFLAGS="`pthread-config --cflags`" - PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`" - ;; - - *) - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the pthreads library -l$flag" >&5 -$as_echo_n "checking for the pthreads library -l$flag... " >&6; } - PTHREAD_LIBS="-l$flag" - ;; - esac - - save_LIBS="$LIBS" - save_CFLAGS="$CFLAGS" - LIBS="$PTHREAD_LIBS $LIBS" - CFLAGS="$CFLAGS $PTHREAD_CFLAGS" - - # Check for various functions. We must include pthread.h, - # since some functions may be macros. (On the Sequent, we - # need a special flag -Kthread to make this header compile.) - # We check for pthread_join because it is in -lpthread on IRIX - # while pthread_create is in libc. We check for pthread_attr_init - # due to DEC craziness with -lpthreads. We check for - # pthread_cleanup_push because it is one of the few pthread - # functions on Solaris that doesn't have a non-functional libc stub. - # We try pthread_create on general principles. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -int -main () -{ -pthread_t th; pthread_join(th, 0); - pthread_attr_init(0); pthread_cleanup_push(0, 0); - pthread_create(0,0,0,0); pthread_cleanup_pop(0); - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - acx_pthread_ok=yes -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - - LIBS="$save_LIBS" - CFLAGS="$save_CFLAGS" - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_pthread_ok" >&5 -$as_echo "$acx_pthread_ok" >&6; } - if test "x$acx_pthread_ok" = xyes; then - break; - fi - - PTHREAD_LIBS="" - PTHREAD_CFLAGS="" -done -fi - -# Various other checks: -if test "x$acx_pthread_ok" = xyes; then - save_LIBS="$LIBS" - LIBS="$PTHREAD_LIBS $LIBS" - save_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS $PTHREAD_CFLAGS" - - # Detect AIX lossage: JOINABLE attribute is called UNDETACHED. - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for joinable pthread attribute" >&5 -$as_echo_n "checking for joinable pthread attribute... " >&6; } - attr_name=unknown - for attr in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED; do - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -int -main () -{ -int attr=$attr; return attr; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - attr_name=$attr; break -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - done - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $attr_name" >&5 -$as_echo "$attr_name" >&6; } - if test "$attr_name" != PTHREAD_CREATE_JOINABLE; then - -cat >>confdefs.h <<_ACEOF -#define PTHREAD_CREATE_JOINABLE $attr_name -_ACEOF - - fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking if more special flags are required for pthreads" >&5 -$as_echo_n "checking if more special flags are required for pthreads... " >&6; } - flag=no - case "${host_cpu}-${host_os}" in - *-aix* | *-freebsd* | *-darwin*) flag="-D_THREAD_SAFE";; - *solaris* | *-osf* | *-hpux*) flag="-D_REENTRANT";; - esac - { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${flag}" >&5 -$as_echo "${flag}" >&6; } - if test "x$flag" != xno; then - PTHREAD_CFLAGS="$flag $PTHREAD_CFLAGS" - fi - - LIBS="$save_LIBS" - CFLAGS="$save_CFLAGS" - # More AIX lossage: must compile with xlc_r or cc_r - if test x"$GCC" != xyes; then - for ac_prog in xlc_r cc_r -do - # Extract the first word of "$ac_prog", so it can be a program name with args. -set dummy $ac_prog; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_PTHREAD_CC+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$PTHREAD_CC"; then - ac_cv_prog_PTHREAD_CC="$PTHREAD_CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_PTHREAD_CC="$ac_prog" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -PTHREAD_CC=$ac_cv_prog_PTHREAD_CC -if test -n "$PTHREAD_CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PTHREAD_CC" >&5 -$as_echo "$PTHREAD_CC" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - test -n "$PTHREAD_CC" && break -done -test -n "$PTHREAD_CC" || PTHREAD_CC="${CC}" - - else - PTHREAD_CC=$CC - fi - - # The next part tries to detect GCC inconsistency with -shared on some - # architectures and systems. The problem is that in certain - # configurations, when -shared is specified, GCC "forgets" to - # internally use various flags which are still necessary. - - # - # Prepare the flags - # - save_CFLAGS="$CFLAGS" - save_LIBS="$LIBS" - save_CC="$CC" - - # Try with the flags determined by the earlier checks. - # - # -Wl,-z,defs forces link-time symbol resolution, so that the - # linking checks with -shared actually have any value - # - # FIXME: -fPIC is required for -shared on many architectures, - # so we specify it here, but the right way would probably be to - # properly detect whether it is actually required. - CFLAGS="-shared -fPIC -Wl,-z,defs $CFLAGS $PTHREAD_CFLAGS" - LIBS="$PTHREAD_LIBS $LIBS" - CC="$PTHREAD_CC" - - # In order not to create several levels of indentation, we test - # the value of "$done" until we find the cure or run out of ideas. - done="no" - - # First, make sure the CFLAGS we added are actually accepted by our - # compiler. If not (and OS X's ld, for instance, does not accept -z), - # then we can't do this test. - if test x"$done" = xno; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to check for GCC pthread/shared inconsistencies" >&5 -$as_echo_n "checking whether to check for GCC pthread/shared inconsistencies... " >&6; } - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - -else - done=yes -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - - if test "x$done" = xyes ; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } - fi - fi - - if test x"$done" = xno; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -pthread is sufficient with -shared" >&5 -$as_echo_n "checking whether -pthread is sufficient with -shared... " >&6; } - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -int -main () -{ -pthread_t th; pthread_join(th, 0); - pthread_attr_init(0); pthread_cleanup_push(0, 0); - pthread_create(0,0,0,0); pthread_cleanup_pop(0); - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - done=yes -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - - if test "x$done" = xyes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } - else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - fi - fi - - # - # Linux gcc on some architectures such as mips/mipsel forgets - # about -lpthread - # - if test x"$done" = xno; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lpthread fixes that" >&5 -$as_echo_n "checking whether -lpthread fixes that... " >&6; } - LIBS="-lpthread $PTHREAD_LIBS $save_LIBS" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -int -main () -{ -pthread_t th; pthread_join(th, 0); - pthread_attr_init(0); pthread_cleanup_push(0, 0); - pthread_create(0,0,0,0); pthread_cleanup_pop(0); - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - done=yes -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - - if test "x$done" = xyes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } - PTHREAD_LIBS="-lpthread $PTHREAD_LIBS" - else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - fi - fi - # - # FreeBSD 4.10 gcc forgets to use -lc_r instead of -lc - # - if test x"$done" = xno; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc_r fixes that" >&5 -$as_echo_n "checking whether -lc_r fixes that... " >&6; } - LIBS="-lc_r $PTHREAD_LIBS $save_LIBS" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -int -main () -{ -pthread_t th; pthread_join(th, 0); - pthread_attr_init(0); pthread_cleanup_push(0, 0); - pthread_create(0,0,0,0); pthread_cleanup_pop(0); - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - done=yes -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - - if test "x$done" = xyes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } - PTHREAD_LIBS="-lc_r $PTHREAD_LIBS" - else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - fi - fi - if test x"$done" = xno; then - # OK, we have run out of ideas - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Impossible to determine how to use pthreads with shared libraries" >&5 -$as_echo "$as_me: WARNING: Impossible to determine how to use pthreads with shared libraries" >&2;} - - # so it's not safe to assume that we may use pthreads - acx_pthread_ok=no - fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether what we have so far is sufficient with -nostdlib" >&5 -$as_echo_n "checking whether what we have so far is sufficient with -nostdlib... " >&6; } - CFLAGS="-nostdlib $CFLAGS" - # we need c with nostdlib - LIBS="$LIBS -lc" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -int -main () -{ -pthread_t th; pthread_join(th, 0); - pthread_attr_init(0); pthread_cleanup_push(0, 0); - pthread_create(0,0,0,0); pthread_cleanup_pop(0); - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - done=yes -else - done=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - - if test "x$done" = xyes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } - else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - fi - - if test x"$done" = xno; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lpthread saves the day" >&5 -$as_echo_n "checking whether -lpthread saves the day... " >&6; } - LIBS="-lpthread $LIBS" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -int -main () -{ -pthread_t th; pthread_join(th, 0); - pthread_attr_init(0); pthread_cleanup_push(0, 0); - pthread_create(0,0,0,0); pthread_cleanup_pop(0); - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - done=yes -else - done=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - - if test "x$done" = xyes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } - PTHREAD_LIBS="$PTHREAD_LIBS -lpthread" - else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Impossible to determine how to use pthreads with shared libraries and -nostdlib" >&5 -$as_echo "$as_me: WARNING: Impossible to determine how to use pthreads with shared libraries and -nostdlib" >&2;} - fi - fi - - CFLAGS="$save_CFLAGS" - LIBS="$save_LIBS" - CC="$save_CC" -else - PTHREAD_CC="$CC" -fi - - - - - -# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND: -if test x"$acx_pthread_ok" = xyes; then - -$as_echo "#define HAVE_PTHREAD 1" >>confdefs.h - - : -else - acx_pthread_ok=no - -fi -ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - - tcmalloc_flags="\$(PTHREAD_CFLAGS)" - tcmalloc_libs="$tcmalloc_libs \$(PTHREAD_LIBS)" -fi - - - -# Figure out where hash_map lives and also hash_fun.h (or stl_hash_fun.h). -# This also tells us what namespace hash code lives in. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler implements namespaces" >&5 -$as_echo_n "checking whether the compiler implements namespaces... " >&6; } -if ${ac_cv_cxx_namespaces+:} false; then : - $as_echo_n "(cached) " >&6 -else - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -namespace Outer { - namespace Inner { int i = 0; }} -int -main () -{ -using namespace Outer::Inner; return i; - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - ac_cv_cxx_namespaces=yes -else - ac_cv_cxx_namespaces=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_namespaces" >&5 -$as_echo "$ac_cv_cxx_namespaces" >&6; } - if test "$ac_cv_cxx_namespaces" = yes; then - -$as_echo "#define HAVE_NAMESPACES 1" >>confdefs.h - - fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking the location of hash_map" >&5 -$as_echo_n "checking the location of hash_map... " >&6; } - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - ac_cv_cxx_hash_map="" - # First try unordered_map, but not on gcc's before 4.2 -- I've - # seen unexplainable unordered_map bugs with -O2 on older gcc's. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#if defined(__GNUC__) && (__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 2)) - # error GCC too old for unordered_map - #endif - -int -main () -{ -/* no program body necessary */ - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - stl_hash_old_gcc=no -else - stl_hash_old_gcc=yes -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - for location in unordered_map tr1/unordered_map; do - for namespace in std std::tr1; do - if test -z "$ac_cv_cxx_hash_map" -a "$stl_hash_old_gcc" != yes; then - # Some older gcc's have a buggy tr1, so test a bit of code. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <$location> -int -main () -{ -const ${namespace}::unordered_map t; - return t.find(5) == t.end(); - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - ac_cv_cxx_hash_map="<$location>"; - ac_cv_cxx_hash_namespace="$namespace"; - ac_cv_cxx_have_unordered_map="yes"; -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - done - done - # Now try hash_map - for location in ext/hash_map hash_map; do - for namespace in __gnu_cxx "" std stdext; do - if test -z "$ac_cv_cxx_hash_map"; then - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <$location> -int -main () -{ -${namespace}::hash_map t - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - ac_cv_cxx_hash_map="<$location>"; - ac_cv_cxx_hash_namespace="$namespace"; - ac_cv_cxx_have_unordered_map="no"; -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - done - done - ac_cv_cxx_hash_set=`echo "$ac_cv_cxx_hash_map" | sed s/map/set/`; - if test -n "$ac_cv_cxx_hash_map"; then - -$as_echo "#define HAVE_HASH_MAP 1" >>confdefs.h - - -$as_echo "#define HAVE_HASH_SET 1" >>confdefs.h - - -cat >>confdefs.h <<_ACEOF -#define HASH_MAP_H $ac_cv_cxx_hash_map -_ACEOF - - -cat >>confdefs.h <<_ACEOF -#define HASH_SET_H $ac_cv_cxx_hash_set -_ACEOF - - -cat >>confdefs.h <<_ACEOF -#define HASH_NAMESPACE $ac_cv_cxx_hash_namespace -_ACEOF - - if test "$ac_cv_cxx_have_unordered_map" = yes; then - -$as_echo "#define HAVE_UNORDERED_MAP 1" >>confdefs.h - - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_hash_map" >&5 -$as_echo "$ac_cv_cxx_hash_map" >&6; } - else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5 -$as_echo "" >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: could not find an STL hash_map" >&5 -$as_echo "$as_me: WARNING: could not find an STL hash_map" >&2;} - fi - - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to include hash_fun directly" >&5 -$as_echo_n "checking how to include hash_fun directly... " >&6; } - - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - ac_cv_cxx_stl_hash_fun="" - for location in functional tr1/functional \ - ext/hash_fun.h ext/stl_hash_fun.h \ - hash_fun.h stl_hash_fun.h \ - stl/_hash_fun.h; do - if test -z "$ac_cv_cxx_stl_hash_fun"; then - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <$location> -int -main () -{ -int x = ${ac_cv_cxx_hash_namespace}::hash()(5) - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - ac_cv_cxx_stl_hash_fun="<$location>"; -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - done - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - -cat >>confdefs.h <<_ACEOF -#define HASH_FUN_H $ac_cv_cxx_stl_hash_fun -_ACEOF - - -cat >>confdefs.h <<_ACEOF -#define HASH_NAMESPACE $ac_cv_cxx_hash_namespace -_ACEOF - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_stl_hash_fun" >&5 -$as_echo "$ac_cv_cxx_stl_hash_fun" >&6; } - - -# Find out what namespace the user wants our classes to be defined in. -# TODO(csilvers): change this to default to sparsehash instead. -google_namespace_default=google - # Check whether --enable-namespace was given. -if test "${enable_namespace+set}" = set; then : - enableval=$enable_namespace; case "$enableval" in - yes) google_namespace="$google_namespace_default" ;; - no) google_namespace="" ;; - *) google_namespace="$enableval" ;; - esac -else - google_namespace="$google_namespace_default" -fi - - if test -n "$google_namespace"; then - ac_google_namespace="::$google_namespace" - ac_google_start_namespace="namespace $google_namespace {" - ac_google_end_namespace="}" - else - ac_google_namespace="" - ac_google_start_namespace="" - ac_google_end_namespace="" - fi - -cat >>confdefs.h <<_ACEOF -#define GOOGLE_NAMESPACE $ac_google_namespace -_ACEOF - - -cat >>confdefs.h <<_ACEOF -#define _START_GOOGLE_NAMESPACE_ $ac_google_start_namespace -_ACEOF - - -cat >>confdefs.h <<_ACEOF -#define _END_GOOGLE_NAMESPACE_ $ac_google_end_namespace -_ACEOF - - - -# In unix-based systems, hash is always defined as hash<> (in namespace. -# HASH_NAMESPACE.) So we can use a simple AC_DEFINE here. On -# windows, and possibly on future unix STL implementations, this -# macro will evaluate to something different.) - -$as_echo "#define SPARSEHASH_HASH_NO_NAMESPACE hash" >>confdefs.h - - -# Do *not* define this in terms of SPARSEHASH_HASH_NO_NAMESPACE, because -# SPARSEHASH_HASH is exported to sparseconfig.h, but S_H_NO_NAMESPACE isn't. - -$as_echo "#define SPARSEHASH_HASH HASH_NAMESPACE::hash" >>confdefs.h - - - -# Write generated configuration file -ac_config_files="$ac_config_files Makefile" - -cat >confcache <<\_ACEOF -# This file is a shell script that caches the results of configure -# tests run on this system so they can be shared between configure -# scripts and configure runs, see configure's option --config-cache. -# It is not useful on other systems. If it contains results you don't -# want to keep, you may remove or edit it. -# -# config.status only pays attention to the cache file if you give it -# the --recheck option to rerun configure. -# -# `ac_cv_env_foo' variables (set or unset) will be overridden when -# loading this file, other *unset* `ac_cv_foo' will be assigned the -# following values. - -_ACEOF - -# The following way of writing the cache mishandles newlines in values, -# but we know of no workaround that is simple, portable, and efficient. -# So, we kill variables containing newlines. -# Ultrix sh set writes to stderr and can't be redirected directly, -# and sets the high bit in the cache file unless we assign to the vars. -( - for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do - eval ac_val=\$$ac_var - case $ac_val in #( - *${as_nl}*) - case $ac_var in #( - *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 -$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; - esac - case $ac_var in #( - _ | IFS | as_nl) ;; #( - BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( - *) { eval $ac_var=; unset $ac_var;} ;; - esac ;; - esac - done - - (set) 2>&1 | - case $as_nl`(ac_space=' '; set) 2>&1` in #( - *${as_nl}ac_space=\ *) - # `set' does not quote correctly, so add quotes: double-quote - # substitution turns \\\\ into \\, and sed turns \\ into \. - sed -n \ - "s/'/'\\\\''/g; - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" - ;; #( - *) - # `set' quotes correctly as required by POSIX, so do not add quotes. - sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" - ;; - esac | - sort -) | - sed ' - /^ac_cv_env_/b end - t clear - :clear - s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ - t end - s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ - :end' >>confcache -if diff "$cache_file" confcache >/dev/null 2>&1; then :; else - if test -w "$cache_file"; then - if test "x$cache_file" != "x/dev/null"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 -$as_echo "$as_me: updating cache $cache_file" >&6;} - if test ! -f "$cache_file" || test -h "$cache_file"; then - cat confcache >"$cache_file" - else - case $cache_file in #( - */* | ?:*) - mv -f confcache "$cache_file"$$ && - mv -f "$cache_file"$$ "$cache_file" ;; #( - *) - mv -f confcache "$cache_file" ;; - esac - fi - fi - else - { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 -$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} - fi -fi -rm -f confcache - -test "x$prefix" = xNONE && prefix=$ac_default_prefix -# Let make expand exec_prefix. -test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' - -DEFS=-DHAVE_CONFIG_H - -ac_libobjs= -ac_ltlibobjs= -U= -for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue - # 1. Remove the extension, and $U if already installed. - ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' - ac_i=`$as_echo "$ac_i" | sed "$ac_script"` - # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR - # will be set to the directory where LIBOBJS objects are built. - as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" - as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' -done -LIBOBJS=$ac_libobjs - -LTLIBOBJS=$ac_ltlibobjs - - - if test -n "$EXEEXT"; then - am__EXEEXT_TRUE= - am__EXEEXT_FALSE='#' -else - am__EXEEXT_TRUE='#' - am__EXEEXT_FALSE= -fi - -if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then - as_fn_error $? "conditional \"AMDEP\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi -if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then - as_fn_error $? "conditional \"am__fastdepCXX\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi -if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then - as_fn_error $? "conditional \"am__fastdepCC\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi -if test -z "${GCC_TRUE}" && test -z "${GCC_FALSE}"; then - as_fn_error $? "conditional \"GCC\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi - -: "${CONFIG_STATUS=./config.status}" -ac_write_fail=0 -ac_clean_files_save=$ac_clean_files -ac_clean_files="$ac_clean_files $CONFIG_STATUS" -{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 -$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} -as_write_fail=0 -cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 -#! $SHELL -# Generated by $as_me. -# Run this file to recreate the current configuration. -# Compiler output produced by configure, useful for debugging -# configure, is in config.log if it exists. - -debug=false -ac_cs_recheck=false -ac_cs_silent=false - -SHELL=\${CONFIG_SHELL-$SHELL} -export SHELL -_ASEOF -cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 -## -------------------- ## -## M4sh Initialization. ## -## -------------------- ## - -# Be more Bourne compatible -DUALCASE=1; export DUALCASE # for MKS sh -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : - emulate sh - NULLCMD=: - # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which - # is contrary to our usage. Disable this feature. - alias -g '${1+"$@"}'='"$@"' - setopt NO_GLOB_SUBST -else - case `(set -o) 2>/dev/null` in #( - *posix*) : - set -o posix ;; #( - *) : - ;; -esac -fi - - -as_nl=' -' -export as_nl -# Printing a long string crashes Solaris 7 /usr/bin/printf. -as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo -# Prefer a ksh shell builtin over an external printf program on Solaris, -# but without wasting forks for bash or zsh. -if test -z "$BASH_VERSION$ZSH_VERSION" \ - && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then - as_echo='print -r --' - as_echo_n='print -rn --' -elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then - as_echo='printf %s\n' - as_echo_n='printf %s' -else - if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then - as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' - as_echo_n='/usr/ucb/echo -n' - else - as_echo_body='eval expr "X$1" : "X\\(.*\\)"' - as_echo_n_body='eval - arg=$1; - case $arg in #( - *"$as_nl"*) - expr "X$arg" : "X\\(.*\\)$as_nl"; - arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; - esac; - expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" - ' - export as_echo_n_body - as_echo_n='sh -c $as_echo_n_body as_echo' - fi - export as_echo_body - as_echo='sh -c $as_echo_body as_echo' -fi - -# The user is always right. -if test "${PATH_SEPARATOR+set}" != set; then - PATH_SEPARATOR=: - (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { - (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || - PATH_SEPARATOR=';' - } -fi - - -# IFS -# We need space, tab and new line, in precisely that order. Quoting is -# there to prevent editors from complaining about space-tab. -# (If _AS_PATH_WALK were called with IFS unset, it would disable word -# splitting by setting IFS to empty value.) -IFS=" "" $as_nl" - -# Find who we are. Look in the path if we contain no directory separator. -as_myself= -case $0 in #(( - *[\\/]* ) as_myself=$0 ;; - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break - done -IFS=$as_save_IFS - - ;; -esac -# We did not find ourselves, most probably we were run as `sh COMMAND' -# in which case we are not to be found in the path. -if test "x$as_myself" = x; then - as_myself=$0 -fi -if test ! -f "$as_myself"; then - $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 - exit 1 -fi - -# Unset variables that we do not need and which cause bugs (e.g. in -# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" -# suppresses any "Segmentation fault" message there. '((' could -# trigger a bug in pdksh 5.2.14. -for as_var in BASH_ENV ENV MAIL MAILPATH -do eval test x\${$as_var+set} = xset \ - && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : -done -PS1='$ ' -PS2='> ' -PS4='+ ' - -# NLS nuisances. -LC_ALL=C -export LC_ALL -LANGUAGE=C -export LANGUAGE - -# CDPATH. -(unset CDPATH) >/dev/null 2>&1 && unset CDPATH - - -# as_fn_error STATUS ERROR [LINENO LOG_FD] -# ---------------------------------------- -# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are -# provided, also output the error to LOG_FD, referencing LINENO. Then exit the -# script with STATUS, using 1 if that was 0. -as_fn_error () -{ - as_status=$1; test $as_status -eq 0 && as_status=1 - if test "$4"; then - as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 - fi - $as_echo "$as_me: error: $2" >&2 - as_fn_exit $as_status -} # as_fn_error - - -# as_fn_set_status STATUS -# ----------------------- -# Set $? to STATUS, without forking. -as_fn_set_status () -{ - return $1 -} # as_fn_set_status - -# as_fn_exit STATUS -# ----------------- -# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. -as_fn_exit () -{ - set +e - as_fn_set_status $1 - exit $1 -} # as_fn_exit - -# as_fn_unset VAR -# --------------- -# Portably unset VAR. -as_fn_unset () -{ - { eval $1=; unset $1;} -} -as_unset=as_fn_unset -# as_fn_append VAR VALUE -# ---------------------- -# Append the text in VALUE to the end of the definition contained in VAR. Take -# advantage of any shell optimizations that allow amortized linear growth over -# repeated appends, instead of the typical quadratic growth present in naive -# implementations. -if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : - eval 'as_fn_append () - { - eval $1+=\$2 - }' -else - as_fn_append () - { - eval $1=\$$1\$2 - } -fi # as_fn_append - -# as_fn_arith ARG... -# ------------------ -# Perform arithmetic evaluation on the ARGs, and store the result in the -# global $as_val. Take advantage of shells that can avoid forks. The arguments -# must be portable across $(()) and expr. -if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : - eval 'as_fn_arith () - { - as_val=$(( $* )) - }' -else - as_fn_arith () - { - as_val=`expr "$@" || test $? -eq 1` - } -fi # as_fn_arith - - -if expr a : '\(a\)' >/dev/null 2>&1 && - test "X`expr 00001 : '.*\(...\)'`" = X001; then - as_expr=expr -else - as_expr=false -fi - -if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then - as_basename=basename -else - as_basename=false -fi - -if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then - as_dirname=dirname -else - as_dirname=false -fi - -as_me=`$as_basename -- "$0" || -$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ - X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X/"$0" | - sed '/^.*\/\([^/][^/]*\)\/*$/{ - s//\1/ - q - } - /^X\/\(\/\/\)$/{ - s//\1/ - q - } - /^X\/\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - -# Avoid depending upon Character Ranges. -as_cr_letters='abcdefghijklmnopqrstuvwxyz' -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' -as_cr_Letters=$as_cr_letters$as_cr_LETTERS -as_cr_digits='0123456789' -as_cr_alnum=$as_cr_Letters$as_cr_digits - -ECHO_C= ECHO_N= ECHO_T= -case `echo -n x` in #((((( --n*) - case `echo 'xy\c'` in - *c*) ECHO_T=' ';; # ECHO_T is single tab character. - xy) ECHO_C='\c';; - *) echo `echo ksh88 bug on AIX 6.1` > /dev/null - ECHO_T=' ';; - esac;; -*) - ECHO_N='-n';; -esac - -rm -f conf$$ conf$$.exe conf$$.file -if test -d conf$$.dir; then - rm -f conf$$.dir/conf$$.file -else - rm -f conf$$.dir - mkdir conf$$.dir 2>/dev/null -fi -if (echo >conf$$.file) 2>/dev/null; then - if ln -s conf$$.file conf$$ 2>/dev/null; then - as_ln_s='ln -s' - # ... but there are two gotchas: - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || - as_ln_s='cp -p' - elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln - else - as_ln_s='cp -p' - fi -else - as_ln_s='cp -p' -fi -rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file -rmdir conf$$.dir 2>/dev/null - - -# as_fn_mkdir_p -# ------------- -# Create "$as_dir" as a directory, including parents if necessary. -as_fn_mkdir_p () -{ - - case $as_dir in #( - -*) as_dir=./$as_dir;; - esac - test -d "$as_dir" || eval $as_mkdir_p || { - as_dirs= - while :; do - case $as_dir in #( - *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( - *) as_qdir=$as_dir;; - esac - as_dirs="'$as_qdir' $as_dirs" - as_dir=`$as_dirname -- "$as_dir" || -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ - X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$as_dir" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - test -d "$as_dir" && break - done - test -z "$as_dirs" || eval "mkdir $as_dirs" - } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" - - -} # as_fn_mkdir_p -if mkdir -p . 2>/dev/null; then - as_mkdir_p='mkdir -p "$as_dir"' -else - test -d ./-p && rmdir ./-p - as_mkdir_p=false -fi - -if test -x / >/dev/null 2>&1; then - as_test_x='test -x' -else - if ls -dL / >/dev/null 2>&1; then - as_ls_L_option=L - else - as_ls_L_option= - fi - as_test_x=' - eval sh -c '\'' - if test -d "$1"; then - test -d "$1/."; - else - case $1 in #( - -*)set "./$1";; - esac; - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( - ???[sx]*):;;*)false;;esac;fi - '\'' sh - ' -fi -as_executable_p=$as_test_x - -# Sed expression to map a string onto a valid CPP name. -as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" - -# Sed expression to map a string onto a valid variable name. -as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" - - -exec 6>&1 -## ----------------------------------- ## -## Main body of $CONFIG_STATUS script. ## -## ----------------------------------- ## -_ASEOF -test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 - -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -# Save the log message, to keep $0 and so on meaningful, and to -# report actual input values of CONFIG_FILES etc. instead of their -# values after options handling. -ac_log=" -This file was extended by sparsehash $as_me 2.0.2, which was -generated by GNU Autoconf 2.68. Invocation command line was - - CONFIG_FILES = $CONFIG_FILES - CONFIG_HEADERS = $CONFIG_HEADERS - CONFIG_LINKS = $CONFIG_LINKS - CONFIG_COMMANDS = $CONFIG_COMMANDS - $ $0 $@ - -on `(hostname || uname -n) 2>/dev/null | sed 1q` -" - -_ACEOF - -case $ac_config_files in *" -"*) set x $ac_config_files; shift; ac_config_files=$*;; -esac - -case $ac_config_headers in *" -"*) set x $ac_config_headers; shift; ac_config_headers=$*;; -esac - - -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -# Files that config.status was made for. -config_files="$ac_config_files" -config_headers="$ac_config_headers" -config_commands="$ac_config_commands" - -_ACEOF - -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -ac_cs_usage="\ -\`$as_me' instantiates files and other configuration actions -from templates according to the current configuration. Unless the files -and actions are specified as TAGs, all are instantiated by default. - -Usage: $0 [OPTION]... [TAG]... - - -h, --help print this help, then exit - -V, --version print version number and configuration settings, then exit - --config print configuration, then exit - -q, --quiet, --silent - do not print progress messages - -d, --debug don't remove temporary files - --recheck update $as_me by reconfiguring in the same conditions - --file=FILE[:TEMPLATE] - instantiate the configuration file FILE - --header=FILE[:TEMPLATE] - instantiate the configuration header FILE - -Configuration files: -$config_files - -Configuration headers: -$config_headers - -Configuration commands: -$config_commands - -Report bugs to ." - -_ACEOF -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" -ac_cs_version="\\ -sparsehash config.status 2.0.2 -configured by $0, generated by GNU Autoconf 2.68, - with options \\"\$ac_cs_config\\" - -Copyright (C) 2010 Free Software Foundation, Inc. -This config.status script is free software; the Free Software Foundation -gives unlimited permission to copy, distribute and modify it." - -ac_pwd='$ac_pwd' -srcdir='$srcdir' -INSTALL='$INSTALL' -MKDIR_P='$MKDIR_P' -AWK='$AWK' -test -n "\$AWK" || AWK=awk -_ACEOF - -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -# The default lists apply if the user does not specify any file. -ac_need_defaults=: -while test $# != 0 -do - case $1 in - --*=?*) - ac_option=`expr "X$1" : 'X\([^=]*\)='` - ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` - ac_shift=: - ;; - --*=) - ac_option=`expr "X$1" : 'X\([^=]*\)='` - ac_optarg= - ac_shift=: - ;; - *) - ac_option=$1 - ac_optarg=$2 - ac_shift=shift - ;; - esac - - case $ac_option in - # Handling of the options. - -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) - ac_cs_recheck=: ;; - --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) - $as_echo "$ac_cs_version"; exit ;; - --config | --confi | --conf | --con | --co | --c ) - $as_echo "$ac_cs_config"; exit ;; - --debug | --debu | --deb | --de | --d | -d ) - debug=: ;; - --file | --fil | --fi | --f ) - $ac_shift - case $ac_optarg in - *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; - '') as_fn_error $? "missing file argument" ;; - esac - as_fn_append CONFIG_FILES " '$ac_optarg'" - ac_need_defaults=false;; - --header | --heade | --head | --hea ) - $ac_shift - case $ac_optarg in - *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; - esac - as_fn_append CONFIG_HEADERS " '$ac_optarg'" - ac_need_defaults=false;; - --he | --h) - # Conflict between --help and --header - as_fn_error $? "ambiguous option: \`$1' -Try \`$0 --help' for more information.";; - --help | --hel | -h ) - $as_echo "$ac_cs_usage"; exit ;; - -q | -quiet | --quiet | --quie | --qui | --qu | --q \ - | -silent | --silent | --silen | --sile | --sil | --si | --s) - ac_cs_silent=: ;; - - # This is an error. - -*) as_fn_error $? "unrecognized option: \`$1' -Try \`$0 --help' for more information." ;; - - *) as_fn_append ac_config_targets " $1" - ac_need_defaults=false ;; - - esac - shift -done - -ac_configure_extra_args= - -if $ac_cs_silent; then - exec 6>/dev/null - ac_configure_extra_args="$ac_configure_extra_args --silent" -fi - -_ACEOF -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -if \$ac_cs_recheck; then - set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion - shift - \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 - CONFIG_SHELL='$SHELL' - export CONFIG_SHELL - exec "\$@" -fi - -_ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -exec 5>>config.log -{ - echo - sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX -## Running $as_me. ## -_ASBOX - $as_echo "$ac_log" -} >&5 - -_ACEOF -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -# -# INIT-COMMANDS -# -AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" - -_ACEOF - -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 - -# Handling of arguments. -for ac_config_target in $ac_config_targets -do - case $ac_config_target in - "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;; - "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; - "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; - - *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; - esac -done - - -# If the user did not use the arguments to specify the items to instantiate, -# then the envvar interface is used. Set only those that are not. -# We use the long form for the default assignment because of an extremely -# bizarre bug on SunOS 4.1.3. -if $ac_need_defaults; then - test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files - test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers - test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands -fi - -# Have a temporary directory for convenience. Make it in the build tree -# simply because there is no reason against having it here, and in addition, -# creating and moving files from /tmp can sometimes cause problems. -# Hook for its removal unless debugging. -# Note that there is a small window in which the directory will not be cleaned: -# after its creation but before its name has been assigned to `$tmp'. -$debug || -{ - tmp= ac_tmp= - trap 'exit_status=$? - : "${ac_tmp:=$tmp}" - { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status -' 0 - trap 'as_fn_exit 1' 1 2 13 15 -} -# Create a (secure) tmp directory for tmp files. - -{ - tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && - test -d "$tmp" -} || -{ - tmp=./conf$$-$RANDOM - (umask 077 && mkdir "$tmp") -} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 -ac_tmp=$tmp - -# Set up the scripts for CONFIG_FILES section. -# No need to generate them if there are no CONFIG_FILES. -# This happens for instance with `./config.status config.h'. -if test -n "$CONFIG_FILES"; then - - -ac_cr=`echo X | tr X '\015'` -# On cygwin, bash can eat \r inside `` if the user requested igncr. -# But we know of no other shell where ac_cr would be empty at this -# point, so we can use a bashism as a fallback. -if test "x$ac_cr" = x; then - eval ac_cr=\$\'\\r\' -fi -ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` -if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then - ac_cs_awk_cr='\\r' -else - ac_cs_awk_cr=$ac_cr -fi - -echo 'BEGIN {' >"$ac_tmp/subs1.awk" && -_ACEOF - - -{ - echo "cat >conf$$subs.awk <<_ACEOF" && - echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && - echo "_ACEOF" -} >conf$$subs.sh || - as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 -ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` -ac_delim='%!_!# ' -for ac_last_try in false false false false false :; do - . ./conf$$subs.sh || - as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 - - ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` - if test $ac_delim_n = $ac_delim_num; then - break - elif $ac_last_try; then - as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 - else - ac_delim="$ac_delim!$ac_delim _$ac_delim!! " - fi -done -rm -f conf$$subs.sh - -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && -_ACEOF -sed -n ' -h -s/^/S["/; s/!.*/"]=/ -p -g -s/^[^!]*!// -:repl -t repl -s/'"$ac_delim"'$// -t delim -:nl -h -s/\(.\{148\}\)..*/\1/ -t more1 -s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ -p -n -b repl -:more1 -s/["\\]/\\&/g; s/^/"/; s/$/"\\/ -p -g -s/.\{148\}// -t nl -:delim -h -s/\(.\{148\}\)..*/\1/ -t more2 -s/["\\]/\\&/g; s/^/"/; s/$/"/ -p -b -:more2 -s/["\\]/\\&/g; s/^/"/; s/$/"\\/ -p -g -s/.\{148\}// -t delim -' >$CONFIG_STATUS || ac_write_fail=1 -rm -f conf$$subs.awk -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -_ACAWK -cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && - for (key in S) S_is_set[key] = 1 - FS = "" - -} -{ - line = $ 0 - nfields = split(line, field, "@") - substed = 0 - len = length(field[1]) - for (i = 2; i < nfields; i++) { - key = field[i] - keylen = length(key) - if (S_is_set[key]) { - value = S[key] - line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) - len += length(value) + length(field[++i]) - substed = 1 - } else - len += 1 + keylen - } - - print line -} - -_ACAWK -_ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then - sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" -else - cat -fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ - || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 -_ACEOF - -# VPATH may cause trouble with some makes, so we remove sole $(srcdir), -# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and -# trailing colons and then remove the whole line if VPATH becomes empty -# (actually we leave an empty line to preserve line numbers). -if test "x$srcdir" = x.; then - ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ -h -s/// -s/^/:/ -s/[ ]*$/:/ -s/:\$(srcdir):/:/g -s/:\${srcdir}:/:/g -s/:@srcdir@:/:/g -s/^:*// -s/:*$// -x -s/\(=[ ]*\).*/\1/ -G -s/\n// -s/^[^=]*=[ ]*$// -}' -fi - -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -fi # test -n "$CONFIG_FILES" - -# Set up the scripts for CONFIG_HEADERS section. -# No need to generate them if there are no CONFIG_HEADERS. -# This happens for instance with `./config.status Makefile'. -if test -n "$CONFIG_HEADERS"; then -cat >"$ac_tmp/defines.awk" <<\_ACAWK || -BEGIN { -_ACEOF - -# Transform confdefs.h into an awk script `defines.awk', embedded as -# here-document in config.status, that substitutes the proper values into -# config.h.in to produce config.h. - -# Create a delimiter string that does not exist in confdefs.h, to ease -# handling of long lines. -ac_delim='%!_!# ' -for ac_last_try in false false :; do - ac_tt=`sed -n "/$ac_delim/p" confdefs.h` - if test -z "$ac_tt"; then - break - elif $ac_last_try; then - as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 - else - ac_delim="$ac_delim!$ac_delim _$ac_delim!! " - fi -done - -# For the awk script, D is an array of macro values keyed by name, -# likewise P contains macro parameters if any. Preserve backslash -# newline sequences. - -ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* -sed -n ' -s/.\{148\}/&'"$ac_delim"'/g -t rset -:rset -s/^[ ]*#[ ]*define[ ][ ]*/ / -t def -d -:def -s/\\$// -t bsnl -s/["\\]/\\&/g -s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ -D["\1"]=" \3"/p -s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p -d -:bsnl -s/["\\]/\\&/g -s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ -D["\1"]=" \3\\\\\\n"\\/p -t cont -s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p -t cont -d -:cont -n -s/.\{148\}/&'"$ac_delim"'/g -t clear -:clear -s/\\$// -t bsnlc -s/["\\]/\\&/g; s/^/"/; s/$/"/p -d -:bsnlc -s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p -b cont -' >$CONFIG_STATUS || ac_write_fail=1 - -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 - for (key in D) D_is_set[key] = 1 - FS = "" -} -/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { - line = \$ 0 - split(line, arg, " ") - if (arg[1] == "#") { - defundef = arg[2] - mac1 = arg[3] - } else { - defundef = substr(arg[1], 2) - mac1 = arg[2] - } - split(mac1, mac2, "(") #) - macro = mac2[1] - prefix = substr(line, 1, index(line, defundef) - 1) - if (D_is_set[macro]) { - # Preserve the white space surrounding the "#". - print prefix "define", macro P[macro] D[macro] - next - } else { - # Replace #undef with comments. This is necessary, for example, - # in the case of _POSIX_SOURCE, which is predefined and required - # on some systems where configure will not decide to define it. - if (defundef == "undef") { - print "/*", prefix defundef, macro, "*/" - next - } - } -} -{ print } -_ACAWK -_ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 - as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 -fi # test -n "$CONFIG_HEADERS" - - -eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" -shift -for ac_tag -do - case $ac_tag in - :[FHLC]) ac_mode=$ac_tag; continue;; - esac - case $ac_mode$ac_tag in - :[FHL]*:*);; - :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; - :[FH]-) ac_tag=-:-;; - :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; - esac - ac_save_IFS=$IFS - IFS=: - set x $ac_tag - IFS=$ac_save_IFS - shift - ac_file=$1 - shift - - case $ac_mode in - :L) ac_source=$1;; - :[FH]) - ac_file_inputs= - for ac_f - do - case $ac_f in - -) ac_f="$ac_tmp/stdin";; - *) # Look for the file first in the build tree, then in the source tree - # (if the path is not absolute). The absolute path cannot be DOS-style, - # because $ac_f cannot contain `:'. - test -f "$ac_f" || - case $ac_f in - [\\/$]*) false;; - *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; - esac || - as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; - esac - case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac - as_fn_append ac_file_inputs " '$ac_f'" - done - - # Let's still pretend it is `configure' which instantiates (i.e., don't - # use $as_me), people would be surprised to read: - # /* config.h. Generated by config.status. */ - configure_input='Generated from '` - $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' - `' by configure.' - if test x"$ac_file" != x-; then - configure_input="$ac_file. $configure_input" - { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 -$as_echo "$as_me: creating $ac_file" >&6;} - fi - # Neutralize special characters interpreted by sed in replacement strings. - case $configure_input in #( - *\&* | *\|* | *\\* ) - ac_sed_conf_input=`$as_echo "$configure_input" | - sed 's/[\\\\&|]/\\\\&/g'`;; #( - *) ac_sed_conf_input=$configure_input;; - esac - - case $ac_tag in - *:-:* | *:-) cat >"$ac_tmp/stdin" \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; - esac - ;; - esac - - ac_dir=`$as_dirname -- "$ac_file" || -$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$ac_file" : 'X\(//\)[^/]' \| \ - X"$ac_file" : 'X\(//\)$' \| \ - X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$ac_file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - as_dir="$ac_dir"; as_fn_mkdir_p - ac_builddir=. - -case "$ac_dir" in -.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; -*) - ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` - # A ".." for each directory in $ac_dir_suffix. - ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` - case $ac_top_builddir_sub in - "") ac_top_builddir_sub=. ac_top_build_prefix= ;; - *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; - esac ;; -esac -ac_abs_top_builddir=$ac_pwd -ac_abs_builddir=$ac_pwd$ac_dir_suffix -# for backward compatibility: -ac_top_builddir=$ac_top_build_prefix - -case $srcdir in - .) # We are building in place. - ac_srcdir=. - ac_top_srcdir=$ac_top_builddir_sub - ac_abs_top_srcdir=$ac_pwd ;; - [\\/]* | ?:[\\/]* ) # Absolute name. - ac_srcdir=$srcdir$ac_dir_suffix; - ac_top_srcdir=$srcdir - ac_abs_top_srcdir=$srcdir ;; - *) # Relative name. - ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix - ac_top_srcdir=$ac_top_build_prefix$srcdir - ac_abs_top_srcdir=$ac_pwd/$srcdir ;; -esac -ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix - - - case $ac_mode in - :F) - # - # CONFIG_FILE - # - - case $INSTALL in - [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; - *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; - esac - ac_MKDIR_P=$MKDIR_P - case $MKDIR_P in - [\\/$]* | ?:[\\/]* ) ;; - */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; - esac -_ACEOF - -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -# If the template does not know about datarootdir, expand it. -# FIXME: This hack should be removed a few years after 2.60. -ac_datarootdir_hack=; ac_datarootdir_seen= -ac_sed_dataroot=' -/datarootdir/ { - p - q -} -/@datadir@/p -/@docdir@/p -/@infodir@/p -/@localedir@/p -/@mandir@/p' -case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in -*datarootdir*) ac_datarootdir_seen=yes;; -*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 -$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} -_ACEOF -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 - ac_datarootdir_hack=' - s&@datadir@&$datadir&g - s&@docdir@&$docdir&g - s&@infodir@&$infodir&g - s&@localedir@&$localedir&g - s&@mandir@&$mandir&g - s&\\\${datarootdir}&$datarootdir&g' ;; -esac -_ACEOF - -# Neutralize VPATH when `$srcdir' = `.'. -# Shell code in configure.ac might set extrasub. -# FIXME: do we really want to maintain this feature? -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -ac_sed_extra="$ac_vpsub -$extrasub -_ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -:t -/@[a-zA-Z_][a-zA-Z_0-9]*@/!b -s|@configure_input@|$ac_sed_conf_input|;t t -s&@top_builddir@&$ac_top_builddir_sub&;t t -s&@top_build_prefix@&$ac_top_build_prefix&;t t -s&@srcdir@&$ac_srcdir&;t t -s&@abs_srcdir@&$ac_abs_srcdir&;t t -s&@top_srcdir@&$ac_top_srcdir&;t t -s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t -s&@builddir@&$ac_builddir&;t t -s&@abs_builddir@&$ac_abs_builddir&;t t -s&@abs_top_builddir@&$ac_abs_top_builddir&;t t -s&@INSTALL@&$ac_INSTALL&;t t -s&@MKDIR_P@&$ac_MKDIR_P&;t t -$ac_datarootdir_hack -" -eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ - >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 - -test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && - { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && - { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ - "$ac_tmp/out"`; test -z "$ac_out"; } && - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' -which seems to be undefined. Please make sure it is defined" >&5 -$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' -which seems to be undefined. Please make sure it is defined" >&2;} - - rm -f "$ac_tmp/stdin" - case $ac_file in - -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; - *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; - esac \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 - ;; - :H) - # - # CONFIG_HEADER - # - if test x"$ac_file" != x-; then - { - $as_echo "/* $configure_input */" \ - && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" - } >"$ac_tmp/config.h" \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 - if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then - { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 -$as_echo "$as_me: $ac_file is unchanged" >&6;} - else - rm -f "$ac_file" - mv "$ac_tmp/config.h" "$ac_file" \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 - fi - else - $as_echo "/* $configure_input */" \ - && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ - || as_fn_error $? "could not create -" "$LINENO" 5 - fi -# Compute "$ac_file"'s index in $config_headers. -_am_arg="$ac_file" -_am_stamp_count=1 -for _am_header in $config_headers :; do - case $_am_header in - $_am_arg | $_am_arg:* ) - break ;; - * ) - _am_stamp_count=`expr $_am_stamp_count + 1` ;; - esac -done -echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || -$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$_am_arg" : 'X\(//\)[^/]' \| \ - X"$_am_arg" : 'X\(//\)$' \| \ - X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$_am_arg" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'`/stamp-h$_am_stamp_count - ;; - - :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 -$as_echo "$as_me: executing $ac_file commands" >&6;} - ;; - esac - - - case $ac_file$ac_mode in - "depfiles":C) test x"$AMDEP_TRUE" != x"" || { - # Autoconf 2.62 quotes --file arguments for eval, but not when files - # are listed without --file. Let's play safe and only enable the eval - # if we detect the quoting. - case $CONFIG_FILES in - *\'*) eval set x "$CONFIG_FILES" ;; - *) set x $CONFIG_FILES ;; - esac - shift - for mf - do - # Strip MF so we end up with the name of the file. - mf=`echo "$mf" | sed -e 's/:.*$//'` - # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named `Makefile.in', but - # some people rename them; so instead we look at the file content. - # Grep'ing the first line is not enough: some people post-process - # each Makefile.in and add a new line on top of each file to say so. - # Grep'ing the whole file is not good either: AIX grep has a line - # limit of 2048, but all sed's we know have understand at least 4000. - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then - dirpart=`$as_dirname -- "$mf" || -$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$mf" : 'X\(//\)[^/]' \| \ - X"$mf" : 'X\(//\)$' \| \ - X"$mf" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$mf" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - else - continue - fi - # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running `make'. - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` - test -z "$DEPDIR" && continue - am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "am__include" && continue - am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # When using ansi2knr, U may be empty or an underscore; expand it - U=`sed -n 's/^U = //p' < "$mf"` - # Find all dependency output files, they are included files with - # $(DEPDIR) in their names. We invoke sed twice because it is the - # simplest approach to changing $(DEPDIR) to its actual value in the - # expansion. - for file in `sed -n " - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do - # Make sure the directory exists. - test -f "$dirpart/$file" && continue - fdir=`$as_dirname -- "$file" || -$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$file" : 'X\(//\)[^/]' \| \ - X"$file" : 'X\(//\)$' \| \ - X"$file" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - as_dir=$dirpart/$fdir; as_fn_mkdir_p - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" - done - done -} - ;; - - esac -done # for ac_tag - - -as_fn_exit 0 -_ACEOF -ac_clean_files=$ac_clean_files_save - -test $ac_write_fail = 0 || - as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 - - -# configure is writing to config.log, and then calls config.status. -# config.status does its own redirection, appending to config.log. -# Unfortunately, on DOS this fails, as config.log is still kept open -# by configure, so config.status won't be able to write to it; its -# output is simply discarded. So we exec the FD to /dev/null, -# effectively closing config.log, so it can be properly (re)opened and -# appended to by config.status. When coming back to configure, we -# need to make the FD available again. -if test "$no_create" != yes; then - ac_cs_success=: - ac_config_status_args= - test "$silent" = yes && - ac_config_status_args="$ac_config_status_args --quiet" - exec 5>/dev/null - $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false - exec 5>>config.log - # Use ||, not &&, to avoid exiting from the if with $? = 1, which - # would make configure fail if this is the last instruction. - $ac_cs_success || as_fn_exit 1 -fi -if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 -$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} -fi - diff --git a/clipper/sparsehash-2.0.2/configure.ac b/clipper/sparsehash-2.0.2/configure.ac deleted file mode 100644 index 9b4e86d..0000000 --- a/clipper/sparsehash-2.0.2/configure.ac +++ /dev/null @@ -1,73 +0,0 @@ -## Process this file with autoconf to produce configure. -## In general, the safest way to proceed is to run ./autogen.sh - -# make sure we're interpreted by some minimal autoconf -AC_PREREQ(2.57) - -AC_INIT(sparsehash, 2.0.2, google-sparsehash@googlegroups.com) -# The argument here is just something that should be in the current directory -# (for sanity checking) -AC_CONFIG_SRCDIR(README) -AM_INIT_AUTOMAKE([dist-zip]) -AM_CONFIG_HEADER(src/config.h) - -# Checks for programs. -AC_PROG_CXX -AC_PROG_CC -AC_PROG_CPP -AM_CONDITIONAL(GCC, test "$GCC" = yes) # let the Makefile know if we're gcc - -# Check whether some low-level functions/files are available -AC_HEADER_STDC -AC_CHECK_FUNCS(memcpy memmove) -AC_CHECK_TYPES([uint16_t]) # defined in C99 systems -AC_CHECK_TYPES([u_int16_t]) # defined in BSD-derived systems, and gnu -AC_CHECK_TYPES([__uint16]) # defined in some windows systems (vc7) -AC_CHECK_TYPES([long long]) # probably defined everywhere, but... - -# These are 'only' needed for unittests -AC_CHECK_HEADERS(sys/resource.h unistd.h sys/time.h sys/utsname.h) - -# If you have google-perftools installed, we can do a bit more testing. -# We not only want to set HAVE_MALLOC_EXTENSION_H, we also want to set -# a variable to let the Makefile to know to link in tcmalloc. -AC_LANG([C++]) -AC_CHECK_HEADERS(google/malloc_extension.h, - tcmalloc_libs=-ltcmalloc, - tcmalloc_libs=) -# On some systems, when linking in tcmalloc you also need to link in -# pthread. That's a bug somewhere, but we'll work around it for now. -tcmalloc_flags="" -if test -n "$tcmalloc_libs"; then - ACX_PTHREAD - tcmalloc_flags="\$(PTHREAD_CFLAGS)" - tcmalloc_libs="$tcmalloc_libs \$(PTHREAD_LIBS)" -fi -AC_SUBST(tcmalloc_flags) -AC_SUBST(tcmalloc_libs) - -# Figure out where hash_map lives and also hash_fun.h (or stl_hash_fun.h). -# This also tells us what namespace hash code lives in. -AC_CXX_STL_HASH -AC_CXX_STL_HASH_FUN - -# Find out what namespace the user wants our classes to be defined in. -# TODO(csilvers): change this to default to sparsehash instead. -AC_DEFINE_GOOGLE_NAMESPACE(google) - -# In unix-based systems, hash is always defined as hash<> (in namespace. -# HASH_NAMESPACE.) So we can use a simple AC_DEFINE here. On -# windows, and possibly on future unix STL implementations, this -# macro will evaluate to something different.) -AC_DEFINE(SPARSEHASH_HASH_NO_NAMESPACE, hash, - [The system-provided hash function, in namespace HASH_NAMESPACE.]) - -# Do *not* define this in terms of SPARSEHASH_HASH_NO_NAMESPACE, because -# SPARSEHASH_HASH is exported to sparseconfig.h, but S_H_NO_NAMESPACE isn't. -AC_DEFINE(SPARSEHASH_HASH, HASH_NAMESPACE::hash, - [The system-provided hash function including the namespace.]) - - -# Write generated configuration file -AC_CONFIG_FILES([Makefile]) -AC_OUTPUT diff --git a/clipper/sparsehash-2.0.2/depcomp b/clipper/sparsehash-2.0.2/depcomp deleted file mode 100755 index df8eea7..0000000 --- a/clipper/sparsehash-2.0.2/depcomp +++ /dev/null @@ -1,630 +0,0 @@ -#! /bin/sh -# depcomp - compile a program generating dependencies as side-effects - -scriptversion=2009-04-28.21; # UTC - -# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 Free -# Software Foundation, Inc. - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -# As a special exception to the GNU General Public License, if you -# distribute this file as part of a program that contains a -# configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that program. - -# Originally written by Alexandre Oliva . - -case $1 in - '') - echo "$0: No command. Try \`$0 --help' for more information." 1>&2 - exit 1; - ;; - -h | --h*) - cat <<\EOF -Usage: depcomp [--help] [--version] PROGRAM [ARGS] - -Run PROGRAMS ARGS to compile a file, generating dependencies -as side-effects. - -Environment variables: - depmode Dependency tracking mode. - source Source file read by `PROGRAMS ARGS'. - object Object file output by `PROGRAMS ARGS'. - DEPDIR directory where to store dependencies. - depfile Dependency file to output. - tmpdepfile Temporary file to use when outputing dependencies. - libtool Whether libtool is used (yes/no). - -Report bugs to . -EOF - exit $? - ;; - -v | --v*) - echo "depcomp $scriptversion" - exit $? - ;; -esac - -if test -z "$depmode" || test -z "$source" || test -z "$object"; then - echo "depcomp: Variables source, object and depmode must be set" 1>&2 - exit 1 -fi - -# Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. -depfile=${depfile-`echo "$object" | - sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} -tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} - -rm -f "$tmpdepfile" - -# Some modes work just like other modes, but use different flags. We -# parameterize here, but still list the modes in the big case below, -# to make depend.m4 easier to write. Note that we *cannot* use a case -# here, because this file can only contain one case statement. -if test "$depmode" = hp; then - # HP compiler uses -M and no extra arg. - gccflag=-M - depmode=gcc -fi - -if test "$depmode" = dashXmstdout; then - # This is just like dashmstdout with a different argument. - dashmflag=-xM - depmode=dashmstdout -fi - -cygpath_u="cygpath -u -f -" -if test "$depmode" = msvcmsys; then - # This is just like msvisualcpp but w/o cygpath translation. - # Just convert the backslash-escaped backslashes to single forward - # slashes to satisfy depend.m4 - cygpath_u="sed s,\\\\\\\\,/,g" - depmode=msvisualcpp -fi - -case "$depmode" in -gcc3) -## gcc 3 implements dependency tracking that does exactly what -## we want. Yay! Note: for some reason libtool 1.4 doesn't like -## it if -MD -MP comes after the -MF stuff. Hmm. -## Unfortunately, FreeBSD c89 acceptance of flags depends upon -## the command line argument order; so add the flags where they -## appear in depend2.am. Note that the slowdown incurred here -## affects only configure: in makefiles, %FASTDEP% shortcuts this. - for arg - do - case $arg in - -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; - *) set fnord "$@" "$arg" ;; - esac - shift # fnord - shift # $arg - done - "$@" - stat=$? - if test $stat -eq 0; then : - else - rm -f "$tmpdepfile" - exit $stat - fi - mv "$tmpdepfile" "$depfile" - ;; - -gcc) -## There are various ways to get dependency output from gcc. Here's -## why we pick this rather obscure method: -## - Don't want to use -MD because we'd like the dependencies to end -## up in a subdir. Having to rename by hand is ugly. -## (We might end up doing this anyway to support other compilers.) -## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like -## -MM, not -M (despite what the docs say). -## - Using -M directly means running the compiler twice (even worse -## than renaming). - if test -z "$gccflag"; then - gccflag=-MD, - fi - "$@" -Wp,"$gccflag$tmpdepfile" - stat=$? - if test $stat -eq 0; then : - else - rm -f "$tmpdepfile" - exit $stat - fi - rm -f "$depfile" - echo "$object : \\" > "$depfile" - alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz -## The second -e expression handles DOS-style file names with drive letters. - sed -e 's/^[^:]*: / /' \ - -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" -## This next piece of magic avoids the `deleted header file' problem. -## The problem is that when a header file which appears in a .P file -## is deleted, the dependency causes make to die (because there is -## typically no way to rebuild the header). We avoid this by adding -## dummy dependencies for each header file. Too bad gcc doesn't do -## this for us directly. - tr ' ' ' -' < "$tmpdepfile" | -## Some versions of gcc put a space before the `:'. On the theory -## that the space means something, we add a space to the output as -## well. -## Some versions of the HPUX 10.20 sed can't process this invocation -## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" - rm -f "$tmpdepfile" - ;; - -hp) - # This case exists only to let depend.m4 do its work. It works by - # looking at the text of this script. This case will never be run, - # since it is checked for above. - exit 1 - ;; - -sgi) - if test "$libtool" = yes; then - "$@" "-Wp,-MDupdate,$tmpdepfile" - else - "$@" -MDupdate "$tmpdepfile" - fi - stat=$? - if test $stat -eq 0; then : - else - rm -f "$tmpdepfile" - exit $stat - fi - rm -f "$depfile" - - if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files - echo "$object : \\" > "$depfile" - - # Clip off the initial element (the dependent). Don't try to be - # clever and replace this with sed code, as IRIX sed won't handle - # lines with more than a fixed number of characters (4096 in - # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; - # the IRIX cc adds comments like `#:fec' to the end of the - # dependency line. - tr ' ' ' -' < "$tmpdepfile" \ - | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ - tr ' -' ' ' >> "$depfile" - echo >> "$depfile" - - # The second pass generates a dummy entry for each header file. - tr ' ' ' -' < "$tmpdepfile" \ - | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ - >> "$depfile" - else - # The sourcefile does not contain any dependencies, so just - # store a dummy comment line, to avoid errors with the Makefile - # "include basename.Plo" scheme. - echo "#dummy" > "$depfile" - fi - rm -f "$tmpdepfile" - ;; - -aix) - # The C for AIX Compiler uses -M and outputs the dependencies - # in a .u file. In older versions, this file always lives in the - # current directory. Also, the AIX compiler puts `$object:' at the - # start of each line; $object doesn't have directory information. - # Version 6 uses the directory in both cases. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` - if test "$libtool" = yes; then - tmpdepfile1=$dir$base.u - tmpdepfile2=$base.u - tmpdepfile3=$dir.libs/$base.u - "$@" -Wc,-M - else - tmpdepfile1=$dir$base.u - tmpdepfile2=$dir$base.u - tmpdepfile3=$dir$base.u - "$@" -M - fi - stat=$? - - if test $stat -eq 0; then : - else - rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" - exit $stat - fi - - for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" - do - test -f "$tmpdepfile" && break - done - if test -f "$tmpdepfile"; then - # Each line is of the form `foo.o: dependent.h'. - # Do two passes, one to just change these to - # `$object: dependent.h' and one to simply `dependent.h:'. - sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" - # That's a tab and a space in the []. - sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" - else - # The sourcefile does not contain any dependencies, so just - # store a dummy comment line, to avoid errors with the Makefile - # "include basename.Plo" scheme. - echo "#dummy" > "$depfile" - fi - rm -f "$tmpdepfile" - ;; - -icc) - # Intel's C compiler understands `-MD -MF file'. However on - # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c - # ICC 7.0 will fill foo.d with something like - # foo.o: sub/foo.c - # foo.o: sub/foo.h - # which is wrong. We want: - # sub/foo.o: sub/foo.c - # sub/foo.o: sub/foo.h - # sub/foo.c: - # sub/foo.h: - # ICC 7.1 will output - # foo.o: sub/foo.c sub/foo.h - # and will wrap long lines using \ : - # foo.o: sub/foo.c ... \ - # sub/foo.h ... \ - # ... - - "$@" -MD -MF "$tmpdepfile" - stat=$? - if test $stat -eq 0; then : - else - rm -f "$tmpdepfile" - exit $stat - fi - rm -f "$depfile" - # Each line is of the form `foo.o: dependent.h', - # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. - # Do two passes, one to just change these to - # `$object: dependent.h' and one to simply `dependent.h:'. - sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" - # Some versions of the HPUX 10.20 sed can't process this invocation - # correctly. Breaking it into two sed invocations is a workaround. - sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | - sed -e 's/$/ :/' >> "$depfile" - rm -f "$tmpdepfile" - ;; - -hp2) - # The "hp" stanza above does not work with aCC (C++) and HP's ia64 - # compilers, which have integrated preprocessors. The correct option - # to use with these is +Maked; it writes dependencies to a file named - # 'foo.d', which lands next to the object file, wherever that - # happens to be. - # Much of this is similar to the tru64 case; see comments there. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` - if test "$libtool" = yes; then - tmpdepfile1=$dir$base.d - tmpdepfile2=$dir.libs/$base.d - "$@" -Wc,+Maked - else - tmpdepfile1=$dir$base.d - tmpdepfile2=$dir$base.d - "$@" +Maked - fi - stat=$? - if test $stat -eq 0; then : - else - rm -f "$tmpdepfile1" "$tmpdepfile2" - exit $stat - fi - - for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" - do - test -f "$tmpdepfile" && break - done - if test -f "$tmpdepfile"; then - sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile" - # Add `dependent.h:' lines. - sed -ne '2,${ - s/^ *// - s/ \\*$// - s/$/:/ - p - }' "$tmpdepfile" >> "$depfile" - else - echo "#dummy" > "$depfile" - fi - rm -f "$tmpdepfile" "$tmpdepfile2" - ;; - -tru64) - # The Tru64 compiler uses -MD to generate dependencies as a side - # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'. - # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put - # dependencies in `foo.d' instead, so we check for that too. - # Subdirectories are respected. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` - - if test "$libtool" = yes; then - # With Tru64 cc, shared objects can also be used to make a - # static library. This mechanism is used in libtool 1.4 series to - # handle both shared and static libraries in a single compilation. - # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. - # - # With libtool 1.5 this exception was removed, and libtool now - # generates 2 separate objects for the 2 libraries. These two - # compilations output dependencies in $dir.libs/$base.o.d and - # in $dir$base.o.d. We have to check for both files, because - # one of the two compilations can be disabled. We should prefer - # $dir$base.o.d over $dir.libs/$base.o.d because the latter is - # automatically cleaned when .libs/ is deleted, while ignoring - # the former would cause a distcleancheck panic. - tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4 - tmpdepfile2=$dir$base.o.d # libtool 1.5 - tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5 - tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504 - "$@" -Wc,-MD - else - tmpdepfile1=$dir$base.o.d - tmpdepfile2=$dir$base.d - tmpdepfile3=$dir$base.d - tmpdepfile4=$dir$base.d - "$@" -MD - fi - - stat=$? - if test $stat -eq 0; then : - else - rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" - exit $stat - fi - - for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" - do - test -f "$tmpdepfile" && break - done - if test -f "$tmpdepfile"; then - sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" - # That's a tab and a space in the []. - sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" - else - echo "#dummy" > "$depfile" - fi - rm -f "$tmpdepfile" - ;; - -#nosideeffect) - # This comment above is used by automake to tell side-effect - # dependency tracking mechanisms from slower ones. - -dashmstdout) - # Important note: in order to support this mode, a compiler *must* - # always write the preprocessed file to stdout, regardless of -o. - "$@" || exit $? - - # Remove the call to Libtool. - if test "$libtool" = yes; then - while test "X$1" != 'X--mode=compile'; do - shift - done - shift - fi - - # Remove `-o $object'. - IFS=" " - for arg - do - case $arg in - -o) - shift - ;; - $object) - shift - ;; - *) - set fnord "$@" "$arg" - shift # fnord - shift # $arg - ;; - esac - done - - test -z "$dashmflag" && dashmflag=-M - # Require at least two characters before searching for `:' - # in the target name. This is to cope with DOS-style filenames: - # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise. - "$@" $dashmflag | - sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile" - rm -f "$depfile" - cat < "$tmpdepfile" > "$depfile" - tr ' ' ' -' < "$tmpdepfile" | \ -## Some versions of the HPUX 10.20 sed can't process this invocation -## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" - rm -f "$tmpdepfile" - ;; - -dashXmstdout) - # This case only exists to satisfy depend.m4. It is never actually - # run, as this mode is specially recognized in the preamble. - exit 1 - ;; - -makedepend) - "$@" || exit $? - # Remove any Libtool call - if test "$libtool" = yes; then - while test "X$1" != 'X--mode=compile'; do - shift - done - shift - fi - # X makedepend - shift - cleared=no eat=no - for arg - do - case $cleared in - no) - set ""; shift - cleared=yes ;; - esac - if test $eat = yes; then - eat=no - continue - fi - case "$arg" in - -D*|-I*) - set fnord "$@" "$arg"; shift ;; - # Strip any option that makedepend may not understand. Remove - # the object too, otherwise makedepend will parse it as a source file. - -arch) - eat=yes ;; - -*|$object) - ;; - *) - set fnord "$@" "$arg"; shift ;; - esac - done - obj_suffix=`echo "$object" | sed 's/^.*\././'` - touch "$tmpdepfile" - ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" - rm -f "$depfile" - cat < "$tmpdepfile" > "$depfile" - sed '1,2d' "$tmpdepfile" | tr ' ' ' -' | \ -## Some versions of the HPUX 10.20 sed can't process this invocation -## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" - rm -f "$tmpdepfile" "$tmpdepfile".bak - ;; - -cpp) - # Important note: in order to support this mode, a compiler *must* - # always write the preprocessed file to stdout. - "$@" || exit $? - - # Remove the call to Libtool. - if test "$libtool" = yes; then - while test "X$1" != 'X--mode=compile'; do - shift - done - shift - fi - - # Remove `-o $object'. - IFS=" " - for arg - do - case $arg in - -o) - shift - ;; - $object) - shift - ;; - *) - set fnord "$@" "$arg" - shift # fnord - shift # $arg - ;; - esac - done - - "$@" -E | - sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ - -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | - sed '$ s: \\$::' > "$tmpdepfile" - rm -f "$depfile" - echo "$object : \\" > "$depfile" - cat < "$tmpdepfile" >> "$depfile" - sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" - rm -f "$tmpdepfile" - ;; - -msvisualcpp) - # Important note: in order to support this mode, a compiler *must* - # always write the preprocessed file to stdout. - "$@" || exit $? - - # Remove the call to Libtool. - if test "$libtool" = yes; then - while test "X$1" != 'X--mode=compile'; do - shift - done - shift - fi - - IFS=" " - for arg - do - case "$arg" in - -o) - shift - ;; - $object) - shift - ;; - "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") - set fnord "$@" - shift - shift - ;; - *) - set fnord "$@" "$arg" - shift - shift - ;; - esac - done - "$@" -E 2>/dev/null | - sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" - rm -f "$depfile" - echo "$object : \\" > "$depfile" - sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile" - echo " " >> "$depfile" - sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" - rm -f "$tmpdepfile" - ;; - -msvcmsys) - # This case exists only to let depend.m4 do its work. It works by - # looking at the text of this script. This case will never be run, - # since it is checked for above. - exit 1 - ;; - -none) - exec "$@" - ;; - -*) - echo "Unknown depmode $depmode" 1>&2 - exit 1 - ;; -esac - -exit 0 - -# Local Variables: -# mode: shell-script -# sh-indentation: 2 -# eval: (add-hook 'write-file-hooks 'time-stamp) -# time-stamp-start: "scriptversion=" -# time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" -# time-stamp-end: "; # UTC" -# End: diff --git a/clipper/sparsehash-2.0.2/doc/dense_hash_map.html b/clipper/sparsehash-2.0.2/doc/dense_hash_map.html deleted file mode 100644 index 3825781..0000000 --- a/clipper/sparsehash-2.0.2/doc/dense_hash_map.html +++ /dev/null @@ -1,1766 +0,0 @@ - - - - - -dense_hash_map<Key, Data, HashFcn, EqualKey, Alloc> - - - - -

[Note: this document is formatted similarly to the SGI STL -implementation documentation pages, and refers to concepts and classes -defined there. However, neither this document nor the code it -describes is associated with SGI, nor is it necessary to have SGI's -STL implementation installed in order to use this class.]

- - -

dense_hash_map<Key, Data, HashFcn, EqualKey, Alloc>

- -

dense_hash_map is a Hashed -Associative Container that associates objects of type Key -with objects of type Data. dense_hash_map is a Pair -Associative Container, meaning that its value type is pair<const Key, Data>. It is also a -Unique -Associative Container, meaning that no two elements have keys that -compare equal using EqualKey.

- -

Looking up an element in a dense_hash_map by its key is -efficient, so dense_hash_map is useful for "dictionaries" -where the order of elements is irrelevant. If it is important for the -elements to be in a particular order, however, then map is more appropriate.

- -

dense_hash_map is distinguished from other hash-map -implementations by its speed and by the ability to save -and restore contents to disk. On the other hand, this hash-map -implementation can use significantly more space than other hash-map -implementations, and it also has requirements -- for instance, for a -distinguished "empty key" -- that may not be easy for all -applications to satisfy.

- -

This class is appropriate for applications that need speedy access -to relatively small "dictionaries" stored in memory, or for -applications that need these dictionaries to be persistent. [implementation note])

- - -

Example

- -(Note: this example uses SGI semantics for hash<> --- the kind used by gcc and most Unix compiler suites -- and not -Dinkumware semantics -- the kind used by Microsoft Visual Studio. If -you are using MSVC, this example will not compile as-is: you'll need -to change hash to hash_compare, and you -won't use eqstr at all. See the MSVC documentation for -hash_map and hash_compare, for more -details.) - -
-#include <iostream>
-#include <sparsehash/dense_hash_map>
-
-using google::dense_hash_map;      // namespace where class lives by default
-using std::cout;
-using std::endl;
-using ext::hash;  // or __gnu_cxx::hash, or maybe tr1::hash, depending on your OS
-
-struct eqstr
-{
-  bool operator()(const char* s1, const char* s2) const
-  {
-    return (s1 == s2) || (s1 && s2 && strcmp(s1, s2) == 0);
-  }
-};
-
-int main()
-{
-  dense_hash_map<const char*, int, hash<const char*>, eqstr> months;
-  
-  months.set_empty_key(NULL);
-  months["january"] = 31;
-  months["february"] = 28;
-  months["march"] = 31;
-  months["april"] = 30;
-  months["may"] = 31;
-  months["june"] = 30;
-  months["july"] = 31;
-  months["august"] = 31;
-  months["september"] = 30;
-  months["october"] = 31;
-  months["november"] = 30;
-  months["december"] = 31;
-  
-  cout << "september -> " << months["september"] << endl;
-  cout << "april     -> " << months["april"] << endl;
-  cout << "june      -> " << months["june"] << endl;
-  cout << "november  -> " << months["november"] << endl;
-}
-
- - -

Definition

- -Defined in the header dense_hash_map. -This class is not part of the C++ standard, though it is mostly -compatible with the tr1 class unordered_map. - - -

Template parameters

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ParameterDescriptionDefault
- Key - - The hash_map's key type. This is also defined as - dense_hash_map::key_type. - -   -
- Data - - The hash_map's data type. This is also defined as - dense_hash_map::data_type. [7] - -   -
- HashFcn - - The hash function used by the - hash_map. This is also defined as dense_hash_map::hasher. -
Note: Hashtable performance depends heavily on the choice of - hash function. See the performance - page for more information. -
- hash<Key> -
- EqualKey - - The hash_map key equality function: a binary predicate that determines - whether two keys are equal. This is also defined as - dense_hash_map::key_equal. - - equal_to<Key> -
- Alloc - - The STL allocator to use. By default, uses the provided allocator - libc_allocator_with_realloc, which likely gives better - performance than other STL allocators due to its built-in support - for realloc, which this container takes advantage of. - If you use an allocator other than the default, note that this - container imposes an additional requirement on the STL allocator - type beyond those in [lib.allocator.requirements]: it does not - support allocators that define alternate memory models. That is, - it assumes that pointer, const_pointer, - size_type, and difference_type are just - T*, const T*, size_t, and - ptrdiff_t, respectively. This is also defined as - dense_hash_map::allocator_type. - -
- - -

Model of

- -Unique Hashed Associative Container, -Pair Associative Container - - -

Type requirements

- -
    -
  • -Key is Assignable. -
  • -EqualKey is a Binary Predicate whose argument type is Key. -
  • -EqualKey is an equivalence relation. -
  • -Alloc is an Allocator. -
- - -

Public base classes

- -None. - - -

Members

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MemberWhere definedDescription
- key_type - - Associative - Container - - The dense_hash_map's key type, Key. -
- data_type - - Pair - Associative Container - - The type of object associated with the keys. -
- value_type - - Pair - Associative Container - - The type of object, pair<const key_type, data_type>, - stored in the hash_map. -
- hasher - - Hashed - Associative Container - - The dense_hash_map's hash - function. -
- key_equal - - Hashed - Associative Container - - Function - object that compares keys for equality. -
- allocator_type - - Unordered Associative Container (tr1) - - The type of the Allocator given as a template parameter. -
- pointer - - Container - - Pointer to T. -
- reference - - Container - - Reference to T -
- const_reference - - Container - - Const reference to T -
- size_type - - Container - - An unsigned integral type. -
- difference_type - - Container - - A signed integral type. -
- iterator - - Container - - Iterator used to iterate through a dense_hash_map. [1] -
- const_iterator - - Container - - Const iterator used to iterate through a dense_hash_map. -
- local_iterator - - Unordered Associative Container (tr1) - - Iterator used to iterate through a subset of - dense_hash_map. [1] -
- const_local_iterator - - Unordered Associative Container (tr1) - - Const iterator used to iterate through a subset of - dense_hash_map. -
- iterator begin() - - Container - - Returns an iterator pointing to the beginning of the - dense_hash_map. -
- iterator end() - - Container - - Returns an iterator pointing to the end of the - dense_hash_map. -
- const_iterator begin() const - - Container - - Returns an const_iterator pointing to the beginning of the - dense_hash_map. -
- const_iterator end() const - - Container - - Returns an const_iterator pointing to the end of the - dense_hash_map. -
- local_iterator begin(size_type i) - - Unordered Associative Container (tr1) - - Returns a local_iterator pointing to the beginning of bucket - i in the dense_hash_map. -
- local_iterator end(size_type i) - - Unordered Associative Container (tr1) - - Returns a local_iterator pointing to the end of bucket - i in the dense_hash_map. For - dense_hash_map, each bucket contains either 0 or 1 item. -
- const_local_iterator begin(size_type i) const - - Unordered Associative Container (tr1) - - Returns a const_local_iterator pointing to the beginning of bucket - i in the dense_hash_map. -
- const_local_iterator end(size_type i) const - - Unordered Associative Container (tr1) - - Returns a const_local_iterator pointing to the end of bucket - i in the dense_hash_map. For - dense_hash_map, each bucket contains either 0 or 1 item. -
- size_type size() const - - Container - - Returns the size of the dense_hash_map. -
- size_type max_size() const - - Container - - Returns the largest possible size of the dense_hash_map. -
- bool empty() const - - Container - - true if the dense_hash_map's size is 0. -
- size_type bucket_count() const - - Hashed - Associative Container - - Returns the number of buckets used by the dense_hash_map. -
- size_type max_bucket_count() const - - Hashed - Associative Container - - Returns the largest possible number of buckets used by the dense_hash_map. -
- size_type bucket_size(size_type i) const - - Unordered Associative Container (tr1) - - Returns the number of elements in bucket i. For - dense_hash_map, this will be either 0 or 1. -
- size_type bucket(const key_type& key) const - - Unordered Associative Container (tr1) - - If the key exists in the map, returns the index of the bucket - containing the given key, otherwise, return the bucket the key - would be inserted into. - This value may be passed to begin(size_type) and - end(size_type). -
- float load_factor() const - - Unordered Associative Container (tr1) - - The number of elements in the dense_hash_map divided by - the number of buckets. -
- float max_load_factor() const - - Unordered Associative Container (tr1) - - The maximum load factor before increasing the number of buckets in - the dense_hash_map. -
- void max_load_factor(float new_grow) - - Unordered Associative Container (tr1) - - Sets the maximum load factor before increasing the number of - buckets in the dense_hash_map. -
- float min_load_factor() const - - dense_hash_map - - The minimum load factor before decreasing the number of buckets in - the dense_hash_map. -
- void min_load_factor(float new_grow) - - dense_hash_map - - Sets the minimum load factor before decreasing the number of - buckets in the dense_hash_map. -
- void set_resizing_parameters(float shrink, float grow) - - dense_hash_map - - DEPRECATED. See below. -
- void resize(size_type n) - - Hashed - Associative Container - - Increases the bucket count to hold at least n items. - [4] [5] -
- void rehash(size_type n) - - Unordered Associative Container (tr1) - - Increases the bucket count to hold at least n items. - This is identical to resize. - [4] [5] -
- hasher hash_funct() const - - Hashed - Associative Container - - Returns the hasher object used by the dense_hash_map. -
- hasher hash_function() const - - Unordered Associative Container (tr1) - - Returns the hasher object used by the dense_hash_map. - This is idential to hash_funct. -
- key_equal key_eq() const - - Hashed - Associative Container - - Returns the key_equal object used by the - dense_hash_map. -
- allocator_type get_allocator() const - - Unordered Associative Container (tr1) - - Returns the allocator_type object used by the - dense_hash_map: either the one passed in to the - constructor, or a default Alloc instance. -
- dense_hash_map() - - Container - - Creates an empty dense_hash_map. -
- dense_hash_map(size_type n) - - Hashed - Associative Container - - Creates an empty dense_hash_map that's optimized for holding - up to n items. - [5] -
- dense_hash_map(size_type n, const hasher& h) - - Hashed - Associative Container - - Creates an empty dense_hash_map that's optimized for up - to n items, using h as the hash function. -
- dense_hash_map(size_type n, const hasher& h, const - key_equal& k) - - Hashed - Associative Container - - Creates an empty dense_hash_map that's optimized for up - to n items, using h as the hash function and - k as the key equal function. -
- dense_hash_map(size_type n, const hasher& h, const - key_equal& k, const allocator_type& a) - - Unordered Associative Container (tr1) - - Creates an empty dense_hash_map that's optimized for up - to n items, using h as the hash function, - k as the key equal function, and a as the - allocator object. -
-
template <class InputIterator>
-dense_hash_map(InputIterator f, InputIterator l) 
-[2] -
- Unique - Hashed Associative Container - - Creates a dense_hash_map with a copy of a range. -
-
template <class InputIterator>
-dense_hash_map(InputIterator f, InputIterator l, size_type n) 
-[2] -
- Unique - Hashed Associative Container - - Creates a hash_map with a copy of a range that's optimized to - hold up to n items. -
-
template <class InputIterator>
-dense_hash_map(InputIterator f, InputIterator l, size_type n, const
-hasher& h) 
[2] -
- Unique - Hashed Associative Container - - Creates a hash_map with a copy of a range that's optimized to hold - up to n items, using h as the hash function. -
-
template <class InputIterator>
-dense_hash_map(InputIterator f, InputIterator l, size_type n, const
-hasher& h, const key_equal& k) 
[2] -
- Unique - Hashed Associative Container - - Creates a hash_map with a copy of a range that's optimized for - holding up to n items, using h as the hash - function and k as the key equal function. -
-
template <class InputIterator>
-dense_hash_map(InputIterator f, InputIterator l, size_type n, const
-hasher& h, const key_equal& k, const allocator_type& a) 
- [2] -
- Unordered Associative Container (tr1) - - Creates a hash_map with a copy of a range that's optimized for - holding up to n items, using h as the hash - function, k as the key equal function, and a as - the allocator object. -
- dense_hash_map(const hash_map&) - - Container - - The copy constructor. -
- dense_hash_map& operator=(const hash_map&) - - Container - - The assignment operator -
- void swap(hash_map&) - - Container - - Swaps the contents of two hash_maps. -
-
pair<iterator, bool> insert(const value_type& x)
-
-
- Unique - Associative Container - - Inserts x into the dense_hash_map. -
-
template <class InputIterator>
-void insert(InputIterator f, InputIterator l) 
[2] -
- Unique - Associative Container - - Inserts a range into the dense_hash_map. -
- void set_empty_key(const key_type& key) [6] - - dense_hash_map - - See below. -
- void set_deleted_key(const key_type& key) [6] - - dense_hash_map - - See below. -
- void clear_deleted_key() [6] - - dense_hash_map - - See below. -
- void erase(iterator pos) - - Associative - Container - - Erases the element pointed to by pos. - [6] -
- size_type erase(const key_type& k) - - Associative - Container - - Erases the element whose key is k. - [6] -
- void erase(iterator first, iterator last) - - Associative - Container - - Erases all elements in a range. - [6] -
- void clear() - - Associative - Container - - Erases all of the elements. -
- void clear_no_resize() - - dense_hash_map - - See below. -
- const_iterator find(const key_type& k) const - - Associative - Container - - Finds an element whose key is k. -
- iterator find(const key_type& k) - - Associative - Container - - Finds an element whose key is k. -
- size_type count(const key_type& k) const - - Unique - Associative Container - - Counts the number of elements whose key is k. -
-
pair<const_iterator, const_iterator> equal_range(const
-key_type& k) const 
-
- Associative - Container - - Finds a range containing all elements whose key is k. -
-
pair<iterator, iterator> equal_range(const
-key_type& k) 
-
- Associative - Container - - Finds a range containing all elements whose key is k. -
-
data_type& operator[](const key_type& k) [3] 
-
- dense_hash_map - - See below. -
- template <ValueSerializer, OUTPUT> - bool serialize(ValueSerializer serializer, OUTPUT *fp) - - dense_hash_map - - See below. -
- template <ValueSerializer, INPUT> - bool unserialize(ValueSerializer serializer, INPUT *fp) - - dense_hash_map - - See below. -
- NopointerSerializer - - dense_hash_map - - See below. -
- bool write_metadata(FILE *fp) - - dense_hash_map - - DEPRECATED. See below. -
- bool read_metadata(FILE *fp) - - dense_hash_map - - DEPRECATED. See below. -
- bool write_nopointer_data(FILE *fp) - - dense_hash_map - - DEPRECATED. See below. -
- bool read_nopointer_data(FILE *fp) - - dense_hash_map - - DEPRECATED. See below. -
-
bool operator==(const hash_map&, const hash_map&)
-
-
- Hashed - Associative Container - - Tests two hash_maps for equality. This is a global function, not a - member function. -
- - -

New members

- -These members are not defined in the Unique -Hashed Associative Container, Pair -Associative Container, or tr1's +Unordered Associative -Container requirements, but are specific to -dense_hash_map. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MemberDescription
- void set_empty_key(const key_type& key) - - Sets the distinguished "empty" key to key. This must be - called immediately after construct time, before calls to another - other dense_hash_map operation. [6] -
- void set_deleted_key(const key_type& key) - - Sets the distinguished "deleted" key to key. This must be - called before any calls to erase(). [6] -
- void clear_deleted_key() - - Clears the distinguished "deleted" key. After this is called, - calls to erase() are not valid on this object. - [6] -
- void clear_no_resize() - - Clears the hashtable like clear() does, but does not - recover the memory used for hashtable buckets. (The memory - used by the items in the hashtable is still recovered.) - This can save time for applications that want to reuse a - dense_hash_map many times, each time with a similar number - of objects. -
-
-data_type& 
-operator[](const key_type& k) [3]
-
-
- Returns a reference to the object that is associated with - a particular key. If the dense_hash_map does not already - contain such an object, operator[] inserts the default - object data_type(). [3] -
- void set_resizing_parameters(float shrink, float grow) - - This function is DEPRECATED. It is equivalent to calling - min_load_factor(shrink); max_load_factor(grow). -
- template <ValueSerializer, OUTPUT> - bool serialize(ValueSerializer serializer, OUTPUT *fp) - - Emit a serialization of the hash_map to a stream. - See below. -
- template <ValueSerializer, INPUT> - bool unserialize(ValueSerializer serializer, INPUT *fp) - - Read in a serialization of a hash_map from a stream, replacing the - existing hash_map contents with the serialized contents. - See below. -
- bool write_metadata(FILE *fp) - - This function is DEPRECATED. See below. -
- bool read_metadata(FILE *fp) - - This function is DEPRECATED. See below. -
- bool write_nopointer_data(FILE *fp) - - This function is DEPRECATED. See below. -
- bool read_nopointer_data(FILE *fp) - - This function is DEPRECATED. See below. -
- - -

Notes

- -

[1] - -dense_hash_map::iterator is not a mutable iterator, because -dense_hash_map::value_type is not Assignable. -That is, if i is of type dense_hash_map::iterator -and p is of type dense_hash_map::value_type, then -*i = p is not a valid expression. However, -dense_hash_map::iterator isn't a constant iterator either, -because it can be used to modify the object that it points to. Using -the same notation as above, (*i).second = p is a valid -expression.

- -

[2] - -This member function relies on member template functions, which -may not be supported by all compilers. If your compiler supports -member templates, you can call this function with any type of input -iterator. If your compiler does not yet support member templates, -though, then the arguments must either be of type const -value_type* or of type dense_hash_map::const_iterator.

- -

[3] - -Since operator[] might insert a new element into the -dense_hash_map, it can't possibly be a const member -function. Note that the definition of operator[] is -extremely simple: m[k] is equivalent to -(*((m.insert(value_type(k, data_type()))).first)).second. -Strictly speaking, this member function is unnecessary: it exists only -for convenience.

- -

[4] - -In order to preserve iterators, erasing hashtable elements does not -cause a hashtable to resize. This means that after a string of -erase() calls, the hashtable will use more space than is -required. At a cost of invalidating all current iterators, you can -call resize() to manually compact the hashtable. The -hashtable promotes too-small resize() arguments to the -smallest legal value, so to compact a hashtable, it's sufficient to -call resize(0).

- -

[5] - -Unlike some other hashtable implementations, the optional n in -the calls to the constructor, resize, and rehash -indicates not the desired number of buckets that -should be allocated, but instead the expected number of items to be -inserted. The class then sizes the hash-map appropriately for the -number of items specified. It's not an error to actually insert more -or fewer items into the hashtable, but the implementation is most -efficient -- does the fewest hashtable resizes -- if the number of -inserted items is n or slightly less.

- -

[6] - -dense_hash_map requires you call -set_empty_key() immediately after constructing the hash-map, -and before calling any other dense_hash_map method. (This is -the largest difference between the dense_hash_map API and -other hash-map APIs. See implementation.html -for why this is necessary.) -The argument to set_empty_key() should be a key-value that -is never used for legitimate hash-map entries. If you have no such -key value, you will be unable to use dense_hash_map. It is -an error to call insert() with an item whose key is the -"empty key."

- -dense_hash_map also requires you call -set_deleted_key() before calling erase(). -The argument to set_deleted_key() should be a key-value that -is never used for legitimate hash-map entries. It must be different -from the key-value used for set_empty_key(). It is an error to call -erase() without first calling set_deleted_key(), and -it is also an error to call insert() with an item whose key -is the "deleted key."

- -

There is no need to call set_deleted_key if you do not -wish to call erase() on the hash-map.

- -

It is acceptable to change the deleted-key at any time by calling -set_deleted_key() with a new argument. You can also call -clear_deleted_key(), at which point all keys become valid for -insertion but no hashtable entries can be deleted until -set_deleted_key() is called again.

- -

[7] - -dense_hash_map requires that data_type has a -zero-argument default constructor. This is because -dense_hash_map uses the special value pair(empty_key, -data_type()) to denote empty buckets, and thus needs to be able -to create data_type using a zero-argument constructor.

- -

If your data_type does not have a zero-argument default -constructor, there are several workarounds:

-
    -
  • Store a pointer to data_type in the map, instead of - data_type directly. This may yield faster code as - well, since hashtable-resizes will just have to move pointers - around, rather than copying the entire data_type. -
  • Add a zero-argument default constructor to data_type. -
  • Subclass data_type and add a zero-argument default - constructor to the subclass. -
- - -

Input/Output

- -

It is possible to save and restore dense_hash_map objects -to an arbitrary stream (such as a disk file) using the -serialize() and unserialize() methods.

- -

Each of these methods takes two arguments: a serializer, -which says how to write hashtable items to disk, and a stream, -which can be a C++ stream (istream or its subclasses for -input, ostream or its subclasses for output), a -FILE*, or a user-defined type (as described below).

- -

The serializer is a functor that takes a stream and a -single hashtable element (a value_type, which is a pair of -the key and data) and copies the hashtable element to the stream (for -serialize()) or fills the hashtable element contents from the -stream (for unserialize()), and returns true on success or -false on error. The copy-in and copy-out functions can be provided in -a single functor. Here is a sample serializer that read/writes a hashtable -element for an int-to-string hash_map to a FILE*:

- -
-struct StringToIntSerializer {
-  bool operator()(FILE* fp, const std::pair<const int, std::string>& value) const {
-    // Write the key.  We ignore endianness for this example.
-    if (fwrite(&value.first, sizeof(value.first), 1, fp) != 1)
-      return false;
-    // Write the value.
-    assert(value.second.length() <= 255);   // we only support writing small strings
-    const unsigned char size = value.second.length();
-    if (fwrite(&size, 1, 1, fp) != 1)
-      return false;
-    if (fwrite(value.second.data(), size, 1, fp) != 1)
-      return false;
-    return true;
-  }
-  bool operator()(FILE* fp, std::pair<const int, std::string>* value) const {
-    // Read the key.  Note the need for const_cast to get around
-    // the fact hash_map keys are always const.
-    if (fread(const_cast<int*>(&value->first), sizeof(value->first), 1, fp) != 1)
-      return false;
-    // Read the value.
-    unsigned char size;    // all strings are <= 255 chars long
-    if (fread(&size, 1, 1, fp) != 1)
-      return false;
-    char* buf = new char[size];
-    if (fread(buf, size, 1, fp) != 1) {
-      delete[] buf;
-      return false;
-    }
-    value->second.assign(buf, size);
-    delete[] buf;
-    return true;
-  }
-};
-
- -

Here is the functor being used in code (error checking omitted):

-
-   dense_hash_map<string, int> mymap = CreateMap();
-   FILE* fp = fopen("hashtable.data", "w");
-   mymap.serialize(StringToIntSerializer(), fp);
-   fclose(fp);
-
-   dense_hash_map<string, int> mymap2;
-   FILE* fp_in = fopen("hashtable.data", "r");
-   mymap2.unserialize(StringToIntSerializer(), fp_in);
-   fclose(fp_in);
-   assert(mymap == mymap2);
-
- -

Note that this example serializer can only serialize to a FILE*. -If you want to also be able to use this serializer with C++ streams, -you will need to write two more overloads of operator()'s, -one that reads from an istream, and one that writes to an -ostream. Likewise if you want to support serializing to a -custom class.

- -

If both the key and data are "simple" enough, you can use the -pre-supplied functor NopointerSerializer. This copies the -hashtable data using the equivalent of a memcpy<>. Native C -data types can be serialized this way, as can structs of native C data -types. Pointers and STL objects cannot.

- -

Note that NopointerSerializer() does not do any endian -conversion. Thus, it is only appropriate when you intend to read the -data on the same endian architecture as you write the data.

- -

If you wish to serialize to your own stream type, you can do so by -creating an object which supports two methods:

-
-   bool Write(const void* data, size_t length);
-   bool Read(void* data, size_t length);
-
-

Write() writes length bytes of data to a -stream (presumably a stream owned by the object), while -Read() reads data bytes from the stream into -data. Both return true on success or false on error.

- -

To unserialize a hashtable from a stream, you wil typically create -a new dense_hash_map object, then call unserialize() -on it. unserialize() destroys the old contents of the -object. You must pass in the appropriate ValueSerializer for -the data being read in.

- -

Both serialize() and unserialize() return -true on success, or false if there was an error -streaming the data.

- -

Note that serialize() is not a const method, since it -purges deleted elements before serializing. It is not safe to -serialize from two threads at once, without synchronization.

- -

NOTE: older versions of dense_hash_map provided a -different API, consisting of read_metadata(), -read_nopointer_data(), write_metadata(), -write_nopointer_data(). These methods were never implemented -and always did nothing but return false. You should -exclusively use the new API for serialization.

- - -

Validity of Iterators

- -

erase() is guaranteed not to invalidate any iterators -- -except for any iterators pointing to the item being erased, of course. -insert() invalidates all iterators, as does -resize().

- -

This is implemented by making erase() not resize the -hashtable. If you desire maximum space efficiency, you can call -resize(0) after a string of erase() calls, to force -the hashtable to resize to the smallest possible size.

- -

In addition to invalidating iterators, insert() -and resize() invalidate all pointers into the hashtable. If -you want to store a pointer to an object held in a dense_hash_map, -either do so after finishing hashtable inserts, or store the object on -the heap and a pointer to it in the dense_hash_map.

- - -

See also

- -

The following are SGI STL, and some Google STL, concepts and -classes related to dense_hash_map.

- -hash_map, -Associative Container, -Hashed Associative Container, -Pair Associative Container, -Unique Hashed Associative Container, -set, -map -multiset, -multimap, -hash_set, -hash_multiset, -hash_multimap, -sparse_hash_map, -sparse_hash_set, -dense_hash_set - - - diff --git a/clipper/sparsehash-2.0.2/doc/dense_hash_set.html b/clipper/sparsehash-2.0.2/doc/dense_hash_set.html deleted file mode 100644 index 58e24bb..0000000 --- a/clipper/sparsehash-2.0.2/doc/dense_hash_set.html +++ /dev/null @@ -1,1604 +0,0 @@ - - - - - -dense_hash_set<Key, HashFcn, EqualKey, Alloc> - - - - -

[Note: this document is formatted similarly to the SGI STL -implementation documentation pages, and refers to concepts and classes -defined there. However, neither this document nor the code it -describes is associated with SGI, nor is it necessary to have SGI's -STL implementation installed in order to use this class.]

- - -

dense_hash_set<Key, HashFcn, EqualKey, Alloc>

- -

dense_hash_set is a Hashed -Associative Container that stores objects of type Key. -dense_hash_set is a Simple -Associative Container, meaning that its value type, as well as its -key type, is key. It is also a -Unique -Associative Container, meaning that no two elements have keys that -compare equal using EqualKey.

- -

Looking up an element in a dense_hash_set by its key is -efficient, so dense_hash_set is useful for "dictionaries" -where the order of elements is irrelevant. If it is important for the -elements to be in a particular order, however, then map is more appropriate.

- -

dense_hash_set is distinguished from other hash-set -implementations by its speed and by the ability to save -and restore contents to disk. On the other hand, this hash-set -implementation can use significantly more space than other hash-set -implementations, and it also has requirements -- for instance, for a -distinguished "empty key" -- that may not be easy for all -applications to satisfy.

- -

This class is appropriate for applications that need speedy access -to relatively small "dictionaries" stored in memory, or for -applications that need these dictionaries to be persistent. [implementation note])

- - -

Example

- -(Note: this example uses SGI semantics for hash<> --- the kind used by gcc and most Unix compiler suites -- and not -Dinkumware semantics -- the kind used by Microsoft Visual Studio. If -you are using MSVC, this example will not compile as-is: you'll need -to change hash to hash_compare, and you -won't use eqstr at all. See the MSVC documentation for -hash_map and hash_compare, for more -details.) - -
-#include <iostream>
-#include <sparsehash/dense_hash_set>
-
-using google::dense_hash_set;      // namespace where class lives by default
-using std::cout;
-using std::endl;
-using ext::hash;  // or __gnu_cxx::hash, or maybe tr1::hash, depending on your OS
-
-struct eqstr
-{
-  bool operator()(const char* s1, const char* s2) const
-  {
-    return (s1 == s2) || (s1 && s2 && strcmp(s1, s2) == 0);
-  }
-};
-
-void lookup(const hash_set<const char*, hash<const char*>, eqstr>& Set,
-            const char* word)
-{
-  dense_hash_set<const char*, hash<const char*>, eqstr>::const_iterator it
-    = Set.find(word);
-  cout << word << ": "
-       << (it != Set.end() ? "present" : "not present")
-       << endl;
-}
-
-int main()
-{
-  dense_hash_set<const char*, hash<const char*>, eqstr> Set;
-  Set.set_empty_key(NULL);
-  Set.insert("kiwi");
-  Set.insert("plum");
-  Set.insert("apple");
-  Set.insert("mango");
-  Set.insert("apricot");
-  Set.insert("banana");
-
-  lookup(Set, "mango");
-  lookup(Set, "apple");
-  lookup(Set, "durian");
-}
-
- - -

Definition

- -Defined in the header dense_hash_set. -This class is not part of the C++ standard, though it is mostly -compatible with the tr1 class unordered_set. - - -

Template parameters

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ParameterDescriptionDefault
- Key - - The hash_set's key and value type. This is also defined as - dense_hash_set::key_type and - dense_hash_set::value_type. - -   -
- HashFcn - - The hash function used by the - hash_set. This is also defined as dense_hash_set::hasher. -
Note: Hashtable performance depends heavily on the choice of - hash function. See the performance - page for more information. -
- hash<Key> -
- EqualKey - - The hash_set key equality function: a binary predicate that determines - whether two keys are equal. This is also defined as - dense_hash_set::key_equal. - - equal_to<Key> -
- Alloc - - The STL allocator to use. By default, uses the provided allocator - libc_allocator_with_realloc, which likely gives better - performance than other STL allocators due to its built-in support - for realloc, which this container takes advantage of. - If you use an allocator other than the default, note that this - container imposes an additional requirement on the STL allocator - type beyond those in [lib.allocator.requirements]: it does not - support allocators that define alternate memory models. That is, - it assumes that pointer, const_pointer, - size_type, and difference_type are just - T*, const T*, size_t, and - ptrdiff_t, respectively. This is also defined as - dense_hash_set::allocator_type. - -
- - -

Model of

- -Unique Hashed Associative Container, -Simple Associative Container - - -

Type requirements

- -
    -
  • -Key is Assignable. -
  • -EqualKey is a Binary Predicate whose argument type is Key. -
  • -EqualKey is an equivalence relation. -
  • -Alloc is an Allocator. -
- - -

Public base classes

- -None. - - -

Members

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MemberWhere definedDescription
- value_type - - Container - - The type of object, T, stored in the hash_set. -
- key_type - - Associative - Container - - The key type associated with value_type. -
- hasher - - Hashed - Associative Container - - The dense_hash_set's hash - function. -
- key_equal - - Hashed - Associative Container - - Function - object that compares keys for equality. -
- allocator_type - - Unordered Associative Container (tr1) - - The type of the Allocator given as a template parameter. -
- pointer - - Container - - Pointer to T. -
- reference - - Container - - Reference to T -
- const_reference - - Container - - Const reference to T -
- size_type - - Container - - An unsigned integral type. -
- difference_type - - Container - - A signed integral type. -
- iterator - - Container - - Iterator used to iterate through a dense_hash_set. -
- const_iterator - - Container - - Const iterator used to iterate through a dense_hash_set. - (iterator and const_iterator are the same type.) -
- local_iterator - - Unordered Associative Container (tr1) - - Iterator used to iterate through a subset of - dense_hash_set. -
- const_local_iterator - - Unordered Associative Container (tr1) - - Const iterator used to iterate through a subset of - dense_hash_set. -
- iterator begin() const - - Container - - Returns an iterator pointing to the beginning of the - dense_hash_set. -
- iterator end() const - - Container - - Returns an iterator pointing to the end of the - dense_hash_set. -
- local_iterator begin(size_type i) - - Unordered Associative Container (tr1) - - Returns a local_iterator pointing to the beginning of bucket - i in the dense_hash_set. -
- local_iterator end(size_type i) - - Unordered Associative Container (tr1) - - Returns a local_iterator pointing to the end of bucket - i in the dense_hash_set. For - dense_hash_set, each bucket contains either 0 or 1 item. -
- const_local_iterator begin(size_type i) const - - Unordered Associative Container (tr1) - - Returns a const_local_iterator pointing to the beginning of bucket - i in the dense_hash_set. -
- const_local_iterator end(size_type i) const - - Unordered Associative Container (tr1) - - Returns a const_local_iterator pointing to the end of bucket - i in the dense_hash_set. For - dense_hash_set, each bucket contains either 0 or 1 item. -
- size_type size() const - - Container - - Returns the size of the dense_hash_set. -
- size_type max_size() const - - Container - - Returns the largest possible size of the dense_hash_set. -
- bool empty() const - - Container - - true if the dense_hash_set's size is 0. -
- size_type bucket_count() const - - Hashed - Associative Container - - Returns the number of buckets used by the dense_hash_set. -
- size_type max_bucket_count() const - - Hashed - Associative Container - - Returns the largest possible number of buckets used by the dense_hash_set. -
- size_type bucket_size(size_type i) const - - Unordered Associative Container (tr1) - - Returns the number of elements in bucket i. For - dense_hash_set, this will be either 0 or 1. -
- size_type bucket(const key_type& key) const - - Unordered Associative Container (tr1) - - If the key exists in the set, returns the index of the bucket - containing the given key, otherwise, return the bucket the key - would be inserted into. - This value may be passed to begin(size_type) and - end(size_type). -
- float load_factor() const - - Unordered Associative Container (tr1) - - The number of elements in the dense_hash_set divided by - the number of buckets. -
- float max_load_factor() const - - Unordered Associative Container (tr1) - - The maximum load factor before increasing the number of buckets in - the dense_hash_set. -
- void max_load_factor(float new_grow) - - Unordered Associative Container (tr1) - - Sets the maximum load factor before increasing the number of - buckets in the dense_hash_set. -
- float min_load_factor() const - - dense_hash_set - - The minimum load factor before decreasing the number of buckets in - the dense_hash_set. -
- void min_load_factor(float new_grow) - - dense_hash_set - - Sets the minimum load factor before decreasing the number of - buckets in the dense_hash_set. -
- void set_resizing_parameters(float shrink, float grow) - - dense_hash_set - - DEPRECATED. See below. -
- void resize(size_type n) - - Hashed - Associative Container - - Increases the bucket count to hold at least n items. - [2] [3] -
- void rehash(size_type n) - - Unordered Associative Container (tr1) - - Increases the bucket count to hold at least n items. - This is identical to resize. - [2] [3] -
- hasher hash_funct() const - - Hashed - Associative Container - - Returns the hasher object used by the dense_hash_set. -
- hasher hash_function() const - - Unordered Associative Container (tr1) - - Returns the hasher object used by the dense_hash_set. - This is idential to hash_funct. -
- key_equal key_eq() const - - Hashed - Associative Container - - Returns the key_equal object used by the - dense_hash_set. -
- allocator_type get_allocator() const - - Unordered Associative Container (tr1) - - Returns the allocator_type object used by the - dense_hash_set: either the one passed in to the - constructor, or a default Alloc instance. -
- dense_hash_set() - - Container - - Creates an empty dense_hash_set. -
- dense_hash_set(size_type n) - - Hashed - Associative Container - - Creates an empty dense_hash_set that's optimized for holding - up to n items. - [3] -
- dense_hash_set(size_type n, const hasher& h) - - Hashed - Associative Container - - Creates an empty dense_hash_set that's optimized for up - to n items, using h as the hash function. -
- dense_hash_set(size_type n, const hasher& h, const - key_equal& k) - - Hashed - Associative Container - - Creates an empty dense_hash_set that's optimized for up - to n items, using h as the hash function and - k as the key equal function. -
- dense_hash_set(size_type n, const hasher& h, const - key_equal& k, const allocator_type& a) - - Unordered Associative Container (tr1) - - Creates an empty dense_hash_set that's optimized for up - to n items, using h as the hash function, - k as the key equal function, and a as the - allocator object. -
-
template <class InputIterator>
-dense_hash_set(InputIterator f, InputIterator l) 
-[2] -
- Unique - Hashed Associative Container - - Creates a dense_hash_set with a copy of a range. -
-
template <class InputIterator>
-dense_hash_set(InputIterator f, InputIterator l, size_type n) 
-[2] -
- Unique - Hashed Associative Container - - Creates a hash_set with a copy of a range that's optimized to - hold up to n items. -
-
template <class InputIterator>
-dense_hash_set(InputIterator f, InputIterator l, size_type n, const
-hasher& h) 
[2] -
- Unique - Hashed Associative Container - - Creates a hash_set with a copy of a range that's optimized to hold - up to n items, using h as the hash function. -
-
template <class InputIterator>
-dense_hash_set(InputIterator f, InputIterator l, size_type n, const
-hasher& h, const key_equal& k) 
[2] -
- Unique - Hashed Associative Container - - Creates a hash_set with a copy of a range that's optimized for - holding up to n items, using h as the hash - function and k as the key equal function. -
-
template <class InputIterator>
-dense_hash_set(InputIterator f, InputIterator l, size_type n, const
-hasher& h, const key_equal& k, const allocator_type& a) 
- [2] -
- Unordered Associative Container (tr1) - - Creates a hash_set with a copy of a range that's optimized for - holding up to n items, using h as the hash - function, k as the key equal function, and a as - the allocator object. -
- dense_hash_set(const hash_set&) - - Container - - The copy constructor. -
- dense_hash_set& operator=(const hash_set&) - - Container - - The assignment operator -
- void swap(hash_set&) - - Container - - Swaps the contents of two hash_sets. -
-
pair<iterator, bool> insert(const value_type& x)
-
-
- Unique - Associative Container - - Inserts x into the dense_hash_set. -
-
template <class InputIterator>
-void insert(InputIterator f, InputIterator l) 
[2] -
- Unique - Associative Container - - Inserts a range into the dense_hash_set. -
- void set_empty_key(const key_type& key) [4] - - dense_hash_set - - See below. -
- void set_deleted_key(const key_type& key) [4] - - dense_hash_set - - See below. -
- void clear_deleted_key() [4] - - dense_hash_set - - See below. -
- void erase(iterator pos) - - Associative - Container - - Erases the element pointed to by pos. - [4] -
- size_type erase(const key_type& k) - - Associative - Container - - Erases the element whose key is k. - [4] -
- void erase(iterator first, iterator last) - - Associative - Container - - Erases all elements in a range. - [4] -
- void clear() - - Associative - Container - - Erases all of the elements. -
- void clear_no_resize() - - dense_hash_set - - See below. -
- iterator find(const key_type& k) const - - Associative - Container - - Finds an element whose key is k. -
- size_type count(const key_type& k) const - - Unique - Associative Container - - Counts the number of elements whose key is k. -
-
pair<iterator, iterator> equal_range(const
-key_type& k) const
-
- Associative - Container - - Finds a range containing all elements whose key is k. -
- template <ValueSerializer, OUTPUT> - bool serialize(ValueSerializer serializer, OUTPUT *fp) - - dense_hash_set - - See below. -
- template <ValueSerializer, INPUT> - bool unserialize(ValueSerializer serializer, INPUT *fp) - - dense_hash_set - - See below. -
- NopointerSerializer - - dense_hash_set - - See below. -
- bool write_metadata(FILE *fp) - - dense_hash_set - - DEPRECATED. See below. -
- bool read_metadata(FILE *fp) - - dense_hash_set - - DEPRECATED. See below. -
- bool write_nopointer_data(FILE *fp) - - dense_hash_set - - DEPRECATED. See below. -
- bool read_nopointer_data(FILE *fp) - - dense_hash_set - - DEPRECATED. See below. -
-
bool operator==(const hash_set&, const hash_set&)
-
-
- Hashed - Associative Container - - Tests two hash_sets for equality. This is a global function, not a - member function. -
- - -

New members

- -These members are not defined in the Unique -Hashed Associative Container, Simple -Associative Container, or tr1's Unordered Associative -Container requirements, but are specific to -dense_hash_set. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MemberDescription
- void set_empty_key(const key_type& key) - - Sets the distinguished "empty" key to key. This must be - called immediately after construct time, before calls to another - other dense_hash_set operation. [4] -
- void set_deleted_key(const key_type& key) - - Sets the distinguished "deleted" key to key. This must be - called before any calls to erase(). [4] -
- void clear_deleted_key() - - Clears the distinguished "deleted" key. After this is called, - calls to erase() are not valid on this object. - [4] -
- void clear_no_resize() - - Clears the hashtable like clear() does, but does not - recover the memory used for hashtable buckets. (The memory - used by the items in the hashtable is still recovered.) - This can save time for applications that want to reuse a - dense_hash_set many times, each time with a similar number - of objects. -
- void set_resizing_parameters(float shrink, float grow) - - This function is DEPRECATED. It is equivalent to calling - min_load_factor(shrink); max_load_factor(grow). -
- template <ValueSerializer, OUTPUT> - bool serialize(ValueSerializer serializer, OUTPUT *fp) - - Emit a serialization of the hash_set to a stream. - See below. -
- template <ValueSerializer, INPUT> - bool unserialize(ValueSerializer serializer, INPUT *fp) - - Read in a serialization of a hash_set from a stream, replacing the - existing hash_set contents with the serialized contents. - See below. -
- bool write_metadata(FILE *fp) - - This function is DEPRECATED. See below. -
- bool read_metadata(FILE *fp) - - This function is DEPRECATED. See below. -
- bool write_nopointer_data(FILE *fp) - - This function is DEPRECATED. See below. -
- bool read_nopointer_data(FILE *fp) - - This function is DEPRECATED. See below. -
- - -

Notes

- -

[1] - -This member function relies on member template functions, which -may not be supported by all compilers. If your compiler supports -member templates, you can call this function with any type of input -iterator. If your compiler does not yet support member templates, -though, then the arguments must either be of type const -value_type* or of type dense_hash_set::const_iterator.

- -

[2] - -In order to preserve iterators, erasing hashtable elements does not -cause a hashtable to resize. This means that after a string of -erase() calls, the hashtable will use more space than is -required. At a cost of invalidating all current iterators, you can -call resize() to manually compact the hashtable. The -hashtable promotes too-small resize() arguments to the -smallest legal value, so to compact a hashtable, it's sufficient to -call resize(0). - -

[3] - -Unlike some other hashtable implementations, the optional n in -the calls to the constructor, resize, and rehash -indicates not the desired number of buckets that -should be allocated, but instead the expected number of items to be -inserted. The class then sizes the hash-set appropriately for the -number of items specified. It's not an error to actually insert more -or fewer items into the hashtable, but the implementation is most -efficient -- does the fewest hashtable resizes -- if the number of -inserted items is n or slightly less.

- -

[4] - -dense_hash_set requires you call -set_empty_key() immediately after constructing the hash-set, -and before calling any other dense_hash_set method. (This is -the largest difference between the dense_hash_set API and -other hash-set APIs. See implementation.html -for why this is necessary.) -The argument to set_empty_key() should be a key-value that -is never used for legitimate hash-set entries. If you have no such -key value, you will be unable to use dense_hash_set. It is -an error to call insert() with an item whose key is the -"empty key."

- -dense_hash_set also requires you call -set_deleted_key() before calling erase(). -The argument to set_deleted_key() should be a key-value that -is never used for legitimate hash-set entries. It must be different -from the key-value used for set_empty_key(). It is an error to call -erase() without first calling set_deleted_key(), and -it is also an error to call insert() with an item whose key -is the "deleted key."

- -

There is no need to call set_deleted_key if you do not -wish to call erase() on the hash-set.

- -

It is acceptable to change the deleted-key at any time by calling -set_deleted_key() with a new argument. You can also call -clear_deleted_key(), at which point all keys become valid for -insertion but no hashtable entries can be deleted until -set_deleted_key() is called again.

- - -

Input/Output

- -

It is possible to save and restore dense_hash_set objects -to an arbitrary stream (such as a disk file) using the -serialize() and unserialize() methods.

- -

Each of these methods takes two arguments: a serializer, -which says how to write hashtable items to disk, and a stream, -which can be a C++ stream (istream or its subclasses for -input, ostream or its subclasses for output), a -FILE*, or a user-defined type (as described below).

- -

The serializer is a functor that takes a stream and a -single hashtable element (a value_type) and copies the -hashtable element to the stream (for serialize()) or fills -the hashtable element contents from the stream (for -unserialize()), and returns true on success or false on -error. The copy-in and copy-out functions can be provided in a single -functor. Here is a sample serializer that read/writes a hashtable -element for a string hash_set to a FILE*:

- -
-struct StringSerializer {
-  bool operator()(FILE* fp, const std::string& value) const {
-    assert(value.length() <= 255);   // we only support writing small strings
-    const unsigned char size = value.length();
-    if (fwrite(&size, 1, 1, fp) != 1)
-      return false;
-    if (fwrite(value.data(), size, 1, fp) != 1)
-      return false;
-    return true;
-  }
-  bool operator()(FILE* fp, std::string* value) const {
-    unsigned char size;    // all strings are <= 255 chars long
-    if (fread(&size, 1, 1, fp) != 1)
-      return false;
-    char* buf = new char[size];
-    if (fread(buf, size, 1, fp) != 1) {
-      delete[] buf;
-      return false;
-    }
-    value->assign(buf, size);
-    delete[] buf;
-    return true;
-  }
-};
-
- -

Here is the functor being used in code (error checking omitted):

-
-   dense_hash_set<string> myset = CreateSet();
-   FILE* fp = fopen("hashtable.data", "w");
-   myset.serialize(StringSerializer(), fp);
-   fclose(fp);
-
-   dense_hash_set<string> myset2;
-   FILE* fp_in = fopen("hashtable.data", "r");
-   myset2.unserialize(StringSerializer(), fp_in);
-   fclose(fp_in);
-   assert(myset == myset2);
-
- -

Note that this example serializer can only serialize to a FILE*. -If you want to also be able to use this serializer with C++ streams, -you will need to write two more overloads of operator()'s, -one that reads from an istream, and one that writes to an -ostream. Likewise if you want to support serializing to a -custom class.

- -

If the key is "simple" enough, you can use the pre-supplied functor -NopointerSerializer. This copies the hashtable data using -the equivalent of a memcpy<>. Native C data types can be -serialized this way, as can structs of native C data types. Pointers -and STL objects cannot.

- -

Note that NopointerSerializer() does not do any endian -conversion. Thus, it is only appropriate when you intend to read the -data on the same endian architecture as you write the data.

- -

If you wish to serialize to your own stream type, you can do so by -creating an object which supports two methods:

-
-   bool Write(const void* data, size_t length);
-   bool Read(void* data, size_t length);
-
-

Write() writes length bytes of data to a -stream (presumably a stream owned by the object), while -Read() reads data bytes from the stream into -data. Both return true on success or false on error.

- -

To unserialize a hashtable from a stream, you wil typically create -a new dense_hash_set object, then call unserialize() -on it. unserialize() destroys the old contents of the -object. You must pass in the appropriate ValueSerializer for -the data being read in.

- -

Both serialize() and unserialize() return -true on success, or false if there was an error -streaming the data.

- -

Note that serialize() is not a const method, since it -purges deleted elements before serializing. It is not safe to -serialize from two threads at once, without synchronization.

- -

NOTE: older versions of dense_hash_set provided a -different API, consisting of read_metadata(), -read_nopointer_data(), write_metadata(), -write_nopointer_data(). These methods were never implemented -and always did nothing but return false. You should -exclusively use the new API for serialization.

- - -

Validity of Iterators

- -

erase() is guaranteed not to invalidate any iterators -- -except for any iterators pointing to the item being erased, of course. -insert() invalidates all iterators, as does -resize().

- -

This is implemented by making erase() not resize the -hashtable. If you desire maximum space efficiency, you can call -resize(0) after a string of erase() calls, to force -the hashtable to resize to the smallest possible size.

- -

In addition to invalidating iterators, insert() -and resize() invalidate all pointers into the hashtable. If -you want to store a pointer to an object held in a dense_hash_set, -either do so after finishing hashtable inserts, or store the object on -the heap and a pointer to it in the dense_hash_set.

- - - -

See also

- -

The following are SGI STL, and some Google STL, concepts and -classes related to dense_hash_set.

- -hash_set, -Associative Container, -Hashed Associative Container, -Simple Associative Container, -Unique Hashed Associative Container, -set, -map -multiset, -multimap, -hash_map, -hash_multiset, -hash_multimap, -sparse_hash_set, -sparse_hash_map, -dense_hash_map - - - diff --git a/clipper/sparsehash-2.0.2/doc/designstyle.css b/clipper/sparsehash-2.0.2/doc/designstyle.css deleted file mode 100644 index 29299af..0000000 --- a/clipper/sparsehash-2.0.2/doc/designstyle.css +++ /dev/null @@ -1,109 +0,0 @@ -body { - background-color: #ffffff; - color: black; - margin-right: 1in; - margin-left: 1in; -} - - -h1, h2, h3, h4, h5, h6 { - color: #3366ff; - font-family: sans-serif; -} -@media print { - /* Darker version for printing */ - h1, h2, h3, h4, h5, h6 { - color: #000080; - font-family: helvetica, sans-serif; - } -} - -h1 { - text-align: center; - font-size: 18pt; -} -h2 { - margin-left: -0.5in; -} -h3 { - margin-left: -0.25in; -} -h4 { - margin-left: -0.125in; -} -hr { - margin-left: -1in; -} - -/* Definition lists: definition term bold */ -dt { - font-weight: bold; -} - -address { - text-align: right; -} -/* Use the tag for bits of code and for variables and objects. */ -code,pre,samp,var { - color: #006000; -} -/* Use the tag for file and directory paths and names. */ -file { - color: #905050; - font-family: monospace; -} -/* Use the tag for stuff the user should type. */ -kbd { - color: #600000; -} -div.note p { - float: right; - width: 3in; - margin-right: 0%; - padding: 1px; - border: 2px solid #6060a0; - background-color: #fffff0; -} - -UL.nobullets { - list-style-type: none; - list-style-image: none; - margin-left: -1em; -} - -/* pretty printing styles. See prettify.js */ -.str { color: #080; } -.kwd { color: #008; } -.com { color: #800; } -.typ { color: #606; } -.lit { color: #066; } -.pun { color: #660; } -.pln { color: #000; } -.tag { color: #008; } -.atn { color: #606; } -.atv { color: #080; } -pre.prettyprint { padding: 2px; border: 1px solid #888; } - -.embsrc { background: #eee; } - -@media print { - .str { color: #060; } - .kwd { color: #006; font-weight: bold; } - .com { color: #600; font-style: italic; } - .typ { color: #404; font-weight: bold; } - .lit { color: #044; } - .pun { color: #440; } - .pln { color: #000; } - .tag { color: #006; font-weight: bold; } - .atn { color: #404; } - .atv { color: #060; } -} - -/* Table Column Headers */ -.hdr { - color: #006; - font-weight: bold; - background-color: #dddddd; } -.hdr2 { - color: #006; - background-color: #eeeeee; } \ No newline at end of file diff --git a/clipper/sparsehash-2.0.2/doc/implementation.html b/clipper/sparsehash-2.0.2/doc/implementation.html deleted file mode 100644 index 2050d54..0000000 --- a/clipper/sparsehash-2.0.2/doc/implementation.html +++ /dev/null @@ -1,371 +0,0 @@ - - - -Implementation notes: sparse_hash, dense_hash, sparsetable - - - - -

Implementation of sparse_hash_map, dense_hash_map, and -sparsetable

- -This document contains a few notes on how the data structures in this -package are implemented. This discussion refers at several points to -the classic text in this area: Knuth, The Art of Computer -Programming, Vol 3, Hashing. - - -
-

sparsetable

- -

For specificity, consider the declaration

- -
-   sparsetable<Foo> t(100);        // a sparse array with 100 elements
-
- -

A sparsetable is a random container that implements a sparse array, -that is, an array that uses very little memory to store unassigned -indices (in this case, between 1-2 bits per unassigned index). For -instance, if you allocate an array of size 5 and assign a[2] = [big -struct], then a[2] will take up a lot of memory but a[0], a[1], a[3], -and a[4] will not. Array elements that have a value are called -"assigned". Array elements that have no value yet, or have had their -value cleared using erase() or clear(), are called "unassigned". -For assigned elements, lookups return the assigned value; for -unassigned elements, they return the default value, which for t is -Foo().

- -

sparsetable is implemented as an array of "groups". Each group is -responsible for M array indices. The first group knows about -t[0]..t[M-1], the second about t[M]..t[2M-1], and so forth. (M is 48 -by default.) At construct time, t creates an array of (99/M + 1) -groups. From this point on, all operations -- insert, delete, lookup --- are passed to the appropriate group. In particular, any operation -on t[i] is actually performed on (t.group[i / M])[i % M].

- -

Each group contains of a vector, which holds assigned values, and a -bitmap of size M, which indicates which indices are assigned. A -lookup works as follows: the group is asked to look up index i, where -i < M. The group looks at bitmap[i]. If it's 0, the lookup fails. -If it's 1, then the group has to find the appropriate value in the -vector.

- -

find()

- -

Finding the appropriate vector element is the most expensive part of -the lookup. The code counts all bitmap entries <= i that are set to -1. (There's at least 1 of them, since bitmap[i] is 1.) Suppose there -are 4 such entries. Then the right value to return is the 4th element -of the vector: vector[3]. This takes time O(M), which is a constant -since M is a constant.

- -

insert()

- -

Insert starts with a lookup. If the lookup succeeds, the code merely -replaces vector[3] with the new value. If the lookup fails, then the -code must insert a new entry into the middle of the vector. Again, to -insert at position i, the code must count all the bitmap entries <= i -that are set to i. This indicates the position to insert into the -vector. All vector entries above that position must be moved to make -room for the new entry. This takes time, but still constant time -since the vector has size at most M.

- -

(Inserts could be made faster by using a list instead of a vector to -hold group values, but this would use much more memory, since each -list element requires a full pointer of overhead.)

- -

The only metadata that needs to be updated, after the actual value is -inserted, is to set bitmap[i] to 1. No other counts must be -maintained.

- -

delete()

- -

Deletes are similar to inserts. They start with a lookup. If it -fails, the delete is a noop. Otherwise, the appropriate entry is -removed from the vector, all the vector elements above it are moved -down one, and bitmap[i] is set to 0.

- -

iterators

- -

Sparsetable iterators pose a special burden. They must iterate over -unassigned array values, but the act of iterating should not cause an -assignment to happen -- otherwise, iterating over a sparsetable would -cause it to take up much more room. For const iterators, the matter -is simple: the iterator is merely programmed to return the default -value -- Foo() -- when dereferenced while pointing to an unassigned -entry.

- -

For non-const iterators, such simple techniques fail. Instead, -dereferencing a sparsetable_iterator returns an opaque object that -acts like a Foo in almost all situations, but isn't actually a Foo. -(It does this by defining operator=(), operator value_type(), and, -most sneakily, operator&().) This works in almost all cases. If it -doesn't, an explicit cast to value_type will solve the problem:

- -
-   printf("%d", static_cast<Foo>(*t.find(0)));
-
- -

To avoid such problems, consider using get() and set() instead of an -iterator:

- -
-   for (int i = 0; i < t.size(); ++i)
-      if (t.get(i) == ...)  t.set(i, ...);
-
- -

Sparsetable also has a special class of iterator, besides normal and -const: nonempty_iterator. This only iterates over array values that -are assigned. This is particularly fast given the sparsetable -implementation, since it can ignore the bitmaps entirely and just -iterate over the various group vectors.

- -

Resource use

- -

The space overhead for an sparsetable of size N is N + 48N/M bits. -For the default value of M, this is exactly 2 bits per array entry. -(That's for 32-bit pointers; for machines with 64-bit pointers, it's N -+ 80N/M bits, or 2.67 bits per entry.) -A larger M would use less overhead -- approaching 1 bit per array -entry -- but take longer for inserts, deletes, and lookups. A smaller -M would use more overhead but make operations somewhat faster.

- -

You can also look at some specific performance numbers.

- - -
-

sparse_hash_set

- -

For specificity, consider the declaration

- -
-   sparse_hash_set<Foo> t;
-
- -

sparse_hash_set is a hashtable. For more information on hashtables, -see Knuth. Hashtables are basically arrays with complicated logic on -top of them. sparse_hash_set uses a sparsetable to implement the -underlying array.

- -

In particular, sparse_hash_set stores its data in a sparsetable using -quadratic internal probing (see Knuth). Many hashtable -implementations use external probing, so each table element is -actually a pointer chain, holding many hashtable values. -sparse_hash_set, on the other hand, always stores at most one value in -each table location. If the hashtable wants to store a second value -at a given table location, it can't; it's forced to look somewhere -else.

- -

insert()

- -

As a specific example, suppose t is a new sparse_hash_set. It then -holds a sparsetable of size 32. The code for t.insert(foo) works as -follows:

- -

-1) Call hash<Foo>(foo) to convert foo into an integer i. (hash<Foo> is - the default hash function; you can specify a different one in the - template arguments.) - -

-2a) Look at t.sparsetable[i % 32]. If it's unassigned, assign it to - foo. foo is now in the hashtable. - -

-2b) If t.sparsetable[i % 32] is assigned, and its value is foo, then - do nothing: foo was already in t and the insert is a noop. - -

-2c) If t.sparsetable[i % 32] is assigned, but to a value other than - foo, look at t.sparsetable[(i+1) % 32]. If that also fails, try - t.sparsetable[(i+3) % 32], then t.sparsetable[(i+6) % 32]. In - general, keep trying the next triangular number. - -

-3) If the table is now "too full" -- say, 25 of the 32 table entries - are now assigned -- grow the table by creating a new sparsetable - that's twice as big, and rehashing every single element from the - old table into the new one. This keeps the table from ever filling - up. - -

-4) If the table is now "too empty" -- say, only 3 of the 32 table - entries are now assigned -- shrink the table by creating a new - sparsetable that's half as big, and rehashing every element as in - the growing case. This keeps the table overhead proportional to - the number of elements in the table. -

- -

Instead of using triangular numbers as offsets, one could just use -regular integers: try i, then i+1, then i+2, then i+3. This has bad -'clumping' behavior, as explored in Knuth. Quadratic probing, using -the triangular numbers, avoids the clumping while keeping cache -coherency in the common case. As long as the table size is a power of -2, the quadratic-probing method described above will explore every -table element if necessary, to find a good place to insert.

- -

(As a side note, using a table size that's a power of two has several -advantages, including the speed of calculating (i % table_size). On -the other hand, power-of-two tables are not very forgiving of a poor -hash function. Make sure your hash function is a good one! There are -plenty of dos and don'ts on the web (and in Knuth), for writing hash -functions.)

- -

The "too full" value, also called the "maximum occupancy", determines -a time-space tradeoff: in general, the higher it is, the less space is -wasted but the more probes must be performed for each insert. -sparse_hash_set uses a high maximum occupancy, since space is more -important than speed for this data structure.

- -

The "too empty" value is not necessary for performance but helps with -space use. It's rare for hashtable implementations to check this -value at insert() time -- after all, how will inserting cause a -hashtable to get too small? However, the sparse_hash_set -implementation never resizes on erase(); it's nice to have an erase() -that does not invalidate iterators. Thus, the first insert() after a -long string of erase()s could well trigger a hashtable shrink.

- -

find()

- -

find() works similarly to insert. The only difference is in step -(2a): if the value is unassigned, then the lookup fails immediately.

- -

delete()

- -

delete() is tricky in an internal-probing scheme. The obvious -implementation of just "unassigning" the relevant table entry doesn't -work. Consider the following scenario:

- -
-    t.insert(foo1);         // foo1 hashes to 4, is put in table[4]
-    t.insert(foo2);         // foo2 hashes to 4, is put in table[5]
-    t.erase(foo1);          // table[4] is now 'unassigned'
-    t.lookup(foo2);         // fails since table[hash(foo2)] is unassigned
-
- -

To avoid these failure situations, delete(foo1) is actually -implemented by replacing foo1 by a special 'delete' value in the -hashtable. This 'delete' value causes the table entry to be -considered unassigned for the purposes of insertion -- if foo3 hashes -to 4 as well, it can go into table[4] no problem -- but assigned for -the purposes of lookup.

- -

What is this special 'delete' value? The delete value has to be an -element of type Foo, since the table can't hold anything else. It -obviously must be an element the client would never want to insert on -its own, or else the code couldn't distinguish deleted entries from -'real' entries with the same value. There's no way to determine a -good value automatically. The client has to specify it explicitly. -This is what the set_deleted_key() method does.

- -

Note that set_deleted_key() is only necessary if the client actually -wants to call t.erase(). For insert-only hash-sets, set_deleted_key() -is unnecessary.

- -

When copying the hashtable, either to grow it or shrink it, the -special 'delete' values are not copied into the new table. The -copy-time rehash makes them unnecessary.

- -

Resource use

- -

The data is stored in a sparsetable, so space use is the same as -for sparsetable. However, by default the sparse_hash_set -implementation tries to keep about half the table buckets empty, to -keep lookup-chains short. Since sparsehashmap has about 2 bits -overhead per bucket (or 2.5 bits on 64-bit systems), sparse_hash_map -has about 4-5 bits overhead per hashtable item.

- -

Time use is also determined in large part by the sparsetable -implementation. However, there is also an extra probing cost in -hashtables, which depends in large part on the "too full" value. It -should be rare to need more than 4-5 probes per lookup, and usually -significantly less will suffice.

- -

A note on growing and shrinking the hashtable: all hashtable -implementations use the most memory when growing a hashtable, since -they must have room for both the old table and the new table at the -same time. sparse_hash_set is careful to delete entries from the old -hashtable as soon as they're copied into the new one, to minimize this -space overhead. (It does this efficiently by using its knowledge of -the sparsetable class and copying one sparsetable group at a time.)

- -

You can also look at some specific performance numbers.

- - -
-

sparse_hash_map

- -

sparse_hash_map is implemented identically to sparse_hash_set. The -only difference is instead of storing just Foo in each table entry, -the data structure stores pair<Foo, Value>.

- - -
-

dense_hash_set

- -

The hashtable aspects of dense_hash_set are identical to -sparse_hash_set: it uses quadratic internal probing, and resizes -hashtables in exactly the same way. The difference is in the -underlying array: instead of using a sparsetable, dense_hash_set uses -a C array. This means much more space is used, especially if Foo is -big. However, it makes all operations faster, since sparsetable has -memory management overhead that C arrays do not.

- -

The use of C arrays instead of sparsetables points to one immediate -complication dense_hash_set has that sparse_hash_set does not: the -need to distinguish assigned from unassigned entries. In a -sparsetable, this is accomplished by a bitmap. dense_hash_set, on the -other hand, uses a dedicated value to specify unassigned entries. -Thus, dense_hash_set has two special values: one to indicate deleted -table entries, and one to indicated unassigned table entries. At -construct time, all table entries are initialized to 'unassigned'.

- -

dense_hash_set provides the method set_empty_key() to indicate the -value that should be used for unassigned entries. Like -set_deleted_key(), set_empty_key() requires a value that will not be -used by the client for any legitimate purpose. Unlike -set_deleted_key(), set_empty_key() is always required, no matter what -hashtable operations the client wishes to perform.

- -

Resource use

- -

This implementation is fast because even though dense_hash_set may not -be space efficient, most lookups are localized: a single lookup may -need to access table[i], and maybe table[i+1] and table[i+3], but -nothing other than that. For all but the biggest data structures, -these will frequently be in a single cache line.

- -

This implementation takes, for every unused bucket, space as big as -the key-type. Usually between half and two-thirds of the buckets are -empty.

- -

The doubling method used by dense_hash_set tends to work poorly -with most memory allocators. This is because memory allocators tend -to have memory 'buckets' which are a power of two. Since each -doubling of a dense_hash_set doubles the memory use, a single -hashtable doubling will require a new memory 'bucket' from the memory -allocator, leaving the old bucket stranded as fragmented memory. -Hence, it's not recommended this data structure be used with many -inserts in memory-constrained situations.

- -

You can also look at some specific performance numbers.

- - -
-

dense_hash_map

- -

dense_hash_map is identical to dense_hash_set except for what values -are stored in each table entry.

- -
- -Craig Silverstein
-Thu Jan 6 20:15:42 PST 2005 -
- - - diff --git a/clipper/sparsehash-2.0.2/doc/index.html b/clipper/sparsehash-2.0.2/doc/index.html deleted file mode 100644 index 750ab03..0000000 --- a/clipper/sparsehash-2.0.2/doc/index.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - Sparsehash Package (formerly Google Sparsehash) - - - - - - - -

Sparsehash Package (formerly -Google Sparsehash)

-
- -

The sparsehash package consists of two hashtable -implementations: sparse, which is designed to be very space -efficient, and dense, which is designed to be very time -efficient. For each one, the package provides both a hash-map and a -hash-set, to mirror the classes in the common STL implementation.

- -

Documentation on how to use these classes:

- - -

In addition to the hash-map (and hash-set) classes, there's also a -lower-level class that implements a "sparse" array. This class can be -useful in its own right; consider using it when you'd normally use a -sparse_hash_map, but your keys are all small-ish -integers.

- - -

There is also a doc explaining the implementation details of these -classes, for those who are curious. And finally, you can see some -performance comparisons, both between -the various classes here, but also between these implementations and -other standard hashtable implementations.

- -
-
-Craig Silverstein
-Last modified: Thu Jan 25 17:58:02 PST 2007 -
- - - diff --git a/clipper/sparsehash-2.0.2/doc/performance.html b/clipper/sparsehash-2.0.2/doc/performance.html deleted file mode 100644 index 99a6b9d..0000000 --- a/clipper/sparsehash-2.0.2/doc/performance.html +++ /dev/null @@ -1,96 +0,0 @@ - - - -Performance notes: sparse_hash, dense_hash, sparsetable - - - - -

Performance Numbers

- -

Here are some performance numbers from an example desktop machine, -taken from a version of time_hash_map that was instrumented to also -report memory allocation information (this modification is not -included by default because it required a big hack to do, including -modifying the STL code to not try to do its own freelist management).

- -

Note there are lots of caveats on these numbers: they may differ from -machine to machine and compiler to compiler, and they only test a very -particular usage pattern that may not match how you use hashtables -- -for instance, they test hashtables with very small keys. However, -they're still useful for a baseline comparison of the various -hashtable implementations.

- -

These figures are from a 2.80GHz Pentium 4 with 2G of memory. The -'standard' hash_map and map implementations are the SGI STL code -included with gcc2. Compiled with gcc2.95.3 -g --O2

- -
-======
-Average over 10000000 iterations
-Wed Dec  8 14:56:38 PST 2004
-
-SPARSE_HASH_MAP:
-map_grow                  665 ns
-map_predict/grow          303 ns
-map_replace               177 ns
-map_fetch                 117 ns
-map_remove                192 ns
-memory used in map_grow    84.3956 Mbytes
-
-DENSE_HASH_MAP:
-map_grow                   84 ns
-map_predict/grow           22 ns
-map_replace                18 ns
-map_fetch                  13 ns
-map_remove                 23 ns
-memory used in map_grow   256.0000 Mbytes
-
-STANDARD HASH_MAP:
-map_grow                  162 ns
-map_predict/grow          107 ns
-map_replace                44 ns
-map_fetch                  22 ns
-map_remove                124 ns
-memory used in map_grow   204.1643 Mbytes
-
-STANDARD MAP:
-map_grow                  297 ns
-map_predict/grow          282 ns
-map_replace               113 ns
-map_fetch                 113 ns
-map_remove                238 ns
-memory used in map_grow   236.8081 Mbytes
-
- - -

A Note on Hash Functions

- -

For good performance, the sparsehash hash routines depend on a good -hash function: one that distributes data evenly. Many hashtable -implementations come with sub-optimal hash functions that can degrade -performance. For instance, the hash function given in Knuth's _Art of -Computer Programming_, and the default string hash function in SGI's -STL implementation, both distribute certain data sets unevenly, -leading to poor performance.

- -

As an example, in one test of the default SGI STL string hash -function against the Hsieh hash function (see below), for a particular -set of string keys, the Hsieh function resulted in hashtable lookups -that were 20 times as fast as the STLPort hash function. The string -keys were chosen to be "hard" to hash well, so these results may not -be typical, but they are suggestive.

- -

There has been much research over the years into good hash -functions. Here are some hash functions of note.

- - - - - diff --git a/clipper/sparsehash-2.0.2/doc/sparse_hash_map.html b/clipper/sparsehash-2.0.2/doc/sparse_hash_map.html deleted file mode 100644 index 9eaf894..0000000 --- a/clipper/sparsehash-2.0.2/doc/sparse_hash_map.html +++ /dev/null @@ -1,1719 +0,0 @@ - - - - - -sparse_hash_map<Key, Data, HashFcn, EqualKey, Alloc> - - - - -

[Note: this document is formatted similarly to the SGI STL -implementation documentation pages, and refers to concepts and classes -defined there. However, neither this document nor the code it -describes is associated with SGI, nor is it necessary to have SGI's -STL implementation installed in order to use this class.]

- - -

sparse_hash_map<Key, Data, HashFcn, EqualKey, Alloc>

- -

sparse_hash_map is a Hashed -Associative Container that associates objects of type Key -with objects of type Data. sparse_hash_map is a Pair -Associative Container, meaning that its value type is pair<const Key, Data>. It is also a -Unique -Associative Container, meaning that no two elements have keys that -compare equal using EqualKey.

- -

Looking up an element in a sparse_hash_map by its key is -efficient, so sparse_hash_map is useful for "dictionaries" -where the order of elements is irrelevant. If it is important for the -elements to be in a particular order, however, then map is more appropriate.

- -

sparse_hash_map is distinguished from other hash-map -implementations by its stingy use of memory and by the ability to save -and restore contents to disk. On the other hand, this hash-map -implementation, while still efficient, is slower than other hash-map -implementations, and it also has requirements -- for instance, for a -distinguished "deleted key" -- that may not be easy for all -applications to satisfy.

- -

This class is appropriate for applications that need to store -large "dictionaries" in memory, or for applications that need these -dictionaries to be persistent.

- - -

Example

- -(Note: this example uses SGI semantics for hash<> --- the kind used by gcc and most Unix compiler suites -- and not -Dinkumware semantics -- the kind used by Microsoft Visual Studio. If -you are using MSVC, this example will not compile as-is: you'll need -to change hash to hash_compare, and you -won't use eqstr at all. See the MSVC documentation for -hash_map and hash_compare, for more -details.) - -
-#include <iostream>
-#include <sparsehash/sparse_hash_map>
-
-using google::sparse_hash_map;      // namespace where class lives by default
-using std::cout;
-using std::endl;
-using ext::hash;  // or __gnu_cxx::hash, or maybe tr1::hash, depending on your OS
-
-struct eqstr
-{
-  bool operator()(const char* s1, const char* s2) const
-  {
-    return (s1 == s2) || (s1 && s2 && strcmp(s1, s2) == 0);
-  }
-};
-
-int main()
-{
-  sparse_hash_map<const char*, int, hash<const char*>, eqstr> months;
-  
-  months["january"] = 31;
-  months["february"] = 28;
-  months["march"] = 31;
-  months["april"] = 30;
-  months["may"] = 31;
-  months["june"] = 30;
-  months["july"] = 31;
-  months["august"] = 31;
-  months["september"] = 30;
-  months["october"] = 31;
-  months["november"] = 30;
-  months["december"] = 31;
-  
-  cout << "september -> " << months["september"] << endl;
-  cout << "april     -> " << months["april"] << endl;
-  cout << "june      -> " << months["june"] << endl;
-  cout << "november  -> " << months["november"] << endl;
-}
-
- - -

Definition

- -Defined in the header sparse_hash_map. -This class is not part of the C++ standard, though it is mostly -compatible with the tr1 class unordered_map. - - -

Template parameters

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ParameterDescriptionDefault
- Key - - The hash_map's key type. This is also defined as - sparse_hash_map::key_type. - -   -
- Data - - The hash_map's data type. This is also defined as - sparse_hash_map::data_type. - -   -
- HashFcn - - The hash function used by the - hash_map. This is also defined as sparse_hash_map::hasher. -
Note: Hashtable performance depends heavily on the choice of - hash function. See the performance - page for more information. -
- hash<Key> -
- EqualKey - - The hash_map key equality function: a binary predicate that determines - whether two keys are equal. This is also defined as - sparse_hash_map::key_equal. - - equal_to<Key> -
- Alloc - - The STL allocator to use. By default, uses the provided allocator - libc_allocator_with_realloc, which likely gives better - performance than other STL allocators due to its built-in support - for realloc, which this container takes advantage of. - If you use an allocator other than the default, note that this - container imposes an additional requirement on the STL allocator - type beyond those in [lib.allocator.requirements]: it does not - support allocators that define alternate memory models. That is, - it assumes that pointer, const_pointer, - size_type, and difference_type are just - T*, const T*, size_t, and - ptrdiff_t, respectively. This is also defined as - sparse_hash_map::allocator_type. - -
- - -

Model of

- -Unique Hashed Associative Container, -Pair Associative Container - - -

Type requirements

- -
    -
  • -Key is Assignable. -
  • -EqualKey is a Binary Predicate whose argument type is Key. -
  • -EqualKey is an equivalence relation. -
  • -Alloc is an Allocator. -
- - -

Public base classes

- -None. - - -

Members

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MemberWhere definedDescription
- key_type - - Associative - Container - - The sparse_hash_map's key type, Key. -
- data_type - - Pair - Associative Container - - The type of object associated with the keys. -
- value_type - - Pair - Associative Container - - The type of object, pair<const key_type, data_type>, - stored in the hash_map. -
- hasher - - Hashed - Associative Container - - The sparse_hash_map's hash - function. -
- key_equal - - Hashed - Associative Container - - Function - object that compares keys for equality. -
- allocator_type - - Unordered Associative Container (tr1) - - The type of the Allocator given as a template parameter. -
- pointer - - Container - - Pointer to T. -
- reference - - Container - - Reference to T -
- const_reference - - Container - - Const reference to T -
- size_type - - Container - - An unsigned integral type. -
- difference_type - - Container - - A signed integral type. -
- iterator - - Container - - Iterator used to iterate through a sparse_hash_map. [1] -
- const_iterator - - Container - - Const iterator used to iterate through a sparse_hash_map. -
- local_iterator - - Unordered Associative Container (tr1) - - Iterator used to iterate through a subset of - sparse_hash_map. [1] -
- const_local_iterator - - Unordered Associative Container (tr1) - - Const iterator used to iterate through a subset of - sparse_hash_map. -
- iterator begin() - - Container - - Returns an iterator pointing to the beginning of the - sparse_hash_map. -
- iterator end() - - Container - - Returns an iterator pointing to the end of the - sparse_hash_map. -
- const_iterator begin() const - - Container - - Returns an const_iterator pointing to the beginning of the - sparse_hash_map. -
- const_iterator end() const - - Container - - Returns an const_iterator pointing to the end of the - sparse_hash_map. -
- local_iterator begin(size_type i) - - Unordered Associative Container (tr1) - - Returns a local_iterator pointing to the beginning of bucket - i in the sparse_hash_map. -
- local_iterator end(size_type i) - - Unordered Associative Container (tr1) - - Returns a local_iterator pointing to the end of bucket - i in the sparse_hash_map. For - sparse_hash_map, each bucket contains either 0 or 1 item. -
- const_local_iterator begin(size_type i) const - - Unordered Associative Container (tr1) - - Returns a const_local_iterator pointing to the beginning of bucket - i in the sparse_hash_map. -
- const_local_iterator end(size_type i) const - - Unordered Associative Container (tr1) - - Returns a const_local_iterator pointing to the end of bucket - i in the sparse_hash_map. For - sparse_hash_map, each bucket contains either 0 or 1 item. -
- size_type size() const - - Container - - Returns the size of the sparse_hash_map. -
- size_type max_size() const - - Container - - Returns the largest possible size of the sparse_hash_map. -
- bool empty() const - - Container - - true if the sparse_hash_map's size is 0. -
- size_type bucket_count() const - - Hashed - Associative Container - - Returns the number of buckets used by the sparse_hash_map. -
- size_type max_bucket_count() const - - Hashed - Associative Container - - Returns the largest possible number of buckets used by the sparse_hash_map. -
- size_type bucket_size(size_type i) const - - Unordered Associative Container (tr1) - - Returns the number of elements in bucket i. For - sparse_hash_map, this will be either 0 or 1. -
- size_type bucket(const key_type& key) const - - Unordered Associative Container (tr1) - - If the key exists in the map, returns the index of the bucket - containing the given key, otherwise, return the bucket the key - would be inserted into. - This value may be passed to begin(size_type) and - end(size_type). -
- float load_factor() const - - Unordered Associative Container (tr1) - - The number of elements in the sparse_hash_map divided by - the number of buckets. -
- float max_load_factor() const - - Unordered Associative Container (tr1) - - The maximum load factor before increasing the number of buckets in - the sparse_hash_map. -
- void max_load_factor(float new_grow) - - Unordered Associative Container (tr1) - - Sets the maximum load factor before increasing the number of - buckets in the sparse_hash_map. -
- float min_load_factor() const - - sparse_hash_map - - The minimum load factor before decreasing the number of buckets in - the sparse_hash_map. -
- void min_load_factor(float new_grow) - - sparse_hash_map - - Sets the minimum load factor before decreasing the number of - buckets in the sparse_hash_map. -
- void set_resizing_parameters(float shrink, float grow) - - sparse_hash_map - - DEPRECATED. See below. -
- void resize(size_type n) - - Hashed - Associative Container - - Increases the bucket count to hold at least n items. - [4] [5] -
- void rehash(size_type n) - - Unordered Associative Container (tr1) - - Increases the bucket count to hold at least n items. - This is identical to resize. - [4] [5] -
- hasher hash_funct() const - - Hashed - Associative Container - - Returns the hasher object used by the sparse_hash_map. -
- hasher hash_function() const - - Unordered Associative Container (tr1) - - Returns the hasher object used by the sparse_hash_map. - This is idential to hash_funct. -
- key_equal key_eq() const - - Hashed - Associative Container - - Returns the key_equal object used by the - sparse_hash_map. -
- allocator_type get_allocator() const - - Unordered Associative Container (tr1) - - Returns the allocator_type object used by the - sparse_hash_map: either the one passed in to the - constructor, or a default Alloc instance. -
- sparse_hash_map() - - Container - - Creates an empty sparse_hash_map. -
- sparse_hash_map(size_type n) - - Hashed - Associative Container - - Creates an empty sparse_hash_map that's optimized for holding - up to n items. - [5] -
- sparse_hash_map(size_type n, const hasher& h) - - Hashed - Associative Container - - Creates an empty sparse_hash_map that's optimized for up - to n items, using h as the hash function. -
- sparse_hash_map(size_type n, const hasher& h, const - key_equal& k) - - Hashed - Associative Container - - Creates an empty sparse_hash_map that's optimized for up - to n items, using h as the hash function and - k as the key equal function. -
- sparse_hash_map(size_type n, const hasher& h, const - key_equal& k, const allocator_type& a) - - Unordered Associative Container (tr1) - - Creates an empty sparse_hash_map that's optimized for up - to n items, using h as the hash function, - k as the key equal function, and a as the - allocator object. -
-
template <class InputIterator>
-sparse_hash_map(InputIterator f, InputIterator l) 
-[2] -
- Unique - Hashed Associative Container - - Creates a sparse_hash_map with a copy of a range. -
-
template <class InputIterator>
-sparse_hash_map(InputIterator f, InputIterator l, size_type n) 
-[2] -
- Unique - Hashed Associative Container - - Creates a hash_map with a copy of a range that's optimized to - hold up to n items. -
-
template <class InputIterator>
-sparse_hash_map(InputIterator f, InputIterator l, size_type n, const
-hasher& h) 
[2] -
- Unique - Hashed Associative Container - - Creates a hash_map with a copy of a range that's optimized to hold - up to n items, using h as the hash function. -
-
template <class InputIterator>
-sparse_hash_map(InputIterator f, InputIterator l, size_type n, const
-hasher& h, const key_equal& k) 
[2] -
- Unique - Hashed Associative Container - - Creates a hash_map with a copy of a range that's optimized for - holding up to n items, using h as the hash - function and k as the key equal function. -
-
template <class InputIterator>
-sparse_hash_map(InputIterator f, InputIterator l, size_type n, const
-hasher& h, const key_equal& k, const allocator_type& a) 
- [2] -
- Unordered Associative Container (tr1) - - Creates a hash_map with a copy of a range that's optimized for - holding up to n items, using h as the hash - function, k as the key equal function, and a as - the allocator object. -
- sparse_hash_map(const hash_map&) - - Container - - The copy constructor. -
- sparse_hash_map& operator=(const hash_map&) - - Container - - The assignment operator -
- void swap(hash_map&) - - Container - - Swaps the contents of two hash_maps. -
-
pair<iterator, bool> insert(const value_type& x)
-
-
- Unique - Associative Container - - Inserts x into the sparse_hash_map. -
-
template <class InputIterator>
-void insert(InputIterator f, InputIterator l) 
[2] -
- Unique - Associative Container - - Inserts a range into the sparse_hash_map. -
- void set_deleted_key(const key_type& key) [6] - - sparse_hash_map - - See below. -
- void clear_deleted_key() [6] - - sparse_hash_map - - See below. -
- void erase(iterator pos) - - Associative - Container - - Erases the element pointed to by pos. - [6] -
- size_type erase(const key_type& k) - - Associative - Container - - Erases the element whose key is k. - [6] -
- void erase(iterator first, iterator last) - - Associative - Container - - Erases all elements in a range. - [6] -
- void clear() - - Associative - Container - - Erases all of the elements. -
- const_iterator find(const key_type& k) const - - Associative - Container - - Finds an element whose key is k. -
- iterator find(const key_type& k) - - Associative - Container - - Finds an element whose key is k. -
- size_type count(const key_type& k) const - - Unique - Associative Container - - Counts the number of elements whose key is k. -
-
pair<const_iterator, const_iterator> equal_range(const
-key_type& k) const 
-
- Associative - Container - - Finds a range containing all elements whose key is k. -
-
pair<iterator, iterator> equal_range(const
-key_type& k) 
-
- Associative - Container - - Finds a range containing all elements whose key is k. -
-
data_type& operator[](const key_type& k) [3] 
-
- sparse_hash_map - - See below. -
- template <ValueSerializer, OUTPUT> - bool serialize(ValueSerializer serializer, OUTPUT *fp) - - sparse_hash_map - - See below. -
- template <ValueSerializer, INPUT> - bool unserialize(ValueSerializer serializer, INPUT *fp) - - sparse_hash_map - - See below. -
- NopointerSerializer - - sparse_hash_map - - See below. -
- bool write_metadata(FILE *fp) - - sparse_hash_map - - DEPRECATED. See below. -
- bool read_metadata(FILE *fp) - - sparse_hash_map - - DEPRECATED. See below. -
- bool write_nopointer_data(FILE *fp) - - sparse_hash_map - - DEPRECATED. See below. -
- bool read_nopointer_data(FILE *fp) - - sparse_hash_map - - DEPRECATED. See below. -
-
bool operator==(const hash_map&, const hash_map&)
-
-
- Hashed - Associative Container - - Tests two hash_maps for equality. This is a global function, not a - member function. -
- - -

New members

- -These members are not defined in the Unique -Hashed Associative Container, Pair -Associative Container, or tr1's -Unordered Associative Container requirements, -but are specific to sparse_hash_map. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MemberDescription
- void set_deleted_key(const key_type& key) - - Sets the distinguished "deleted" key to key. This must be - called before any calls to erase(). [6] -
- void clear_deleted_key() - - Clears the distinguished "deleted" key. After this is called, - calls to erase() are not valid on this object. - [6] -
-
-data_type& 
-operator[](const key_type& k) [3]
-
-
- Returns a reference to the object that is associated with - a particular key. If the sparse_hash_map does not already - contain such an object, operator[] inserts the default - object data_type(). [3] -
- void set_resizing_parameters(float shrink, float grow) - - This function is DEPRECATED. It is equivalent to calling - min_load_factor(shrink); max_load_factor(grow). -
- template <ValueSerializer, OUTPUT> - bool serialize(ValueSerializer serializer, OUTPUT *fp) - - Emit a serialization of the hash_map to a stream. - See below. -
- template <ValueSerializer, INPUT> - bool unserialize(ValueSerializer serializer, INPUT *fp) - - Read in a serialization of a hash_map from a stream, replacing the - existing hash_map contents with the serialized contents. - See below. -
- bool write_metadata(FILE *fp) - - This function is DEPRECATED. See below. -
- bool read_metadata(FILE *fp) - - This function is DEPRECATED. See below. -
- bool write_nopointer_data(FILE *fp) - - This function is DEPRECATED. See below. -
- bool read_nopointer_data(FILE *fp) - - This function is DEPRECATED. See below. -
- - -

Notes

- -

[1] - -sparse_hash_map::iterator is not a mutable iterator, because -sparse_hash_map::value_type is not Assignable. -That is, if i is of type sparse_hash_map::iterator -and p is of type sparse_hash_map::value_type, then -*i = p is not a valid expression. However, -sparse_hash_map::iterator isn't a constant iterator either, -because it can be used to modify the object that it points to. Using -the same notation as above, (*i).second = p is a valid -expression.

- -

[2] - -This member function relies on member template functions, which -may not be supported by all compilers. If your compiler supports -member templates, you can call this function with any type of input -iterator. If your compiler does not yet support member templates, -though, then the arguments must either be of type const -value_type* or of type sparse_hash_map::const_iterator.

- -

[3] - -Since operator[] might insert a new element into the -sparse_hash_map, it can't possibly be a const member -function. Note that the definition of operator[] is -extremely simple: m[k] is equivalent to -(*((m.insert(value_type(k, data_type()))).first)).second. -Strictly speaking, this member function is unnecessary: it exists only -for convenience.

- -

[4] - -In order to preserve iterators, erasing hashtable elements does not -cause a hashtable to resize. This means that after a string of -erase() calls, the hashtable will use more space than is -required. At a cost of invalidating all current iterators, you can -call resize() to manually compact the hashtable. The -hashtable promotes too-small resize() arguments to the -smallest legal value, so to compact a hashtable, it's sufficient to -call resize(0). - -

[5] - -Unlike some other hashtable implementations, the optional n in -the calls to the constructor, resize, and rehash -indicates not the desired number of buckets that -should be allocated, but instead the expected number of items to be -inserted. The class then sizes the hash-map appropriately for the -number of items specified. It's not an error to actually insert more -or fewer items into the hashtable, but the implementation is most -efficient -- does the fewest hashtable resizes -- if the number of -inserted items is n or slightly less.

- -

[6] - -sparse_hash_map requires you call -set_deleted_key() before calling erase(). (This is -the largest difference between the sparse_hash_map API and -other hash-map APIs. See implementation.html -for why this is necessary.) -The argument to set_deleted_key() should be a key-value that -is never used for legitimate hash-map entries. It is an error to call -erase() without first calling set_deleted_key(), and -it is also an error to call insert() with an item whose key -is the "deleted key."

- -

There is no need to call set_deleted_key if you do not -wish to call erase() on the hash-map.

- -

It is acceptable to change the deleted-key at any time by calling -set_deleted_key() with a new argument. You can also call -clear_deleted_key(), at which point all keys become valid for -insertion but no hashtable entries can be deleted until -set_deleted_key() is called again.

- -

Note: If you use set_deleted_key, it is also -necessary that data_type has a zero-argument default -constructor. This is because sparse_hash_map uses the -special value pair(deleted_key, data_type()) to denote -deleted buckets, and thus needs to be able to create -data_type using a zero-argument constructor.

- -

If your data_type does not have a zero-argument default -constructor, there are several workarounds:

-
    -
  • Store a pointer to data_type in the map, instead of - data_type directly. This may yield faster code as - well, since hashtable-resizes will just have to move pointers - around, rather than copying the entire data_type. -
  • Add a zero-argument default constructor to data_type. -
  • Subclass data_type and add a zero-argument default - constructor to the subclass. -
- -

If you do not use set_deleted_key, then there is no -requirement that data_type havea zero-argument default -constructor. - - -

Input/Output

- -

It is possible to save and restore sparse_hash_map objects -to an arbitrary stream (such as a disk file) using the -serialize() and unserialize() methods.

- -

Each of these methods takes two arguments: a serializer, -which says how to write hashtable items to disk, and a stream, -which can be a C++ stream (istream or its subclasses for -input, ostream or its subclasses for output), a -FILE*, or a user-defined type (as described below).

- -

The serializer is a functor that takes a stream and a -single hashtable element (a value_type, which is a pair of -the key and data) and copies the hashtable element to the stream (for -serialize()) or fills the hashtable element contents from the -stream (for unserialize()), and returns true on success or -false on error. The copy-in and copy-out functions can be provided in -a single functor. Here is a sample serializer that read/writes a hashtable -element for an int-to-string hash_map to a FILE*:

- -
-struct StringToIntSerializer {
-  bool operator()(FILE* fp, const std::pair<const int, std::string>& value) const {
-    // Write the key.  We ignore endianness for this example.
-    if (fwrite(&value.first, sizeof(value.first), 1, fp) != 1)
-      return false;
-    // Write the value.
-    assert(value.second.length() <= 255);   // we only support writing small strings
-    const unsigned char size = value.second.length();
-    if (fwrite(&size, 1, 1, fp) != 1)
-      return false;
-    if (fwrite(value.second.data(), size, 1, fp) != 1)
-      return false;
-    return true;
-  }
-  bool operator()(FILE* fp, std::pair<const int, std::string>* value) const {
-    // Read the key.  Note the need for const_cast to get around
-    // the fact hash_map keys are always const.
-    if (fread(const_cast<int*>(&value->first), sizeof(value->first), 1, fp) != 1)
-      return false;
-    // Read the value.
-    unsigned char size;    // all strings are <= 255 chars long
-    if (fread(&size, 1, 1, fp) != 1)
-      return false;
-    char* buf = new char[size];
-    if (fread(buf, size, 1, fp) != 1) {
-      delete[] buf;
-      return false;
-    }
-    new(&value->second) string(buf, size);
-    delete[] buf;
-    return true;
-  }
-};
-
- -

Here is the functor being used in code (error checking omitted):

-
-   sparse_hash_map<string, int> mymap = CreateMap();
-   FILE* fp = fopen("hashtable.data", "w");
-   mymap.serialize(StringToIntSerializer(), fp);
-   fclose(fp);
-
-   sparse_hash_map<string, int> mymap2;
-   FILE* fp_in = fopen("hashtable.data", "r");
-   mymap2.unserialize(StringToIntSerializer(), fp_in);
-   fclose(fp_in);
-   assert(mymap == mymap2);
-
- -

Important note: the code above uses placement-new to -instantiate the string. This is required for any -non-POD type (which is why we didn't need to worry about this to read -in the integer key). The value_type passed in to the unserializer -points to garbage memory, so it is not safe to assign to it directly -if doing so causes a destructor to be called.

- -

Also note that this example serializer can only serialize to a -FILE*. If you want to also be able to use this serializer with C++ -streams, you will need to write two more overloads of -operator()'s, one that reads from an istream, and -one that writes to an ostream. Likewise if you want to -support serializing to a custom class.

- -

If both the key and data are "simple" enough, you can use the -pre-supplied functor NopointerSerializer. This copies the -hashtable data using the equivalent of a memcpy<>. Native C -data types can be serialized this way, as can structs of native C data -types. Pointers and STL objects cannot.

- -

Note that NopointerSerializer() does not do any endian -conversion. Thus, it is only appropriate when you intend to read the -data on the same endian architecture as you write the data.

- -

If you wish to serialize to your own stream type, you can do so by -creating an object which supports two methods:

-
-   bool Write(const void* data, size_t length);
-   bool Read(void* data, size_t length);
-
-

Write() writes length bytes of data to a -stream (presumably a stream owned by the object), while -Read() reads data bytes from the stream into -data. Both return true on success or false on error.

- -

To unserialize a hashtable from a stream, you wil typically create -a new sparse_hash_map object, then call unserialize() -on it. unserialize() destroys the old contents of the -object. You must pass in the appropriate ValueSerializer for -the data being read in.

- -

Both serialize() and unserialize() return -true on success, or false if there was an error -streaming the data.

- -

Note that serialize() is not a const method, since it -purges deleted elements before serializing. It is not safe to -serialize from two threads at once, without synchronization.

- -

NOTE: older versions of sparse_hash_map provided a -different API, consisting of read_metadata(), -read_nopointer_data(), write_metadata(), -write_nopointer_data(). Writing to disk consisted of a call -to write_metadata() followed by -write_nopointer_data() (if the hash data was POD) or a custom -loop over the hashtable buckets to write the data (otherwise). -Reading from disk was similar. Prefer the new API for new code.

- - -

Validity of Iterators

- -

erase() is guaranteed not to invalidate any iterators -- -except for any iterators pointing to the item being erased, of course. -insert() invalidates all iterators, as does -resize().

- -

This is implemented by making erase() not resize the -hashtable. If you desire maximum space efficiency, you can call -resize(0) after a string of erase() calls, to force -the hashtable to resize to the smallest possible size.

- -

In addition to invalidating iterators, insert() -and resize() invalidate all pointers into the hashtable. If -you want to store a pointer to an object held in a sparse_hash_map, -either do so after finishing hashtable inserts, or store the object on -the heap and a pointer to it in the sparse_hash_map.

- - -

See also

- -

The following are SGI STL, and some Google STL, concepts and -classes related to sparse_hash_map.

- -hash_map, -Associative Container, -Hashed Associative Container, -Pair Associative Container, -Unique Hashed Associative Container, -set, -map -multiset, -multimap, -hash_set, -hash_multiset, -hash_multimap, -sparsetable, -sparse_hash_set, -dense_hash_set, -dense_hash_map - - - diff --git a/clipper/sparsehash-2.0.2/doc/sparse_hash_set.html b/clipper/sparsehash-2.0.2/doc/sparse_hash_set.html deleted file mode 100644 index 4e73bda..0000000 --- a/clipper/sparsehash-2.0.2/doc/sparse_hash_set.html +++ /dev/null @@ -1,1551 +0,0 @@ - - - - - -sparse_hash_set<Key, HashFcn, EqualKey, Alloc> - - - - -

[Note: this document is formatted similarly to the SGI STL -implementation documentation pages, and refers to concepts and classes -defined there. However, neither this document nor the code it -describes is associated with SGI, nor is it necessary to have SGI's -STL implementation installed in order to use this class.]

- - -

sparse_hash_set<Key, HashFcn, EqualKey, Alloc>

- -

sparse_hash_set is a Hashed -Associative Container that stores objects of type Key. -sparse_hash_set is a Simple -Associative Container, meaning that its value type, as well as its -key type, is key. It is also a -Unique -Associative Container, meaning that no two elements have keys that -compare equal using EqualKey.

- -

Looking up an element in a sparse_hash_set by its key is -efficient, so sparse_hash_set is useful for "dictionaries" -where the order of elements is irrelevant. If it is important for the -elements to be in a particular order, however, then map is more appropriate.

- -

sparse_hash_set is distinguished from other hash-set -implementations by its stingy use of memory and by the ability to save -and restore contents to disk. On the other hand, this hash-set -implementation, while still efficient, is slower than other hash-set -implementations, and it also has requirements -- for instance, for a -distinguished "deleted key" -- that may not be easy for all -applications to satisfy.

- -

This class is appropriate for applications that need to store -large "dictionaries" in memory, or for applications that need these -dictionaries to be persistent.

- - -

Example

- -(Note: this example uses SGI semantics for hash<> --- the kind used by gcc and most Unix compiler suites -- and not -Dinkumware semantics -- the kind used by Microsoft Visual Studio. If -you are using MSVC, this example will not compile as-is: you'll need -to change hash to hash_compare, and you -won't use eqstr at all. See the MSVC documentation for -hash_map and hash_compare, for more -details.) - -
-#include <iostream>
-#include <sparsehash/sparse_hash_set>
-
-using google::sparse_hash_set;      // namespace where class lives by default
-using std::cout;
-using std::endl;
-using ext::hash;  // or __gnu_cxx::hash, or maybe tr1::hash, depending on your OS
-
-struct eqstr
-{
-  bool operator()(const char* s1, const char* s2) const
-  {
-    return (s1 == s2) || (s1 && s2 && strcmp(s1, s2) == 0);
-  }
-};
-
-void lookup(const hash_set<const char*, hash<const char*>, eqstr>& Set,
-            const char* word)
-{
-  sparse_hash_set<const char*, hash<const char*>, eqstr>::const_iterator it
-    = Set.find(word);
-  cout << word << ": "
-       << (it != Set.end() ? "present" : "not present")
-       << endl;
-}
-
-int main()
-{
-  sparse_hash_set<const char*, hash<const char*>, eqstr> Set;
-  Set.insert("kiwi");
-  Set.insert("plum");
-  Set.insert("apple");
-  Set.insert("mango");
-  Set.insert("apricot");
-  Set.insert("banana");
-
-  lookup(Set, "mango");
-  lookup(Set, "apple");
-  lookup(Set, "durian");
-}
-
- - -

Definition

- -Defined in the header sparse_hash_set. -This class is not part of the C++ standard, though it is mostly -compatible with the tr1 class unordered_set. - - -

Template parameters

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ParameterDescriptionDefault
- Key - - The hash_set's key and value type. This is also defined as - sparse_hash_set::key_type and - sparse_hash_set::value_type. - -   -
- HashFcn - - The hash function used by the - hash_set. This is also defined as sparse_hash_set::hasher. -
Note: Hashtable performance depends heavily on the choice of - hash function. See the performance - page for more information. -
- hash<Key> -
- EqualKey - - The hash_set key equality function: a binary predicate that determines - whether two keys are equal. This is also defined as - sparse_hash_set::key_equal. - - equal_to<Key> -
- Alloc - - The STL allocator to use. By default, uses the provided allocator - libc_allocator_with_realloc, which likely gives better - performance than other STL allocators due to its built-in support - for realloc, which this container takes advantage of. - If you use an allocator other than the default, note that this - container imposes an additional requirement on the STL allocator - type beyond those in [lib.allocator.requirements]: it does not - support allocators that define alternate memory models. That is, - it assumes that pointer, const_pointer, - size_type, and difference_type are just - T*, const T*, size_t, and - ptrdiff_t, respectively. This is also defined as - sparse_hash_set::allocator_type. - -
- - -

Model of

- -Unique Hashed Associative Container, -Simple Associative Container - - -

Type requirements

- -
    -
  • -Key is Assignable. -
  • -EqualKey is a Binary Predicate whose argument type is Key. -
  • -EqualKey is an equivalence relation. -
  • -Alloc is an Allocator. -
- - -

Public base classes

- -None. - - -

Members

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MemberWhere definedDescription
- value_type - - Container - - The type of object, T, stored in the hash_set. -
- key_type - - Associative - Container - - The key type associated with value_type. -
- hasher - - Hashed - Associative Container - - The sparse_hash_set's hash - function. -
- key_equal - - Hashed - Associative Container - - Function - object that compares keys for equality. -
- allocator_type - - Unordered Associative Container (tr1) - - The type of the Allocator given as a template parameter. -
- pointer - - Container - - Pointer to T. -
- reference - - Container - - Reference to T -
- const_reference - - Container - - Const reference to T -
- size_type - - Container - - An unsigned integral type. -
- difference_type - - Container - - A signed integral type. -
- iterator - - Container - - Iterator used to iterate through a sparse_hash_set. -
- const_iterator - - Container - - Const iterator used to iterate through a sparse_hash_set. - (iterator and const_iterator are the same type.) -
- local_iterator - - Unordered Associative Container (tr1) - - Iterator used to iterate through a subset of - sparse_hash_set. -
- const_local_iterator - - Unordered Associative Container (tr1) - - Const iterator used to iterate through a subset of - sparse_hash_set. -
- iterator begin() const - - Container - - Returns an iterator pointing to the beginning of the - sparse_hash_set. -
- iterator end() const - - Container - - Returns an iterator pointing to the end of the - sparse_hash_set. -
- local_iterator begin(size_type i) - - Unordered Associative Container (tr1) - - Returns a local_iterator pointing to the beginning of bucket - i in the sparse_hash_set. -
- local_iterator end(size_type i) - - Unordered Associative Container (tr1) - - Returns a local_iterator pointing to the end of bucket - i in the sparse_hash_set. For - sparse_hash_set, each bucket contains either 0 or 1 item. -
- const_local_iterator begin(size_type i) const - - Unordered Associative Container (tr1) - - Returns a const_local_iterator pointing to the beginning of bucket - i in the sparse_hash_set. -
- const_local_iterator end(size_type i) const - - Unordered Associative Container (tr1) - - Returns a const_local_iterator pointing to the end of bucket - i in the sparse_hash_set. For - sparse_hash_set, each bucket contains either 0 or 1 item. -
- size_type size() const - - Container - - Returns the size of the sparse_hash_set. -
- size_type max_size() const - - Container - - Returns the largest possible size of the sparse_hash_set. -
- bool empty() const - - Container - - true if the sparse_hash_set's size is 0. -
- size_type bucket_count() const - - Hashed - Associative Container - - Returns the number of buckets used by the sparse_hash_set. -
- size_type max_bucket_count() const - - Hashed - Associative Container - - Returns the largest possible number of buckets used by the sparse_hash_set. -
- size_type bucket_size(size_type i) const - - Unordered Associative Container (tr1) - - Returns the number of elements in bucket i. For - sparse_hash_set, this will be either 0 or 1. -
- size_type bucket(const key_type& key) const - - Unordered Associative Container (tr1) - - If the key exists in the set, returns the index of the bucket - containing the given key, otherwise, return the bucket the key - would be inserted into. - This value may be passed to begin(size_type) and - end(size_type). -
- float load_factor() const - - Unordered Associative Container (tr1) - - The number of elements in the sparse_hash_set divided by - the number of buckets. -
- float max_load_factor() const - - Unordered Associative Container (tr1) - - The maximum load factor before increasing the number of buckets in - the sparse_hash_set. -
- void max_load_factor(float new_grow) - - Unordered Associative Container (tr1) - - Sets the maximum load factor before increasing the number of - buckets in the sparse_hash_set. -
- float min_load_factor() const - - sparse_hash_set - - The minimum load factor before decreasing the number of buckets in - the sparse_hash_set. -
- void min_load_factor(float new_grow) - - sparse_hash_set - - Sets the minimum load factor before decreasing the number of - buckets in the sparse_hash_set. -
- void set_resizing_parameters(float shrink, float grow) - - sparse_hash_set - - DEPRECATED. See below. -
- void resize(size_type n) - - Hashed - Associative Container - - Increases the bucket count to hold at least n items. - [2] [3] -
- void rehash(size_type n) - - Unordered Associative Container (tr1) - - Increases the bucket count to hold at least n items. - This is identical to resize. - [2] [3] -
- hasher hash_funct() const - - Hashed - Associative Container - - Returns the hasher object used by the sparse_hash_set. -
- hasher hash_function() const - - Unordered Associative Container (tr1) - - Returns the hasher object used by the sparse_hash_set. - This is idential to hash_funct. -
- key_equal key_eq() const - - Hashed - Associative Container - - Returns the key_equal object used by the - sparse_hash_set. -
- allocator_type get_allocator() const - - Unordered Associative Container (tr1) - - Returns the allocator_type object used by the - sparse_hash_set: either the one passed in to the - constructor, or a default Alloc instance. -
- sparse_hash_set() - - Container - - Creates an empty sparse_hash_set. -
- sparse_hash_set(size_type n) - - Hashed - Associative Container - - Creates an empty sparse_hash_set that's optimized for holding - up to n items. - [3] -
- sparse_hash_set(size_type n, const hasher& h) - - Hashed - Associative Container - - Creates an empty sparse_hash_set that's optimized for up - to n items, using h as the hash function. -
- sparse_hash_set(size_type n, const hasher& h, const - key_equal& k) - - Hashed - Associative Container - - Creates an empty sparse_hash_set that's optimized for up - to n items, using h as the hash function and - k as the key equal function. -
- sparse_hash_set(size_type n, const hasher& h, const - key_equal& k, const allocator_type& a) - - Unordered Associative Container (tr1) - - Creates an empty sparse_hash_set that's optimized for up - to n items, using h as the hash function, - k as the key equal function, and a as the - allocator object. -
-
template <class InputIterator>
-sparse_hash_set(InputIterator f, InputIterator l) 
-[2] -
- Unique - Hashed Associative Container - - Creates a sparse_hash_set with a copy of a range. -
-
template <class InputIterator>
-sparse_hash_set(InputIterator f, InputIterator l, size_type n) 
-[2] -
- Unique - Hashed Associative Container - - Creates a hash_set with a copy of a range that's optimized to - hold up to n items. -
-
template <class InputIterator>
-sparse_hash_set(InputIterator f, InputIterator l, size_type n, const
-hasher& h) 
[2] -
- Unique - Hashed Associative Container - - Creates a hash_set with a copy of a range that's optimized to hold - up to n items, using h as the hash function. -
-
template <class InputIterator>
-sparse_hash_set(InputIterator f, InputIterator l, size_type n, const
-hasher& h, const key_equal& k) 
[2] -
- Unique - Hashed Associative Container - - Creates a hash_set with a copy of a range that's optimized for - holding up to n items, using h as the hash - function and k as the key equal function. -
-
template <class InputIterator>
-sparse_hash_set(InputIterator f, InputIterator l, size_type n, const
-hasher& h, const key_equal& k, const allocator_type& a) 
- [2] -
- Unordered Associative Container (tr1) - - Creates a hash_set with a copy of a range that's optimized for - holding up to n items, using h as the hash - function, k as the key equal function, and a as - the allocator object. -
- sparse_hash_set(const hash_set&) - - Container - - The copy constructor. -
- sparse_hash_set& operator=(const hash_set&) - - Container - - The assignment operator -
- void swap(hash_set&) - - Container - - Swaps the contents of two hash_sets. -
-
pair<iterator, bool> insert(const value_type& x)
-
-
- Unique - Associative Container - - Inserts x into the sparse_hash_set. -
-
template <class InputIterator>
-void insert(InputIterator f, InputIterator l) 
[2] -
- Unique - Associative Container - - Inserts a range into the sparse_hash_set. -
- void set_deleted_key(const key_type& key) [4] - - sparse_hash_set - - See below. -
- void clear_deleted_key() [4] - - sparse_hash_set - - See below. -
- void erase(iterator pos) - - Associative - Container - - Erases the element pointed to by pos. - [4] -
- size_type erase(const key_type& k) - - Associative - Container - - Erases the element whose key is k. - [4] -
- void erase(iterator first, iterator last) - - Associative - Container - - Erases all elements in a range. - [4] -
- void clear() - - Associative - Container - - Erases all of the elements. -
- iterator find(const key_type& k) const - - Associative - Container - - Finds an element whose key is k. -
- size_type count(const key_type& k) const - - Unique - Associative Container - - Counts the number of elements whose key is k. -
-
pair<iterator, iterator> equal_range(const
-key_type& k) const
-
- Associative - Container - - Finds a range containing all elements whose key is k. -
- template <ValueSerializer, OUTPUT> - bool serialize(ValueSerializer serializer, OUTPUT *fp) - - sparse_hash_set - - See below. -
- template <ValueSerializer, INPUT> - bool unserialize(ValueSerializer serializer, INPUT *fp) - - sparse_hash_set - - See below. -
- NopointerSerializer - - sparse_hash_set - - See below. -
- bool write_metadata(FILE *fp) - - sparse_hash_set - - DEPRECATED. See below. -
- bool read_metadata(FILE *fp) - - sparse_hash_set - - DEPRECATED. See below. -
- bool write_nopointer_data(FILE *fp) - - sparse_hash_set - - DEPRECATED. See below. -
- bool read_nopointer_data(FILE *fp) - - sparse_hash_set - - DEPRECATED. See below. -
-
bool operator==(const hash_set&, const hash_set&)
-
-
- Hashed - Associative Container - - Tests two hash_sets for equality. This is a global function, not a - member function. -
- - -

New members

- -These members are not defined in the Unique -Hashed Associative Container, Simple -Associative Container, or tr1's Unordered Associative -Container requirements, but are specific to -sparse_hash_set. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MemberDescription
- void set_deleted_key(const key_type& key) - - Sets the distinguished "deleted" key to key. This must be - called before any calls to erase(). [4] -
- void clear_deleted_key() - - Clears the distinguished "deleted" key. After this is called, - calls to erase() are not valid on this object. - [4] -
- void set_resizing_parameters(float shrink, float grow) - - This function is DEPRECATED. It is equivalent to calling - min_load_factor(shrink); max_load_factor(grow). -
- template <ValueSerializer, OUTPUT> - bool serialize(ValueSerializer serializer, OUTPUT *fp) - - Emit a serialization of the hash_set to a stream. - See below. -
- template <ValueSerializer, INPUT> - bool unserialize(ValueSerializer serializer, INPUT *fp) - - Read in a serialization of a hash_set from a stream, replacing the - existing hash_set contents with the serialized contents. - See below. -
- bool write_metadata(FILE *fp) - - This function is DEPRECATED. See below. -
- bool read_metadata(FILE *fp) - - This function is DEPRECATED. See below. -
- bool write_nopointer_data(FILE *fp) - - This function is DEPRECATED. See below. -
- bool read_nopointer_data(FILE *fp) - - This function is DEPRECATED. See below. -
- - -

Notes

- -

[1] - -This member function relies on member template functions, which -may not be supported by all compilers. If your compiler supports -member templates, you can call this function with any type of input -iterator. If your compiler does not yet support member templates, -though, then the arguments must either be of type const -value_type* or of type sparse_hash_set::const_iterator.

- -

[2] - -In order to preserve iterators, erasing hashtable elements does not -cause a hashtable to resize. This means that after a string of -erase() calls, the hashtable will use more space than is -required. At a cost of invalidating all current iterators, you can -call resize() to manually compact the hashtable. The -hashtable promotes too-small resize() arguments to the -smallest legal value, so to compact a hashtable, it's sufficient to -call resize(0). - -

[3] - -Unlike some other hashtable implementations, the optional n in -the calls to the constructor, resize, and rehash -indicates not the desired number of buckets that -should be allocated, but instead the expected number of items to be -inserted. The class then sizes the hash-set appropriately for the -number of items specified. It's not an error to actually insert more -or fewer items into the hashtable, but the implementation is most -efficient -- does the fewest hashtable resizes -- if the number of -inserted items is n or slightly less.

- -

[4] - -sparse_hash_set requires you call -set_deleted_key() before calling erase(). (This is -the largest difference between the sparse_hash_set API and -other hash-set APIs. See implementation.html -for why this is necessary.) -The argument to set_deleted_key() should be a key-value that -is never used for legitimate hash-set entries. It is an error to call -erase() without first calling set_deleted_key(), and -it is also an error to call insert() with an item whose key -is the "deleted key."

- -

There is no need to call set_deleted_key if you do not -wish to call erase() on the hash-set.

- -

It is acceptable to change the deleted-key at any time by calling -set_deleted_key() with a new argument. You can also call -clear_deleted_key(), at which point all keys become valid for -insertion but no hashtable entries can be deleted until -set_deleted_key() is called again.

- - -

Input/Output

- -

It is possible to save and restore sparse_hash_set objects -to an arbitrary stream (such as a disk file) using the -serialize() and unserialize() methods.

- -

Each of these methods takes two arguments: a serializer, -which says how to write hashtable items to disk, and a stream, -which can be a C++ stream (istream or its subclasses for -input, ostream or its subclasses for output), a -FILE*, or a user-defined type (as described below).

- -

The serializer is a functor that takes a stream and a -single hashtable element (a value_type) and copies the -hashtable element to the stream (for serialize()) or fills -the hashtable element contents from the stream (for -unserialize()), and returns true on success or false on -error. The copy-in and copy-out functions can be provided in a single -functor. Here is a sample serializer that read/writes a hashtable -element for a string hash_set to a FILE*:

- -
-struct StringSerializer {
-  bool operator()(FILE* fp, const std::string& value) const {
-    assert(value.length() <= 255);   // we only support writing small strings
-    const unsigned char size = value.length();
-    if (fwrite(&size, 1, 1, fp) != 1)
-      return false;
-    if (fwrite(value.data(), size, 1, fp) != 1)
-      return false;
-    return true;
-  }
-  bool operator()(FILE* fp, std::string* value) const {
-    unsigned char size;    // all strings are <= 255 chars long
-    if (fread(&size, 1, 1, fp) != 1)
-      return false;
-    char* buf = new char[size];
-    if (fread(buf, size, 1, fp) != 1) {
-      delete[] buf;
-      return false;
-    }
-    new(value) string(buf, size);
-    delete[] buf;
-    return true;
-  }
-};
-
- -

Here is the functor being used in code (error checking omitted):

-
-   sparse_hash_set<string> myset = CreateSet();
-   FILE* fp = fopen("hashtable.data", "w");
-   myset.serialize(StringSerializer(), fp);
-   fclose(fp);
-
-   sparse_hash_set<string> myset2;
-   FILE* fp_in = fopen("hashtable.data", "r");
-   myset2.unserialize(StringSerializer(), fp_in);
-   fclose(fp_in);
-   assert(myset == myset2);
-
- -

Important note: the code above uses placement-new to -instantiate the string. This is required for any -non-POD type. The value_type passed in to the unserializer -points to garbage memory, so it is not safe to assign to it directly -if doing so causes a destructor to be called.

- -

Also note that this example serializer can only serialize to a -FILE*. If you want to also be able to use this serializer with C++ -streams, you will need to write two more overloads of -operator()'s, one that reads from an istream, and -one that writes to an ostream. Likewise if you want to -support serializing to a custom class.

- -

If the key is "simple" enough, you can use the pre-supplied functor -NopointerSerializer. This copies the hashtable data using -the equivalent of a memcpy<>. Native C data types can be -serialized this way, as can structs of native C data types. Pointers -and STL objects cannot.

- -

Note that NopointerSerializer() does not do any endian -conversion. Thus, it is only appropriate when you intend to read the -data on the same endian architecture as you write the data.

- -

If you wish to serialize to your own stream type, you can do so by -creating an object which supports two methods:

-
-   bool Write(const void* data, size_t length);
-   bool Read(void* data, size_t length);
-
-

Write() writes length bytes of data to a -stream (presumably a stream owned by the object), while -Read() reads data bytes from the stream into -data. Both return true on success or false on error.

- -

To unserialize a hashtable from a stream, you wil typically create -a new sparse_hash_set object, then call unserialize() -on it. unserialize() destroys the old contents of the -object. You must pass in the appropriate ValueSerializer for -the data being read in.

- -

Both serialize() and unserialize() return -true on success, or false if there was an error -streaming the data.

- -

Note that serialize() is not a const method, since it -purges deleted elements before serializing. It is not safe to -serialize from two threads at once, without synchronization.

- -

NOTE: older versions of sparse_hash_set provided a -different API, consisting of read_metadata(), -read_nopointer_data(), write_metadata(), -write_nopointer_data(). Writing to disk consisted of a call -to write_metadata() followed by -write_nopointer_data() (if the hash data was POD) or a custom -loop over the hashtable buckets to write the data (otherwise). -Reading from disk was similar. Prefer the new API for new code.

- - -

Validity of Iterators

- -

erase() is guaranteed not to invalidate any iterators -- -except for any iterators pointing to the item being erased, of course. -insert() invalidates all iterators, as does -resize().

- -

This is implemented by making erase() not resize the -hashtable. If you desire maximum space efficiency, you can call -resize(0) after a string of erase() calls, to force -the hashtable to resize to the smallest possible size.

- -

In addition to invalidating iterators, insert() -and resize() invalidate all pointers into the hashtable. If -you want to store a pointer to an object held in a sparse_hash_set, -either do so after finishing hashtable inserts, or store the object on -the heap and a pointer to it in the sparse_hash_set.

- - -

See also

- -

The following are SGI STL, and some Google STL, concepts and -classes related to sparse_hash_set.

- -hash_set, -Associative Container, -Hashed Associative Container, -Simple Associative Container, -Unique Hashed Associative Container, -set, -map -multiset, -multimap, -hash_map, -hash_multiset, -hash_multimap, -sparsetable, -sparse_hash_map, -dense_hash_set, -dense_hash_map - - - diff --git a/clipper/sparsehash-2.0.2/doc/sparsetable.html b/clipper/sparsehash-2.0.2/doc/sparsetable.html deleted file mode 100644 index 6524344..0000000 --- a/clipper/sparsehash-2.0.2/doc/sparsetable.html +++ /dev/null @@ -1,1393 +0,0 @@ - - - - - -sparsetable<T, GROUP_SIZE> - - - - -

[Note: this document is formatted similarly to the SGI STL -implementation documentation pages, and refers to concepts and classes -defined there. However, neither this document nor the code it -describes is associated with SGI, nor is it necessary to have SGI's -STL implementation installed in order to use this class.]

- -

sparsetable<T, GROUP_SIZE>

- -

A sparsetable is a Random -Access Container that supports constant time random access to -elements, and constant time insertion and removal of elements. It -implements the "array" or "table" abstract data type. The number of -elements in a sparsetable is set at constructor time, though -you can change it at any time by calling resize().

- -

sparsetable is distinguished from other array -implementations, including the default C implementation, in its stingy -use of memory -- in particular, unused array elements require only 1 bit -of disk space to store, rather than sizeof(T) bytes -- and by -the ability to save and restore contents to disk. On the other hand, -this array implementation, while still efficient, is slower than other -array implementations.

- - -

A sparsetable distinguishes between table elements that -have been assigned and those that are unassigned. -Assigned table elements are those that have had a value set via -set(), operator(), assignment via an iterator, and -so forth. Unassigned table elements are those that have not had a -value set in one of these ways, or that have been explicitly -unassigned via a call to erase() or clear(). Lookup -is valid on both assigned and unassigned table elements; for -unassigned elements, lookup returns the default value -T().

-
- -

This class is appropriate for applications that need to store large -arrays in memory, or for applications that need these arrays to be -persistent.

- - -

Example

- -
-#include <sparsehash/sparsetable>
-
-using google::sparsetable;      // namespace where class lives by default
-
-sparsetable<int> t(100);
-t[5] = 6;
-cout << "t[5] = " << t[5];
-cout << "Default value = " << t[99];
-
- - -

Definition

- -Defined in the header sparsetable. This -class is not part of the C++ standard. - - -

Template parameters

- - - - - - - - - - - - - - - - -
ParameterDescriptionDefault
- T - - The sparsetable's value type: the type of object that is stored in - the table. - -   -
- GROUP_SIZE - - The number of elements in each sparsetable group (see the implementation doc for more details - on this value). This almost never need be specified; the default - template parameter value works well in all situations. - -   -
- - -

Model of

- -Random Access Container - - -

Type requirements

- -None, except for those imposed by the requirements of -Random -Access Container - - -

Public base classes

- -None. - - -

Members

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MemberWhere definedDescription
- value_type - - Container - - The type of object, T, stored in the table. -
- pointer - - Container - - Pointer to T. -
- reference - - Container - - Reference to T. -
- const_reference - - Container - - Const reference to T. -
- size_type - - Container - - An unsigned integral type. -
- difference_type - - Container - - A signed integral type. -
- iterator - - Container - - Iterator used to iterate through a sparsetable. -
- const_iterator - - Container - - Const iterator used to iterate through a sparsetable. -
- reverse_iterator - - Reversible - Container - - Iterator used to iterate backwards through a sparsetable. -
- const_reverse_iterator - - Reversible - Container - - Const iterator used to iterate backwards through a - sparsetable. -
- nonempty_iterator - - sparsetable - - Iterator used to iterate through the - assigned elements of the - sparsetable. -
- const_nonempty_iterator - - sparsetable - - Const iterator used to iterate through the - assigned elements of the - sparsetable. -
- reverse_nonempty_iterator - - sparsetable - - Iterator used to iterate backwards through the - assigned elements of the - sparsetable. -
- const_reverse_nonempty_iterator - - sparsetable - - Const iterator used to iterate backwards through the - assigned elements of the - sparsetable. -
- destructive_iterator - - sparsetable - - Iterator used to iterate through the - assigned elements of the - sparsetable, erasing elements as it iterates. - [1] -
- iterator begin() - - Container - - Returns an iterator pointing to the beginning of the - sparsetable. -
- iterator end() - - Container - - Returns an iterator pointing to the end of the - sparsetable. -
- const_iterator begin() const - - Container - - Returns an const_iterator pointing to the beginning of the - sparsetable. -
- const_iterator end() const - - Container - - Returns an const_iterator pointing to the end of the - sparsetable. -
- reverse_iterator rbegin() - - Reversible - Container - - Returns a reverse_iterator pointing to the beginning of the - reversed sparsetable. -
- reverse_iterator rend() - - Reversible - Container - - Returns a reverse_iterator pointing to the end of the - reversed sparsetable. -
- const_reverse_iterator rbegin() const - - Reversible - Container - - Returns a const_reverse_iterator pointing to the beginning - of the reversed sparsetable. -
- const_reverse_iterator rend() const - - Reversible - Container - - Returns a const_reverse_iterator pointing to the end of - the reversed sparsetable. -
- nonempty_iterator nonempty_begin() - - sparsetable - - Returns a nonempty_iterator pointing to the first - assigned element of the - sparsetable. -
- nonempty_iterator nonempty_end() - - sparsetable - - Returns a nonempty_iterator pointing to the end of the - sparsetable. -
- const_nonempty_iterator nonempty_begin() const - - sparsetable - - Returns a const_nonempty_iterator pointing to the first - assigned element of the - sparsetable. -
- const_nonempty_iterator nonempty_end() const - - sparsetable - - Returns a const_nonempty_iterator pointing to the end of - the sparsetable. -
- reverse_nonempty_iterator nonempty_rbegin() - - sparsetable - - Returns a reverse_nonempty_iterator pointing to the first - assigned element of the reversed - sparsetable. -
- reverse_nonempty_iterator nonempty_rend() - - sparsetable - - Returns a reverse_nonempty_iterator pointing to the end of - the reversed sparsetable. -
- const_reverse_nonempty_iterator nonempty_rbegin() const - - sparsetable - - Returns a const_reverse_nonempty_iterator pointing to the - first assigned element of the reversed - sparsetable. -
- const_reverse_nonempty_iterator nonempty_rend() const - - sparsetable - - Returns a const_reverse_nonempty_iterator pointing to the - end of the reversed sparsetable. -
- destructive_iterator destructive_begin() - - sparsetable - - Returns a destructive_iterator pointing to the first - assigned element of the - sparsetable. -
- destructive_iterator destructive_end() - - sparsetable - - Returns a destructive_iterator pointing to the end of - the sparsetable. -
- size_type size() const - - Container - - Returns the size of the sparsetable. -
- size_type max_size() const - - Container - - Returns the largest possible size of the sparsetable. -
- bool empty() const - - Container - - true if the sparsetable's size is 0. -
- size_type num_nonempty() const - - sparsetable - - Returns the number of sparsetable elements that are currently assigned. -
- sparsetable(size_type n) - - Container - - Creates a sparsetable with n elements. -
- sparsetable(const sparsetable&) - - Container - - The copy constructor. -
- ~sparsetable() - - Container - - The destructor. -
- sparsetable& operator=(const sparsetable&) - - Container - - The assignment operator -
- void swap(sparsetable&) - - Container - - Swaps the contents of two sparsetables. -
- reference operator[](size_type n) - - Random - Access Container - - Returns the n'th element. [2] -
- const_reference operator[](size_type n) const - - Random - Access Container - - Returns the n'th element. -
- bool test(size_type i) const - - sparsetable - - true if the i'th element of the sparsetable is assigned. -
- bool test(iterator pos) const - - sparsetable - - true if the sparsetable element pointed to by pos - is assigned. -
- bool test(const_iterator pos) const - - sparsetable - - true if the sparsetable element pointed to by pos - is assigned. -
- const_reference get(size_type i) const - - sparsetable - - returns the i'th element of the sparsetable. -
- reference set(size_type i, const_reference val) - - sparsetable - - Sets the i'th element of the sparsetable to value - val. -
- void erase(size_type i) - - sparsetable - - Erases the i'th element of the sparsetable. -
- void erase(iterator pos) - - sparsetable - - Erases the element of the sparsetable pointed to by - pos. -
- void erase(iterator first, iterator last) - - sparsetable - - Erases the elements of the sparsetable in the range - [first, last). -
- void clear() - - sparsetable - - Erases all of the elements. -
- void resize(size_type n) - - sparsetable - - Changes the size of sparsetable to n. -
- bool write_metadata(FILE *fp) - - sparsetable - - See below. -
- bool read_metadata(FILE *fp) - - sparsetable - - See below. -
- bool write_nopointer_data(FILE *fp) - - sparsetable - - See below. -
- bool read_nopointer_data(FILE *fp) - - sparsetable - - See below. -
-
bool operator==(const sparsetable&, const sparsetable&)
-
-
- Forward - Container - - Tests two sparsetables for equality. This is a global function, - not a member function. -
-
bool operator<(const sparsetable&, const sparsetable&)
-
-
- Forward - Container - - Lexicographical comparison. This is a global function, - not a member function. -
- - -

New members

- -These members are not defined in the Random -Access Container requirement, but are specific to -sparsetable. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MemberDescription
- nonempty_iterator - - Iterator used to iterate through the - assigned elements of the - sparsetable. -
- const_nonempty_iterator - - Const iterator used to iterate through the - assigned elements of the - sparsetable. -
- reverse_nonempty_iterator - - Iterator used to iterate backwards through the - assigned elements of the - sparsetable. -
- const_reverse_nonempty_iterator - - Const iterator used to iterate backwards through the - assigned elements of the - sparsetable. -
- destructive_iterator - - Iterator used to iterate through the - assigned elements of the - sparsetable, erasing elements as it iterates. - [1] -
- nonempty_iterator nonempty_begin() - - Returns a nonempty_iterator pointing to the first - assigned element of the - sparsetable. -
- nonempty_iterator nonempty_end() - - Returns a nonempty_iterator pointing to the end of the - sparsetable. -
- const_nonempty_iterator nonempty_begin() const - - Returns a const_nonempty_iterator pointing to the first - assigned element of the - sparsetable. -
- const_nonempty_iterator nonempty_end() const - - Returns a const_nonempty_iterator pointing to the end of - the sparsetable. -
- reverse_nonempty_iterator nonempty_rbegin() - - Returns a reverse_nonempty_iterator pointing to the first - assigned element of the reversed - sparsetable. -
- reverse_nonempty_iterator nonempty_rend() - - Returns a reverse_nonempty_iterator pointing to the end of - the reversed sparsetable. -
- const_reverse_nonempty_iterator nonempty_rbegin() const - - Returns a const_reverse_nonempty_iterator pointing to the - first assigned element of the reversed - sparsetable. -
- const_reverse_nonempty_iterator nonempty_rend() const - - Returns a const_reverse_nonempty_iterator pointing to the - end of the reversed sparsetable. -
- destructive_iterator destructive_begin() - - Returns a destructive_iterator pointing to the first - assigned element of the - sparsetable. -
- destructive_iterator destructive_end() - - Returns a destructive_iterator pointing to the end of - the sparsetable. -
- size_type num_nonempty() const - - Returns the number of sparsetable elements that are currently assigned. -
- bool test(size_type i) const - - true if the i'th element of the sparsetable is assigned. -
- bool test(iterator pos) const - - true if the sparsetable element pointed to by pos - is assigned. -
- bool test(const_iterator pos) const - - true if the sparsetable element pointed to by pos - is assigned. -
- const_reference get(size_type i) const - - returns the i'th element of the sparsetable. If - the i'th element is assigned, the - assigned value is returned, otherwise, the default value - T() is returned. -
- reference set(size_type i, const_reference val) - - Sets the i'th element of the sparsetable to value - val, and returns a reference to the i'th element - of the table. This operation causes the i'th element to - be assigned. -
- void erase(size_type i) - - Erases the i'th element of the sparsetable. This - operation causes the i'th element to be unassigned. -
- void erase(iterator pos) - - Erases the element of the sparsetable pointed to by - pos. This operation causes the i'th element to - be unassigned. -
- void erase(iterator first, iterator last) - - Erases the elements of the sparsetable in the range - [first, last). This operation causes these elements to - be unassigned. -
- void clear() - - Erases all of the elements. This causes all elements to be - unassigned. -
- void resize(size_type n) - - Changes the size of sparsetable to n. If n is - greater than the old size, new, unassigned - elements are appended. If n is less than the old size, - all elements in position >n are deleted. -
- bool write_metadata(FILE *fp) - - Write hashtable metadata to fp. See below. -
- bool read_metadata(FILE *fp) - - Read hashtable metadata from fp. See below. -
- bool write_nopointer_data(FILE *fp) - - Write hashtable contents to fp. This is valid only if the - hashtable key and value are "plain" data. See below. -
- bool read_nopointer_data(FILE *fp) - - Read hashtable contents to fp. This is valid only if the - hashtable key and value are "plain" data. See below. -
- - -

Notes

- -

[1] - -sparsetable::destructive_iterator iterates through a -sparsetable like a normal iterator, but ++it may delete the -element being iterated past. Obviously, this iterator can only be -used once on a given table! One application of this iterator is to -copy data from a sparsetable to some other data structure without -using extra memory to store the data in both places during the -copy.

- -

[2] - -Since operator[] might insert a new element into the -sparsetable, it can't possibly be a const member -function. In theory, since it might insert a new element, it should -cause the element it refers to to become assigned. However, this is undesirable when -operator[] is used to examine elements, rather than assign -them. Thus, as an implementation trick, operator[] does not -really return a reference. Instead it returns an object that -behaves almost exactly like a reference. This object, -however, delays setting the appropriate sparsetable element to assigned to when it is actually assigned to.

- -

For a bit more detail: the object returned by operator[] -is an opaque type which defines operator=, operator -reference(), and operator&. The first operator controls -assigning to the value. The second controls examining the value. The -third controls pointing to the value.

- -

All three operators perform exactly as an object of type -reference would perform. The only problems that arise is -when this object is accessed in situations where C++ cannot do the -conversion by default. By far the most common situation is with -variadic functions such as printf. In such situations, you -may need to manually cast the object to the right type:

-
-   printf("%d", static_cast<typename table::reference>(table[i]));
-
- - -

Input/Output

- -

It is possible to save and restore sparsetable objects -to disk. Storage takes place in two steps. The first writes the -table metadata. The second writes the actual data.

- -

To write a sparsetable to disk, first call write_metadata() -on an open file pointer. This saves the sparsetable information in a -byte-order-independent format.

- -

After the metadata has been written to disk, you must write the -actual data stored in the sparsetable to disk. If the value is -"simple" enough, you can do this by calling -write_nopointer_data(). "Simple" data is data that can be -safely copied to disk via fwrite(). Native C data types fall -into this category, as do structs of native C data types. Pointers -and STL objects do not.

- -

Note that write_nopointer_data() does not do any endian -conversion. Thus, it is only appropriate when you intend to read the -data on the same endian architecture as you write the data.

- -

If you cannot use write_nopointer_data() for any reason, -you can write the data yourself by iterating over the -sparsetable with a const_nonempty_iterator and -writing the key and data in any manner you wish.

- -

To read the hashtable information from disk, first you must create -a sparsetable object. Then open a file pointer to point -to the saved sparsetable, and call read_metadata(). If you -saved the data via write_nopointer_data(), you can follow the -read_metadata() call with a call to -read_nopointer_data(). This is all that is needed.

- -

If you saved the data through a custom write routine, you must call -a custom read routine to read in the data. To do this, iterate over -the sparsetable with a nonempty_iterator; this -operation is sensical because the metadata has already been set up. -For each iterator item, you can read the key and value from disk, and -set it appropriately. The code might look like this:

-
-   for (sparsetable<int*>::nonempty_iterator it = t.nonempty_begin();
-        it != t.nonempty_end(); ++it) {
-       *it = new int;
-       fread(*it, sizeof(int), 1, fp);
-   }
-
- -

Here's another example, where the item stored in the sparsetable is -a C++ object with a non-trivial constructor. In this case, you must -use "placement new" to construct the object at the correct memory -location.

-
-   for (sparsetable<ComplicatedCppClass>::nonempty_iterator it = t.nonempty_begin();
-        it != t.nonempty_end(); ++it) {
-       int constructor_arg;   // ComplicatedCppClass takes an int to construct
-       fread(&constructor_arg, sizeof(int), 1, fp);
-       new (&(*it)) ComplicatedCppClass(constructor_arg);     // placement new
-   }
-
- - -

See also

- -

The following are SGI STL concepts and classes related to -sparsetable.

- -Container, -Random Access Container, -sparse_hash_set, -sparse_hash_map - - - diff --git a/clipper/sparsehash-2.0.2/install-sh b/clipper/sparsehash-2.0.2/install-sh deleted file mode 100755 index 6781b98..0000000 --- a/clipper/sparsehash-2.0.2/install-sh +++ /dev/null @@ -1,520 +0,0 @@ -#!/bin/sh -# install - install a program, script, or datafile - -scriptversion=2009-04-28.21; # UTC - -# This originates from X11R5 (mit/util/scripts/install.sh), which was -# later released in X11R6 (xc/config/util/install.sh) with the -# following copyright and license. -# -# Copyright (C) 1994 X Consortium -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to -# deal in the Software without restriction, including without limitation the -# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -# sell copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN -# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- -# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -# -# Except as contained in this notice, the name of the X Consortium shall not -# be used in advertising or otherwise to promote the sale, use or other deal- -# ings in this Software without prior written authorization from the X Consor- -# tium. -# -# -# FSF changes to this file are in the public domain. -# -# Calling this script install-sh is preferred over install.sh, to prevent -# `make' implicit rules from creating a file called install from it -# when there is no Makefile. -# -# This script is compatible with the BSD install script, but was written -# from scratch. - -nl=' -' -IFS=" "" $nl" - -# set DOITPROG to echo to test this script - -# Don't use :- since 4.3BSD and earlier shells don't like it. -doit=${DOITPROG-} -if test -z "$doit"; then - doit_exec=exec -else - doit_exec=$doit -fi - -# Put in absolute file names if you don't have them in your path; -# or use environment vars. - -chgrpprog=${CHGRPPROG-chgrp} -chmodprog=${CHMODPROG-chmod} -chownprog=${CHOWNPROG-chown} -cmpprog=${CMPPROG-cmp} -cpprog=${CPPROG-cp} -mkdirprog=${MKDIRPROG-mkdir} -mvprog=${MVPROG-mv} -rmprog=${RMPROG-rm} -stripprog=${STRIPPROG-strip} - -posix_glob='?' -initialize_posix_glob=' - test "$posix_glob" != "?" || { - if (set -f) 2>/dev/null; then - posix_glob= - else - posix_glob=: - fi - } -' - -posix_mkdir= - -# Desired mode of installed file. -mode=0755 - -chgrpcmd= -chmodcmd=$chmodprog -chowncmd= -mvcmd=$mvprog -rmcmd="$rmprog -f" -stripcmd= - -src= -dst= -dir_arg= -dst_arg= - -copy_on_change=false -no_target_directory= - -usage="\ -Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE - or: $0 [OPTION]... SRCFILES... DIRECTORY - or: $0 [OPTION]... -t DIRECTORY SRCFILES... - or: $0 [OPTION]... -d DIRECTORIES... - -In the 1st form, copy SRCFILE to DSTFILE. -In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. -In the 4th, create DIRECTORIES. - -Options: - --help display this help and exit. - --version display version info and exit. - - -c (ignored) - -C install only if different (preserve the last data modification time) - -d create directories instead of installing files. - -g GROUP $chgrpprog installed files to GROUP. - -m MODE $chmodprog installed files to MODE. - -o USER $chownprog installed files to USER. - -s $stripprog installed files. - -t DIRECTORY install into DIRECTORY. - -T report an error if DSTFILE is a directory. - -Environment variables override the default commands: - CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG - RMPROG STRIPPROG -" - -while test $# -ne 0; do - case $1 in - -c) ;; - - -C) copy_on_change=true;; - - -d) dir_arg=true;; - - -g) chgrpcmd="$chgrpprog $2" - shift;; - - --help) echo "$usage"; exit $?;; - - -m) mode=$2 - case $mode in - *' '* | *' '* | *' -'* | *'*'* | *'?'* | *'['*) - echo "$0: invalid mode: $mode" >&2 - exit 1;; - esac - shift;; - - -o) chowncmd="$chownprog $2" - shift;; - - -s) stripcmd=$stripprog;; - - -t) dst_arg=$2 - shift;; - - -T) no_target_directory=true;; - - --version) echo "$0 $scriptversion"; exit $?;; - - --) shift - break;; - - -*) echo "$0: invalid option: $1" >&2 - exit 1;; - - *) break;; - esac - shift -done - -if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then - # When -d is used, all remaining arguments are directories to create. - # When -t is used, the destination is already specified. - # Otherwise, the last argument is the destination. Remove it from $@. - for arg - do - if test -n "$dst_arg"; then - # $@ is not empty: it contains at least $arg. - set fnord "$@" "$dst_arg" - shift # fnord - fi - shift # arg - dst_arg=$arg - done -fi - -if test $# -eq 0; then - if test -z "$dir_arg"; then - echo "$0: no input file specified." >&2 - exit 1 - fi - # It's OK to call `install-sh -d' without argument. - # This can happen when creating conditional directories. - exit 0 -fi - -if test -z "$dir_arg"; then - trap '(exit $?); exit' 1 2 13 15 - - # Set umask so as not to create temps with too-generous modes. - # However, 'strip' requires both read and write access to temps. - case $mode in - # Optimize common cases. - *644) cp_umask=133;; - *755) cp_umask=22;; - - *[0-7]) - if test -z "$stripcmd"; then - u_plus_rw= - else - u_plus_rw='% 200' - fi - cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; - *) - if test -z "$stripcmd"; then - u_plus_rw= - else - u_plus_rw=,u+rw - fi - cp_umask=$mode$u_plus_rw;; - esac -fi - -for src -do - # Protect names starting with `-'. - case $src in - -*) src=./$src;; - esac - - if test -n "$dir_arg"; then - dst=$src - dstdir=$dst - test -d "$dstdir" - dstdir_status=$? - else - - # Waiting for this to be detected by the "$cpprog $src $dsttmp" command - # might cause directories to be created, which would be especially bad - # if $src (and thus $dsttmp) contains '*'. - if test ! -f "$src" && test ! -d "$src"; then - echo "$0: $src does not exist." >&2 - exit 1 - fi - - if test -z "$dst_arg"; then - echo "$0: no destination specified." >&2 - exit 1 - fi - - dst=$dst_arg - # Protect names starting with `-'. - case $dst in - -*) dst=./$dst;; - esac - - # If destination is a directory, append the input filename; won't work - # if double slashes aren't ignored. - if test -d "$dst"; then - if test -n "$no_target_directory"; then - echo "$0: $dst_arg: Is a directory" >&2 - exit 1 - fi - dstdir=$dst - dst=$dstdir/`basename "$src"` - dstdir_status=0 - else - # Prefer dirname, but fall back on a substitute if dirname fails. - dstdir=` - (dirname "$dst") 2>/dev/null || - expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$dst" : 'X\(//\)[^/]' \| \ - X"$dst" : 'X\(//\)$' \| \ - X"$dst" : 'X\(/\)' \| . 2>/dev/null || - echo X"$dst" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q' - ` - - test -d "$dstdir" - dstdir_status=$? - fi - fi - - obsolete_mkdir_used=false - - if test $dstdir_status != 0; then - case $posix_mkdir in - '') - # Create intermediate dirs using mode 755 as modified by the umask. - # This is like FreeBSD 'install' as of 1997-10-28. - umask=`umask` - case $stripcmd.$umask in - # Optimize common cases. - *[2367][2367]) mkdir_umask=$umask;; - .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; - - *[0-7]) - mkdir_umask=`expr $umask + 22 \ - - $umask % 100 % 40 + $umask % 20 \ - - $umask % 10 % 4 + $umask % 2 - `;; - *) mkdir_umask=$umask,go-w;; - esac - - # With -d, create the new directory with the user-specified mode. - # Otherwise, rely on $mkdir_umask. - if test -n "$dir_arg"; then - mkdir_mode=-m$mode - else - mkdir_mode= - fi - - posix_mkdir=false - case $umask in - *[123567][0-7][0-7]) - # POSIX mkdir -p sets u+wx bits regardless of umask, which - # is incompatible with FreeBSD 'install' when (umask & 300) != 0. - ;; - *) - tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ - trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 - - if (umask $mkdir_umask && - exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 - then - if test -z "$dir_arg" || { - # Check for POSIX incompatibilities with -m. - # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or - # other-writeable bit of parent directory when it shouldn't. - # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. - ls_ld_tmpdir=`ls -ld "$tmpdir"` - case $ls_ld_tmpdir in - d????-?r-*) different_mode=700;; - d????-?--*) different_mode=755;; - *) false;; - esac && - $mkdirprog -m$different_mode -p -- "$tmpdir" && { - ls_ld_tmpdir_1=`ls -ld "$tmpdir"` - test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" - } - } - then posix_mkdir=: - fi - rmdir "$tmpdir/d" "$tmpdir" - else - # Remove any dirs left behind by ancient mkdir implementations. - rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null - fi - trap '' 0;; - esac;; - esac - - if - $posix_mkdir && ( - umask $mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" - ) - then : - else - - # The umask is ridiculous, or mkdir does not conform to POSIX, - # or it failed possibly due to a race condition. Create the - # directory the slow way, step by step, checking for races as we go. - - case $dstdir in - /*) prefix='/';; - -*) prefix='./';; - *) prefix='';; - esac - - eval "$initialize_posix_glob" - - oIFS=$IFS - IFS=/ - $posix_glob set -f - set fnord $dstdir - shift - $posix_glob set +f - IFS=$oIFS - - prefixes= - - for d - do - test -z "$d" && continue - - prefix=$prefix$d - if test -d "$prefix"; then - prefixes= - else - if $posix_mkdir; then - (umask=$mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break - # Don't fail if two instances are running concurrently. - test -d "$prefix" || exit 1 - else - case $prefix in - *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; - *) qprefix=$prefix;; - esac - prefixes="$prefixes '$qprefix'" - fi - fi - prefix=$prefix/ - done - - if test -n "$prefixes"; then - # Don't fail if two instances are running concurrently. - (umask $mkdir_umask && - eval "\$doit_exec \$mkdirprog $prefixes") || - test -d "$dstdir" || exit 1 - obsolete_mkdir_used=true - fi - fi - fi - - if test -n "$dir_arg"; then - { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && - { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && - { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || - test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 - else - - # Make a couple of temp file names in the proper directory. - dsttmp=$dstdir/_inst.$$_ - rmtmp=$dstdir/_rm.$$_ - - # Trap to clean up those temp files at exit. - trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 - - # Copy the file name to the temp name. - (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && - - # and set any options; do chmod last to preserve setuid bits. - # - # If any of these fail, we abort the whole thing. If we want to - # ignore errors from any of these, just make sure not to ignore - # errors from the above "$doit $cpprog $src $dsttmp" command. - # - { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && - { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && - { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && - { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && - - # If -C, don't bother to copy if it wouldn't change the file. - if $copy_on_change && - old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && - new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && - - eval "$initialize_posix_glob" && - $posix_glob set -f && - set X $old && old=:$2:$4:$5:$6 && - set X $new && new=:$2:$4:$5:$6 && - $posix_glob set +f && - - test "$old" = "$new" && - $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 - then - rm -f "$dsttmp" - else - # Rename the file to the real destination. - $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || - - # The rename failed, perhaps because mv can't rename something else - # to itself, or perhaps because mv is so ancient that it does not - # support -f. - { - # Now remove or move aside any old file at destination location. - # We try this two ways since rm can't unlink itself on some - # systems and the destination file might be busy for other - # reasons. In this case, the final cleanup might fail but the new - # file should still install successfully. - { - test ! -f "$dst" || - $doit $rmcmd -f "$dst" 2>/dev/null || - { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && - { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } - } || - { echo "$0: cannot unlink or rename $dst" >&2 - (exit 1); exit 1 - } - } && - - # Now rename the file to the real destination. - $doit $mvcmd "$dsttmp" "$dst" - } - fi || exit 1 - - trap '' 0 - fi -done - -# Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) -# time-stamp-start: "scriptversion=" -# time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" -# time-stamp-end: "; # UTC" -# End: diff --git a/clipper/sparsehash-2.0.2/m4/acx_pthread.m4 b/clipper/sparsehash-2.0.2/m4/acx_pthread.m4 deleted file mode 100644 index 89d42c7..0000000 --- a/clipper/sparsehash-2.0.2/m4/acx_pthread.m4 +++ /dev/null @@ -1,397 +0,0 @@ -# This was retrieved from -# http://svn.0pointer.de/viewvc/trunk/common/acx_pthread.m4?revision=1277&root=avahi -# See also (perhaps for new versions?) -# http://svn.0pointer.de/viewvc/trunk/common/acx_pthread.m4?root=avahi -# -# We've rewritten the inconsistency check code (from avahi), to work -# more broadly. In particular, it no longer assumes ld accepts -zdefs. -# This caused a restructing of the code, but the functionality has only -# changed a little. - -dnl @synopsis ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) -dnl -dnl @summary figure out how to build C programs using POSIX threads -dnl -dnl This macro figures out how to build C programs using POSIX threads. -dnl It sets the PTHREAD_LIBS output variable to the threads library and -dnl linker flags, and the PTHREAD_CFLAGS output variable to any special -dnl C compiler flags that are needed. (The user can also force certain -dnl compiler flags/libs to be tested by setting these environment -dnl variables.) -dnl -dnl Also sets PTHREAD_CC to any special C compiler that is needed for -dnl multi-threaded programs (defaults to the value of CC otherwise). -dnl (This is necessary on AIX to use the special cc_r compiler alias.) -dnl -dnl NOTE: You are assumed to not only compile your program with these -dnl flags, but also link it with them as well. e.g. you should link -dnl with $PTHREAD_CC $CFLAGS $PTHREAD_CFLAGS $LDFLAGS ... $PTHREAD_LIBS -dnl $LIBS -dnl -dnl If you are only building threads programs, you may wish to use -dnl these variables in your default LIBS, CFLAGS, and CC: -dnl -dnl LIBS="$PTHREAD_LIBS $LIBS" -dnl CFLAGS="$CFLAGS $PTHREAD_CFLAGS" -dnl CC="$PTHREAD_CC" -dnl -dnl In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute -dnl constant has a nonstandard name, defines PTHREAD_CREATE_JOINABLE to -dnl that name (e.g. PTHREAD_CREATE_UNDETACHED on AIX). -dnl -dnl ACTION-IF-FOUND is a list of shell commands to run if a threads -dnl library is found, and ACTION-IF-NOT-FOUND is a list of commands to -dnl run it if it is not found. If ACTION-IF-FOUND is not specified, the -dnl default action will define HAVE_PTHREAD. -dnl -dnl Please let the authors know if this macro fails on any platform, or -dnl if you have any other suggestions or comments. This macro was based -dnl on work by SGJ on autoconf scripts for FFTW (www.fftw.org) (with -dnl help from M. Frigo), as well as ac_pthread and hb_pthread macros -dnl posted by Alejandro Forero Cuervo to the autoconf macro repository. -dnl We are also grateful for the helpful feedback of numerous users. -dnl -dnl @category InstalledPackages -dnl @author Steven G. Johnson -dnl @version 2006-05-29 -dnl @license GPLWithACException -dnl -dnl Checks for GCC shared/pthread inconsistency based on work by -dnl Marcin Owsiany - - -AC_DEFUN([ACX_PTHREAD], [ -AC_REQUIRE([AC_CANONICAL_HOST]) -AC_LANG_SAVE -AC_LANG_C -acx_pthread_ok=no - -# We used to check for pthread.h first, but this fails if pthread.h -# requires special compiler flags (e.g. on True64 or Sequent). -# It gets checked for in the link test anyway. - -# First of all, check if the user has set any of the PTHREAD_LIBS, -# etcetera environment variables, and if threads linking works using -# them: -if test x"$PTHREAD_LIBS$PTHREAD_CFLAGS" != x; then - save_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS $PTHREAD_CFLAGS" - save_LIBS="$LIBS" - LIBS="$PTHREAD_LIBS $LIBS" - AC_MSG_CHECKING([for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS]) - AC_TRY_LINK_FUNC(pthread_join, acx_pthread_ok=yes) - AC_MSG_RESULT($acx_pthread_ok) - if test x"$acx_pthread_ok" = xno; then - PTHREAD_LIBS="" - PTHREAD_CFLAGS="" - fi - LIBS="$save_LIBS" - CFLAGS="$save_CFLAGS" -fi - -# We must check for the threads library under a number of different -# names; the ordering is very important because some systems -# (e.g. DEC) have both -lpthread and -lpthreads, where one of the -# libraries is broken (non-POSIX). - -# Create a list of thread flags to try. Items starting with a "-" are -# C compiler flags, and other items are library names, except for "none" -# which indicates that we try without any flags at all, and "pthread-config" -# which is a program returning the flags for the Pth emulation library. - -acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config" - -# The ordering *is* (sometimes) important. Some notes on the -# individual items follow: - -# pthreads: AIX (must check this before -lpthread) -# none: in case threads are in libc; should be tried before -Kthread and -# other compiler flags to prevent continual compiler warnings -# -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h) -# -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able) -# lthread: LinuxThreads port on FreeBSD (also preferred to -pthread) -# -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads) -# -pthreads: Solaris/gcc -# -mthreads: Mingw32/gcc, Lynx/gcc -# -mt: Sun Workshop C (may only link SunOS threads [-lthread], but it -# doesn't hurt to check since this sometimes defines pthreads too; -# also defines -D_REENTRANT) -# ... -mt is also the pthreads flag for HP/aCC -# pthread: Linux, etcetera -# --thread-safe: KAI C++ -# pthread-config: use pthread-config program (for GNU Pth library) - -case "${host_cpu}-${host_os}" in - *solaris*) - - # On Solaris (at least, for some versions), libc contains stubbed - # (non-functional) versions of the pthreads routines, so link-based - # tests will erroneously succeed. (We need to link with -pthreads/-mt/ - # -lpthread.) (The stubs are missing pthread_cleanup_push, or rather - # a function called by this macro, so we could check for that, but - # who knows whether they'll stub that too in a future libc.) So, - # we'll just look for -pthreads and -lpthread first: - - acx_pthread_flags="-pthreads pthread -mt -pthread $acx_pthread_flags" - ;; -esac - -if test x"$acx_pthread_ok" = xno; then -for flag in $acx_pthread_flags; do - - case $flag in - none) - AC_MSG_CHECKING([whether pthreads work without any flags]) - ;; - - -*) - AC_MSG_CHECKING([whether pthreads work with $flag]) - PTHREAD_CFLAGS="$flag" - ;; - - pthread-config) - AC_CHECK_PROG(acx_pthread_config, pthread-config, yes, no) - if test x"$acx_pthread_config" = xno; then continue; fi - PTHREAD_CFLAGS="`pthread-config --cflags`" - PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`" - ;; - - *) - AC_MSG_CHECKING([for the pthreads library -l$flag]) - PTHREAD_LIBS="-l$flag" - ;; - esac - - save_LIBS="$LIBS" - save_CFLAGS="$CFLAGS" - LIBS="$PTHREAD_LIBS $LIBS" - CFLAGS="$CFLAGS $PTHREAD_CFLAGS" - - # Check for various functions. We must include pthread.h, - # since some functions may be macros. (On the Sequent, we - # need a special flag -Kthread to make this header compile.) - # We check for pthread_join because it is in -lpthread on IRIX - # while pthread_create is in libc. We check for pthread_attr_init - # due to DEC craziness with -lpthreads. We check for - # pthread_cleanup_push because it is one of the few pthread - # functions on Solaris that doesn't have a non-functional libc stub. - # We try pthread_create on general principles. - AC_TRY_LINK([#include ], - [pthread_t th; pthread_join(th, 0); - pthread_attr_init(0); pthread_cleanup_push(0, 0); - pthread_create(0,0,0,0); pthread_cleanup_pop(0); ], - [acx_pthread_ok=yes]) - - LIBS="$save_LIBS" - CFLAGS="$save_CFLAGS" - - AC_MSG_RESULT($acx_pthread_ok) - if test "x$acx_pthread_ok" = xyes; then - break; - fi - - PTHREAD_LIBS="" - PTHREAD_CFLAGS="" -done -fi - -# Various other checks: -if test "x$acx_pthread_ok" = xyes; then - save_LIBS="$LIBS" - LIBS="$PTHREAD_LIBS $LIBS" - save_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS $PTHREAD_CFLAGS" - - # Detect AIX lossage: JOINABLE attribute is called UNDETACHED. - AC_MSG_CHECKING([for joinable pthread attribute]) - attr_name=unknown - for attr in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED; do - AC_TRY_LINK([#include ], [int attr=$attr; return attr;], - [attr_name=$attr; break]) - done - AC_MSG_RESULT($attr_name) - if test "$attr_name" != PTHREAD_CREATE_JOINABLE; then - AC_DEFINE_UNQUOTED(PTHREAD_CREATE_JOINABLE, $attr_name, - [Define to necessary symbol if this constant - uses a non-standard name on your system.]) - fi - - AC_MSG_CHECKING([if more special flags are required for pthreads]) - flag=no - case "${host_cpu}-${host_os}" in - *-aix* | *-freebsd* | *-darwin*) flag="-D_THREAD_SAFE";; - *solaris* | *-osf* | *-hpux*) flag="-D_REENTRANT";; - esac - AC_MSG_RESULT(${flag}) - if test "x$flag" != xno; then - PTHREAD_CFLAGS="$flag $PTHREAD_CFLAGS" - fi - - LIBS="$save_LIBS" - CFLAGS="$save_CFLAGS" - # More AIX lossage: must compile with xlc_r or cc_r - if test x"$GCC" != xyes; then - AC_CHECK_PROGS(PTHREAD_CC, xlc_r cc_r, ${CC}) - else - PTHREAD_CC=$CC - fi - - # The next part tries to detect GCC inconsistency with -shared on some - # architectures and systems. The problem is that in certain - # configurations, when -shared is specified, GCC "forgets" to - # internally use various flags which are still necessary. - - # - # Prepare the flags - # - save_CFLAGS="$CFLAGS" - save_LIBS="$LIBS" - save_CC="$CC" - - # Try with the flags determined by the earlier checks. - # - # -Wl,-z,defs forces link-time symbol resolution, so that the - # linking checks with -shared actually have any value - # - # FIXME: -fPIC is required for -shared on many architectures, - # so we specify it here, but the right way would probably be to - # properly detect whether it is actually required. - CFLAGS="-shared -fPIC -Wl,-z,defs $CFLAGS $PTHREAD_CFLAGS" - LIBS="$PTHREAD_LIBS $LIBS" - CC="$PTHREAD_CC" - - # In order not to create several levels of indentation, we test - # the value of "$done" until we find the cure or run out of ideas. - done="no" - - # First, make sure the CFLAGS we added are actually accepted by our - # compiler. If not (and OS X's ld, for instance, does not accept -z), - # then we can't do this test. - if test x"$done" = xno; then - AC_MSG_CHECKING([whether to check for GCC pthread/shared inconsistencies]) - AC_TRY_LINK(,, , [done=yes]) - - if test "x$done" = xyes ; then - AC_MSG_RESULT([no]) - else - AC_MSG_RESULT([yes]) - fi - fi - - if test x"$done" = xno; then - AC_MSG_CHECKING([whether -pthread is sufficient with -shared]) - AC_TRY_LINK([#include ], - [pthread_t th; pthread_join(th, 0); - pthread_attr_init(0); pthread_cleanup_push(0, 0); - pthread_create(0,0,0,0); pthread_cleanup_pop(0); ], - [done=yes]) - - if test "x$done" = xyes; then - AC_MSG_RESULT([yes]) - else - AC_MSG_RESULT([no]) - fi - fi - - # - # Linux gcc on some architectures such as mips/mipsel forgets - # about -lpthread - # - if test x"$done" = xno; then - AC_MSG_CHECKING([whether -lpthread fixes that]) - LIBS="-lpthread $PTHREAD_LIBS $save_LIBS" - AC_TRY_LINK([#include ], - [pthread_t th; pthread_join(th, 0); - pthread_attr_init(0); pthread_cleanup_push(0, 0); - pthread_create(0,0,0,0); pthread_cleanup_pop(0); ], - [done=yes]) - - if test "x$done" = xyes; then - AC_MSG_RESULT([yes]) - PTHREAD_LIBS="-lpthread $PTHREAD_LIBS" - else - AC_MSG_RESULT([no]) - fi - fi - # - # FreeBSD 4.10 gcc forgets to use -lc_r instead of -lc - # - if test x"$done" = xno; then - AC_MSG_CHECKING([whether -lc_r fixes that]) - LIBS="-lc_r $PTHREAD_LIBS $save_LIBS" - AC_TRY_LINK([#include ], - [pthread_t th; pthread_join(th, 0); - pthread_attr_init(0); pthread_cleanup_push(0, 0); - pthread_create(0,0,0,0); pthread_cleanup_pop(0); ], - [done=yes]) - - if test "x$done" = xyes; then - AC_MSG_RESULT([yes]) - PTHREAD_LIBS="-lc_r $PTHREAD_LIBS" - else - AC_MSG_RESULT([no]) - fi - fi - if test x"$done" = xno; then - # OK, we have run out of ideas - AC_MSG_WARN([Impossible to determine how to use pthreads with shared libraries]) - - # so it's not safe to assume that we may use pthreads - acx_pthread_ok=no - fi - - AC_MSG_CHECKING([whether what we have so far is sufficient with -nostdlib]) - CFLAGS="-nostdlib $CFLAGS" - # we need c with nostdlib - LIBS="$LIBS -lc" - AC_TRY_LINK([#include ], - [pthread_t th; pthread_join(th, 0); - pthread_attr_init(0); pthread_cleanup_push(0, 0); - pthread_create(0,0,0,0); pthread_cleanup_pop(0); ], - [done=yes],[done=no]) - - if test "x$done" = xyes; then - AC_MSG_RESULT([yes]) - else - AC_MSG_RESULT([no]) - fi - - if test x"$done" = xno; then - AC_MSG_CHECKING([whether -lpthread saves the day]) - LIBS="-lpthread $LIBS" - AC_TRY_LINK([#include ], - [pthread_t th; pthread_join(th, 0); - pthread_attr_init(0); pthread_cleanup_push(0, 0); - pthread_create(0,0,0,0); pthread_cleanup_pop(0); ], - [done=yes],[done=no]) - - if test "x$done" = xyes; then - AC_MSG_RESULT([yes]) - PTHREAD_LIBS="$PTHREAD_LIBS -lpthread" - else - AC_MSG_RESULT([no]) - AC_MSG_WARN([Impossible to determine how to use pthreads with shared libraries and -nostdlib]) - fi - fi - - CFLAGS="$save_CFLAGS" - LIBS="$save_LIBS" - CC="$save_CC" -else - PTHREAD_CC="$CC" -fi - -AC_SUBST(PTHREAD_LIBS) -AC_SUBST(PTHREAD_CFLAGS) -AC_SUBST(PTHREAD_CC) - -# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND: -if test x"$acx_pthread_ok" = xyes; then - ifelse([$1],,AC_DEFINE(HAVE_PTHREAD,1,[Define if you have POSIX threads libraries and header files.]),[$1]) - : -else - acx_pthread_ok=no - $2 -fi -AC_LANG_RESTORE -])dnl ACX_PTHREAD diff --git a/clipper/sparsehash-2.0.2/m4/google_namespace.m4 b/clipper/sparsehash-2.0.2/m4/google_namespace.m4 deleted file mode 100644 index 7f244cc..0000000 --- a/clipper/sparsehash-2.0.2/m4/google_namespace.m4 +++ /dev/null @@ -1,42 +0,0 @@ -# Allow users to override the namespace we define our application's classes in -# Arg $1 is the default namespace to use if --enable-namespace isn't present. - -# In general, $1 should be 'google', so we put all our exported symbols in a -# unique namespace that is not likely to conflict with anyone else. However, -# when it makes sense -- for instance, when publishing stl-like code -- you -# may want to go with a different default, like 'std'. - -# We guarantee the invariant that GOOGLE_NAMESPACE starts with ::, -# unless it's the empty string. Thus, it's always safe to do -# GOOGLE_NAMESPACE::foo and be sure you're getting the foo that's -# actually in the google namespace, and not some other namespace that -# the namespace rules might kick in. - -AC_DEFUN([AC_DEFINE_GOOGLE_NAMESPACE], - [google_namespace_default=[$1] - AC_ARG_ENABLE(namespace, [ --enable-namespace=FOO to define these Google - classes in the FOO namespace. --disable-namespace - to define them in the global namespace. Default - is to define them in namespace $1.], - [case "$enableval" in - yes) google_namespace="$google_namespace_default" ;; - no) google_namespace="" ;; - *) google_namespace="$enableval" ;; - esac], - [google_namespace="$google_namespace_default"]) - if test -n "$google_namespace"; then - ac_google_namespace="::$google_namespace" - ac_google_start_namespace="namespace $google_namespace {" - ac_google_end_namespace="}" - else - ac_google_namespace="" - ac_google_start_namespace="" - ac_google_end_namespace="" - fi - AC_DEFINE_UNQUOTED(GOOGLE_NAMESPACE, $ac_google_namespace, - Namespace for Google classes) - AC_DEFINE_UNQUOTED(_START_GOOGLE_NAMESPACE_, $ac_google_start_namespace, - Puts following code inside the Google namespace) - AC_DEFINE_UNQUOTED(_END_GOOGLE_NAMESPACE_, $ac_google_end_namespace, - Stops putting the code inside the Google namespace) -]) diff --git a/clipper/sparsehash-2.0.2/m4/namespaces.m4 b/clipper/sparsehash-2.0.2/m4/namespaces.m4 deleted file mode 100644 index d78dbe4..0000000 --- a/clipper/sparsehash-2.0.2/m4/namespaces.m4 +++ /dev/null @@ -1,15 +0,0 @@ -# Checks whether the compiler implements namespaces -AC_DEFUN([AC_CXX_NAMESPACES], - [AC_CACHE_CHECK(whether the compiler implements namespaces, - ac_cv_cxx_namespaces, - [AC_LANG_SAVE - AC_LANG_CPLUSPLUS - AC_TRY_COMPILE([namespace Outer { - namespace Inner { int i = 0; }}], - [using namespace Outer::Inner; return i;], - ac_cv_cxx_namespaces=yes, - ac_cv_cxx_namespaces=no) - AC_LANG_RESTORE]) - if test "$ac_cv_cxx_namespaces" = yes; then - AC_DEFINE(HAVE_NAMESPACES, 1, [define if the compiler implements namespaces]) - fi]) diff --git a/clipper/sparsehash-2.0.2/m4/stl_hash.m4 b/clipper/sparsehash-2.0.2/m4/stl_hash.m4 deleted file mode 100644 index a31baab..0000000 --- a/clipper/sparsehash-2.0.2/m4/stl_hash.m4 +++ /dev/null @@ -1,70 +0,0 @@ -# We check two things: where the include file is for -# unordered_map/hash_map (we prefer the first form), and what -# namespace unordered/hash_map lives in within that include file. We -# include AC_TRY_COMPILE for all the combinations we've seen in the -# wild. We define HASH_MAP_H to the location of the header file, and -# HASH_NAMESPACE to the namespace the class (unordered_map or -# hash_map) is in. We define HAVE_UNORDERED_MAP if the class we found -# is named unordered_map, or leave it undefined if not. - -# This also checks if unordered map exists. -AC_DEFUN([AC_CXX_STL_HASH], - [AC_REQUIRE([AC_CXX_NAMESPACES]) - AC_MSG_CHECKING(the location of hash_map) - AC_LANG_SAVE - AC_LANG_CPLUSPLUS - ac_cv_cxx_hash_map="" - # First try unordered_map, but not on gcc's before 4.2 -- I've - # seen unexplainable unordered_map bugs with -O2 on older gcc's. - AC_TRY_COMPILE([#if defined(__GNUC__) && (__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 2)) - # error GCC too old for unordered_map - #endif - ], - [/* no program body necessary */], - [stl_hash_old_gcc=no], - [stl_hash_old_gcc=yes]) - for location in unordered_map tr1/unordered_map; do - for namespace in std std::tr1; do - if test -z "$ac_cv_cxx_hash_map" -a "$stl_hash_old_gcc" != yes; then - # Some older gcc's have a buggy tr1, so test a bit of code. - AC_TRY_COMPILE([#include <$location>], - [const ${namespace}::unordered_map t; - return t.find(5) == t.end();], - [ac_cv_cxx_hash_map="<$location>"; - ac_cv_cxx_hash_namespace="$namespace"; - ac_cv_cxx_have_unordered_map="yes";]) - fi - done - done - # Now try hash_map - for location in ext/hash_map hash_map; do - for namespace in __gnu_cxx "" std stdext; do - if test -z "$ac_cv_cxx_hash_map"; then - AC_TRY_COMPILE([#include <$location>], - [${namespace}::hash_map t], - [ac_cv_cxx_hash_map="<$location>"; - ac_cv_cxx_hash_namespace="$namespace"; - ac_cv_cxx_have_unordered_map="no";]) - fi - done - done - ac_cv_cxx_hash_set=`echo "$ac_cv_cxx_hash_map" | sed s/map/set/`; - if test -n "$ac_cv_cxx_hash_map"; then - AC_DEFINE(HAVE_HASH_MAP, 1, [define if the compiler has hash_map]) - AC_DEFINE(HAVE_HASH_SET, 1, [define if the compiler has hash_set]) - AC_DEFINE_UNQUOTED(HASH_MAP_H,$ac_cv_cxx_hash_map, - [the location of or ]) - AC_DEFINE_UNQUOTED(HASH_SET_H,$ac_cv_cxx_hash_set, - [the location of or ]) - AC_DEFINE_UNQUOTED(HASH_NAMESPACE,$ac_cv_cxx_hash_namespace, - [the namespace of hash_map/hash_set]) - if test "$ac_cv_cxx_have_unordered_map" = yes; then - AC_DEFINE(HAVE_UNORDERED_MAP,1, - [define if the compiler supports unordered_{map,set}]) - fi - AC_MSG_RESULT([$ac_cv_cxx_hash_map]) - else - AC_MSG_RESULT() - AC_MSG_WARN([could not find an STL hash_map]) - fi -]) diff --git a/clipper/sparsehash-2.0.2/m4/stl_hash_fun.m4 b/clipper/sparsehash-2.0.2/m4/stl_hash_fun.m4 deleted file mode 100644 index 962b088..0000000 --- a/clipper/sparsehash-2.0.2/m4/stl_hash_fun.m4 +++ /dev/null @@ -1,36 +0,0 @@ -# We just try to figure out where hash<> is defined. It's in some file -# that ends in hash_fun.h... -# -# Ideally we'd use AC_CACHE_CHECK, but that only lets us store one value -# at a time, and we need to store two (filename and namespace). -# prints messages itself, so we have to do the message-printing ourselves -# via AC_MSG_CHECKING + AC_MSG_RESULT. (TODO(csilvers): can we cache?) -# -# tr1/functional_hash.h: new gcc's with tr1 support -# stl_hash_fun.h: old gcc's (gc2.95?) -# ext/hash_fun.h: newer gcc's (gcc4) -# stl/_hash_fun.h: STLport - -AC_DEFUN([AC_CXX_STL_HASH_FUN], - [AC_REQUIRE([AC_CXX_STL_HASH]) - AC_MSG_CHECKING(how to include hash_fun directly) - AC_LANG_SAVE - AC_LANG_CPLUSPLUS - ac_cv_cxx_stl_hash_fun="" - for location in functional tr1/functional \ - ext/hash_fun.h ext/stl_hash_fun.h \ - hash_fun.h stl_hash_fun.h \ - stl/_hash_fun.h; do - if test -z "$ac_cv_cxx_stl_hash_fun"; then - AC_TRY_COMPILE([#include <$location>], - [int x = ${ac_cv_cxx_hash_namespace}::hash()(5)], - [ac_cv_cxx_stl_hash_fun="<$location>";]) - fi - done - AC_LANG_RESTORE - AC_DEFINE_UNQUOTED(HASH_FUN_H,$ac_cv_cxx_stl_hash_fun, - [the location of the header defining hash functions]) - AC_DEFINE_UNQUOTED(HASH_NAMESPACE,$ac_cv_cxx_hash_namespace, - [the namespace of the hash<> function]) - AC_MSG_RESULT([$ac_cv_cxx_stl_hash_fun]) -]) diff --git a/clipper/sparsehash-2.0.2/missing b/clipper/sparsehash-2.0.2/missing deleted file mode 100755 index 28055d2..0000000 --- a/clipper/sparsehash-2.0.2/missing +++ /dev/null @@ -1,376 +0,0 @@ -#! /bin/sh -# Common stub for a few missing GNU programs while installing. - -scriptversion=2009-04-28.21; # UTC - -# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, -# 2008, 2009 Free Software Foundation, Inc. -# Originally by Fran,cois Pinard , 1996. - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -# As a special exception to the GNU General Public License, if you -# distribute this file as part of a program that contains a -# configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that program. - -if test $# -eq 0; then - echo 1>&2 "Try \`$0 --help' for more information" - exit 1 -fi - -run=: -sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' -sed_minuso='s/.* -o \([^ ]*\).*/\1/p' - -# In the cases where this matters, `missing' is being run in the -# srcdir already. -if test -f configure.ac; then - configure_ac=configure.ac -else - configure_ac=configure.in -fi - -msg="missing on your system" - -case $1 in ---run) - # Try to run requested program, and just exit if it succeeds. - run= - shift - "$@" && exit 0 - # Exit code 63 means version mismatch. This often happens - # when the user try to use an ancient version of a tool on - # a file that requires a minimum version. In this case we - # we should proceed has if the program had been absent, or - # if --run hadn't been passed. - if test $? = 63; then - run=: - msg="probably too old" - fi - ;; - - -h|--h|--he|--hel|--help) - echo "\ -$0 [OPTION]... PROGRAM [ARGUMENT]... - -Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an -error status if there is no known handling for PROGRAM. - -Options: - -h, --help display this help and exit - -v, --version output version information and exit - --run try to run the given command, and emulate it if it fails - -Supported PROGRAM values: - aclocal touch file \`aclocal.m4' - autoconf touch file \`configure' - autoheader touch file \`config.h.in' - autom4te touch the output file, or create a stub one - automake touch all \`Makefile.in' files - bison create \`y.tab.[ch]', if possible, from existing .[ch] - flex create \`lex.yy.c', if possible, from existing .c - help2man touch the output file - lex create \`lex.yy.c', if possible, from existing .c - makeinfo touch the output file - tar try tar, gnutar, gtar, then tar without non-portable flags - yacc create \`y.tab.[ch]', if possible, from existing .[ch] - -Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and -\`g' are ignored when checking the name. - -Send bug reports to ." - exit $? - ;; - - -v|--v|--ve|--ver|--vers|--versi|--versio|--version) - echo "missing $scriptversion (GNU Automake)" - exit $? - ;; - - -*) - echo 1>&2 "$0: Unknown \`$1' option" - echo 1>&2 "Try \`$0 --help' for more information" - exit 1 - ;; - -esac - -# normalize program name to check for. -program=`echo "$1" | sed ' - s/^gnu-//; t - s/^gnu//; t - s/^g//; t'` - -# Now exit if we have it, but it failed. Also exit now if we -# don't have it and --version was passed (most likely to detect -# the program). This is about non-GNU programs, so use $1 not -# $program. -case $1 in - lex*|yacc*) - # Not GNU programs, they don't have --version. - ;; - - tar*) - if test -n "$run"; then - echo 1>&2 "ERROR: \`tar' requires --run" - exit 1 - elif test "x$2" = "x--version" || test "x$2" = "x--help"; then - exit 1 - fi - ;; - - *) - if test -z "$run" && ($1 --version) > /dev/null 2>&1; then - # We have it, but it failed. - exit 1 - elif test "x$2" = "x--version" || test "x$2" = "x--help"; then - # Could not run --version or --help. This is probably someone - # running `$TOOL --version' or `$TOOL --help' to check whether - # $TOOL exists and not knowing $TOOL uses missing. - exit 1 - fi - ;; -esac - -# If it does not exist, or fails to run (possibly an outdated version), -# try to emulate it. -case $program in - aclocal*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified \`acinclude.m4' or \`${configure_ac}'. You might want - to install the \`Automake' and \`Perl' packages. Grab them from - any GNU archive site." - touch aclocal.m4 - ;; - - autoconf*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified \`${configure_ac}'. You might want to install the - \`Autoconf' and \`GNU m4' packages. Grab them from any GNU - archive site." - touch configure - ;; - - autoheader*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified \`acconfig.h' or \`${configure_ac}'. You might want - to install the \`Autoconf' and \`GNU m4' packages. Grab them - from any GNU archive site." - files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` - test -z "$files" && files="config.h" - touch_files= - for f in $files; do - case $f in - *:*) touch_files="$touch_files "`echo "$f" | - sed -e 's/^[^:]*://' -e 's/:.*//'`;; - *) touch_files="$touch_files $f.in";; - esac - done - touch $touch_files - ;; - - automake*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. - You might want to install the \`Automake' and \`Perl' packages. - Grab them from any GNU archive site." - find . -type f -name Makefile.am -print | - sed 's/\.am$/.in/' | - while read f; do touch "$f"; done - ;; - - autom4te*) - echo 1>&2 "\ -WARNING: \`$1' is needed, but is $msg. - You might have modified some files without having the - proper tools for further handling them. - You can get \`$1' as part of \`Autoconf' from any GNU - archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo "#! /bin/sh" - echo "# Created by GNU Automake missing as a replacement of" - echo "# $ $@" - echo "exit 0" - chmod +x $file - exit 1 - fi - ;; - - bison*|yacc*) - echo 1>&2 "\ -WARNING: \`$1' $msg. You should only need it if - you modified a \`.y' file. You may need the \`Bison' package - in order for those modifications to take effect. You can get - \`Bison' from any GNU archive site." - rm -f y.tab.c y.tab.h - if test $# -ne 1; then - eval LASTARG="\${$#}" - case $LASTARG in - *.y) - SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.c - fi - SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.h - fi - ;; - esac - fi - if test ! -f y.tab.h; then - echo >y.tab.h - fi - if test ! -f y.tab.c; then - echo 'main() { return 0; }' >y.tab.c - fi - ;; - - lex*|flex*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified a \`.l' file. You may need the \`Flex' package - in order for those modifications to take effect. You can get - \`Flex' from any GNU archive site." - rm -f lex.yy.c - if test $# -ne 1; then - eval LASTARG="\${$#}" - case $LASTARG in - *.l) - SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" lex.yy.c - fi - ;; - esac - fi - if test ! -f lex.yy.c; then - echo 'main() { return 0; }' >lex.yy.c - fi - ;; - - help2man*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified a dependency of a manual page. You may need the - \`Help2man' package in order for those modifications to take - effect. You can get \`Help2man' from any GNU archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo ".ab help2man is required to generate this page" - exit $? - fi - ;; - - makeinfo*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified a \`.texi' or \`.texinfo' file, or any other file - indirectly affecting the aspect of the manual. The spurious - call might also be the consequence of using a buggy \`make' (AIX, - DU, IRIX). You might want to install the \`Texinfo' package or - the \`GNU make' package. Grab either from any GNU archive site." - # The file to touch is that specified with -o ... - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -z "$file"; then - # ... or it is the one specified with @setfilename ... - infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` - file=`sed -n ' - /^@setfilename/{ - s/.* \([^ ]*\) *$/\1/ - p - q - }' $infile` - # ... or it is derived from the source name (dir/f.texi becomes f.info) - test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info - fi - # If the file does not exist, the user really needs makeinfo; - # let's fail without touching anything. - test -f $file || exit 1 - touch $file - ;; - - tar*) - shift - - # We have already tried tar in the generic part. - # Look for gnutar/gtar before invocation to avoid ugly error - # messages. - if (gnutar --version > /dev/null 2>&1); then - gnutar "$@" && exit 0 - fi - if (gtar --version > /dev/null 2>&1); then - gtar "$@" && exit 0 - fi - firstarg="$1" - if shift; then - case $firstarg in - *o*) - firstarg=`echo "$firstarg" | sed s/o//` - tar "$firstarg" "$@" && exit 0 - ;; - esac - case $firstarg in - *h*) - firstarg=`echo "$firstarg" | sed s/h//` - tar "$firstarg" "$@" && exit 0 - ;; - esac - fi - - echo 1>&2 "\ -WARNING: I can't seem to be able to run \`tar' with the given arguments. - You may want to install GNU tar or Free paxutils, or check the - command line arguments." - exit 1 - ;; - - *) - echo 1>&2 "\ -WARNING: \`$1' is needed, and is $msg. - You might have modified some files without having the - proper tools for further handling them. Check the \`README' file, - it often tells you about the needed prerequisites for installing - this package. You may also peek at any GNU archive site, in case - some other package would contain this missing \`$1' program." - exit 1 - ;; -esac - -exit 0 - -# Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) -# time-stamp-start: "scriptversion=" -# time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" -# time-stamp-end: "; # UTC" -# End: diff --git a/clipper/sparsehash-2.0.2/packages/deb.sh b/clipper/sparsehash-2.0.2/packages/deb.sh deleted file mode 100755 index 31b423c..0000000 --- a/clipper/sparsehash-2.0.2/packages/deb.sh +++ /dev/null @@ -1,74 +0,0 @@ -#!/bin/bash -e - -# This takes one commandline argument, the name of the package. If no -# name is given, then we'll end up just using the name associated with -# an arbitrary .tar.gz file in the rootdir. That's fine: there's probably -# only one. -# -# Run this from the 'packages' directory, just under rootdir - -## Set LIB to lib if exporting a library, empty-string else -LIB= -#LIB=lib - -PACKAGE="$1" -VERSION="$2" - -# We can only build Debian packages, if the Debian build tools are installed -if [ \! -x /usr/bin/debuild ]; then - echo "Cannot find /usr/bin/debuild. Not building Debian packages." 1>&2 - exit 0 -fi - -# Double-check we're in the packages directory, just under rootdir -if [ \! -r ../Makefile -a \! -r ../INSTALL ]; then - echo "Must run $0 in the 'packages' directory, under the root directory." 1>&2 - echo "Also, you must run \"make dist\" before running this script." 1>&2 - exit 0 -fi - -# Find the top directory for this package -topdir="${PWD%/*}" - -# Find the tar archive built by "make dist" -archive="${PACKAGE}-${VERSION}" -archive_with_underscore="${PACKAGE}_${VERSION}" -if [ -z "${archive}" ]; then - echo "Cannot find ../$PACKAGE*.tar.gz. Run \"make dist\" first." 1>&2 - exit 0 -fi - -# Create a pristine directory for building the Debian package files -trap 'rm -rf '`pwd`/tmp'; exit $?' EXIT SIGHUP SIGINT SIGTERM - -rm -rf tmp -mkdir -p tmp -cd tmp - -# Debian has very specific requirements about the naming of build -# directories, and tar archives. It also wants to write all generated -# packages to the parent of the source directory. We accommodate these -# requirements by building directly from the tar file. -ln -s "${topdir}/${archive}.tar.gz" "${LIB}${archive}.orig.tar.gz" -# Some version of debuilder want foo.orig.tar.gz with _ between versions. -ln -s "${topdir}/${archive}.tar.gz" "${LIB}${archive_with_underscore}.orig.tar.gz" -tar zfx "${LIB}${archive}.orig.tar.gz" -[ -n "${LIB}" ] && mv "${archive}" "${LIB}${archive}" -cd "${LIB}${archive}" -# This is one of those 'specific requirements': where the deb control files live -cp -a "packages/deb" "debian" - -# Now, we can call Debian's standard build tool -debuild -uc -us -cd ../.. # get back to the original top-level dir - -# We'll put the result in a subdirectory that's named after the OS version -# we've made this .deb file for. -destdir="debian-$(cat /etc/debian_version 2>/dev/null || echo UNKNOWN)" - -rm -rf "$destdir" -mkdir -p "$destdir" -mv $(find tmp -mindepth 1 -maxdepth 1 -type f) "$destdir" - -echo -echo "The Debian package files are located in $PWD/$destdir" diff --git a/clipper/sparsehash-2.0.2/packages/rpm.sh b/clipper/sparsehash-2.0.2/packages/rpm.sh deleted file mode 100755 index 448a032..0000000 --- a/clipper/sparsehash-2.0.2/packages/rpm.sh +++ /dev/null @@ -1,86 +0,0 @@ -#!/bin/sh -e - -# Run this from the 'packages' directory, just under rootdir - -# We can only build rpm packages, if the rpm build tools are installed -if [ \! -x /usr/bin/rpmbuild ] -then - echo "Cannot find /usr/bin/rpmbuild. Not building an rpm." 1>&2 - exit 0 -fi - -# Check the commandline flags -PACKAGE="$1" -VERSION="$2" -fullname="${PACKAGE}-${VERSION}" -archive=../$fullname.tar.gz - -if [ -z "$1" -o -z "$2" ] -then - echo "Usage: $0 " 1>&2 - exit 0 -fi - -# Double-check we're in the packages directory, just under rootdir -if [ \! -r ../Makefile -a \! -r ../INSTALL ] -then - echo "Must run $0 in the 'packages' directory, under the root directory." 1>&2 - echo "Also, you must run \"make dist\" before running this script." 1>&2 - exit 0 -fi - -if [ \! -r "$archive" ] -then - echo "Cannot find $archive. Run \"make dist\" first." 1>&2 - exit 0 -fi - -# Create the directory where the input lives, and where the output should live -RPM_SOURCE_DIR="/tmp/rpmsource-$fullname" -RPM_BUILD_DIR="/tmp/rpmbuild-$fullname" - -trap 'rm -rf $RPM_SOURCE_DIR $RPM_BUILD_DIR; exit $?' EXIT SIGHUP SIGINT SIGTERM - -rm -rf "$RPM_SOURCE_DIR" "$RPM_BUILD_DIR" -mkdir "$RPM_SOURCE_DIR" -mkdir "$RPM_BUILD_DIR" - -cp "$archive" "$RPM_SOURCE_DIR" - -# rpmbuild -- as far as I can tell -- asks the OS what CPU it has. -# This may differ from what kind of binaries gcc produces. dpkg -# does a better job of this, so if we can run 'dpkg --print-architecture' -# to get the build CPU, we use that in preference of the rpmbuild -# default. -target=`dpkg --print-architecture 2>/dev/null || echo ""` -if [ -n "$target" ] -then - target=" --target $target" -fi - -rpmbuild -bb rpm/rpm.spec $target \ - --define "NAME $PACKAGE" \ - --define "VERSION $VERSION" \ - --define "_sourcedir $RPM_SOURCE_DIR" \ - --define "_builddir $RPM_BUILD_DIR" \ - --define "_rpmdir $RPM_SOURCE_DIR" - -# We put the output in a directory based on what system we've built for -destdir=rpm-unknown -if [ -r /etc/issue ] -then - grep "Red Hat.*release 7" /etc/issue >/dev/null 2>&1 && destdir=rh7 - grep "Red Hat.*release 8" /etc/issue >/dev/null 2>&1 && destdir=rh8 - grep "Red Hat.*release 9" /etc/issue >/dev/null 2>&1 && destdir=rh9 - grep "Fedora Core.*release 1" /etc/issue >/dev/null 2>&1 && destdir=fc1 - grep "Fedora Core.*release 2" /etc/issue >/dev/null 2>&1 && destdir=fc2 - grep "Fedora Core.*release 3" /etc/issue >/dev/null 2>&1 && destdir=fc3 -fi - -rm -rf "$destdir" -mkdir -p "$destdir" -# We want to get not only the main package but devel etc, hence the middle * -mv "$RPM_SOURCE_DIR"/*/"${PACKAGE}"-*"${VERSION}"*.rpm "$destdir" - -echo -echo "The rpm package file(s) are located in $PWD/$destdir" diff --git a/clipper/sparsehash-2.0.2/packages/rpm/rpm.spec b/clipper/sparsehash-2.0.2/packages/rpm/rpm.spec deleted file mode 100644 index 35abc4a..0000000 --- a/clipper/sparsehash-2.0.2/packages/rpm/rpm.spec +++ /dev/null @@ -1,63 +0,0 @@ -%define RELEASE 1 -%define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE} -%define prefix /usr - -Name: %NAME -Summary: hash_map and hash_set classes with minimal space overhead -Version: %VERSION -Release: %rel -Group: Development/Libraries -URL: http://code.google.com/p/sparsehash -License: BSD -Vendor: Google Inc. and others -Packager: Google Inc. and others -Source: http://%{NAME}.googlecode.com/files/%{NAME}-%{VERSION}.tar.gz -Distribution: Redhat 7 and above. -Buildroot: %{_tmppath}/%{name}-root -Prefix: %prefix -Buildarch: noarch - -%description -The %name package contains several hash-map implementations, similar -in API to the SGI hash_map class, but with different performance -characteristics. sparse_hash_map uses very little space overhead: 1-2 -bits per entry. dense_hash_map is typically faster than the default -SGI STL implementation. This package also includes hash-set analogues -of these classes. - -%changelog - * Wed Apr 22 2009 - - Change build rule to use %configure instead of ./configure - - Change install to use DESTDIR instead of prefix for make install - - Use wildcards for doc/ and lib/ directories - - Use {_includedir} instead of {prefix}/include - - * Fri Jan 14 2005 - - First draft - -%prep -%setup - -%build -# I can't use '% configure', because it defines -m32 which breaks on -# my development environment for some reason. But I do take -# as much from % configure (in /usr/lib/rpm/macros) as I can. -./configure --prefix=%{_prefix} --exec-prefix=%{_exec_prefix} --bindir=%{_bindir} --sbindir=%{_sbindir} --sysconfdir=%{_sysconfdir} --datadir=%{_datadir} --includedir=%{_includedir} --libdir=%{_libdir} --libexecdir=%{_libexecdir} --localstatedir=%{_localstatedir} --sharedstatedir=%{_sharedstatedir} --mandir=%{_mandir} --infodir=%{_infodir} -make - -%install -rm -rf $RPM_BUILD_ROOT -make DESTDIR=$RPM_BUILD_ROOT install - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root) - -%docdir %{prefix}/share/doc/%{NAME}-%{VERSION} -%{prefix}/share/doc/%{NAME}-%{VERSION}/* - -%{_includedir}/google -%{_includedir}/sparsehash -%{_libdir}/pkgconfig/*.pc diff --git a/clipper/sparsehash-2.0.2/sparsehash.sln b/clipper/sparsehash-2.0.2/sparsehash.sln deleted file mode 100755 index 9b0b371..0000000 --- a/clipper/sparsehash-2.0.2/sparsehash.sln +++ /dev/null @@ -1,63 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "type_traits_unittest", "vsprojects\type_traits_unittest\type_traits_unittest.vcproj", "{008CCFED-7D7B-46F8-8E13-03837A2258B3}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sparsetable_unittest", "vsprojects\sparsetable_unittest\sparsetable_unittest.vcproj", "{E420867B-8BFA-4739-99EC-E008AB762FF9}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hashtable_test", "vsprojects\hashtable_test\hashtable_test.vcproj", "{FCDB3718-F01C-4DE4-B9F5-E10F2C5C0535}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simple_test", "vsprojects\simple_test\simple_test.vcproj", "{FCDB3718-F01C-4DE4-B9F5-E10F2C5C0538}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libc_allocator_with_realloc_test", "vsprojects\libc_allocator_with_realloc_test\libc_allocator_with_realloc_test.vcproj", "{FCDB3718-F01C-4DE4-B9F5-E10F2C5C0539}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "time_hash_map", "vsprojects\time_hash_map\time_hash_map.vcproj", "{A74E5DB8-5295-487A-AB1D-23859F536F45}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - Debug = Debug - Release = Release - EndGlobalSection - GlobalSection(ProjectDependencies) = postSolution - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {008CCFED-7D7B-46F8-8E13-03837A2258B3}.Debug.ActiveCfg = Debug|Win32 - {008CCFED-7D7B-46F8-8E13-03837A2258B3}.Debug.Build.0 = Debug|Win32 - {008CCFED-7D7B-46F8-8E13-03837A2258B3}.Release.ActiveCfg = Release|Win32 - {008CCFED-7D7B-46F8-8E13-03837A2258B3}.Release.Build.0 = Release|Win32 - {E420867B-8BFA-4739-99EC-E008AB762FF9}.Debug.ActiveCfg = Debug|Win32 - {E420867B-8BFA-4739-99EC-E008AB762FF9}.Debug.Build.0 = Debug|Win32 - {E420867B-8BFA-4739-99EC-E008AB762FF9}.Release.ActiveCfg = Release|Win32 - {E420867B-8BFA-4739-99EC-E008AB762FF9}.Release.Build.0 = Release|Win32 - {FCDB3718-F01C-4DE4-B9F5-E10F2C5C0535}.Debug.ActiveCfg = Debug|Win32 - {FCDB3718-F01C-4DE4-B9F5-E10F2C5C0535}.Debug.Build.0 = Debug|Win32 - {FCDB3718-F01C-4DE4-B9F5-E10F2C5C0535}.Release.ActiveCfg = Release|Win32 - {FCDB3718-F01C-4DE4-B9F5-E10F2C5C0535}.Release.Build.0 = Release|Win32 - {FCDB3718-F01C-4DE4-B9F5-E10F2C5C0538}.Debug.ActiveCfg = Debug|Win32 - {FCDB3718-F01C-4DE4-B9F5-E10F2C5C0538}.Debug.Build.0 = Debug|Win32 - {FCDB3718-F01C-4DE4-B9F5-E10F2C5C0538}.Release.ActiveCfg = Release|Win32 - {FCDB3718-F01C-4DE4-B9F5-E10F2C5C0538}.Release.Build.0 = Release|Win32 - {FCDB3718-F01C-4DE4-B9F5-E10F2C5C0539}.Debug.ActiveCfg = Debug|Win32 - {FCDB3718-F01C-4DE4-B9F5-E10F2C5C0539}.Debug.Build.0 = Debug|Win32 - {FCDB3718-F01C-4DE4-B9F5-E10F2C5C0539}.Release.ActiveCfg = Release|Win32 - {FCDB3718-F01C-4DE4-B9F5-E10F2C5C0539}.Release.Build.0 = Release|Win32 - {A74E5DB8-5295-487A-AB1D-23859F536F45}.Debug.ActiveCfg = Debug|Win32 - {A74E5DB8-5295-487A-AB1D-23859F536F45}.Debug.Build.0 = Debug|Win32 - {A74E5DB8-5295-487A-AB1D-23859F536F45}.Release.ActiveCfg = Release|Win32 - {A74E5DB8-5295-487A-AB1D-23859F536F45}.Release.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/clipper/sparsehash-2.0.2/src/config.h.in b/clipper/sparsehash-2.0.2/src/config.h.in deleted file mode 100644 index 9f4f81f..0000000 --- a/clipper/sparsehash-2.0.2/src/config.h.in +++ /dev/null @@ -1,131 +0,0 @@ -/* src/config.h.in. Generated from configure.ac by autoheader. */ - -/* Namespace for Google classes */ -#undef GOOGLE_NAMESPACE - -/* the location of the header defining hash functions */ -#undef HASH_FUN_H - -/* the location of or */ -#undef HASH_MAP_H - -/* the namespace of the hash<> function */ -#undef HASH_NAMESPACE - -/* the location of or */ -#undef HASH_SET_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_GOOGLE_MALLOC_EXTENSION_H - -/* define if the compiler has hash_map */ -#undef HAVE_HASH_MAP - -/* define if the compiler has hash_set */ -#undef HAVE_HASH_SET - -/* Define to 1 if you have the header file. */ -#undef HAVE_INTTYPES_H - -/* Define to 1 if the system has the type `long long'. */ -#undef HAVE_LONG_LONG - -/* Define to 1 if you have the `memcpy' function. */ -#undef HAVE_MEMCPY - -/* Define to 1 if you have the `memmove' function. */ -#undef HAVE_MEMMOVE - -/* Define to 1 if you have the header file. */ -#undef HAVE_MEMORY_H - -/* define if the compiler implements namespaces */ -#undef HAVE_NAMESPACES - -/* Define if you have POSIX threads libraries and header files. */ -#undef HAVE_PTHREAD - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDINT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDLIB_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRINGS_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRING_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_RESOURCE_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_STAT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TYPES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_UTSNAME_H - -/* Define to 1 if the system has the type `uint16_t'. */ -#undef HAVE_UINT16_T - -/* Define to 1 if you have the header file. */ -#undef HAVE_UNISTD_H - -/* define if the compiler supports unordered_{map,set} */ -#undef HAVE_UNORDERED_MAP - -/* Define to 1 if the system has the type `u_int16_t'. */ -#undef HAVE_U_INT16_T - -/* Define to 1 if the system has the type `__uint16'. */ -#undef HAVE___UINT16 - -/* Name of package */ -#undef PACKAGE - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the home page for this package. */ -#undef PACKAGE_URL - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - -/* Define to necessary symbol if this constant uses a non-standard name on - your system. */ -#undef PTHREAD_CREATE_JOINABLE - -/* The system-provided hash function including the namespace. */ -#undef SPARSEHASH_HASH - -/* The system-provided hash function, in namespace HASH_NAMESPACE. */ -#undef SPARSEHASH_HASH_NO_NAMESPACE - -/* Define to 1 if you have the ANSI C header files. */ -#undef STDC_HEADERS - -/* Version number of package */ -#undef VERSION - -/* Stops putting the code inside the Google namespace */ -#undef _END_GOOGLE_NAMESPACE_ - -/* Puts following code inside the Google namespace */ -#undef _START_GOOGLE_NAMESPACE_ diff --git a/clipper/sparsehash-2.0.2/src/config.h.include b/clipper/sparsehash-2.0.2/src/config.h.include deleted file mode 100644 index 6116342..0000000 --- a/clipper/sparsehash-2.0.2/src/config.h.include +++ /dev/null @@ -1,22 +0,0 @@ -/*** - *** These are #defines that autoheader puts in config.h.in that we - *** want to show up in sparseconfig.h, the minimal config.h file - *** #included by all our .h files. The reason we don't take - *** everything that autoheader emits is that we have to include a - *** config.h in installed header files, and we want to minimize the - *** number of #defines we make so as to not pollute the namespace. - ***/ -GOOGLE_NAMESPACE -HASH_NAMESPACE -HASH_FUN_H -SPARSEHASH_HASH -HAVE_UINT16_T -HAVE_U_INT16_T -HAVE___UINT16 -HAVE_LONG_LONG -HAVE_SYS_TYPES_H -HAVE_STDINT_H -HAVE_INTTYPES_H -HAVE_MEMCPY -_END_GOOGLE_NAMESPACE_ -_START_GOOGLE_NAMESPACE_ diff --git a/clipper/sparsehash-2.0.2/src/google/dense_hash_map b/clipper/sparsehash-2.0.2/src/google/dense_hash_map deleted file mode 100644 index 45b9d19..0000000 --- a/clipper/sparsehash-2.0.2/src/google/dense_hash_map +++ /dev/null @@ -1,34 +0,0 @@ -// Copyright (c) 2012, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// Header files have moved from the google directory to the sparsehash -// directory. This forwarding file is provided only for backwards -// compatibility. Use in all new code. - -#include diff --git a/clipper/sparsehash-2.0.2/src/google/dense_hash_set b/clipper/sparsehash-2.0.2/src/google/dense_hash_set deleted file mode 100644 index 691a148..0000000 --- a/clipper/sparsehash-2.0.2/src/google/dense_hash_set +++ /dev/null @@ -1,34 +0,0 @@ -// Copyright (c) 2012, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// Header files have moved from the google directory to the sparsehash -// directory. This forwarding file is provided only for backwards -// compatibility. Use in all new code. - -#include diff --git a/clipper/sparsehash-2.0.2/src/google/sparse_hash_map b/clipper/sparsehash-2.0.2/src/google/sparse_hash_map deleted file mode 100644 index f6088c1..0000000 --- a/clipper/sparsehash-2.0.2/src/google/sparse_hash_map +++ /dev/null @@ -1,34 +0,0 @@ -// Copyright (c) 2012, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// Header files have moved from the google directory to the sparsehash -// directory. This forwarding file is provided only for backwards -// compatibility. Use in all new code. - -#include diff --git a/clipper/sparsehash-2.0.2/src/google/sparse_hash_set b/clipper/sparsehash-2.0.2/src/google/sparse_hash_set deleted file mode 100644 index c9ebdc7..0000000 --- a/clipper/sparsehash-2.0.2/src/google/sparse_hash_set +++ /dev/null @@ -1,34 +0,0 @@ -// Copyright (c) 2012, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// Header files have moved from the google directory to the sparsehash -// directory. This forwarding file is provided only for backwards -// compatibility. Use in all new code. - -#include diff --git a/clipper/sparsehash-2.0.2/src/google/sparsehash/densehashtable.h b/clipper/sparsehash-2.0.2/src/google/sparsehash/densehashtable.h deleted file mode 100644 index 7b89543..0000000 --- a/clipper/sparsehash-2.0.2/src/google/sparsehash/densehashtable.h +++ /dev/null @@ -1,34 +0,0 @@ -// Copyright (c) 2012, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// Header files have moved from the google directory to the sparsehash -// directory. This forwarding file is provided only for backwards -// compatibility. Use in all new code. - -#include diff --git a/clipper/sparsehash-2.0.2/src/google/sparsehash/hashtable-common.h b/clipper/sparsehash-2.0.2/src/google/sparsehash/hashtable-common.h deleted file mode 100644 index b7e9153..0000000 --- a/clipper/sparsehash-2.0.2/src/google/sparsehash/hashtable-common.h +++ /dev/null @@ -1,34 +0,0 @@ -// Copyright (c) 2012, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// Header files have moved from the google directory to the sparsehash -// directory. This forwarding file is provided only for backwards -// compatibility. Use in all new code. - -#include diff --git a/clipper/sparsehash-2.0.2/src/google/sparsehash/libc_allocator_with_realloc.h b/clipper/sparsehash-2.0.2/src/google/sparsehash/libc_allocator_with_realloc.h deleted file mode 100644 index 0da7a7e..0000000 --- a/clipper/sparsehash-2.0.2/src/google/sparsehash/libc_allocator_with_realloc.h +++ /dev/null @@ -1,34 +0,0 @@ -// Copyright (c) 2012, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// Header files have moved from the google directory to the sparsehash -// directory. This forwarding file is provided only for backwards -// compatibility. Use in all new code. - -#include diff --git a/clipper/sparsehash-2.0.2/src/google/sparsehash/sparsehashtable.h b/clipper/sparsehash-2.0.2/src/google/sparsehash/sparsehashtable.h deleted file mode 100644 index 093bca4..0000000 --- a/clipper/sparsehash-2.0.2/src/google/sparsehash/sparsehashtable.h +++ /dev/null @@ -1,34 +0,0 @@ -// Copyright (c) 2012, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// Header files have moved from the google directory to the sparsehash -// directory. This forwarding file is provided only for backwards -// compatibility. Use in all new code. - -#include diff --git a/clipper/sparsehash-2.0.2/src/google/sparsetable b/clipper/sparsehash-2.0.2/src/google/sparsetable deleted file mode 100644 index 2ea29c8..0000000 --- a/clipper/sparsehash-2.0.2/src/google/sparsetable +++ /dev/null @@ -1,34 +0,0 @@ -// Copyright (c) 2012, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// Header files have moved from the google directory to the sparsehash -// directory. This forwarding file is provided only for backwards -// compatibility. Use in all new code. - -#include diff --git a/clipper/sparsehash-2.0.2/src/google/template_util.h b/clipper/sparsehash-2.0.2/src/google/template_util.h deleted file mode 100644 index 9c87d6d..0000000 --- a/clipper/sparsehash-2.0.2/src/google/template_util.h +++ /dev/null @@ -1,34 +0,0 @@ -// Copyright (c) 2012, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// Header files have moved from the google directory to the sparsehash -// directory. This forwarding file is provided only for backwards -// compatibility. Use in all new code. - -#include diff --git a/clipper/sparsehash-2.0.2/src/google/type_traits.h b/clipper/sparsehash-2.0.2/src/google/type_traits.h deleted file mode 100644 index cc555e3..0000000 --- a/clipper/sparsehash-2.0.2/src/google/type_traits.h +++ /dev/null @@ -1,34 +0,0 @@ -// Copyright (c) 2012, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// Header files have moved from the google directory to the sparsehash -// directory. This forwarding file is provided only for backwards -// compatibility. Use in all new code. - -#include diff --git a/clipper/sparsehash-2.0.2/src/hash_test_interface.h b/clipper/sparsehash-2.0.2/src/hash_test_interface.h deleted file mode 100644 index 294d4dd..0000000 --- a/clipper/sparsehash-2.0.2/src/hash_test_interface.h +++ /dev/null @@ -1,1038 +0,0 @@ -// Copyright (c) 2010, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// --- -// -// This implements a uniform interface for all 6 hash implementations: -// dense_hashtable, dense_hash_map, dense_hash_set -// sparse_hashtable, sparse_hash_map, sparse_hash_set -// This is intended to be used for testing, to provide a single routine -// that can easily test all 6 implementations. -// -// The main reasons to specialize are to (1) provide dummy -// implementations for methods that are only needed for some of the -// implementations (for instance, set_empty_key()), and (2) provide a -// uniform interface to just the keys -- for instance, we provide -// wrappers around the iterators that define it.key, which gives the -// "key" part of the bucket (*it or it->first, depending on the class). - -#ifndef UTIL_GTL_HASH_TEST_INTERFACE_H_ -#define UTIL_GTL_HASH_TEST_INTERFACE_H_ - -#include -#include // for equal_to<> -#include -#include -#include -#include -#include -#include -#include HASH_FUN_H // for hash<> - -_START_GOOGLE_NAMESPACE_ - -// This is the "default" interface, which just passes everything -// through to the underlying hashtable. You'll need to subclass it to -// specialize behavior for an individual hashtable. -template -class BaseHashtableInterface { - public: - virtual ~BaseHashtableInterface() {} - - typedef typename HT::key_type key_type; - typedef typename HT::value_type value_type; - typedef typename HT::hasher hasher; - typedef typename HT::key_equal key_equal; - typedef typename HT::allocator_type allocator_type; - - typedef typename HT::size_type size_type; - typedef typename HT::difference_type difference_type; - typedef typename HT::pointer pointer; - typedef typename HT::const_pointer const_pointer; - typedef typename HT::reference reference; - typedef typename HT::const_reference const_reference; - - class const_iterator; - - class iterator : public HT::iterator { - public: - iterator() : parent_(NULL) { } // this allows code like "iterator it;" - iterator(typename HT::iterator it, - const BaseHashtableInterface* parent) - : HT::iterator(it), parent_(parent) { } - key_type key() { return parent_->it_to_key(*this); } - private: - friend class BaseHashtableInterface::const_iterator; // for its ctor - const BaseHashtableInterface* parent_; - }; - - class const_iterator : public HT::const_iterator { - public: - const_iterator() : parent_(NULL) { } - const_iterator(typename HT::const_iterator it, - const BaseHashtableInterface* parent) - : HT::const_iterator(it), parent_(parent) { } - const_iterator(typename HT::iterator it, - BaseHashtableInterface* parent) - : HT::const_iterator(it), parent_(parent) { } - // The parameter type here *should* just be "iterator", but MSVC - // gets confused by that, so I'm overly specific. - const_iterator(typename BaseHashtableInterface::iterator it) - : HT::const_iterator(it), parent_(it.parent_) { } - key_type key() { return parent_->it_to_key(*this); } - private: - const BaseHashtableInterface* parent_; - }; - - class const_local_iterator; - - class local_iterator : public HT::local_iterator { - public: - local_iterator() : parent_(NULL) { } - local_iterator(typename HT::local_iterator it, - const BaseHashtableInterface* parent) - : HT::local_iterator(it), parent_(parent) { } - key_type key() { return parent_->it_to_key(*this); } - private: - friend class BaseHashtableInterface::const_local_iterator; // for its ctor - const BaseHashtableInterface* parent_; - }; - - class const_local_iterator : public HT::const_local_iterator { - public: - const_local_iterator() : parent_(NULL) { } - const_local_iterator(typename HT::const_local_iterator it, - const BaseHashtableInterface* parent) - : HT::const_local_iterator(it), parent_(parent) { } - const_local_iterator(typename HT::local_iterator it, - BaseHashtableInterface* parent) - : HT::const_local_iterator(it), parent_(parent) { } - const_local_iterator(local_iterator it) - : HT::const_local_iterator(it), parent_(it.parent_) { } - key_type key() { return parent_->it_to_key(*this); } - private: - const BaseHashtableInterface* parent_; - }; - - iterator begin() { - return iterator(ht_.begin(), this); - } - iterator end() { - return iterator(ht_.end(), this); - } - const_iterator begin() const { - return const_iterator(ht_.begin(), this); - } - const_iterator end() const { - return const_iterator(ht_.end(), this); - } - local_iterator begin(size_type i) { - return local_iterator(ht_.begin(i), this); - } - local_iterator end(size_type i) { - return local_iterator(ht_.end(i), this); - } - const_local_iterator begin(size_type i) const { - return const_local_iterator(ht_.begin(i), this); - } - const_local_iterator end(size_type i) const { - return const_local_iterator(ht_.end(i), this); - } - - hasher hash_funct() const { return ht_.hash_funct(); } - hasher hash_function() const { return ht_.hash_function(); } - key_equal key_eq() const { return ht_.key_eq(); } - allocator_type get_allocator() const { return ht_.get_allocator(); } - - BaseHashtableInterface(size_type expected_max_items_in_table, - const hasher& hf, - const key_equal& eql, - const allocator_type& alloc) - : ht_(expected_max_items_in_table, hf, eql, alloc) { } - - // Not all ht_'s support this constructor: you should only call it - // from a subclass if you know your ht supports it. Otherwise call - // the previous constructor, followed by 'insert(f, l);'. - template - BaseHashtableInterface(InputIterator f, InputIterator l, - size_type expected_max_items_in_table, - const hasher& hf, - const key_equal& eql, - const allocator_type& alloc) - : ht_(f, l, expected_max_items_in_table, hf, eql, alloc) { - } - - // This is the version of the constructor used by dense_*, which - // requires an empty key in the constructor. - template - BaseHashtableInterface(InputIterator f, InputIterator l, key_type empty_k, - size_type expected_max_items_in_table, - const hasher& hf, - const key_equal& eql, - const allocator_type& alloc) - : ht_(f, l, empty_k, expected_max_items_in_table, hf, eql, alloc) { - } - - // This is the constructor appropriate for {dense,sparse}hashtable. - template - BaseHashtableInterface(size_type expected_max_items_in_table, - const hasher& hf, - const key_equal& eql, - const ExtractKey& ek, - const SetKey& sk, - const allocator_type& alloc) - : ht_(expected_max_items_in_table, hf, eql, ek, sk, alloc) { } - - - void clear() { ht_.clear(); } - void swap(BaseHashtableInterface& other) { ht_.swap(other.ht_); } - - // Only part of the API for some hashtable implementations. - void clear_no_resize() { clear(); } - - size_type size() const { return ht_.size(); } - size_type max_size() const { return ht_.max_size(); } - bool empty() const { return ht_.empty(); } - size_type bucket_count() const { return ht_.bucket_count(); } - size_type max_bucket_count() const { return ht_.max_bucket_count(); } - - size_type bucket_size(size_type i) const { - return ht_.bucket_size(i); - } - size_type bucket(const key_type& key) const { - return ht_.bucket(key); - } - - float load_factor() const { return ht_.load_factor(); } - float max_load_factor() const { return ht_.max_load_factor(); } - void max_load_factor(float grow) { ht_.max_load_factor(grow); } - float min_load_factor() const { return ht_.min_load_factor(); } - void min_load_factor(float shrink) { ht_.min_load_factor(shrink); } - void set_resizing_parameters(float shrink, float grow) { - ht_.set_resizing_parameters(shrink, grow); - } - - void resize(size_type hint) { ht_.resize(hint); } - void rehash(size_type hint) { ht_.rehash(hint); } - - iterator find(const key_type& key) { - return iterator(ht_.find(key), this); - } - const_iterator find(const key_type& key) const { - return const_iterator(ht_.find(key), this); - } - - // Rather than try to implement operator[], which doesn't make much - // sense for set types, we implement two methods: bracket_equal and - // bracket_assign. By default, bracket_equal(a, b) returns true if - // ht[a] == b, and false otherwise. (Note that this follows - // operator[] semantics exactly, including inserting a if it's not - // already in the hashtable, before doing the equality test.) For - // sets, which have no operator[], b is ignored, and bracket_equal - // returns true if key is in the set and false otherwise. - // bracket_assign(a, b) is equivalent to ht[a] = b. For sets, b is - // ignored, and bracket_assign is equivalent to ht.insert(a). - template - bool bracket_equal(const key_type& key, const AssignValue& expected) { - return ht_[key] == expected; - } - - template - void bracket_assign(const key_type& key, const AssignValue& value) { - ht_[key] = value; - } - - size_type count(const key_type& key) const { return ht_.count(key); } - - std::pair equal_range(const key_type& key) { - std::pair r - = ht_.equal_range(key); - return std::pair(iterator(r.first, this), - iterator(r.second, this)); - } - std::pair equal_range(const key_type& key) - const { - std::pair r - = ht_.equal_range(key); - return std::pair( - const_iterator(r.first, this), const_iterator(r.second, this)); - } - - const_iterator random_element(class ACMRandom* r) const { - return const_iterator(ht_.random_element(r), this); - } - iterator random_element(class ACMRandom* r) { - return iterator(ht_.random_element(r), this); - } - - std::pair insert(const value_type& obj) { - std::pair r = ht_.insert(obj); - return std::pair(iterator(r.first, this), r.second); - } - template - void insert(InputIterator f, InputIterator l) { - ht_.insert(f, l); - } - void insert(typename HT::const_iterator f, typename HT::const_iterator l) { - ht_.insert(f, l); - } - iterator insert(typename HT::iterator, const value_type& obj) { - return iterator(insert(obj).first, this); - } - - // These will commonly need to be overridden by the child. - void set_empty_key(const key_type& k) { ht_.set_empty_key(k); } - void clear_empty_key() { ht_.clear_empty_key(); } - key_type empty_key() const { return ht_.empty_key(); } - - void set_deleted_key(const key_type& k) { ht_.set_deleted_key(k); } - void clear_deleted_key() { ht_.clear_deleted_key(); } - key_type deleted_key() const { return ht_.deleted_key(); } - - size_type erase(const key_type& key) { return ht_.erase(key); } - void erase(typename HT::iterator it) { ht_.erase(it); } - void erase(typename HT::iterator f, typename HT::iterator l) { - ht_.erase(f, l); - } - - bool operator==(const BaseHashtableInterface& other) const { - return ht_ == other.ht_; - } - bool operator!=(const BaseHashtableInterface& other) const { - return ht_ != other.ht_; - } - - template - bool serialize(ValueSerializer serializer, OUTPUT *fp) { - return ht_.serialize(serializer, fp); - } - template - bool unserialize(ValueSerializer serializer, INPUT *fp) { - return ht_.unserialize(serializer, fp); - } - - template - bool write_metadata(OUTPUT *fp) { - return ht_.write_metadata(fp); - } - template - bool read_metadata(INPUT *fp) { - return ht_.read_metadata(fp); - } - template - bool write_nopointer_data(OUTPUT *fp) { - return ht_.write_nopointer_data(fp); - } - template - bool read_nopointer_data(INPUT *fp) { - return ht_.read_nopointer_data(fp); - } - - // low-level stats - int num_table_copies() const { return ht_.num_table_copies(); } - - // Not part of the hashtable API, but is provided to make testing easier. - virtual key_type get_key(const value_type& value) const = 0; - // All subclasses should define get_data(value_type) as well. I don't - // provide an abstract-virtual definition here, because the return type - // differs between subclasses (not all subclasses define data_type). - //virtual data_type get_data(const value_type& value) const = 0; - //virtual data_type default_data() const = 0; - - // These allow introspection into the interface. "Supports" means - // that the implementation of this functionality isn't a noop. - virtual bool supports_clear_no_resize() const = 0; - virtual bool supports_empty_key() const = 0; - virtual bool supports_deleted_key() const = 0; - virtual bool supports_brackets() const = 0; // has a 'real' operator[] - virtual bool supports_readwrite() const = 0; - virtual bool supports_num_table_copies() const = 0; - virtual bool supports_serialization() const = 0; - - protected: - HT ht_; - - // These are what subclasses have to define to get class-specific behavior - virtual key_type it_to_key(const iterator& it) const = 0; - virtual key_type it_to_key(const const_iterator& it) const = 0; - virtual key_type it_to_key(const local_iterator& it) const = 0; - virtual key_type it_to_key(const const_local_iterator& it) const = 0; -}; - -// --------------------------------------------------------------------- - -template , - class EqualKey = std::equal_to, - class Alloc = libc_allocator_with_realloc > > -class HashtableInterface_SparseHashMap - : public BaseHashtableInterface< sparse_hash_map > { - private: - typedef sparse_hash_map ht; - typedef BaseHashtableInterface p; // parent - - public: - explicit HashtableInterface_SparseHashMap( - typename p::size_type expected_max_items = 0, - const typename p::hasher& hf = typename p::hasher(), - const typename p::key_equal& eql = typename p::key_equal(), - const typename p::allocator_type& alloc = typename p::allocator_type()) - : BaseHashtableInterface(expected_max_items, hf, eql, alloc) { } - - template - HashtableInterface_SparseHashMap( - InputIterator f, InputIterator l, - typename p::size_type expected_max_items = 0, - const typename p::hasher& hf = typename p::hasher(), - const typename p::key_equal& eql = typename p::key_equal(), - const typename p::allocator_type& alloc = typename p::allocator_type()) - : BaseHashtableInterface(f, l, expected_max_items, hf, eql, alloc) { } - - typename p::key_type get_key(const typename p::value_type& value) const { - return value.first; - } - typename ht::data_type get_data(const typename p::value_type& value) const { - return value.second; - } - typename ht::data_type default_data() const { - return typename ht::data_type(); - } - - bool supports_clear_no_resize() const { return false; } - bool supports_empty_key() const { return false; } - bool supports_deleted_key() const { return true; } - bool supports_brackets() const { return true; } - bool supports_readwrite() const { return true; } - bool supports_num_table_copies() const { return false; } - bool supports_serialization() const { return true; } - - void set_empty_key(const typename p::key_type& k) { } - void clear_empty_key() { } - typename p::key_type empty_key() const { return typename p::key_type(); } - - int num_table_copies() const { return 0; } - - typedef typename ht::NopointerSerializer NopointerSerializer; - - protected: - template - friend void swap(HashtableInterface_SparseHashMap& a, - HashtableInterface_SparseHashMap& b); - - typename p::key_type it_to_key(const typename p::iterator& it) const { - return it->first; - } - typename p::key_type it_to_key(const typename p::const_iterator& it) const { - return it->first; - } - typename p::key_type it_to_key(const typename p::local_iterator& it) const { - return it->first; - } - typename p::key_type it_to_key(const typename p::const_local_iterator& it) - const { - return it->first; - } -}; - -template -void swap(HashtableInterface_SparseHashMap& a, - HashtableInterface_SparseHashMap& b) { - swap(a.ht_, b.ht_); -} - -// --------------------------------------------------------------------- - -template , - class EqualKey = std::equal_to, - class Alloc = libc_allocator_with_realloc > -class HashtableInterface_SparseHashSet - : public BaseHashtableInterface< sparse_hash_set > { - private: - typedef sparse_hash_set ht; - typedef BaseHashtableInterface p; // parent - - public: - // Bizarrely, MSVC 8.0 has trouble with the (perfectly fine) - // typename's in this constructor, and this constructor alone, out - // of all the ones in the file. So for MSVC, we take some typenames - // out, which is technically invalid C++, but MSVC doesn't seem to - // mind. -#ifdef _MSC_VER - explicit HashtableInterface_SparseHashSet( - typename p::size_type expected_max_items = 0, - const typename p::hasher& hf = p::hasher(), - const typename p::key_equal& eql = p::key_equal(), - const typename p::allocator_type& alloc = p::allocator_type()) - : BaseHashtableInterface(expected_max_items, hf, eql, alloc) { } -#else - explicit HashtableInterface_SparseHashSet( - typename p::size_type expected_max_items = 0, - const typename p::hasher& hf = typename p::hasher(), - const typename p::key_equal& eql = typename p::key_equal(), - const typename p::allocator_type& alloc = typename p::allocator_type()) - : BaseHashtableInterface(expected_max_items, hf, eql, alloc) { } -#endif - - template - HashtableInterface_SparseHashSet( - InputIterator f, InputIterator l, - typename p::size_type expected_max_items = 0, - const typename p::hasher& hf = typename p::hasher(), - const typename p::key_equal& eql = typename p::key_equal(), - const typename p::allocator_type& alloc = typename p::allocator_type()) - : BaseHashtableInterface(f, l, expected_max_items, hf, eql, alloc) { } - - template - bool bracket_equal(const typename p::key_type& key, const AssignValue&) { - return this->ht_.find(key) != this->ht_.end(); - } - - template - void bracket_assign(const typename p::key_type& key, const AssignValue&) { - this->ht_.insert(key); - } - - typename p::key_type get_key(const typename p::value_type& value) const { - return value; - } - // For sets, the only 'data' is that an item is actually inserted. - bool get_data(const typename p::value_type&) const { - return true; - } - bool default_data() const { - return true; - } - - bool supports_clear_no_resize() const { return false; } - bool supports_empty_key() const { return false; } - bool supports_deleted_key() const { return true; } - bool supports_brackets() const { return false; } - bool supports_readwrite() const { return true; } - bool supports_num_table_copies() const { return false; } - bool supports_serialization() const { return true; } - - void set_empty_key(const typename p::key_type& k) { } - void clear_empty_key() { } - typename p::key_type empty_key() const { return typename p::key_type(); } - - int num_table_copies() const { return 0; } - - typedef typename ht::NopointerSerializer NopointerSerializer; - - protected: - template - friend void swap(HashtableInterface_SparseHashSet& a, - HashtableInterface_SparseHashSet& b); - - typename p::key_type it_to_key(const typename p::iterator& it) const { - return *it; - } - typename p::key_type it_to_key(const typename p::const_iterator& it) const { - return *it; - } - typename p::key_type it_to_key(const typename p::local_iterator& it) const { - return *it; - } - typename p::key_type it_to_key(const typename p::const_local_iterator& it) - const { - return *it; - } -}; - -template -void swap(HashtableInterface_SparseHashSet& a, - HashtableInterface_SparseHashSet& b) { - swap(a.ht_, b.ht_); -} - -// --------------------------------------------------------------------- - -template -class HashtableInterface_SparseHashtable - : public BaseHashtableInterface< sparse_hashtable > { - private: - typedef sparse_hashtable ht; - typedef BaseHashtableInterface p; // parent - - public: - explicit HashtableInterface_SparseHashtable( - typename p::size_type expected_max_items = 0, - const typename p::hasher& hf = typename p::hasher(), - const typename p::key_equal& eql = typename p::key_equal(), - const typename p::allocator_type& alloc = typename p::allocator_type()) - : BaseHashtableInterface(expected_max_items, hf, eql, - ExtractKey(), SetKey(), alloc) { } - - template - HashtableInterface_SparseHashtable( - InputIterator f, InputIterator l, - typename p::size_type expected_max_items = 0, - const typename p::hasher& hf = typename p::hasher(), - const typename p::key_equal& eql = typename p::key_equal(), - const typename p::allocator_type& alloc = typename p::allocator_type()) - : BaseHashtableInterface(expected_max_items, hf, eql, - ExtractKey(), SetKey(), alloc) { - this->insert(f, l); - } - - float max_load_factor() const { - float shrink, grow; - this->ht_.get_resizing_parameters(&shrink, &grow); - return grow; - } - void max_load_factor(float new_grow) { - float shrink, grow; - this->ht_.get_resizing_parameters(&shrink, &grow); - this->ht_.set_resizing_parameters(shrink, new_grow); - } - float min_load_factor() const { - float shrink, grow; - this->ht_.get_resizing_parameters(&shrink, &grow); - return shrink; - } - void min_load_factor(float new_shrink) { - float shrink, grow; - this->ht_.get_resizing_parameters(&shrink, &grow); - this->ht_.set_resizing_parameters(new_shrink, grow); - } - - template - bool bracket_equal(const typename p::key_type&, const AssignValue&) { - return false; - } - - template - void bracket_assign(const typename p::key_type&, const AssignValue&) { - } - - typename p::key_type get_key(const typename p::value_type& value) const { - return extract_key(value); - } - typename p::value_type get_data(const typename p::value_type& value) const { - return value; - } - typename p::value_type default_data() const { - return typename p::value_type(); - } - - bool supports_clear_no_resize() const { return false; } - bool supports_empty_key() const { return false; } - bool supports_deleted_key() const { return true; } - bool supports_brackets() const { return false; } - bool supports_readwrite() const { return true; } - bool supports_num_table_copies() const { return true; } - bool supports_serialization() const { return true; } - - void set_empty_key(const typename p::key_type& k) { } - void clear_empty_key() { } - typename p::key_type empty_key() const { return typename p::key_type(); } - - // These tr1 names aren't defined for sparse_hashtable. - typename p::hasher hash_function() { return this->hash_funct(); } - void rehash(typename p::size_type hint) { this->resize(hint); } - - // TODO(csilvers): also support/test destructive_begin()/destructive_end()? - - typedef typename ht::NopointerSerializer NopointerSerializer; - - protected: - template - friend void swap( - HashtableInterface_SparseHashtable& a, - HashtableInterface_SparseHashtable& b); - - typename p::key_type it_to_key(const typename p::iterator& it) const { - return extract_key(*it); - } - typename p::key_type it_to_key(const typename p::const_iterator& it) const { - return extract_key(*it); - } - typename p::key_type it_to_key(const typename p::local_iterator& it) const { - return extract_key(*it); - } - typename p::key_type it_to_key(const typename p::const_local_iterator& it) - const { - return extract_key(*it); - } - - private: - ExtractKey extract_key; -}; - -template -void swap(HashtableInterface_SparseHashtable& a, - HashtableInterface_SparseHashtable& b) { - swap(a.ht_, b.ht_); -} - -// --------------------------------------------------------------------- - -// Unlike dense_hash_map, the wrapper class takes an extra template -// value saying what the empty key is. - -template , - class EqualKey = std::equal_to, - class Alloc = libc_allocator_with_realloc > > -class HashtableInterface_DenseHashMap - : public BaseHashtableInterface< dense_hash_map > { - private: - typedef dense_hash_map ht; - typedef BaseHashtableInterface p; // parent - - public: - explicit HashtableInterface_DenseHashMap( - typename p::size_type expected_max_items = 0, - const typename p::hasher& hf = typename p::hasher(), - const typename p::key_equal& eql = typename p::key_equal(), - const typename p::allocator_type& alloc = typename p::allocator_type()) - : BaseHashtableInterface(expected_max_items, hf, eql, alloc) { - this->set_empty_key(EMPTY_KEY); - } - - template - HashtableInterface_DenseHashMap( - InputIterator f, InputIterator l, - typename p::size_type expected_max_items = 0, - const typename p::hasher& hf = typename p::hasher(), - const typename p::key_equal& eql = typename p::key_equal(), - const typename p::allocator_type& alloc = typename p::allocator_type()) - : BaseHashtableInterface(f, l, EMPTY_KEY, - expected_max_items, hf, eql, alloc) { - } - - void clear_no_resize() { this->ht_.clear_no_resize(); } - - typename p::key_type get_key(const typename p::value_type& value) const { - return value.first; - } - typename ht::data_type get_data(const typename p::value_type& value) const { - return value.second; - } - typename ht::data_type default_data() const { - return typename ht::data_type(); - } - - bool supports_clear_no_resize() const { return true; } - bool supports_empty_key() const { return true; } - bool supports_deleted_key() const { return true; } - bool supports_brackets() const { return true; } - bool supports_readwrite() const { return false; } - bool supports_num_table_copies() const { return false; } - bool supports_serialization() const { return true; } - - typedef typename ht::NopointerSerializer NopointerSerializer; - template bool write_metadata(OUTPUT *) { return false; } - template bool read_metadata(INPUT *) { return false; } - template bool write_nopointer_data(OUTPUT *) { - return false; - } - template bool read_nopointer_data(INPUT *) { - return false; - } - int num_table_copies() const { return 0; } - - protected: - template - friend void swap(HashtableInterface_DenseHashMap& a, - HashtableInterface_DenseHashMap& b); - - typename p::key_type it_to_key(const typename p::iterator& it) const { - return it->first; - } - typename p::key_type it_to_key(const typename p::const_iterator& it) const { - return it->first; - } - typename p::key_type it_to_key(const typename p::local_iterator& it) const { - return it->first; - } - typename p::key_type it_to_key(const typename p::const_local_iterator& it) - const { - return it->first; - } -}; - -template -void swap(HashtableInterface_DenseHashMap& a, - HashtableInterface_DenseHashMap& b) { - swap(a.ht_, b.ht_); -} - -// --------------------------------------------------------------------- - -// Unlike dense_hash_set, the wrapper class takes an extra template -// value saying what the empty key is. - -template , - class EqualKey = std::equal_to, - class Alloc = libc_allocator_with_realloc > -class HashtableInterface_DenseHashSet - : public BaseHashtableInterface< dense_hash_set > { - private: - typedef dense_hash_set ht; - typedef BaseHashtableInterface p; // parent - - public: - explicit HashtableInterface_DenseHashSet( - typename p::size_type expected_max_items = 0, - const typename p::hasher& hf = typename p::hasher(), - const typename p::key_equal& eql = typename p::key_equal(), - const typename p::allocator_type& alloc = typename p::allocator_type()) - : BaseHashtableInterface(expected_max_items, hf, eql, alloc) { - this->set_empty_key(EMPTY_KEY); - } - - template - HashtableInterface_DenseHashSet( - InputIterator f, InputIterator l, - typename p::size_type expected_max_items = 0, - const typename p::hasher& hf = typename p::hasher(), - const typename p::key_equal& eql = typename p::key_equal(), - const typename p::allocator_type& alloc = typename p::allocator_type()) - : BaseHashtableInterface(f, l, EMPTY_KEY, - expected_max_items, hf, eql, alloc) { - } - - void clear_no_resize() { this->ht_.clear_no_resize(); } - - template - bool bracket_equal(const typename p::key_type& key, const AssignValue&) { - return this->ht_.find(key) != this->ht_.end(); - } - - template - void bracket_assign(const typename p::key_type& key, const AssignValue&) { - this->ht_.insert(key); - } - - typename p::key_type get_key(const typename p::value_type& value) const { - return value; - } - bool get_data(const typename p::value_type&) const { - return true; - } - bool default_data() const { - return true; - } - - bool supports_clear_no_resize() const { return true; } - bool supports_empty_key() const { return true; } - bool supports_deleted_key() const { return true; } - bool supports_brackets() const { return false; } - bool supports_readwrite() const { return false; } - bool supports_num_table_copies() const { return false; } - bool supports_serialization() const { return true; } - - typedef typename ht::NopointerSerializer NopointerSerializer; - template bool write_metadata(OUTPUT *) { return false; } - template bool read_metadata(INPUT *) { return false; } - template bool write_nopointer_data(OUTPUT *) { - return false; - } - template bool read_nopointer_data(INPUT *) { - return false; - } - int num_table_copies() const { return 0; } - - protected: - template - friend void swap(HashtableInterface_DenseHashSet& a, - HashtableInterface_DenseHashSet& b); - - typename p::key_type it_to_key(const typename p::iterator& it) const { - return *it; - } - typename p::key_type it_to_key(const typename p::const_iterator& it) const { - return *it; - } - typename p::key_type it_to_key(const typename p::local_iterator& it) const { - return *it; - } - typename p::key_type it_to_key(const typename p::const_local_iterator& it) - const { - return *it; - } -}; - -template -void swap(HashtableInterface_DenseHashSet& a, - HashtableInterface_DenseHashSet& b) { - swap(a.ht_, b.ht_); -} - -// --------------------------------------------------------------------- - -// Unlike dense_hashtable, the wrapper class takes an extra template -// value saying what the empty key is. - -template -class HashtableInterface_DenseHashtable - : public BaseHashtableInterface< dense_hashtable > { - private: - typedef dense_hashtable ht; - typedef BaseHashtableInterface p; // parent - - public: - explicit HashtableInterface_DenseHashtable( - typename p::size_type expected_max_items = 0, - const typename p::hasher& hf = typename p::hasher(), - const typename p::key_equal& eql = typename p::key_equal(), - const typename p::allocator_type& alloc = typename p::allocator_type()) - : BaseHashtableInterface(expected_max_items, hf, eql, - ExtractKey(), SetKey(), alloc) { - this->set_empty_key(EMPTY_KEY); - } - - template - HashtableInterface_DenseHashtable( - InputIterator f, InputIterator l, - typename p::size_type expected_max_items = 0, - const typename p::hasher& hf = typename p::hasher(), - const typename p::key_equal& eql = typename p::key_equal(), - const typename p::allocator_type& alloc = typename p::allocator_type()) - : BaseHashtableInterface(expected_max_items, hf, eql, - ExtractKey(), SetKey(), alloc) { - this->set_empty_key(EMPTY_KEY); - this->insert(f, l); - } - - void clear_no_resize() { this->ht_.clear_no_resize(); } - - float max_load_factor() const { - float shrink, grow; - this->ht_.get_resizing_parameters(&shrink, &grow); - return grow; - } - void max_load_factor(float new_grow) { - float shrink, grow; - this->ht_.get_resizing_parameters(&shrink, &grow); - this->ht_.set_resizing_parameters(shrink, new_grow); - } - float min_load_factor() const { - float shrink, grow; - this->ht_.get_resizing_parameters(&shrink, &grow); - return shrink; - } - void min_load_factor(float new_shrink) { - float shrink, grow; - this->ht_.get_resizing_parameters(&shrink, &grow); - this->ht_.set_resizing_parameters(new_shrink, grow); - } - - template - bool bracket_equal(const typename p::key_type&, const AssignValue&) { - return false; - } - - template - void bracket_assign(const typename p::key_type&, const AssignValue&) { - } - - typename p::key_type get_key(const typename p::value_type& value) const { - return extract_key(value); - } - typename p::value_type get_data(const typename p::value_type& value) const { - return value; - } - typename p::value_type default_data() const { - return typename p::value_type(); - } - - bool supports_clear_no_resize() const { return true; } - bool supports_empty_key() const { return true; } - bool supports_deleted_key() const { return true; } - bool supports_brackets() const { return false; } - bool supports_readwrite() const { return false; } - bool supports_num_table_copies() const { return true; } - bool supports_serialization() const { return true; } - - typedef typename ht::NopointerSerializer NopointerSerializer; - template bool write_metadata(OUTPUT *) { return false; } - template bool read_metadata(INPUT *) { return false; } - template bool write_nopointer_data(OUTPUT *) { - return false; - } - template bool read_nopointer_data(INPUT *) { - return false; - } - - // These tr1 names aren't defined for dense_hashtable. - typename p::hasher hash_function() { return this->hash_funct(); } - void rehash(typename p::size_type hint) { this->resize(hint); } - - protected: - template - friend void swap( - HashtableInterface_DenseHashtable& a, - HashtableInterface_DenseHashtable& b); - - typename p::key_type it_to_key(const typename p::iterator& it) const { - return extract_key(*it); - } - typename p::key_type it_to_key(const typename p::const_iterator& it) const { - return extract_key(*it); - } - typename p::key_type it_to_key(const typename p::local_iterator& it) const { - return extract_key(*it); - } - typename p::key_type it_to_key(const typename p::const_local_iterator& it) - const { - return extract_key(*it); - } - - private: - ExtractKey extract_key; -}; - -template -void swap(HashtableInterface_DenseHashtable& a, - HashtableInterface_DenseHashtable& b) { - swap(a.ht_, b.ht_); -} - -_END_GOOGLE_NAMESPACE_ - -#endif // UTIL_GTL_HASH_TEST_INTERFACE_H_ diff --git a/clipper/sparsehash-2.0.2/src/hashtable_test.cc b/clipper/sparsehash-2.0.2/src/hashtable_test.cc deleted file mode 100644 index 21c60a7..0000000 --- a/clipper/sparsehash-2.0.2/src/hashtable_test.cc +++ /dev/null @@ -1,2007 +0,0 @@ -// Copyright (c) 2010, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// --- -// -// This tests densehashtable -// This tests dense_hash_set -// This tests dense_hash_map -// This tests sparsehashtable -// This tests sparse_hash_set -// This tests sparse_hash_map -// -// This test replaces hashtable_unittest.cc, which was becoming -// unreadable. This file is opaque but hopefully not unreadable -- at -// least, not the tests! -// -// Note that since all these classes are templatized, it's important -// to call every public method on the class: not just to make sure -// they work, but to make sure they even compile. - -#include -#include -#include -#include // for size_t -#include -#include -#ifdef HAVE_STDINT_H -# include -#endif // for uintptr_t -#include -#include -#include -#include // for class typeinfo (returned by typeid) -#include -#include -#include -#include "hash_test_interface.h" -#include "testutil.h" -namespace testing = GOOGLE_NAMESPACE::testing; - -using std::cout; -using std::pair; -using std::set; -using std::string; -using std::vector; -using GOOGLE_NAMESPACE::dense_hash_map; -using GOOGLE_NAMESPACE::dense_hash_set; -using GOOGLE_NAMESPACE::sparse_hash_map; -using GOOGLE_NAMESPACE::sparse_hash_set; -using GOOGLE_NAMESPACE::sparsetable; -using GOOGLE_NAMESPACE::HashtableInterface_SparseHashMap; -using GOOGLE_NAMESPACE::HashtableInterface_SparseHashSet; -using GOOGLE_NAMESPACE::HashtableInterface_SparseHashtable; -using GOOGLE_NAMESPACE::HashtableInterface_DenseHashMap; -using GOOGLE_NAMESPACE::HashtableInterface_DenseHashSet; -using GOOGLE_NAMESPACE::HashtableInterface_DenseHashtable; -namespace sparsehash_internal = GOOGLE_NAMESPACE::sparsehash_internal; - -typedef unsigned char uint8; - -#ifdef _MSC_VER -// Below, we purposefully test having a very small allocator size. -// This causes some "type conversion too small" errors when using this -// allocator with sparsetable buckets. We're testing to make sure we -// handle that situation ok, so we don't need the compiler warnings. -#pragma warning(disable:4244) -#endif - -namespace { - -#ifndef _MSC_VER // windows defines its own version -# ifdef __MINGW32__ // mingw has trouble writing to /tmp -static string TmpFile(const char* basename) { - return string("./#") + basename; -} -# else -static string TmpFile(const char* basename) { - string kTmpdir = "/tmp"; - return kTmpdir + "/" + basename; -} -# endif -#endif - -// Used as a value in some of the hashtable tests. It's just some -// arbitrary user-defined type with non-trivial memory management. -struct ValueType { - public: - ValueType() : s_(kDefault) { } - ValueType(const char* init_s) : s_(kDefault) { set_s(init_s); } - ~ValueType() { set_s(NULL); } - ValueType(const ValueType& that) : s_(kDefault) { operator=(that); } - void operator=(const ValueType& that) { set_s(that.s_); } - bool operator==(const ValueType& that) const { - return strcmp(this->s(), that.s()) == 0; - } - void set_s(const char* new_s) { - if (s_ != kDefault) - free(const_cast(s_)); - s_ = (new_s == NULL ? kDefault : reinterpret_cast(strdup(new_s))); - } - const char* s() const { return s_; } - private: - const char* s_; - static const char* const kDefault; -}; -const char* const ValueType::kDefault = "hi"; - -// This is used by the low-level sparse/dense_hashtable classes, -// which support the most general relationship between keys and -// values: the key is derived from the value through some arbitrary -// function. (For classes like sparse_hash_map, the 'value' is a -// key/data pair, and the function to derive the key is -// FirstElementOfPair.) KeyToValue is the inverse of this function, -// so GetKey(KeyToValue(key)) == key. To keep the tests a bit -// simpler, we've chosen to make the key and value actually be the -// same type, which is why we need only one template argument for the -// types, rather than two (one for the key and one for the value). -template -struct SetKey { - void operator()(KeyAndValueT* value, const KeyAndValueT& new_key) const { - *value = KeyToValue()(new_key); - } -}; - -// A hash function that keeps track of how often it's called. We use -// a simple djb-hash so we don't depend on how STL hashes. We use -// this same method to do the key-comparison, so we can keep track -// of comparison-counts too. -struct Hasher { - explicit Hasher(int i=0) : id_(i), num_hashes_(0), num_compares_(0) { } - int id() const { return id_; } - int num_hashes() const { return num_hashes_; } - int num_compares() const { return num_compares_; } - - size_t operator()(int a) const { - num_hashes_++; - return static_cast(a); - } - size_t operator()(const char* a) const { - num_hashes_++; - size_t hash = 0; - for (size_t i = 0; a[i]; i++ ) - hash = 33 * hash + a[i]; - return hash; - } - size_t operator()(const string& a) const { - num_hashes_++; - size_t hash = 0; - for (size_t i = 0; i < a.length(); i++ ) - hash = 33 * hash + a[i]; - return hash; - } - size_t operator()(const int* a) const { - num_hashes_++; - return static_cast(reinterpret_cast(a)); - } - bool operator()(int a, int b) const { - num_compares_++; - return a == b; - } - bool operator()(const string& a, const string& b) const { - num_compares_++; - return a == b; - } - bool operator()(const char* a, const char* b) const { - num_compares_++; - // The 'a == b' test is necessary, in case a and b are both NULL. - return (a == b || (a && b && strcmp(a, b) == 0)); - } - - private: - mutable int id_; - mutable int num_hashes_; - mutable int num_compares_; -}; - -// Allocator that allows controlling its size in various ways, to test -// allocator overflow. Because we use this allocator in a vector, we -// need to define != and swap for gcc. -template(~0)> -struct Alloc { - typedef T value_type; - typedef SizeT size_type; - typedef ptrdiff_t difference_type; - typedef T* pointer; - typedef const T* const_pointer; - typedef T& reference; - typedef const T& const_reference; - - explicit Alloc(int i=0, int* count=NULL) : id_(i), count_(count) {} - ~Alloc() {} - pointer address(reference r) const { return &r; } - const_pointer address(const_reference r) const { return &r; } - pointer allocate(size_type n, const_pointer = 0) { - if (count_) ++(*count_); - return static_cast(malloc(n * sizeof(value_type))); - } - void deallocate(pointer p, size_type) { - free(p); - } - pointer reallocate(pointer p, size_type n) { - if (count_) ++(*count_); - return static_cast(realloc(p, n * sizeof(value_type))); - } - size_type max_size() const { - return static_cast(MAX_SIZE); - } - void construct(pointer p, const value_type& val) { - new(p) value_type(val); - } - void destroy(pointer p) { p->~value_type(); } - - bool is_custom_alloc() const { return true; } - - template - Alloc(const Alloc& that) - : id_(that.id_), count_(that.count_) { - } - - template - struct rebind { - typedef Alloc other; - }; - - bool operator==(const Alloc& that) { - return this->id_ == that.id_ && this->count_ == that.count_; - } - bool operator!=(const Alloc& that) { - return !this->operator==(that); - } - - int id() const { return id_; } - - // I have to make these public so the constructor used for rebinding - // can see them. Normally, I'd just make them private and say: - // template friend struct Alloc; - // but MSVC 7.1 barfs on that. So public it is. But no peeking! - public: - int id_; - int* count_; -}; - - -// Below are a few fun routines that convert a value into a key, used -// for dense_hashtable and sparse_hashtable. It's our responsibility -// to make sure, when we insert values into these objects, that the -// values match the keys we insert them under. To allow us to use -// these routines for SetKey as well, we require all these functions -// be their own inverse: f(f(x)) == x. -template -struct Negation { - typedef Value result_type; - Value operator()(Value& v) { return -v; } - const Value operator()(const Value& v) const { return -v; } -}; - -struct Capital { - typedef string result_type; - string operator()(string& s) { - return string(1, s[0] ^ 32) + s.substr(1); - } - const string operator()(const string& s) const { - return string(1, s[0] ^ 32) + s.substr(1); - } -}; - -struct Identity { // lame, I know, but an important case to test. - typedef const char* result_type; - const char* operator()(const char* s) const { - return s; - } -}; - -// This is just to avoid memory leaks -- it's a global pointer to -// all the memory allocated by UniqueObjectHelper. We'll use it -// to semi-test sparsetable as well. :-) -sparsetable g_unique_charstar_objects(16); - -// This is an object-generator: pass in an index, and it will return a -// unique object of type ItemType. We provide specializations for the -// types we actually support. -template ItemType UniqueObjectHelper(int index); -template<> int UniqueObjectHelper(int index) { - return index; -} -template<> string UniqueObjectHelper(int index) { - char buffer[64]; - snprintf(buffer, sizeof(buffer), "%d", index); - return buffer; -} -template<> char* UniqueObjectHelper(int index) { - // First grow the table if need be. - sparsetable::size_type table_size = g_unique_charstar_objects.size(); - while (index >= static_cast(table_size)) { - assert(table_size * 2 > table_size); // avoid overflow problems - table_size *= 2; - } - if (table_size > g_unique_charstar_objects.size()) - g_unique_charstar_objects.resize(table_size); - - if (!g_unique_charstar_objects.test(index)) { - char buffer[64]; - snprintf(buffer, sizeof(buffer), "%d", index); - g_unique_charstar_objects[index] = strdup(buffer); - } - return g_unique_charstar_objects.get(index); -} -template<> const char* UniqueObjectHelper(int index) { - return UniqueObjectHelper(index); -} -template<> ValueType UniqueObjectHelper(int index) { - return ValueType(UniqueObjectHelper(index).c_str()); -} -template<> pair UniqueObjectHelper(int index) { - return pair(index, index + 1); -} -template<> pair UniqueObjectHelper(int index) { - return pair( - UniqueObjectHelper(index), UniqueObjectHelper(index + 1)); -} -template<> pair UniqueObjectHelper(int index) { - return pair( - UniqueObjectHelper(index), UniqueObjectHelper(index+1)); -} - -class ValueSerializer { - public: - bool operator()(FILE* fp, const int& value) { - return fwrite(&value, sizeof(value), 1, fp) == 1; - } - bool operator()(FILE* fp, int* value) { - return fread(value, sizeof(*value), 1, fp) == 1; - } - bool operator()(FILE* fp, const string& value) { - const int size = value.size(); - return (*this)(fp, size) && fwrite(value.c_str(), size, 1, fp) == 1; - } - bool operator()(FILE* fp, string* value) { - int size; - if (!(*this)(fp, &size)) return false; - char* buf = new char[size]; - if (fread(buf, size, 1, fp) != 1) { - delete[] buf; - return false; - } - new(value) string(buf, size); - delete[] buf; - return true; - } - template - bool operator()(OUTPUT* fp, const ValueType& v) { - return (*this)(fp, string(v.s())); - } - template - bool operator()(INPUT* fp, ValueType* v) { - string data; - if (!(*this)(fp, &data)) return false; - new(v) ValueType(data.c_str()); - return true; - } - template - bool operator()(OUTPUT* fp, const char* const& value) { - // Just store the index. - return (*this)(fp, atoi(value)); - } - template - bool operator()(INPUT* fp, const char** value) { - // Look up via index. - int index; - if (!(*this)(fp, &index)) return false; - *value = UniqueObjectHelper(index); - return true; - } - template - bool operator()(OUTPUT* fp, std::pair* value) { - return (*this)(fp, const_cast(&value->first)) - && (*this)(fp, &value->second); - } - template - bool operator()(INPUT* fp, const std::pair& value) { - return (*this)(fp, value.first) && (*this)(fp, value.second); - } -}; - -template -class HashtableTest : public ::testing::Test { - public: - HashtableTest() : ht_() { } - // Give syntactically-prettier access to UniqueObjectHelper. - typename HashtableType::value_type UniqueObject(int index) { - return UniqueObjectHelper(index); - } - typename HashtableType::key_type UniqueKey(int index) { - return this->ht_.get_key(this->UniqueObject(index)); - } - protected: - HashtableType ht_; -}; - -} - -// These are used to specify the empty key and deleted key in some -// contexts. They can't be in the unnamed namespace, or static, -// because the template code requires external linkage. -extern const string kEmptyString("--empty string--"); -extern const string kDeletedString("--deleted string--"); -extern const int kEmptyInt = 0; -extern const int kDeletedInt = -1234676543; // an unlikely-to-pick int -extern const char* const kEmptyCharStar = "--empty char*--"; -extern const char* const kDeletedCharStar = "--deleted char*--"; - -namespace { - -#define INT_HASHTABLES \ - HashtableInterface_SparseHashMap >, \ - HashtableInterface_SparseHashSet >, \ - /* This is a table where the key associated with a value is -value */ \ - HashtableInterface_SparseHashtable, \ - SetKey >, \ - Hasher, Alloc >, \ - HashtableInterface_DenseHashMap >, \ - HashtableInterface_DenseHashSet >, \ - HashtableInterface_DenseHashtable, \ - SetKey >, \ - Hasher, Alloc > - -#define STRING_HASHTABLES \ - HashtableInterface_SparseHashMap >, \ - HashtableInterface_SparseHashSet >, \ - /* This is a table where the key associated with a value is Cap(value) */ \ - HashtableInterface_SparseHashtable, \ - Hasher, Alloc >, \ - HashtableInterface_DenseHashMap >, \ - HashtableInterface_DenseHashSet >, \ - HashtableInterface_DenseHashtable, \ - Hasher, Alloc > - -// I'd like to use ValueType keys for SparseHashtable<> and -// DenseHashtable<> but I can't due to memory-management woes (nobody -// really owns the char* involved). So instead I do something simpler. -#define CHARSTAR_HASHTABLES \ - HashtableInterface_SparseHashMap >, \ - HashtableInterface_SparseHashSet >, \ - /* This is a table where each value is its own key. */ \ - HashtableInterface_SparseHashtable, \ - Hasher, Alloc >, \ - HashtableInterface_DenseHashMap >, \ - HashtableInterface_DenseHashSet >, \ - HashtableInterface_DenseHashtable, \ - Hasher, Alloc > - -// This is the list of types we run each test against. -// We need to define the same class 4 times due to limitations in the -// testing framework. Basically, we associate each class below with -// the set of types we want to run tests on it with. -template class HashtableIntTest - : public HashtableTest { }; -template class HashtableStringTest - : public HashtableTest { }; -template class HashtableCharStarTest - : public HashtableTest { }; -template class HashtableAllTest - : public HashtableTest { }; - -typedef testing::TypeList6 IntHashtables; -typedef testing::TypeList6 StringHashtables; -typedef testing::TypeList6 CharStarHashtables; -typedef testing::TypeList18 AllHashtables; - -TYPED_TEST_CASE_6(HashtableIntTest, IntHashtables); -TYPED_TEST_CASE_6(HashtableStringTest, StringHashtables); -TYPED_TEST_CASE_6(HashtableCharStarTest, CharStarHashtables); -TYPED_TEST_CASE_18(HashtableAllTest, AllHashtables); - -// ------------------------------------------------------------------------ -// First, some testing of the underlying infrastructure. - -TEST(HashtableCommonTest, HashMunging) { - const Hasher hasher; - - // We don't munge the hash value on non-pointer template types. - { - const sparsehash_internal::sh_hashtable_settings - settings(hasher, 0.0, 0.0); - const int v = 1000; - EXPECT_EQ(hasher(v), settings.hash(v)); - } - - { - // We do munge the hash value on pointer template types. - const sparsehash_internal::sh_hashtable_settings - settings(hasher, 0.0, 0.0); - int* v = NULL; - v += 0x10000; // get a non-trivial pointer value - EXPECT_NE(hasher(v), settings.hash(v)); - } - { - const sparsehash_internal::sh_hashtable_settings - settings(hasher, 0.0, 0.0); - const int* v = NULL; - v += 0x10000; // get a non-trivial pointer value - EXPECT_NE(hasher(v), settings.hash(v)); - } -} - -// ------------------------------------------------------------------------ -// If the first arg to TYPED_TEST is HashtableIntTest, it will run -// this test on all the hashtable types, with key=int and value=int. -// Likewise, HashtableStringTest will have string key/values, and -// HashtableCharStarTest will have char* keys and -- just to mix it up -// a little -- ValueType values. HashtableAllTest will run all three -// key/value types on all 6 hashtables types, for 18 test-runs total -// per test. -// -// In addition, TYPED_TEST makes available the magic keyword -// TypeParam, which is the type being used for the current test. - -// This first set of tests just tests the public API, going through -// the public typedefs and methods in turn. It goes approximately -// in the definition-order in sparse_hash_map.h. - -TYPED_TEST(HashtableIntTest, Typedefs) { - // Make sure all the standard STL-y typedefs are defined. The exact - // key/value types don't matter here, so we only bother testing on - // the int tables. This is just a compile-time "test"; nothing here - // can fail at runtime. - this->ht_.set_deleted_key(-2); // just so deleted_key succeeds - typename TypeParam::key_type kt; - typename TypeParam::value_type vt; - typename TypeParam::hasher h; - typename TypeParam::key_equal ke; - typename TypeParam::allocator_type at; - - typename TypeParam::size_type st; - typename TypeParam::difference_type dt; - typename TypeParam::pointer p; - typename TypeParam::const_pointer cp; - // I can't declare variables of reference-type, since I have nothing - // to point them to, so I just make sure that these types exist. - typedef typename TypeParam::reference r; - typedef typename TypeParam::const_reference cf; - - typename TypeParam::iterator i; - typename TypeParam::const_iterator ci; - typename TypeParam::local_iterator li; - typename TypeParam::const_local_iterator cli; - - // Now make sure the variables are used, so the compiler doesn't - // complain. Where possible, I "use" the variable by calling the - // method that's supposed to return the unique instance of the - // relevant type (eg. get_allocator()). Otherwise, I try to call a - // different, arbitrary function that returns the type. Sometimes - // the type isn't used at all, and there's no good way to use the - // variable. - kt = this->ht_.deleted_key(); - (void)vt; // value_type may not be copyable. Easiest not to try. - h = this->ht_.hash_funct(); - ke = this->ht_.key_eq(); - at = this->ht_.get_allocator(); - st = this->ht_.size(); - (void)dt; - (void)p; - (void)cp; - i = this->ht_.begin(); - ci = this->ht_.begin(); - li = this->ht_.begin(0); - cli = this->ht_.begin(0); -} - -TYPED_TEST(HashtableAllTest, NormalIterators) { - EXPECT_TRUE(this->ht_.begin() == this->ht_.end()); - this->ht_.insert(this->UniqueObject(1)); - { - typename TypeParam::iterator it = this->ht_.begin(); - EXPECT_TRUE(it != this->ht_.end()); - ++it; - EXPECT_TRUE(it == this->ht_.end()); - } -} - -TEST(HashtableTest, ModifyViaIterator) { - // This only works for hash-maps, since only they have non-const values. - { - sparse_hash_map ht; - ht[1] = 2; - sparse_hash_map::iterator it = ht.find(1); - EXPECT_TRUE(it != ht.end()); - EXPECT_EQ(1, it->first); - EXPECT_EQ(2, it->second); - it->second = 5; - it = ht.find(1); - EXPECT_TRUE(it != ht.end()); - EXPECT_EQ(5, it->second); - } - { - dense_hash_map ht; - ht.set_empty_key(0); - ht[1] = 2; - dense_hash_map::iterator it = ht.find(1); - EXPECT_TRUE(it != ht.end()); - EXPECT_EQ(1, it->first); - EXPECT_EQ(2, it->second); - it->second = 5; - it = ht.find(1); - EXPECT_TRUE(it != ht.end()); - EXPECT_EQ(5, it->second); - } -} - -TYPED_TEST(HashtableAllTest, ConstIterators) { - this->ht_.insert(this->UniqueObject(1)); - typename TypeParam::const_iterator it = this->ht_.begin(); - EXPECT_TRUE(it != this->ht_.end()); - ++it; - EXPECT_TRUE(it == this->ht_.end()); -} - -TYPED_TEST(HashtableAllTest, LocalIterators) { - // Now, tr1 begin/end (the local iterator that takes a bucket-number). - // ht::bucket() returns the bucket that this key would be inserted in. - this->ht_.insert(this->UniqueObject(1)); - const typename TypeParam::size_type bucknum = - this->ht_.bucket(this->UniqueKey(1)); - typename TypeParam::local_iterator b = this->ht_.begin(bucknum); - typename TypeParam::local_iterator e = this->ht_.end(bucknum); - EXPECT_TRUE(b != e); - b++; - EXPECT_TRUE(b == e); - - // Check an empty bucket. We can just xor the bottom bit and be sure - // of getting a legal bucket, since #buckets is always a power of 2. - EXPECT_TRUE(this->ht_.begin(bucknum ^ 1) == this->ht_.end(bucknum ^ 1)); - // Another test, this time making sure we're using the right types. - typename TypeParam::local_iterator b2 = this->ht_.begin(bucknum ^ 1); - typename TypeParam::local_iterator e2 = this->ht_.end(bucknum ^ 1); - EXPECT_TRUE(b2 == e2); -} - -TYPED_TEST(HashtableAllTest, ConstLocalIterators) { - this->ht_.insert(this->UniqueObject(1)); - const typename TypeParam::size_type bucknum = - this->ht_.bucket(this->UniqueKey(1)); - typename TypeParam::const_local_iterator b = this->ht_.begin(bucknum); - typename TypeParam::const_local_iterator e = this->ht_.end(bucknum); - EXPECT_TRUE(b != e); - b++; - EXPECT_TRUE(b == e); - typename TypeParam::const_local_iterator b2 = this->ht_.begin(bucknum ^ 1); - typename TypeParam::const_local_iterator e2 = this->ht_.end(bucknum ^ 1); - EXPECT_TRUE(b2 == e2); -} - -TYPED_TEST(HashtableAllTest, Iterating) { - // Test a bit more iterating than just one ++. - this->ht_.insert(this->UniqueObject(1)); - this->ht_.insert(this->UniqueObject(11)); - this->ht_.insert(this->UniqueObject(111)); - this->ht_.insert(this->UniqueObject(1111)); - this->ht_.insert(this->UniqueObject(11111)); - this->ht_.insert(this->UniqueObject(111111)); - this->ht_.insert(this->UniqueObject(1111111)); - this->ht_.insert(this->UniqueObject(11111111)); - this->ht_.insert(this->UniqueObject(111111111)); - typename TypeParam::iterator it = this->ht_.begin(); - for (int i = 1; i <= 9; i++) { // start at 1 so i is never 0 - // && here makes it easier to tell what loop iteration the test failed on. - EXPECT_TRUE(i && (it++ != this->ht_.end())); - } - EXPECT_TRUE(it == this->ht_.end()); -} - -TYPED_TEST(HashtableIntTest, Constructors) { - // The key/value types don't matter here, so I just test on one set - // of tables, the ones with int keys, which can easily handle the - // placement-news we have to do below. - Hasher hasher(1); // 1 is a unique id - int alloc_count = 0; - Alloc alloc(2, &alloc_count); - - TypeParam ht_noarg; - TypeParam ht_onearg(100); - TypeParam ht_twoarg(100, hasher); - TypeParam ht_threearg(100, hasher, hasher); // hasher serves as key_equal too - TypeParam ht_fourarg(100, hasher, hasher, alloc); - - // The allocator should have been called at most once, for the last ht. - EXPECT_LE(1, alloc_count); - int old_alloc_count = alloc_count; - - const typename TypeParam::value_type input[] = { - this->UniqueObject(1), - this->UniqueObject(2), - this->UniqueObject(4), - this->UniqueObject(8) - }; - const int num_inputs = sizeof(input) / sizeof(input[0]); - const typename TypeParam::value_type *begin = &input[0]; - const typename TypeParam::value_type *end = begin + num_inputs; - TypeParam ht_iter_noarg(begin, end); - TypeParam ht_iter_onearg(begin, end, 100); - TypeParam ht_iter_twoarg(begin, end, 100, hasher); - TypeParam ht_iter_threearg(begin, end, 100, hasher, hasher); - TypeParam ht_iter_fourarg(begin, end, 100, hasher, hasher, alloc); - // Now the allocator should have been called more. - EXPECT_GT(alloc_count, old_alloc_count); - old_alloc_count = alloc_count; - - // Let's do a lot more inserting and make sure the alloc-count goes up - for (int i = 2; i < 2000; i++) - ht_fourarg.insert(this->UniqueObject(i)); - EXPECT_GT(alloc_count, old_alloc_count); - - EXPECT_LT(ht_noarg.bucket_count(), 100u); - EXPECT_GE(ht_onearg.bucket_count(), 100u); - EXPECT_GE(ht_twoarg.bucket_count(), 100u); - EXPECT_GE(ht_threearg.bucket_count(), 100u); - EXPECT_GE(ht_fourarg.bucket_count(), 100u); - EXPECT_GE(ht_iter_onearg.bucket_count(), 100u); - - // When we pass in a hasher -- it can serve both as the hash-function - // and the key-equal function -- its id should be 1. Where we don't - // pass it in and use the default Hasher object, the id should be 0. - EXPECT_EQ(0, ht_noarg.hash_funct().id()); - EXPECT_EQ(0, ht_noarg.key_eq().id()); - EXPECT_EQ(0, ht_onearg.hash_funct().id()); - EXPECT_EQ(0, ht_onearg.key_eq().id()); - EXPECT_EQ(1, ht_twoarg.hash_funct().id()); - EXPECT_EQ(0, ht_twoarg.key_eq().id()); - EXPECT_EQ(1, ht_threearg.hash_funct().id()); - EXPECT_EQ(1, ht_threearg.key_eq().id()); - - EXPECT_EQ(0, ht_iter_noarg.hash_funct().id()); - EXPECT_EQ(0, ht_iter_noarg.key_eq().id()); - EXPECT_EQ(0, ht_iter_onearg.hash_funct().id()); - EXPECT_EQ(0, ht_iter_onearg.key_eq().id()); - EXPECT_EQ(1, ht_iter_twoarg.hash_funct().id()); - EXPECT_EQ(0, ht_iter_twoarg.key_eq().id()); - EXPECT_EQ(1, ht_iter_threearg.hash_funct().id()); - EXPECT_EQ(1, ht_iter_threearg.key_eq().id()); - - // Likewise for the allocator - EXPECT_EQ(0, ht_threearg.get_allocator().id()); - EXPECT_EQ(0, ht_iter_threearg.get_allocator().id()); - EXPECT_EQ(2, ht_fourarg.get_allocator().id()); - EXPECT_EQ(2, ht_iter_fourarg.get_allocator().id()); -} - -TYPED_TEST(HashtableAllTest, OperatorEquals) { - { - TypeParam ht1, ht2; - ht1.set_deleted_key(this->UniqueKey(1)); - ht2.set_deleted_key(this->UniqueKey(2)); - - ht1.insert(this->UniqueObject(10)); - ht2.insert(this->UniqueObject(20)); - EXPECT_FALSE(ht1 == ht2); - ht1 = ht2; - EXPECT_TRUE(ht1 == ht2); - } - { - TypeParam ht1, ht2; - ht1.insert(this->UniqueObject(30)); - ht1 = ht2; - EXPECT_EQ(0u, ht1.size()); - } - { - TypeParam ht1, ht2; - ht1.set_deleted_key(this->UniqueKey(1)); - ht2.insert(this->UniqueObject(1)); // has same key as ht1.delkey - ht1 = ht2; // should reset deleted-key to 'unset' - EXPECT_EQ(1u, ht1.size()); - EXPECT_EQ(1u, ht1.count(this->UniqueKey(1))); - } -} - -TYPED_TEST(HashtableAllTest, Clear) { - for (int i = 1; i < 200; i++) { - this->ht_.insert(this->UniqueObject(i)); - } - this->ht_.clear(); - EXPECT_EQ(0u, this->ht_.size()); - // TODO(csilvers): do we want to enforce that the hashtable has or - // has not shrunk? It does for dense_* but not sparse_*. -} - -TYPED_TEST(HashtableAllTest, ClearNoResize) { - if (!this->ht_.supports_clear_no_resize()) - return; - typename TypeParam::size_type empty_bucket_count = this->ht_.bucket_count(); - int last_element = 1; - while (this->ht_.bucket_count() == empty_bucket_count) { - this->ht_.insert(this->UniqueObject(last_element)); - ++last_element; - } - typename TypeParam::size_type last_bucket_count = this->ht_.bucket_count(); - this->ht_.clear_no_resize(); - EXPECT_EQ(last_bucket_count, this->ht_.bucket_count()); - EXPECT_TRUE(this->ht_.empty()); - - // When inserting the same number of elements again, no resize - // should be necessary. - for (int i = 1; i < last_element; ++i) { - this->ht_.insert(this->UniqueObject(last_element + i)); - EXPECT_EQ(last_bucket_count, this->ht_.bucket_count()); - } -} - -TYPED_TEST(HashtableAllTest, Swap) { - // Let's make a second hashtable with its own hasher, key_equal, etc. - Hasher hasher(1); // 1 is a unique id - TypeParam other_ht(200, hasher, hasher); - - this->ht_.set_deleted_key(this->UniqueKey(1)); - other_ht.set_deleted_key(this->UniqueKey(2)); - - for (int i = 3; i < 2000; i++) { - this->ht_.insert(this->UniqueObject(i)); - } - this->ht_.erase(this->UniqueKey(1000)); - other_ht.insert(this->UniqueObject(2001)); - typename TypeParam::size_type expected_buckets = other_ht.bucket_count(); - - this->ht_.swap(other_ht); - - EXPECT_EQ(this->UniqueKey(2), this->ht_.deleted_key()); - EXPECT_EQ(this->UniqueKey(1), other_ht.deleted_key()); - - EXPECT_EQ(1, this->ht_.hash_funct().id()); - EXPECT_EQ(0, other_ht.hash_funct().id()); - - EXPECT_EQ(1, this->ht_.key_eq().id()); - EXPECT_EQ(0, other_ht.key_eq().id()); - - EXPECT_EQ(expected_buckets, this->ht_.bucket_count()); - EXPECT_GT(other_ht.bucket_count(), 200u); - - EXPECT_EQ(1u, this->ht_.size()); - EXPECT_EQ(1996u, other_ht.size()); // because we erased 1000 - - EXPECT_EQ(0u, this->ht_.count(this->UniqueKey(111))); - EXPECT_EQ(1u, other_ht.count(this->UniqueKey(111))); - EXPECT_EQ(1u, this->ht_.count(this->UniqueKey(2001))); - EXPECT_EQ(0u, other_ht.count(this->UniqueKey(2001))); - EXPECT_EQ(0u, this->ht_.count(this->UniqueKey(1000))); - EXPECT_EQ(0u, other_ht.count(this->UniqueKey(1000))); - - // We purposefully don't swap allocs -- they're not necessarily swappable. - - // Now swap back, using the free-function swap - // NOTE: MSVC seems to have trouble with this free swap, not quite - // sure why. I've given up trying to fix it though. -#ifdef _MSC_VER - other_ht.swap(this->ht_); -#else - swap(this->ht_, other_ht); -#endif - - EXPECT_EQ(this->UniqueKey(1), this->ht_.deleted_key()); - EXPECT_EQ(this->UniqueKey(2), other_ht.deleted_key()); - EXPECT_EQ(0, this->ht_.hash_funct().id()); - EXPECT_EQ(1, other_ht.hash_funct().id()); - EXPECT_EQ(1996u, this->ht_.size()); - EXPECT_EQ(1u, other_ht.size()); - EXPECT_EQ(1u, this->ht_.count(this->UniqueKey(111))); - EXPECT_EQ(0u, other_ht.count(this->UniqueKey(111))); - - // A user reported a crash with this code using swap to clear. - // We've since fixed the bug; this prevents a regression. - TypeParam swap_to_clear_ht; - swap_to_clear_ht.set_deleted_key(this->UniqueKey(1)); - for (int i = 2; i < 10000; ++i) { - swap_to_clear_ht.insert(this->UniqueObject(i)); - } - TypeParam empty_ht; - empty_ht.swap(swap_to_clear_ht); - swap_to_clear_ht.set_deleted_key(this->UniqueKey(1)); - for (int i = 2; i < 10000; ++i) { - swap_to_clear_ht.insert(this->UniqueObject(i)); - } -} - -TYPED_TEST(HashtableAllTest, Size) { - EXPECT_EQ(0u, this->ht_.size()); - for (int i = 1; i < 1000; i++) { // go through some resizes - this->ht_.insert(this->UniqueObject(i)); - EXPECT_EQ(static_cast(i), this->ht_.size()); - } - this->ht_.clear(); - EXPECT_EQ(0u, this->ht_.size()); - - this->ht_.set_deleted_key(this->UniqueKey(1)); - EXPECT_EQ(0u, this->ht_.size()); // deleted key doesn't count - for (int i = 2; i < 1000; i++) { // go through some resizes - this->ht_.insert(this->UniqueObject(i)); - this->ht_.erase(this->UniqueKey(i)); - EXPECT_EQ(0u, this->ht_.size()); - } -} - -TEST(HashtableTest, MaxSizeAndMaxBucketCount) { - // The max size depends on the allocator. So we can't use the - // built-in allocator type; instead, we make our own types. - sparse_hash_set > ht_default; - sparse_hash_set > ht_char; - sparse_hash_set > ht_104; - - EXPECT_GE(ht_default.max_size(), 256u); - EXPECT_EQ(255u, ht_char.max_size()); - EXPECT_EQ(104u, ht_104.max_size()); - - // In our implementations, MaxBucketCount == MaxSize. - EXPECT_EQ(ht_default.max_size(), ht_default.max_bucket_count()); - EXPECT_EQ(ht_char.max_size(), ht_char.max_bucket_count()); - EXPECT_EQ(ht_104.max_size(), ht_104.max_bucket_count()); -} - -TYPED_TEST(HashtableAllTest, Empty) { - EXPECT_TRUE(this->ht_.empty()); - - this->ht_.insert(this->UniqueObject(1)); - EXPECT_FALSE(this->ht_.empty()); - - this->ht_.clear(); - EXPECT_TRUE(this->ht_.empty()); - - TypeParam empty_ht; - this->ht_.insert(this->UniqueObject(1)); - this->ht_.swap(empty_ht); - EXPECT_TRUE(this->ht_.empty()); -} - -TYPED_TEST(HashtableAllTest, BucketCount) { - TypeParam ht(100); - // constructor arg is number of *items* to be inserted, not the - // number of buckets, so we expect more buckets. - EXPECT_GT(ht.bucket_count(), 100u); - for (int i = 1; i < 200; i++) { - ht.insert(this->UniqueObject(i)); - } - EXPECT_GT(ht.bucket_count(), 200u); -} - -TYPED_TEST(HashtableAllTest, BucketAndBucketSize) { - const typename TypeParam::size_type expected_bucknum = this->ht_.bucket( - this->UniqueKey(1)); - EXPECT_EQ(0u, this->ht_.bucket_size(expected_bucknum)); - - this->ht_.insert(this->UniqueObject(1)); - EXPECT_EQ(expected_bucknum, this->ht_.bucket(this->UniqueKey(1))); - EXPECT_EQ(1u, this->ht_.bucket_size(expected_bucknum)); - - // Check that a bucket we didn't insert into, has a 0 size. Since - // we have an even number of buckets, bucknum^1 is guaranteed in range. - EXPECT_EQ(0u, this->ht_.bucket_size(expected_bucknum ^ 1)); -} - -TYPED_TEST(HashtableAllTest, LoadFactor) { - const typename TypeParam::size_type kSize = 16536; - // Check growing past various thresholds and then shrinking below - // them. - for (float grow_threshold = 0.2f; - grow_threshold <= 0.8f; - grow_threshold += 0.2f) { - TypeParam ht; - ht.set_deleted_key(this->UniqueKey(1)); - ht.max_load_factor(grow_threshold); - ht.min_load_factor(0.0); - EXPECT_EQ(grow_threshold, ht.max_load_factor()); - EXPECT_EQ(0.0, ht.min_load_factor()); - - ht.resize(kSize); - size_t bucket_count = ht.bucket_count(); - // Erase and insert an element to set consider_shrink = true, - // which should not cause a shrink because the threshold is 0.0. - ht.insert(this->UniqueObject(2)); - ht.erase(this->UniqueKey(2)); - for (int i = 2;; ++i) { - ht.insert(this->UniqueObject(i)); - if (static_cast(ht.size())/bucket_count < grow_threshold) { - EXPECT_EQ(bucket_count, ht.bucket_count()); - } else { - EXPECT_GT(ht.bucket_count(), bucket_count); - break; - } - } - // Now set a shrink threshold 1% below the current size and remove - // items until the size falls below that. - const float shrink_threshold = static_cast(ht.size()) / - ht.bucket_count() - 0.01f; - - // This time around, check the old set_resizing_parameters interface. - ht.set_resizing_parameters(shrink_threshold, 1.0); - EXPECT_EQ(1.0, ht.max_load_factor()); - EXPECT_EQ(shrink_threshold, ht.min_load_factor()); - - bucket_count = ht.bucket_count(); - for (int i = 2;; ++i) { - ht.erase(this->UniqueKey(i)); - // A resize is only triggered by an insert, so add and remove a - // value every iteration to trigger the shrink as soon as the - // threshold is passed. - ht.erase(this->UniqueKey(i+1)); - ht.insert(this->UniqueObject(i+1)); - if (static_cast(ht.size())/bucket_count > shrink_threshold) { - EXPECT_EQ(bucket_count, ht.bucket_count()); - } else { - EXPECT_LT(ht.bucket_count(), bucket_count); - break; - } - } - } -} - -TYPED_TEST(HashtableAllTest, ResizeAndRehash) { - // resize() and rehash() are synonyms. rehash() is the tr1 name. - TypeParam ht(10000); - ht.max_load_factor(0.8f); // for consistency's sake - - for (int i = 1; i < 100; ++i) - ht.insert(this->UniqueObject(i)); - ht.resize(0); - // Now ht should be as small as possible. - EXPECT_LT(ht.bucket_count(), 300u); - - ht.rehash(9000); // use the 'rehash' version of the name. - // Bucket count should be next power of 2, after considering max_load_factor. - EXPECT_EQ(16384u, ht.bucket_count()); - for (int i = 101; i < 200; ++i) - ht.insert(this->UniqueObject(i)); - // Adding a few hundred buckets shouldn't have caused a resize yet. - EXPECT_EQ(ht.bucket_count(), 16384u); -} - -TYPED_TEST(HashtableAllTest, FindAndCountAndEqualRange) { - pair eq_pair; - pair const_eq_pair; - - EXPECT_TRUE(this->ht_.empty()); - EXPECT_TRUE(this->ht_.find(this->UniqueKey(1)) == this->ht_.end()); - EXPECT_EQ(0u, this->ht_.count(this->UniqueKey(1))); - eq_pair = this->ht_.equal_range(this->UniqueKey(1)); - EXPECT_TRUE(eq_pair.first == eq_pair.second); - - this->ht_.insert(this->UniqueObject(1)); - EXPECT_FALSE(this->ht_.empty()); - this->ht_.insert(this->UniqueObject(11)); - this->ht_.insert(this->UniqueObject(111)); - this->ht_.insert(this->UniqueObject(1111)); - this->ht_.insert(this->UniqueObject(11111)); - this->ht_.insert(this->UniqueObject(111111)); - this->ht_.insert(this->UniqueObject(1111111)); - this->ht_.insert(this->UniqueObject(11111111)); - this->ht_.insert(this->UniqueObject(111111111)); - EXPECT_EQ(9u, this->ht_.size()); - typename TypeParam::const_iterator it = this->ht_.find(this->UniqueKey(1)); - EXPECT_EQ(it.key(), this->UniqueKey(1)); - - // Allow testing the const version of the methods as well. - const TypeParam ht = this->ht_; - - // Some successful lookups (via find, count, and equal_range). - EXPECT_TRUE(this->ht_.find(this->UniqueKey(1)) != this->ht_.end()); - EXPECT_EQ(1u, this->ht_.count(this->UniqueKey(1))); - eq_pair = this->ht_.equal_range(this->UniqueKey(1)); - EXPECT_TRUE(eq_pair.first != eq_pair.second); - EXPECT_EQ(eq_pair.first.key(), this->UniqueKey(1)); - ++eq_pair.first; - EXPECT_TRUE(eq_pair.first == eq_pair.second); - - EXPECT_TRUE(ht.find(this->UniqueKey(1)) != ht.end()); - EXPECT_EQ(1u, ht.count(this->UniqueKey(1))); - const_eq_pair = ht.equal_range(this->UniqueKey(1)); - EXPECT_TRUE(const_eq_pair.first != const_eq_pair.second); - EXPECT_EQ(const_eq_pair.first.key(), this->UniqueKey(1)); - ++const_eq_pair.first; - EXPECT_TRUE(const_eq_pair.first == const_eq_pair.second); - - EXPECT_TRUE(this->ht_.find(this->UniqueKey(11111)) != this->ht_.end()); - EXPECT_EQ(1u, this->ht_.count(this->UniqueKey(11111))); - eq_pair = this->ht_.equal_range(this->UniqueKey(11111)); - EXPECT_TRUE(eq_pair.first != eq_pair.second); - EXPECT_EQ(eq_pair.first.key(), this->UniqueKey(11111)); - ++eq_pair.first; - EXPECT_TRUE(eq_pair.first == eq_pair.second); - - EXPECT_TRUE(ht.find(this->UniqueKey(11111)) != ht.end()); - EXPECT_EQ(1u, ht.count(this->UniqueKey(11111))); - const_eq_pair = ht.equal_range(this->UniqueKey(11111)); - EXPECT_TRUE(const_eq_pair.first != const_eq_pair.second); - EXPECT_EQ(const_eq_pair.first.key(), this->UniqueKey(11111)); - ++const_eq_pair.first; - EXPECT_TRUE(const_eq_pair.first == const_eq_pair.second); - - // Some unsuccessful lookups (via find, count, and equal_range). - EXPECT_TRUE(this->ht_.find(this->UniqueKey(11112)) == this->ht_.end()); - EXPECT_EQ(0u, this->ht_.count(this->UniqueKey(11112))); - eq_pair = this->ht_.equal_range(this->UniqueKey(11112)); - EXPECT_TRUE(eq_pair.first == eq_pair.second); - - EXPECT_TRUE(ht.find(this->UniqueKey(11112)) == ht.end()); - EXPECT_EQ(0u, ht.count(this->UniqueKey(11112))); - const_eq_pair = ht.equal_range(this->UniqueKey(11112)); - EXPECT_TRUE(const_eq_pair.first == const_eq_pair.second); - - EXPECT_TRUE(this->ht_.find(this->UniqueKey(11110)) == this->ht_.end()); - EXPECT_EQ(0u, this->ht_.count(this->UniqueKey(11110))); - eq_pair = this->ht_.equal_range(this->UniqueKey(11110)); - EXPECT_TRUE(eq_pair.first == eq_pair.second); - - EXPECT_TRUE(ht.find(this->UniqueKey(11110)) == ht.end()); - EXPECT_EQ(0u, ht.count(this->UniqueKey(11110))); - const_eq_pair = ht.equal_range(this->UniqueKey(11110)); - EXPECT_TRUE(const_eq_pair.first == const_eq_pair.second); -} - -TYPED_TEST(HashtableAllTest, BracketInsert) { - // tests operator[], for those types that support it. - if (!this->ht_.supports_brackets()) - return; - - // bracket_equal is equivalent to ht_[a] == b. It should insert a if - // it doesn't already exist. - EXPECT_TRUE(this->ht_.bracket_equal(this->UniqueKey(1), - this->ht_.default_data())); - EXPECT_TRUE(this->ht_.find(this->UniqueKey(1)) != this->ht_.end()); - - // bracket_assign is equivalent to ht_[a] = b. - this->ht_.bracket_assign(this->UniqueKey(2), - this->ht_.get_data(this->UniqueObject(4))); - EXPECT_TRUE(this->ht_.find(this->UniqueKey(2)) != this->ht_.end()); - EXPECT_TRUE(this->ht_.bracket_equal( - this->UniqueKey(2), this->ht_.get_data(this->UniqueObject(4)))); - - this->ht_.bracket_assign( - this->UniqueKey(2), this->ht_.get_data(this->UniqueObject(6))); - EXPECT_TRUE(this->ht_.bracket_equal( - this->UniqueKey(2), this->ht_.get_data(this->UniqueObject(6)))); - // bracket_equal shouldn't have modified the value. - EXPECT_TRUE(this->ht_.bracket_equal( - this->UniqueKey(2), this->ht_.get_data(this->UniqueObject(6)))); - - // Verify that an operator[] that doesn't cause a resize, also - // doesn't require an extra rehash. - TypeParam ht(100); - EXPECT_EQ(0, ht.hash_funct().num_hashes()); - ht.bracket_assign(this->UniqueKey(2), ht.get_data(this->UniqueObject(2))); - EXPECT_EQ(1, ht.hash_funct().num_hashes()); - - // And overwriting, likewise, should only cause one extra hash. - ht.bracket_assign(this->UniqueKey(2), ht.get_data(this->UniqueObject(2))); - EXPECT_EQ(2, ht.hash_funct().num_hashes()); -} - - -TYPED_TEST(HashtableAllTest, InsertValue) { - // First, try some straightforward insertions. - EXPECT_TRUE(this->ht_.empty()); - this->ht_.insert(this->UniqueObject(1)); - EXPECT_FALSE(this->ht_.empty()); - this->ht_.insert(this->UniqueObject(11)); - this->ht_.insert(this->UniqueObject(111)); - this->ht_.insert(this->UniqueObject(1111)); - this->ht_.insert(this->UniqueObject(11111)); - this->ht_.insert(this->UniqueObject(111111)); - this->ht_.insert(this->UniqueObject(1111111)); - this->ht_.insert(this->UniqueObject(11111111)); - this->ht_.insert(this->UniqueObject(111111111)); - EXPECT_EQ(9u, this->ht_.size()); - EXPECT_EQ(1u, this->ht_.count(this->UniqueKey(1))); - EXPECT_EQ(1u, this->ht_.count(this->UniqueKey(1111))); - - // Check the return type. - pair insert_it; - insert_it = this->ht_.insert(this->UniqueObject(1)); - EXPECT_EQ(false, insert_it.second); // false: already present - EXPECT_TRUE(*insert_it.first == this->UniqueObject(1)); - - insert_it = this->ht_.insert(this->UniqueObject(2)); - EXPECT_EQ(true, insert_it.second); // true: not already present - EXPECT_TRUE(*insert_it.first == this->UniqueObject(2)); -} - -TYPED_TEST(HashtableIntTest, InsertRange) { - // We just test the ints here, to make the placement-new easier. - TypeParam ht_source; - ht_source.insert(this->UniqueObject(10)); - ht_source.insert(this->UniqueObject(100)); - ht_source.insert(this->UniqueObject(1000)); - ht_source.insert(this->UniqueObject(10000)); - ht_source.insert(this->UniqueObject(100000)); - ht_source.insert(this->UniqueObject(1000000)); - - const typename TypeParam::value_type input[] = { - // This is a copy of the first element in ht_source. - *ht_source.begin(), - this->UniqueObject(2), - this->UniqueObject(4), - this->UniqueObject(8) - }; - - set set_input; - set_input.insert(this->UniqueObject(1111111)); - set_input.insert(this->UniqueObject(111111)); - set_input.insert(this->UniqueObject(11111)); - set_input.insert(this->UniqueObject(1111)); - set_input.insert(this->UniqueObject(111)); - set_input.insert(this->UniqueObject(11)); - - // Insert from ht_source, an iterator of the same type as us. - typename TypeParam::const_iterator begin = ht_source.begin(); - typename TypeParam::const_iterator end = begin; - std::advance(end, 3); - this->ht_.insert(begin, end); // insert 3 elements from ht_source - EXPECT_EQ(3u, this->ht_.size()); - EXPECT_TRUE(*this->ht_.begin() == this->UniqueObject(10) || - *this->ht_.begin() == this->UniqueObject(100) || - *this->ht_.begin() == this->UniqueObject(1000) || - *this->ht_.begin() == this->UniqueObject(10000) || - *this->ht_.begin() == this->UniqueObject(100000) || - *this->ht_.begin() == this->UniqueObject(1000000)); - - // And insert from set_input, a separate, non-random-access iterator. - typename set::const_iterator set_begin; - typename set::const_iterator set_end; - set_begin = set_input.begin(); - set_end = set_begin; - std::advance(set_end, 3); - this->ht_.insert(set_begin, set_end); - EXPECT_EQ(6u, this->ht_.size()); - - // Insert from input as well, a separate, random-access iterator. - // The first element of input overlaps with an existing element - // of ht_, so this should only up the size by 2. - this->ht_.insert(&input[0], &input[3]); - EXPECT_EQ(8u, this->ht_.size()); -} - -TEST(HashtableTest, InsertValueToMap) { - // For the maps in particular, ensure that inserting doesn't change - // the value. - sparse_hash_map shm; - pair::iterator, bool> shm_it; - shm[1] = 2; // test a different method of inserting - shm_it = shm.insert(pair(1, 3)); - EXPECT_EQ(false, shm_it.second); - EXPECT_EQ(1, shm_it.first->first); - EXPECT_EQ(2, shm_it.first->second); - shm_it.first->second = 20; - EXPECT_EQ(20, shm[1]); - - shm_it = shm.insert(pair(2, 4)); - EXPECT_EQ(true, shm_it.second); - EXPECT_EQ(2, shm_it.first->first); - EXPECT_EQ(4, shm_it.first->second); - EXPECT_EQ(4, shm[2]); - - // Do it all again, with dense_hash_map. - dense_hash_map dhm; - dhm.set_empty_key(0); - pair::iterator, bool> dhm_it; - dhm[1] = 2; // test a different method of inserting - dhm_it = dhm.insert(pair(1, 3)); - EXPECT_EQ(false, dhm_it.second); - EXPECT_EQ(1, dhm_it.first->first); - EXPECT_EQ(2, dhm_it.first->second); - dhm_it.first->second = 20; - EXPECT_EQ(20, dhm[1]); - - dhm_it = dhm.insert(pair(2, 4)); - EXPECT_EQ(true, dhm_it.second); - EXPECT_EQ(2, dhm_it.first->first); - EXPECT_EQ(4, dhm_it.first->second); - EXPECT_EQ(4, dhm[2]); -} - -TYPED_TEST(HashtableStringTest, EmptyKey) { - // Only run the string tests, to make it easier to know what the - // empty key should be. - if (!this->ht_.supports_empty_key()) - return; - EXPECT_EQ(kEmptyString, this->ht_.empty_key()); -} - -TYPED_TEST(HashtableAllTest, DeletedKey) { - if (!this->ht_.supports_deleted_key()) - return; - this->ht_.insert(this->UniqueObject(10)); - this->ht_.insert(this->UniqueObject(20)); - this->ht_.set_deleted_key(this->UniqueKey(1)); - EXPECT_EQ(this->ht_.deleted_key(), this->UniqueKey(1)); - EXPECT_EQ(2u, this->ht_.size()); - this->ht_.erase(this->UniqueKey(20)); - EXPECT_EQ(1u, this->ht_.size()); - - // Changing the deleted key is fine. - this->ht_.set_deleted_key(this->UniqueKey(2)); - EXPECT_EQ(this->ht_.deleted_key(), this->UniqueKey(2)); - EXPECT_EQ(1u, this->ht_.size()); -} - -TYPED_TEST(HashtableAllTest, Erase) { - this->ht_.set_deleted_key(this->UniqueKey(1)); - EXPECT_EQ(0u, this->ht_.erase(this->UniqueKey(20))); - this->ht_.insert(this->UniqueObject(10)); - this->ht_.insert(this->UniqueObject(20)); - EXPECT_EQ(1u, this->ht_.erase(this->UniqueKey(20))); - EXPECT_EQ(1u, this->ht_.size()); - EXPECT_EQ(0u, this->ht_.erase(this->UniqueKey(20))); - EXPECT_EQ(1u, this->ht_.size()); - EXPECT_EQ(0u, this->ht_.erase(this->UniqueKey(19))); - EXPECT_EQ(1u, this->ht_.size()); - - typename TypeParam::iterator it = this->ht_.find(this->UniqueKey(10)); - EXPECT_TRUE(it != this->ht_.end()); - this->ht_.erase(it); - EXPECT_EQ(0u, this->ht_.size()); - - for (int i = 10; i < 100; i++) - this->ht_.insert(this->UniqueObject(i)); - EXPECT_EQ(90u, this->ht_.size()); - this->ht_.erase(this->ht_.begin(), this->ht_.end()); - EXPECT_EQ(0u, this->ht_.size()); -} - -TYPED_TEST(HashtableAllTest, EraseDoesNotResize) { - this->ht_.set_deleted_key(this->UniqueKey(1)); - for (int i = 10; i < 2000; i++) { - this->ht_.insert(this->UniqueObject(i)); - } - const typename TypeParam::size_type old_count = this->ht_.bucket_count(); - for (int i = 10; i < 1000; i++) { // erase half one at a time - EXPECT_EQ(1u, this->ht_.erase(this->UniqueKey(i))); - } - this->ht_.erase(this->ht_.begin(), this->ht_.end()); // and the rest at once - EXPECT_EQ(0u, this->ht_.size()); - EXPECT_EQ(old_count, this->ht_.bucket_count()); -} - -TYPED_TEST(HashtableAllTest, Equals) { - // The real test here is whether two hashtables are equal if they - // have the same items but in a different order. - TypeParam ht1; - TypeParam ht2; - - EXPECT_TRUE(ht1 == ht1); - EXPECT_FALSE(ht1 != ht1); - EXPECT_TRUE(ht1 == ht2); - EXPECT_FALSE(ht1 != ht2); - ht1.set_deleted_key(this->UniqueKey(1)); - // Only the contents affect equality, not things like deleted-key. - EXPECT_TRUE(ht1 == ht2); - EXPECT_FALSE(ht1 != ht2); - ht1.resize(2000); - EXPECT_TRUE(ht1 == ht2); - - // The choice of allocator/etc doesn't matter either. - Hasher hasher(1); - Alloc alloc(2, NULL); - TypeParam ht3(5, hasher, hasher, alloc); - EXPECT_TRUE(ht1 == ht3); - EXPECT_FALSE(ht1 != ht3); - - ht1.insert(this->UniqueObject(2)); - EXPECT_TRUE(ht1 != ht2); - EXPECT_FALSE(ht1 == ht2); // this should hold as well! - - ht2.insert(this->UniqueObject(2)); - EXPECT_TRUE(ht1 == ht2); - - for (int i = 3; i <= 2000; i++) { - ht1.insert(this->UniqueObject(i)); - } - for (int i = 2000; i >= 3; i--) { - ht2.insert(this->UniqueObject(i)); - } - EXPECT_TRUE(ht1 == ht2); -} - -TEST(HashtableTest, IntIO) { - // Since the set case is just a special (easier) case than the map case, I - // just test on sparse_hash_map. This handles the easy case where we can - // use the standard reader and writer. - sparse_hash_map ht_out; - ht_out.set_deleted_key(0); - for (int i = 1; i < 1000; i++) { - ht_out[i] = i * i; - } - ht_out.erase(563); // just to test having some erased keys when we write. - ht_out.erase(22); - - string file(TmpFile("intio")); - FILE* fp = fopen(file.c_str(), "wb"); - EXPECT_TRUE(fp != NULL); - EXPECT_TRUE(ht_out.write_metadata(fp)); - EXPECT_TRUE(ht_out.write_nopointer_data(fp)); - fclose(fp); - - sparse_hash_map ht_in; - fp = fopen(file.c_str(), "rb"); - EXPECT_TRUE(fp != NULL); - EXPECT_TRUE(ht_in.read_metadata(fp)); - EXPECT_TRUE(ht_in.read_nopointer_data(fp)); - fclose(fp); - - EXPECT_EQ(1, ht_in[1]); - EXPECT_EQ(998001, ht_in[999]); - EXPECT_EQ(100, ht_in[10]); - EXPECT_EQ(441, ht_in[21]); - EXPECT_EQ(0, ht_in[22]); // should not have been saved - EXPECT_EQ(0, ht_in[563]); -} - -TEST(HashtableTest, StringIO) { - // Since the set case is just a special (easier) case than the map case, - // I just test on sparse_hash_map. This handles the difficult case where - // we have to write our own custom reader/writer for the data. - sparse_hash_map ht_out; - ht_out.set_deleted_key(string("")); - for (int i = 32; i < 128; i++) { - // This maps 'a' to 32 a's, 'b' to 33 b's, etc. - ht_out[string(1, i)] = string(i, i); - } - ht_out.erase("c"); // just to test having some erased keys when we write. - ht_out.erase("y"); - - string file(TmpFile("stringio")); - FILE* fp = fopen(file.c_str(), "wb"); - EXPECT_TRUE(fp != NULL); - EXPECT_TRUE(ht_out.write_metadata(fp)); - for (sparse_hash_map::const_iterator - it = ht_out.begin(); it != ht_out.end(); ++it) { - const string::size_type first_size = it->first.length(); - fwrite(&first_size, sizeof(first_size), 1, fp); // ignore endianness issues - fwrite(it->first.c_str(), first_size, 1, fp); - - const string::size_type second_size = it->second.length(); - fwrite(&second_size, sizeof(second_size), 1, fp); - fwrite(it->second.c_str(), second_size, 1, fp); - } - fclose(fp); - - sparse_hash_map ht_in; - fp = fopen(file.c_str(), "rb"); - EXPECT_TRUE(fp != NULL); - EXPECT_TRUE(ht_in.read_metadata(fp)); - for (sparse_hash_map::iterator - it = ht_in.begin(); it != ht_in.end(); ++it) { - string::size_type first_size; - EXPECT_EQ(1u, fread(&first_size, sizeof(first_size), 1, fp)); - char* first = new char[first_size]; - EXPECT_EQ(1u, fread(first, first_size, 1, fp)); - - string::size_type second_size; - EXPECT_EQ(1u, fread(&second_size, sizeof(second_size), 1, fp)); - char* second = new char[second_size]; - EXPECT_EQ(1u, fread(second, second_size, 1, fp)); - - // it points to garbage, so we have to use placement-new to initialize. - // We also have to use const-cast since it->first is const. - new(const_cast(&it->first)) string(first, first_size); - new(&it->second) string(second, second_size); - delete[] first; - delete[] second; - } - fclose(fp); - - EXPECT_EQ(string(" "), ht_in[" "]); - EXPECT_EQ(string("+++++++++++++++++++++++++++++++++++++++++++"), ht_in["+"]); - EXPECT_EQ(string(""), ht_in["c"]); // should not have been saved - EXPECT_EQ(string(""), ht_in["y"]); -} - -TYPED_TEST(HashtableAllTest, Serialization) { - if (!this->ht_.supports_serialization()) return; - TypeParam ht_out; - ht_out.set_deleted_key(this->UniqueKey(2000)); - for (int i = 1; i < 100; i++) { - ht_out.insert(this->UniqueObject(i)); - } - // just to test having some erased keys when we write. - ht_out.erase(this->UniqueKey(56)); - ht_out.erase(this->UniqueKey(22)); - - string file(TmpFile("serialization")); - FILE* fp = fopen(file.c_str(), "wb"); - EXPECT_TRUE(fp != NULL); - EXPECT_TRUE(ht_out.serialize(ValueSerializer(), fp)); - fclose(fp); - - TypeParam ht_in; - fp = fopen(file.c_str(), "rb"); - EXPECT_TRUE(fp != NULL); - EXPECT_TRUE(ht_in.unserialize(ValueSerializer(), fp)); - fclose(fp); - - EXPECT_EQ(this->UniqueObject(1), *ht_in.find(this->UniqueKey(1))); - EXPECT_EQ(this->UniqueObject(99), *ht_in.find(this->UniqueKey(99))); - EXPECT_FALSE(ht_in.count(this->UniqueKey(100))); - EXPECT_EQ(this->UniqueObject(21), *ht_in.find(this->UniqueKey(21))); - // should not have been saved - EXPECT_FALSE(ht_in.count(this->UniqueKey(22))); - EXPECT_FALSE(ht_in.count(this->UniqueKey(56))); -} - -TYPED_TEST(HashtableIntTest, NopointerSerialization) { - if (!this->ht_.supports_serialization()) return; - TypeParam ht_out; - ht_out.set_deleted_key(this->UniqueKey(2000)); - for (int i = 1; i < 100; i++) { - ht_out.insert(this->UniqueObject(i)); - } - // just to test having some erased keys when we write. - ht_out.erase(this->UniqueKey(56)); - ht_out.erase(this->UniqueKey(22)); - - string file(TmpFile("nopointer_serialization")); - FILE* fp = fopen(file.c_str(), "wb"); - EXPECT_TRUE(fp != NULL); - EXPECT_TRUE(ht_out.serialize(typename TypeParam::NopointerSerializer(), fp)); - fclose(fp); - - TypeParam ht_in; - fp = fopen(file.c_str(), "rb"); - EXPECT_TRUE(fp != NULL); - EXPECT_TRUE(ht_in.unserialize(typename TypeParam::NopointerSerializer(), fp)); - fclose(fp); - - EXPECT_EQ(this->UniqueObject(1), *ht_in.find(this->UniqueKey(1))); - EXPECT_EQ(this->UniqueObject(99), *ht_in.find(this->UniqueKey(99))); - EXPECT_FALSE(ht_in.count(this->UniqueKey(100))); - EXPECT_EQ(this->UniqueObject(21), *ht_in.find(this->UniqueKey(21))); - // should not have been saved - EXPECT_FALSE(ht_in.count(this->UniqueKey(22))); - EXPECT_FALSE(ht_in.count(this->UniqueKey(56))); -} - -// We don't support serializing to a string by default, but you can do -// it by writing your own custom input/output class. -class StringIO { - public: - explicit StringIO(string* s) : s_(s) {} - size_t Write(const void* buf, size_t len) { - s_->append(reinterpret_cast(buf), len); - return len; - } - size_t Read(void* buf, size_t len) { - if (s_->length() < len) - len = s_->length(); - memcpy(reinterpret_cast(buf), s_->data(), len); - s_->erase(0, len); - return len; - } - private: - string* const s_; -}; - -TYPED_TEST(HashtableIntTest, SerializingToString) { - if (!this->ht_.supports_serialization()) return; - TypeParam ht_out; - ht_out.set_deleted_key(this->UniqueKey(2000)); - for (int i = 1; i < 100; i++) { - ht_out.insert(this->UniqueObject(i)); - } - // just to test having some erased keys when we write. - ht_out.erase(this->UniqueKey(56)); - ht_out.erase(this->UniqueKey(22)); - - string stringbuf; - StringIO stringio(&stringbuf); - EXPECT_TRUE(ht_out.serialize(typename TypeParam::NopointerSerializer(), - &stringio)); - - TypeParam ht_in; - EXPECT_TRUE(ht_in.unserialize(typename TypeParam::NopointerSerializer(), - &stringio)); - - EXPECT_EQ(this->UniqueObject(1), *ht_in.find(this->UniqueKey(1))); - EXPECT_EQ(this->UniqueObject(99), *ht_in.find(this->UniqueKey(99))); - EXPECT_FALSE(ht_in.count(this->UniqueKey(100))); - EXPECT_EQ(this->UniqueObject(21), *ht_in.find(this->UniqueKey(21))); - // should not have been saved - EXPECT_FALSE(ht_in.count(this->UniqueKey(22))); - EXPECT_FALSE(ht_in.count(this->UniqueKey(56))); -} - -// An easier way to do the above would be to use the existing stream methods. -TYPED_TEST(HashtableIntTest, SerializingToStringStream) { - if (!this->ht_.supports_serialization()) return; - TypeParam ht_out; - ht_out.set_deleted_key(this->UniqueKey(2000)); - for (int i = 1; i < 100; i++) { - ht_out.insert(this->UniqueObject(i)); - } - // just to test having some erased keys when we write. - ht_out.erase(this->UniqueKey(56)); - ht_out.erase(this->UniqueKey(22)); - - std::stringstream string_buffer; - EXPECT_TRUE(ht_out.serialize(typename TypeParam::NopointerSerializer(), - &string_buffer)); - - TypeParam ht_in; - EXPECT_TRUE(ht_in.unserialize(typename TypeParam::NopointerSerializer(), - &string_buffer)); - - EXPECT_EQ(this->UniqueObject(1), *ht_in.find(this->UniqueKey(1))); - EXPECT_EQ(this->UniqueObject(99), *ht_in.find(this->UniqueKey(99))); - EXPECT_FALSE(ht_in.count(this->UniqueKey(100))); - EXPECT_EQ(this->UniqueObject(21), *ht_in.find(this->UniqueKey(21))); - // should not have been saved - EXPECT_FALSE(ht_in.count(this->UniqueKey(22))); - EXPECT_FALSE(ht_in.count(this->UniqueKey(56))); -} - -// Verify that the metadata serialization is endianness and word size -// agnostic. -TYPED_TEST(HashtableAllTest, MetadataSerializationAndEndianness) { - TypeParam ht_out; - string kExpectedDense("\x13W\x86""B\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0", - 24); - string kExpectedSparse("$hu1\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0", 20); - - if (ht_out.supports_readwrite()) { - string file(TmpFile("metadata_serialization")); - FILE* fp = fopen(file.c_str(), "wb"); - EXPECT_TRUE(fp != NULL); - - EXPECT_TRUE(ht_out.write_metadata(fp)); - EXPECT_TRUE(ht_out.write_nopointer_data(fp)); - - const size_t num_bytes = ftell(fp); - fclose(fp); - fp = fopen(file.c_str(), "rb"); - EXPECT_LE(num_bytes, static_cast(24)); - char contents[24]; - EXPECT_EQ(num_bytes, fread(contents, 1, num_bytes, fp)); - EXPECT_EQ(EOF, fgetc(fp)); // check we're *exactly* the right size - fclose(fp); - // TODO(csilvers): check type of ht_out instead of looking at the 1st byte. - if (contents[0] == kExpectedDense[0]) { - EXPECT_EQ(kExpectedDense, string(contents, num_bytes)); - } else { - EXPECT_EQ(kExpectedSparse, string(contents, num_bytes)); - } - } - - // Do it again with new-style serialization. Here we can use StringIO. - if (ht_out.supports_serialization()) { - string stringbuf; - StringIO stringio(&stringbuf); - EXPECT_TRUE(ht_out.serialize(typename TypeParam::NopointerSerializer(), - &stringio)); - if (stringbuf[0] == kExpectedDense[0]) { - EXPECT_EQ(kExpectedDense, stringbuf); - } else { - EXPECT_EQ(kExpectedSparse, stringbuf); - } - } -} - - -// ------------------------------------------------------------------------ -// The above tests test the general API for correctness. These tests -// test a few corner cases that have tripped us up in the past, and -// more general, cross-API issues like memory management. - -TYPED_TEST(HashtableAllTest, BracketOperatorCrashing) { - this->ht_.set_deleted_key(this->UniqueKey(1)); - for (int iters = 0; iters < 10; iters++) { - // We start at 33 because after shrinking, we'll be at 32 buckets. - for (int i = 33; i < 133; i++) { - this->ht_.bracket_assign(this->UniqueKey(i), - this->ht_.get_data(this->UniqueObject(i))); - } - this->ht_.clear_no_resize(); - // This will force a shrink on the next insert, which we want to test. - this->ht_.bracket_assign(this->UniqueKey(2), - this->ht_.get_data(this->UniqueObject(2))); - this->ht_.erase(this->UniqueKey(2)); - } -} - -// For data types with trivial copy-constructors and destructors, we -// should use an optimized routine for data-copying, that involves -// memmove. We test this by keeping count of how many times the -// copy-constructor is called; it should be much less with the -// optimized code. -struct Memmove { - public: - Memmove(): i(0) {} - explicit Memmove(int ival): i(ival) {} - Memmove(const Memmove& that) { this->i = that.i; num_copies++; } - int i; - static int num_copies; -}; -int Memmove::num_copies = 0; - -struct NoMemmove { - public: - NoMemmove(): i(0) {} - explicit NoMemmove(int ival): i(ival) {} - NoMemmove(const NoMemmove& that) { this->i = that.i; num_copies++; } - int i; - static int num_copies; -}; -int NoMemmove::num_copies = 0; - -} // unnamed namespace - -// This is what tells the hashtable code it can use memmove for this class: -_START_GOOGLE_NAMESPACE_ -template<> struct has_trivial_copy : true_type { }; -template<> struct has_trivial_destructor : true_type { }; -_END_GOOGLE_NAMESPACE_ - -namespace { - -TEST(HashtableTest, SimpleDataTypeOptimizations) { - // Only sparsehashtable optimizes moves in this way. - sparse_hash_map memmove; - sparse_hash_map nomemmove; - sparse_hash_map > - memmove_nonstandard_alloc; - - Memmove::num_copies = 0; - for (int i = 10000; i > 0; i--) { - memmove[i] = Memmove(i); - } - const int memmove_copies = Memmove::num_copies; - - NoMemmove::num_copies = 0; - for (int i = 10000; i > 0; i--) { - nomemmove[i] = NoMemmove(i); - } - const int nomemmove_copies = NoMemmove::num_copies; - - Memmove::num_copies = 0; - for (int i = 10000; i > 0; i--) { - memmove_nonstandard_alloc[i] = Memmove(i); - } - const int memmove_nonstandard_alloc_copies = Memmove::num_copies; - - EXPECT_GT(nomemmove_copies, memmove_copies); - EXPECT_EQ(nomemmove_copies, memmove_nonstandard_alloc_copies); -} - -TYPED_TEST(HashtableAllTest, ResizeHysteresis) { - // We want to make sure that when we create a hashtable, and then - // add and delete one element, the size of the hashtable doesn't - // change. - this->ht_.set_deleted_key(this->UniqueKey(1)); - typename TypeParam::size_type old_bucket_count = this->ht_.bucket_count(); - this->ht_.insert(this->UniqueObject(4)); - this->ht_.erase(this->UniqueKey(4)); - this->ht_.insert(this->UniqueObject(4)); - this->ht_.erase(this->UniqueKey(4)); - EXPECT_EQ(old_bucket_count, this->ht_.bucket_count()); - - // Try it again, but with a hashtable that starts very small - TypeParam ht(2); - EXPECT_LT(ht.bucket_count(), 32u); // verify we really do start small - ht.set_deleted_key(this->UniqueKey(1)); - old_bucket_count = ht.bucket_count(); - ht.insert(this->UniqueObject(4)); - ht.erase(this->UniqueKey(4)); - ht.insert(this->UniqueObject(4)); - ht.erase(this->UniqueKey(4)); - EXPECT_EQ(old_bucket_count, ht.bucket_count()); -} - -TEST(HashtableTest, ConstKey) { - // Sometimes people write hash_map, even though the - // const isn't necessary. Make sure we handle this cleanly. - sparse_hash_map shm; - shm.set_deleted_key(1); - shm[10] = 20; - - dense_hash_map dhm; - dhm.set_empty_key(1); - dhm.set_deleted_key(2); - dhm[10] = 20; -} - -TYPED_TEST(HashtableAllTest, ResizeActuallyResizes) { - // This tests for a problem we had where we could repeatedly "resize" - // a hashtable to the same size it was before, on every insert. - const typename TypeParam::size_type kSize = 1<<10; // Pick any power of 2 - const float kResize = 0.8f; // anything between 0.5 and 1 is fine. - const int kThreshold = static_cast(kSize * kResize - 1); - this->ht_.set_resizing_parameters(0, kResize); - this->ht_.set_deleted_key(this->UniqueKey(kThreshold + 100)); - - // Get right up to the resizing threshold. - for (int i = 0; i <= kThreshold; i++) { - this->ht_.insert(this->UniqueObject(i+1)); - } - // The bucket count should equal kSize. - EXPECT_EQ(kSize, this->ht_.bucket_count()); - - // Now start doing erase+insert pairs. This should cause us to - // copy the hashtable at most once. - const int pre_copies = this->ht_.num_table_copies(); - for (int i = 0; i < static_cast(kSize); i++) { - this->ht_.erase(this->UniqueKey(kThreshold)); - this->ht_.insert(this->UniqueObject(kThreshold)); - } - EXPECT_LT(this->ht_.num_table_copies(), pre_copies + 2); - - // Now create a hashtable where we go right to the threshold, then - // delete everything and do one insert. Even though our hashtable - // is now tiny, we should still have at least kSize buckets, because - // our shrink threshhold is 0. - TypeParam ht2; - ht2.set_deleted_key(this->UniqueKey(kThreshold + 100)); - ht2.set_resizing_parameters(0, kResize); - EXPECT_LT(ht2.bucket_count(), kSize); - for (int i = 0; i <= kThreshold; i++) { - ht2.insert(this->UniqueObject(i+1)); - } - EXPECT_EQ(ht2.bucket_count(), kSize); - for (int i = 0; i <= kThreshold; i++) { - ht2.erase(this->UniqueKey(i+1)); - EXPECT_EQ(ht2.bucket_count(), kSize); - } - ht2.insert(this->UniqueObject(kThreshold+2)); - EXPECT_GE(ht2.bucket_count(), kSize); -} - -template class DenseIntMap : public dense_hash_map { - public: - DenseIntMap() { this->set_empty_key(0); } -}; - -class DenseStringSet : public dense_hash_set { - public: - DenseStringSet() { this->set_empty_key(string("")); } -}; - -TEST(HashtableTest, NestedHashtables) { - // People can do better than to have a hash_map of hash_maps, but we - // should still support it. I try a few different mappings. - sparse_hash_map, Hasher, Hasher> ht1; - sparse_hash_map ht2; - dense_hash_map, Hasher, Hasher> ht3; - ht3.set_empty_key(0); - - ht1["hi"]; // create a sub-ht with the default values - ht1["lo"][1] = "there"; - sparse_hash_map, Hasher, Hasher> - ht1copy = ht1; - - ht2["hi"]; - ht2["hi"].insert("lo"); - sparse_hash_map ht2copy = ht2; - - ht3[1]; - ht3[2][3] = 4; - dense_hash_map, Hasher, Hasher> ht3copy = ht3; -} - -TEST(HashtableDeathTest, ResizeOverflow) { - dense_hash_map ht; - EXPECT_DEATH(ht.resize(static_cast(-1)), - "overflows size_type"); - - sparse_hash_map ht2; - EXPECT_DEATH(ht2.resize(static_cast(-1)), - "overflows size_type"); -} - -TEST(HashtableDeathTest, InsertSizeTypeOverflow) { - static const int kMax = 256; - vector test_data(kMax); - for (int i = 0; i < kMax; ++i) { - test_data[i] = i+1000; - } - - sparse_hash_set > shs; - dense_hash_set > dhs; - dhs.set_empty_key(-1); - - // Test we are using the correct allocator - EXPECT_TRUE(shs.get_allocator().is_custom_alloc()); - EXPECT_TRUE(dhs.get_allocator().is_custom_alloc()); - - // Test size_type overflow in insert(it, it) - EXPECT_DEATH(dhs.insert(test_data.begin(), test_data.end()), - "overflows size_type"); - EXPECT_DEATH(shs.insert(test_data.begin(), test_data.end()), - "overflows size_type"); -} - -TEST(HashtableDeathTest, InsertMaxSizeOverflow) { - static const int kMax = 256; - vector test_data(kMax); - for (int i = 0; i < kMax; ++i) { - test_data[i] = i+1000; - } - - sparse_hash_set > shs; - dense_hash_set > dhs; - dhs.set_empty_key(-1); - - // Test max_size overflow - EXPECT_DEATH(dhs.insert(test_data.begin(), test_data.begin() + 11), - "exceed max_size"); - EXPECT_DEATH(shs.insert(test_data.begin(), test_data.begin() + 11), - "exceed max_size"); -} - -TEST(HashtableDeathTest, ResizeSizeTypeOverflow) { - // Test min-buckets overflow, when we want to resize too close to size_type - sparse_hash_set > shs; - dense_hash_set > dhs; - dhs.set_empty_key(-1); - - EXPECT_DEATH(dhs.resize(250), "overflows size_type"); // 9+250 > 256 - EXPECT_DEATH(shs.resize(250), "overflows size_type"); -} - -TEST(HashtableDeathTest, ResizeDeltaOverflow) { - static const int kMax = 256; - vector test_data(kMax); - for (int i = 0; i < kMax; ++i) { - test_data[i] = i+1000; - } - - sparse_hash_set > shs; - dense_hash_set > dhs; - dhs.set_empty_key(-1); - for (int i = 0; i < 9; i++) { - dhs.insert(i); - shs.insert(i); - } - EXPECT_DEATH(dhs.insert(test_data.begin(), test_data.begin() + 250), - "overflows size_type"); // 9+250 > 256 - EXPECT_DEATH(shs.insert(test_data.begin(), test_data.begin() + 250), - "overflows size_type"); -} - -// ------------------------------------------------------------------------ -// This informational "test" comes last so it's easy to see. -// Also, benchmarks. - -TYPED_TEST(HashtableAllTest, ClassSizes) { - std::cout << "sizeof(" << typeid(TypeParam).name() << "): " - << sizeof(this->ht_) << "\n"; -} - -} // unnamed namespace - -int main(int, char **) { - // All the work is done in the static constructors. If they don't - // die, the tests have all passed. - cout << "PASS\n"; - return 0; -} diff --git a/clipper/sparsehash-2.0.2/src/libc_allocator_with_realloc_test.cc b/clipper/sparsehash-2.0.2/src/libc_allocator_with_realloc_test.cc deleted file mode 100644 index 710efa3..0000000 --- a/clipper/sparsehash-2.0.2/src/libc_allocator_with_realloc_test.cc +++ /dev/null @@ -1,122 +0,0 @@ -// Copyright (c) 2010, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// --- - -#include -#include -#include -#include -#include -#include -#include -#include "testutil.h" - -using std::cerr; -using std::cout; -using std::string; -using std::basic_string; -using std::char_traits; -using std::vector; -using GOOGLE_NAMESPACE::libc_allocator_with_realloc; - -#define arraysize(a) ( sizeof(a) / sizeof(*(a)) ) - -namespace { - -typedef libc_allocator_with_realloc int_alloc; -typedef int_alloc::rebind::other intp_alloc; - -// cstring allocates from libc_allocator_with_realloc. -typedef basic_string, - libc_allocator_with_realloc > cstring; -typedef vector > cstring_vector; - -TEST(LibcAllocatorWithReallocTest, Allocate) { - int_alloc alloc; - intp_alloc palloc; - - int** parray = palloc.allocate(1024); - for (int i = 0; i < 16; ++i) { - parray[i] = alloc.allocate(i * 1024 + 1); - } - for (int i = 0; i < 16; ++i) { - alloc.deallocate(parray[i], i * 1024 + 1); - } - palloc.deallocate(parray, 1024); - - int* p = alloc.allocate(4096); - p[0] = 1; - p[1023] = 2; - p[4095] = 3; - p = alloc.reallocate(p, 8192); - EXPECT_EQ(1, p[0]); - EXPECT_EQ(2, p[1023]); - EXPECT_EQ(3, p[4095]); - p = alloc.reallocate(p, 1024); - EXPECT_EQ(1, p[0]); - EXPECT_EQ(2, p[1023]); - alloc.deallocate(p, 1024); -} - -TEST(LibcAllocatorWithReallocTest, TestSTL) { - // Test strings copied from base/arena_unittest.cc - static const char* test_strings[] = { - "aback", "abaft", "abandon", "abandoned", "abandoning", - "abandonment", "abandons", "abase", "abased", "abasement", - "abasements", "abases", "abash", "abashed", "abashes", "abashing", - "abasing", "abate", "abated", "abatement", "abatements", "abater", - "abates", "abating", "abbe", "abbey", "abbeys", "abbot", "abbots", - "abbreviate", "abbreviated", "abbreviates", "abbreviating", - "abbreviation", "abbreviations", "abdomen", "abdomens", "abdominal", - "abduct", "abducted", "abduction", "abductions", "abductor", "abductors", - "abducts", "Abe", "abed", "Abel", "Abelian", "Abelson", "Aberdeen", - "Abernathy", "aberrant", "aberration", "aberrations", "abet", "abets", - "abetted", "abetter", "abetting", "abeyance", "abhor", "abhorred", - "abhorrent", "abhorrer", "abhorring", "abhors", "abide", "abided", - "abides", "abiding"}; - cstring_vector v; - for (size_t i = 0; i < arraysize(test_strings); ++i) { - v.push_back(test_strings[i]); - } - for (size_t i = arraysize(test_strings); i > 0; --i) { - EXPECT_EQ(cstring(test_strings[i-1]), v.back()); - v.pop_back(); - } -} - -} // namespace - -int main(int, char **) { - // All the work is done in the static constructors. If they don't - // die, the tests have all passed. - cout << "PASS\n"; - return 0; -} - diff --git a/clipper/sparsehash-2.0.2/src/simple_compat_test.cc b/clipper/sparsehash-2.0.2/src/simple_compat_test.cc deleted file mode 100644 index 37afcc0..0000000 --- a/clipper/sparsehash-2.0.2/src/simple_compat_test.cc +++ /dev/null @@ -1,106 +0,0 @@ -// Copyright (c) 2007, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// --- -// -// This tests mostly that we can #include the files correctly -// and have them work. It is like simple_test.cc but uses the -// compatibility #include directory (google/) rather than the -// canonical one (sparsehash/). This unittest purposefully does -// not #include ; it's meant to emulate what a 'regular -// install' of sparsehash would be able to see. - -#include -#include -#include -#include -#include -#include -#include - -#define CHECK_IFF(cond, when) do { \ - if (when) { \ - if (!(cond)) { \ - puts("ERROR: " #cond " failed when " #when " is true\n"); \ - exit(1); \ - } \ - } else { \ - if (cond) { \ - puts("ERROR: " #cond " succeeded when " #when " is false\n"); \ - exit(1); \ - } \ - } \ -} while (0) - -int main(int argc, char**) { - // Run with an argument to get verbose output - const bool verbose = argc > 1; - - google::sparse_hash_set sset; - google::sparse_hash_map smap; - google::dense_hash_set dset; - google::dense_hash_map dmap; - dset.set_empty_key(-1); - dmap.set_empty_key(-1); - - for (int i = 0; i < 100; i += 10) { // go by tens - sset.insert(i); - smap[i] = i+1; - dset.insert(i + 5); - dmap[i+5] = i+6; - } - - if (verbose) { - for (google::sparse_hash_set::const_iterator it = sset.begin(); - it != sset.end(); ++it) - printf("sset: %d\n", *it); - for (google::sparse_hash_map::const_iterator it = smap.begin(); - it != smap.end(); ++it) - printf("smap: %d -> %d\n", it->first, it->second); - for (google::dense_hash_set::const_iterator it = dset.begin(); - it != dset.end(); ++it) - printf("dset: %d\n", *it); - for (google::dense_hash_map::const_iterator it = dmap.begin(); - it != dmap.end(); ++it) - printf("dmap: %d -> %d\n", it->first, it->second); - } - - for (int i = 0; i < 100; i++) { - CHECK_IFF(sset.find(i) != sset.end(), (i % 10) == 0); - CHECK_IFF(smap.find(i) != smap.end(), (i % 10) == 0); - CHECK_IFF(smap.find(i) != smap.end() && smap.find(i)->second == i+1, - (i % 10) == 0); - CHECK_IFF(dset.find(i) != dset.end(), (i % 10) == 5); - CHECK_IFF(dmap.find(i) != dmap.end(), (i % 10) == 5); - CHECK_IFF(dmap.find(i) != dmap.end() && dmap.find(i)->second == i+1, - (i % 10) == 5); - } - printf("PASS\n"); - return 0; -} diff --git a/clipper/sparsehash-2.0.2/src/simple_test.cc b/clipper/sparsehash-2.0.2/src/simple_test.cc deleted file mode 100644 index c0a477c..0000000 --- a/clipper/sparsehash-2.0.2/src/simple_test.cc +++ /dev/null @@ -1,106 +0,0 @@ -// Copyright (c) 2007, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// --- -// -// This tests mostly that we can #include the files correctly -// and have them work. This unittest purposefully does not -// #include ; it's meant to emulate what a 'regular -// install' of sparsehash would be able to see. - -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#define CHECK_IFF(cond, when) do { \ - if (when) { \ - if (!(cond)) { \ - puts("ERROR: " #cond " failed when " #when " is true\n"); \ - exit(1); \ - } \ - } else { \ - if (cond) { \ - puts("ERROR: " #cond " succeeded when " #when " is false\n"); \ - exit(1); \ - } \ - } \ -} while (0) - -int main(int argc, char**) { - // Run with an argument to get verbose output - const bool verbose = argc > 1; - - google::sparse_hash_set sset; - google::sparse_hash_map smap; - google::dense_hash_set dset; - google::dense_hash_map dmap; - dset.set_empty_key(-1); - dmap.set_empty_key(-1); - - for (int i = 0; i < 100; i += 10) { // go by tens - sset.insert(i); - smap[i] = i+1; - dset.insert(i + 5); - dmap[i+5] = i+6; - } - - if (verbose) { - for (google::sparse_hash_set::const_iterator it = sset.begin(); - it != sset.end(); ++it) - printf("sset: %d\n", *it); - for (google::sparse_hash_map::const_iterator it = smap.begin(); - it != smap.end(); ++it) - printf("smap: %d -> %d\n", it->first, it->second); - for (google::dense_hash_set::const_iterator it = dset.begin(); - it != dset.end(); ++it) - printf("dset: %d\n", *it); - for (google::dense_hash_map::const_iterator it = dmap.begin(); - it != dmap.end(); ++it) - printf("dmap: %d -> %d\n", it->first, it->second); - } - - for (int i = 0; i < 100; i++) { - CHECK_IFF(sset.find(i) != sset.end(), (i % 10) == 0); - CHECK_IFF(smap.find(i) != smap.end(), (i % 10) == 0); - CHECK_IFF(smap.find(i) != smap.end() && smap.find(i)->second == i+1, - (i % 10) == 0); - CHECK_IFF(dset.find(i) != dset.end(), (i % 10) == 5); - CHECK_IFF(dmap.find(i) != dmap.end(), (i % 10) == 5); - CHECK_IFF(dmap.find(i) != dmap.end() && dmap.find(i)->second == i+1, - (i % 10) == 5); - } - printf("PASS\n"); - return 0; -} diff --git a/clipper/sparsehash-2.0.2/src/sparsehash/dense_hash_map b/clipper/sparsehash-2.0.2/src/sparsehash/dense_hash_map deleted file mode 100644 index 05fd580..0000000 --- a/clipper/sparsehash-2.0.2/src/sparsehash/dense_hash_map +++ /dev/null @@ -1,369 +0,0 @@ -// Copyright (c) 2005, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// ---- -// -// This is just a very thin wrapper over densehashtable.h, just -// like sgi stl's stl_hash_map is a very thin wrapper over -// stl_hashtable. The major thing we define is operator[], because -// we have a concept of a data_type which stl_hashtable doesn't -// (it only has a key and a value). -// -// NOTE: this is exactly like sparse_hash_map.h, with the word -// "sparse" replaced by "dense", except for the addition of -// set_empty_key(). -// -// YOU MUST CALL SET_EMPTY_KEY() IMMEDIATELY AFTER CONSTRUCTION. -// -// Otherwise your program will die in mysterious ways. (Note if you -// use the constructor that takes an InputIterator range, you pass in -// the empty key in the constructor, rather than after. As a result, -// this constructor differs from the standard STL version.) -// -// In other respects, we adhere mostly to the STL semantics for -// hash-map. One important exception is that insert() may invalidate -// iterators entirely -- STL semantics are that insert() may reorder -// iterators, but they all still refer to something valid in the -// hashtable. Not so for us. Likewise, insert() may invalidate -// pointers into the hashtable. (Whether insert invalidates iterators -// and pointers depends on whether it results in a hashtable resize). -// On the plus side, delete() doesn't invalidate iterators or pointers -// at all, or even change the ordering of elements. -// -// Here are a few "power user" tips: -// -// 1) set_deleted_key(): -// If you want to use erase() you *must* call set_deleted_key(), -// in addition to set_empty_key(), after construction. -// The deleted and empty keys must differ. -// -// 2) resize(0): -// When an item is deleted, its memory isn't freed right -// away. This allows you to iterate over a hashtable, -// and call erase(), without invalidating the iterator. -// To force the memory to be freed, call resize(0). -// For tr1 compatibility, this can also be called as rehash(0). -// -// 3) min_load_factor(0.0) -// Setting the minimum load factor to 0.0 guarantees that -// the hash table will never shrink. -// -// Roughly speaking: -// (1) dense_hash_map: fastest, uses the most memory unless entries are small -// (2) sparse_hash_map: slowest, uses the least memory -// (3) hash_map / unordered_map (STL): in the middle -// -// Typically I use sparse_hash_map when I care about space and/or when -// I need to save the hashtable on disk. I use hash_map otherwise. I -// don't personally use dense_hash_set ever; some people use it for -// small sets with lots of lookups. -// -// - dense_hash_map has, typically, about 78% memory overhead (if your -// data takes up X bytes, the hash_map uses .78X more bytes in overhead). -// - sparse_hash_map has about 4 bits overhead per entry. -// - sparse_hash_map can be 3-7 times slower than the others for lookup and, -// especially, inserts. See time_hash_map.cc for details. -// -// See /usr/(local/)?doc/sparsehash-*/dense_hash_map.html -// for information about how to use this class. - -#ifndef _DENSE_HASH_MAP_H_ -#define _DENSE_HASH_MAP_H_ - -#include -#include // needed by stl_alloc -#include // for equal_to<>, select1st<>, etc -#include // for alloc -#include // for pair<> -#include // IWYU pragma: export -#include -#include HASH_FUN_H // for hash<> -_START_GOOGLE_NAMESPACE_ - -template , // defined in sparseconfig.h - class EqualKey = std::equal_to, - class Alloc = libc_allocator_with_realloc > > -class dense_hash_map { - private: - // Apparently select1st is not stl-standard, so we define our own - struct SelectKey { - typedef const Key& result_type; - const Key& operator()(const std::pair& p) const { - return p.first; - } - }; - struct SetKey { - void operator()(std::pair* value, const Key& new_key) const { - *const_cast(&value->first) = new_key; - // It would be nice to clear the rest of value here as well, in - // case it's taking up a lot of memory. We do this by clearing - // the value. This assumes T has a zero-arg constructor! - value->second = T(); - } - }; - // For operator[]. - struct DefaultValue { - std::pair operator()(const Key& key) { - return std::make_pair(key, T()); - } - }; - - // The actual data - typedef dense_hashtable, Key, HashFcn, SelectKey, - SetKey, EqualKey, Alloc> ht; - ht rep; - - public: - typedef typename ht::key_type key_type; - typedef T data_type; - typedef T mapped_type; - typedef typename ht::value_type value_type; - typedef typename ht::hasher hasher; - typedef typename ht::key_equal key_equal; - typedef Alloc allocator_type; - - typedef typename ht::size_type size_type; - typedef typename ht::difference_type difference_type; - typedef typename ht::pointer pointer; - typedef typename ht::const_pointer const_pointer; - typedef typename ht::reference reference; - typedef typename ht::const_reference const_reference; - - typedef typename ht::iterator iterator; - typedef typename ht::const_iterator const_iterator; - typedef typename ht::local_iterator local_iterator; - typedef typename ht::const_local_iterator const_local_iterator; - - // Iterator functions - iterator begin() { return rep.begin(); } - iterator end() { return rep.end(); } - const_iterator begin() const { return rep.begin(); } - const_iterator end() const { return rep.end(); } - - - // These come from tr1's unordered_map. For us, a bucket has 0 or 1 elements. - local_iterator begin(size_type i) { return rep.begin(i); } - local_iterator end(size_type i) { return rep.end(i); } - const_local_iterator begin(size_type i) const { return rep.begin(i); } - const_local_iterator end(size_type i) const { return rep.end(i); } - - // Accessor functions - allocator_type get_allocator() const { return rep.get_allocator(); } - hasher hash_funct() const { return rep.hash_funct(); } - hasher hash_function() const { return hash_funct(); } - key_equal key_eq() const { return rep.key_eq(); } - - - // Constructors - explicit dense_hash_map(size_type expected_max_items_in_table = 0, - const hasher& hf = hasher(), - const key_equal& eql = key_equal(), - const allocator_type& alloc = allocator_type()) - : rep(expected_max_items_in_table, hf, eql, SelectKey(), SetKey(), alloc) { - } - - template - dense_hash_map(InputIterator f, InputIterator l, - const key_type& empty_key_val, - size_type expected_max_items_in_table = 0, - const hasher& hf = hasher(), - const key_equal& eql = key_equal(), - const allocator_type& alloc = allocator_type()) - : rep(expected_max_items_in_table, hf, eql, SelectKey(), SetKey(), alloc) { - set_empty_key(empty_key_val); - rep.insert(f, l); - } - // We use the default copy constructor - // We use the default operator=() - // We use the default destructor - - void clear() { rep.clear(); } - // This clears the hash map without resizing it down to the minimum - // bucket count, but rather keeps the number of buckets constant - void clear_no_resize() { rep.clear_no_resize(); } - void swap(dense_hash_map& hs) { rep.swap(hs.rep); } - - - // Functions concerning size - size_type size() const { return rep.size(); } - size_type max_size() const { return rep.max_size(); } - bool empty() const { return rep.empty(); } - size_type bucket_count() const { return rep.bucket_count(); } - size_type max_bucket_count() const { return rep.max_bucket_count(); } - - // These are tr1 methods. bucket() is the bucket the key is or would be in. - size_type bucket_size(size_type i) const { return rep.bucket_size(i); } - size_type bucket(const key_type& key) const { return rep.bucket(key); } - float load_factor() const { - return size() * 1.0f / bucket_count(); - } - float max_load_factor() const { - float shrink, grow; - rep.get_resizing_parameters(&shrink, &grow); - return grow; - } - void max_load_factor(float new_grow) { - float shrink, grow; - rep.get_resizing_parameters(&shrink, &grow); - rep.set_resizing_parameters(shrink, new_grow); - } - // These aren't tr1 methods but perhaps ought to be. - float min_load_factor() const { - float shrink, grow; - rep.get_resizing_parameters(&shrink, &grow); - return shrink; - } - void min_load_factor(float new_shrink) { - float shrink, grow; - rep.get_resizing_parameters(&shrink, &grow); - rep.set_resizing_parameters(new_shrink, grow); - } - // Deprecated; use min_load_factor() or max_load_factor() instead. - void set_resizing_parameters(float shrink, float grow) { - rep.set_resizing_parameters(shrink, grow); - } - - void resize(size_type hint) { rep.resize(hint); } - void rehash(size_type hint) { resize(hint); } // the tr1 name - - // Lookup routines - iterator find(const key_type& key) { return rep.find(key); } - const_iterator find(const key_type& key) const { return rep.find(key); } - - data_type& operator[](const key_type& key) { // This is our value-add! - // If key is in the hashtable, returns find(key)->second, - // otherwise returns insert(value_type(key, T()).first->second. - // Note it does not create an empty T unless the find fails. - return rep.template find_or_insert(key).second; - } - - size_type count(const key_type& key) const { return rep.count(key); } - - std::pair equal_range(const key_type& key) { - return rep.equal_range(key); - } - std::pair equal_range(const key_type& key) - const { - return rep.equal_range(key); - } - - - // Insertion routines - std::pair insert(const value_type& obj) { - return rep.insert(obj); - } - template void insert(InputIterator f, InputIterator l) { - rep.insert(f, l); - } - void insert(const_iterator f, const_iterator l) { - rep.insert(f, l); - } - // Required for std::insert_iterator; the passed-in iterator is ignored. - iterator insert(iterator, const value_type& obj) { - return insert(obj).first; - } - - // Deletion and empty routines - // THESE ARE NON-STANDARD! I make you specify an "impossible" key - // value to identify deleted and empty buckets. You can change the - // deleted key as time goes on, or get rid of it entirely to be insert-only. - void set_empty_key(const key_type& key) { // YOU MUST CALL THIS! - rep.set_empty_key(value_type(key, data_type())); // rep wants a value - } - key_type empty_key() const { - return rep.empty_key().first; // rep returns a value - } - - void set_deleted_key(const key_type& key) { rep.set_deleted_key(key); } - void clear_deleted_key() { rep.clear_deleted_key(); } - key_type deleted_key() const { return rep.deleted_key(); } - - // These are standard - size_type erase(const key_type& key) { return rep.erase(key); } - void erase(iterator it) { rep.erase(it); } - void erase(iterator f, iterator l) { rep.erase(f, l); } - - - // Comparison - bool operator==(const dense_hash_map& hs) const { return rep == hs.rep; } - bool operator!=(const dense_hash_map& hs) const { return rep != hs.rep; } - - - // I/O -- this is an add-on for writing hash map to disk - // - // For maximum flexibility, this does not assume a particular - // file type (though it will probably be a FILE *). We just pass - // the fp through to rep. - - // If your keys and values are simple enough, you can pass this - // serializer to serialize()/unserialize(). "Simple enough" means - // value_type is a POD type that contains no pointers. Note, - // however, we don't try to normalize endianness. - typedef typename ht::NopointerSerializer NopointerSerializer; - - // serializer: a class providing operator()(OUTPUT*, const value_type&) - // (writing value_type to OUTPUT). You can specify a - // NopointerSerializer object if appropriate (see above). - // fp: either a FILE*, OR an ostream*/subclass_of_ostream*, OR a - // pointer to a class providing size_t Write(const void*, size_t), - // which writes a buffer into a stream (which fp presumably - // owns) and returns the number of bytes successfully written. - // Note basic_ostream is not currently supported. - template - bool serialize(ValueSerializer serializer, OUTPUT* fp) { - return rep.serialize(serializer, fp); - } - - // serializer: a functor providing operator()(INPUT*, value_type*) - // (reading from INPUT and into value_type). You can specify a - // NopointerSerializer object if appropriate (see above). - // fp: either a FILE*, OR an istream*/subclass_of_istream*, OR a - // pointer to a class providing size_t Read(void*, size_t), - // which reads into a buffer from a stream (which fp presumably - // owns) and returns the number of bytes successfully read. - // Note basic_istream is not currently supported. - // NOTE: Since value_type is std::pair, ValueSerializer - // may need to do a const cast in order to fill in the key. - template - bool unserialize(ValueSerializer serializer, INPUT* fp) { - return rep.unserialize(serializer, fp); - } -}; - -// We need a global swap as well -template -inline void swap(dense_hash_map& hm1, - dense_hash_map& hm2) { - hm1.swap(hm2); -} - -_END_GOOGLE_NAMESPACE_ - -#endif /* _DENSE_HASH_MAP_H_ */ diff --git a/clipper/sparsehash-2.0.2/src/sparsehash/dense_hash_set b/clipper/sparsehash-2.0.2/src/sparsehash/dense_hash_set deleted file mode 100644 index 050b15d..0000000 --- a/clipper/sparsehash-2.0.2/src/sparsehash/dense_hash_set +++ /dev/null @@ -1,338 +0,0 @@ -// Copyright (c) 2005, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// --- -// -// This is just a very thin wrapper over densehashtable.h, just -// like sgi stl's stl_hash_set is a very thin wrapper over -// stl_hashtable. The major thing we define is operator[], because -// we have a concept of a data_type which stl_hashtable doesn't -// (it only has a key and a value). -// -// This is more different from dense_hash_map than you might think, -// because all iterators for sets are const (you obviously can't -// change the key, and for sets there is no value). -// -// NOTE: this is exactly like sparse_hash_set.h, with the word -// "sparse" replaced by "dense", except for the addition of -// set_empty_key(). -// -// YOU MUST CALL SET_EMPTY_KEY() IMMEDIATELY AFTER CONSTRUCTION. -// -// Otherwise your program will die in mysterious ways. (Note if you -// use the constructor that takes an InputIterator range, you pass in -// the empty key in the constructor, rather than after. As a result, -// this constructor differs from the standard STL version.) -// -// In other respects, we adhere mostly to the STL semantics for -// hash-map. One important exception is that insert() may invalidate -// iterators entirely -- STL semantics are that insert() may reorder -// iterators, but they all still refer to something valid in the -// hashtable. Not so for us. Likewise, insert() may invalidate -// pointers into the hashtable. (Whether insert invalidates iterators -// and pointers depends on whether it results in a hashtable resize). -// On the plus side, delete() doesn't invalidate iterators or pointers -// at all, or even change the ordering of elements. -// -// Here are a few "power user" tips: -// -// 1) set_deleted_key(): -// If you want to use erase() you must call set_deleted_key(), -// in addition to set_empty_key(), after construction. -// The deleted and empty keys must differ. -// -// 2) resize(0): -// When an item is deleted, its memory isn't freed right -// away. This allows you to iterate over a hashtable, -// and call erase(), without invalidating the iterator. -// To force the memory to be freed, call resize(0). -// For tr1 compatibility, this can also be called as rehash(0). -// -// 3) min_load_factor(0.0) -// Setting the minimum load factor to 0.0 guarantees that -// the hash table will never shrink. -// -// Roughly speaking: -// (1) dense_hash_set: fastest, uses the most memory unless entries are small -// (2) sparse_hash_set: slowest, uses the least memory -// (3) hash_set / unordered_set (STL): in the middle -// -// Typically I use sparse_hash_set when I care about space and/or when -// I need to save the hashtable on disk. I use hash_set otherwise. I -// don't personally use dense_hash_set ever; some people use it for -// small sets with lots of lookups. -// -// - dense_hash_set has, typically, about 78% memory overhead (if your -// data takes up X bytes, the hash_set uses .78X more bytes in overhead). -// - sparse_hash_set has about 4 bits overhead per entry. -// - sparse_hash_set can be 3-7 times slower than the others for lookup and, -// especially, inserts. See time_hash_map.cc for details. -// -// See /usr/(local/)?doc/sparsehash-*/dense_hash_set.html -// for information about how to use this class. - -#ifndef _DENSE_HASH_SET_H_ -#define _DENSE_HASH_SET_H_ - -#include -#include // needed by stl_alloc -#include // for equal_to<>, select1st<>, etc -#include // for alloc -#include // for pair<> -#include // IWYU pragma: export -#include -#include HASH_FUN_H // for hash<> -_START_GOOGLE_NAMESPACE_ - -template , // defined in sparseconfig.h - class EqualKey = std::equal_to, - class Alloc = libc_allocator_with_realloc > -class dense_hash_set { - private: - // Apparently identity is not stl-standard, so we define our own - struct Identity { - typedef const Value& result_type; - const Value& operator()(const Value& v) const { return v; } - }; - struct SetKey { - void operator()(Value* value, const Value& new_key) const { - *value = new_key; - } - }; - - // The actual data - typedef dense_hashtable ht; - ht rep; - - public: - typedef typename ht::key_type key_type; - typedef typename ht::value_type value_type; - typedef typename ht::hasher hasher; - typedef typename ht::key_equal key_equal; - typedef Alloc allocator_type; - - typedef typename ht::size_type size_type; - typedef typename ht::difference_type difference_type; - typedef typename ht::const_pointer pointer; - typedef typename ht::const_pointer const_pointer; - typedef typename ht::const_reference reference; - typedef typename ht::const_reference const_reference; - - typedef typename ht::const_iterator iterator; - typedef typename ht::const_iterator const_iterator; - typedef typename ht::const_local_iterator local_iterator; - typedef typename ht::const_local_iterator const_local_iterator; - - - // Iterator functions -- recall all iterators are const - iterator begin() const { return rep.begin(); } - iterator end() const { return rep.end(); } - - // These come from tr1's unordered_set. For us, a bucket has 0 or 1 elements. - local_iterator begin(size_type i) const { return rep.begin(i); } - local_iterator end(size_type i) const { return rep.end(i); } - - - // Accessor functions - allocator_type get_allocator() const { return rep.get_allocator(); } - hasher hash_funct() const { return rep.hash_funct(); } - hasher hash_function() const { return hash_funct(); } // tr1 name - key_equal key_eq() const { return rep.key_eq(); } - - - // Constructors - explicit dense_hash_set(size_type expected_max_items_in_table = 0, - const hasher& hf = hasher(), - const key_equal& eql = key_equal(), - const allocator_type& alloc = allocator_type()) - : rep(expected_max_items_in_table, hf, eql, Identity(), SetKey(), alloc) { - } - - template - dense_hash_set(InputIterator f, InputIterator l, - const key_type& empty_key_val, - size_type expected_max_items_in_table = 0, - const hasher& hf = hasher(), - const key_equal& eql = key_equal(), - const allocator_type& alloc = allocator_type()) - : rep(expected_max_items_in_table, hf, eql, Identity(), SetKey(), alloc) { - set_empty_key(empty_key_val); - rep.insert(f, l); - } - // We use the default copy constructor - // We use the default operator=() - // We use the default destructor - - void clear() { rep.clear(); } - // This clears the hash set without resizing it down to the minimum - // bucket count, but rather keeps the number of buckets constant - void clear_no_resize() { rep.clear_no_resize(); } - void swap(dense_hash_set& hs) { rep.swap(hs.rep); } - - - // Functions concerning size - size_type size() const { return rep.size(); } - size_type max_size() const { return rep.max_size(); } - bool empty() const { return rep.empty(); } - size_type bucket_count() const { return rep.bucket_count(); } - size_type max_bucket_count() const { return rep.max_bucket_count(); } - - // These are tr1 methods. bucket() is the bucket the key is or would be in. - size_type bucket_size(size_type i) const { return rep.bucket_size(i); } - size_type bucket(const key_type& key) const { return rep.bucket(key); } - float load_factor() const { - return size() * 1.0f / bucket_count(); - } - float max_load_factor() const { - float shrink, grow; - rep.get_resizing_parameters(&shrink, &grow); - return grow; - } - void max_load_factor(float new_grow) { - float shrink, grow; - rep.get_resizing_parameters(&shrink, &grow); - rep.set_resizing_parameters(shrink, new_grow); - } - // These aren't tr1 methods but perhaps ought to be. - float min_load_factor() const { - float shrink, grow; - rep.get_resizing_parameters(&shrink, &grow); - return shrink; - } - void min_load_factor(float new_shrink) { - float shrink, grow; - rep.get_resizing_parameters(&shrink, &grow); - rep.set_resizing_parameters(new_shrink, grow); - } - // Deprecated; use min_load_factor() or max_load_factor() instead. - void set_resizing_parameters(float shrink, float grow) { - rep.set_resizing_parameters(shrink, grow); - } - - void resize(size_type hint) { rep.resize(hint); } - void rehash(size_type hint) { resize(hint); } // the tr1 name - - // Lookup routines - iterator find(const key_type& key) const { return rep.find(key); } - - size_type count(const key_type& key) const { return rep.count(key); } - - std::pair equal_range(const key_type& key) const { - return rep.equal_range(key); - } - - - // Insertion routines - std::pair insert(const value_type& obj) { - std::pair p = rep.insert(obj); - return std::pair(p.first, p.second); // const to non-const - } - template void insert(InputIterator f, InputIterator l) { - rep.insert(f, l); - } - void insert(const_iterator f, const_iterator l) { - rep.insert(f, l); - } - // Required for std::insert_iterator; the passed-in iterator is ignored. - iterator insert(iterator, const value_type& obj) { - return insert(obj).first; - } - - // Deletion and empty routines - // THESE ARE NON-STANDARD! I make you specify an "impossible" key - // value to identify deleted and empty buckets. You can change the - // deleted key as time goes on, or get rid of it entirely to be insert-only. - void set_empty_key(const key_type& key) { rep.set_empty_key(key); } - key_type empty_key() const { return rep.empty_key(); } - - void set_deleted_key(const key_type& key) { rep.set_deleted_key(key); } - void clear_deleted_key() { rep.clear_deleted_key(); } - key_type deleted_key() const { return rep.deleted_key(); } - - // These are standard - size_type erase(const key_type& key) { return rep.erase(key); } - void erase(iterator it) { rep.erase(it); } - void erase(iterator f, iterator l) { rep.erase(f, l); } - - - // Comparison - bool operator==(const dense_hash_set& hs) const { return rep == hs.rep; } - bool operator!=(const dense_hash_set& hs) const { return rep != hs.rep; } - - - // I/O -- this is an add-on for writing metainformation to disk - // - // For maximum flexibility, this does not assume a particular - // file type (though it will probably be a FILE *). We just pass - // the fp through to rep. - - // If your keys and values are simple enough, you can pass this - // serializer to serialize()/unserialize(). "Simple enough" means - // value_type is a POD type that contains no pointers. Note, - // however, we don't try to normalize endianness. - typedef typename ht::NopointerSerializer NopointerSerializer; - - // serializer: a class providing operator()(OUTPUT*, const value_type&) - // (writing value_type to OUTPUT). You can specify a - // NopointerSerializer object if appropriate (see above). - // fp: either a FILE*, OR an ostream*/subclass_of_ostream*, OR a - // pointer to a class providing size_t Write(const void*, size_t), - // which writes a buffer into a stream (which fp presumably - // owns) and returns the number of bytes successfully written. - // Note basic_ostream is not currently supported. - template - bool serialize(ValueSerializer serializer, OUTPUT* fp) { - return rep.serialize(serializer, fp); - } - - // serializer: a functor providing operator()(INPUT*, value_type*) - // (reading from INPUT and into value_type). You can specify a - // NopointerSerializer object if appropriate (see above). - // fp: either a FILE*, OR an istream*/subclass_of_istream*, OR a - // pointer to a class providing size_t Read(void*, size_t), - // which reads into a buffer from a stream (which fp presumably - // owns) and returns the number of bytes successfully read. - // Note basic_istream is not currently supported. - template - bool unserialize(ValueSerializer serializer, INPUT* fp) { - return rep.unserialize(serializer, fp); - } -}; - -template -inline void swap(dense_hash_set& hs1, - dense_hash_set& hs2) { - hs1.swap(hs2); -} - -_END_GOOGLE_NAMESPACE_ - -#endif /* _DENSE_HASH_SET_H_ */ diff --git a/clipper/sparsehash-2.0.2/src/sparsehash/internal/densehashtable.h b/clipper/sparsehash-2.0.2/src/sparsehash/internal/densehashtable.h deleted file mode 100644 index 1f0c943..0000000 --- a/clipper/sparsehash-2.0.2/src/sparsehash/internal/densehashtable.h +++ /dev/null @@ -1,1319 +0,0 @@ -// Copyright (c) 2005, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// --- -// -// A dense hashtable is a particular implementation of -// a hashtable: one that is meant to minimize memory allocation. -// It does this by using an array to store all the data. We -// steal a value from the key space to indicate "empty" array -// elements (ie indices where no item lives) and another to indicate -// "deleted" elements. -// -// (Note it is possible to change the value of the delete key -// on the fly; you can even remove it, though after that point -// the hashtable is insert_only until you set it again. The empty -// value however can't be changed.) -// -// To minimize allocation and pointer overhead, we use internal -// probing, in which the hashtable is a single table, and collisions -// are resolved by trying to insert again in another bucket. The -// most cache-efficient internal probing schemes are linear probing -// (which suffers, alas, from clumping) and quadratic probing, which -// is what we implement by default. -// -// Type requirements: value_type is required to be Copy Constructible -// and Default Constructible. It is not required to be (and commonly -// isn't) Assignable. -// -// You probably shouldn't use this code directly. Use dense_hash_map<> -// or dense_hash_set<> instead. - -// You can change the following below: -// HT_OCCUPANCY_PCT -- how full before we double size -// HT_EMPTY_PCT -- how empty before we halve size -// HT_MIN_BUCKETS -- default smallest bucket size -// -// You can also change enlarge_factor (which defaults to -// HT_OCCUPANCY_PCT), and shrink_factor (which defaults to -// HT_EMPTY_PCT) with set_resizing_parameters(). -// -// How to decide what values to use? -// shrink_factor's default of .4 * OCCUPANCY_PCT, is probably good. -// HT_MIN_BUCKETS is probably unnecessary since you can specify -// (indirectly) the starting number of buckets at construct-time. -// For enlarge_factor, you can use this chart to try to trade-off -// expected lookup time to the space taken up. By default, this -// code uses quadratic probing, though you can change it to linear -// via JUMP_ below if you really want to. -// -// From http://www.augustana.ca/~mohrj/courses/1999.fall/csc210/lecture_notes/hashing.html -// NUMBER OF PROBES / LOOKUP Successful Unsuccessful -// Quadratic collision resolution 1 - ln(1-L) - L/2 1/(1-L) - L - ln(1-L) -// Linear collision resolution [1+1/(1-L)]/2 [1+1/(1-L)2]/2 -// -// -- enlarge_factor -- 0.10 0.50 0.60 0.75 0.80 0.90 0.99 -// QUADRATIC COLLISION RES. -// probes/successful lookup 1.05 1.44 1.62 2.01 2.21 2.85 5.11 -// probes/unsuccessful lookup 1.11 2.19 2.82 4.64 5.81 11.4 103.6 -// LINEAR COLLISION RES. -// probes/successful lookup 1.06 1.5 1.75 2.5 3.0 5.5 50.5 -// probes/unsuccessful lookup 1.12 2.5 3.6 8.5 13.0 50.0 5000.0 - -#ifndef _DENSEHASHTABLE_H_ -#define _DENSEHASHTABLE_H_ - -#include -#include -#include // for FILE, fwrite, fread -#include // For swap(), eg -#include // For iterator tags -#include // for numeric_limits -#include // For uninitialized_fill -#include // for pair -#include -#include -#include -#include // For length_error - -_START_GOOGLE_NAMESPACE_ - -namespace base { // just to make google->opensource transition easier -using GOOGLE_NAMESPACE::true_type; -using GOOGLE_NAMESPACE::false_type; -using GOOGLE_NAMESPACE::integral_constant; -using GOOGLE_NAMESPACE::is_same; -using GOOGLE_NAMESPACE::remove_const; -} - -// The probing method -// Linear probing -// #define JUMP_(key, num_probes) ( 1 ) -// Quadratic probing -#define JUMP_(key, num_probes) ( num_probes ) - -// Hashtable class, used to implement the hashed associative containers -// hash_set and hash_map. - -// Value: what is stored in the table (each bucket is a Value). -// Key: something in a 1-to-1 correspondence to a Value, that can be used -// to search for a Value in the table (find() takes a Key). -// HashFcn: Takes a Key and returns an integer, the more unique the better. -// ExtractKey: given a Value, returns the unique Key associated with it. -// Must inherit from unary_function, or at least have a -// result_type enum indicating the return type of operator(). -// SetKey: given a Value* and a Key, modifies the value such that -// ExtractKey(value) == key. We guarantee this is only called -// with key == deleted_key or key == empty_key. -// EqualKey: Given two Keys, says whether they are the same (that is, -// if they are both associated with the same Value). -// Alloc: STL allocator to use to allocate memory. - -template -class dense_hashtable; - -template -struct dense_hashtable_iterator; - -template -struct dense_hashtable_const_iterator; - -// We're just an array, but we need to skip over empty and deleted elements -template -struct dense_hashtable_iterator { - private: - typedef typename A::template rebind::other value_alloc_type; - - public: - typedef dense_hashtable_iterator iterator; - typedef dense_hashtable_const_iterator const_iterator; - - typedef std::forward_iterator_tag iterator_category; // very little defined! - typedef V value_type; - typedef typename value_alloc_type::difference_type difference_type; - typedef typename value_alloc_type::size_type size_type; - typedef typename value_alloc_type::reference reference; - typedef typename value_alloc_type::pointer pointer; - - // "Real" constructor and default constructor - dense_hashtable_iterator(const dense_hashtable *h, - pointer it, pointer it_end, bool advance) - : ht(h), pos(it), end(it_end) { - if (advance) advance_past_empty_and_deleted(); - } - dense_hashtable_iterator() { } - // The default destructor is fine; we don't define one - // The default operator= is fine; we don't define one - - // Happy dereferencer - reference operator*() const { return *pos; } - pointer operator->() const { return &(operator*()); } - - // Arithmetic. The only hard part is making sure that - // we're not on an empty or marked-deleted array element - void advance_past_empty_and_deleted() { - while ( pos != end && (ht->test_empty(*this) || ht->test_deleted(*this)) ) - ++pos; - } - iterator& operator++() { - assert(pos != end); ++pos; advance_past_empty_and_deleted(); return *this; - } - iterator operator++(int) { iterator tmp(*this); ++*this; return tmp; } - - // Comparison. - bool operator==(const iterator& it) const { return pos == it.pos; } - bool operator!=(const iterator& it) const { return pos != it.pos; } - - - // The actual data - const dense_hashtable *ht; - pointer pos, end; -}; - - -// Now do it all again, but with const-ness! -template -struct dense_hashtable_const_iterator { - private: - typedef typename A::template rebind::other value_alloc_type; - - public: - typedef dense_hashtable_iterator iterator; - typedef dense_hashtable_const_iterator const_iterator; - - typedef std::forward_iterator_tag iterator_category; // very little defined! - typedef V value_type; - typedef typename value_alloc_type::difference_type difference_type; - typedef typename value_alloc_type::size_type size_type; - typedef typename value_alloc_type::const_reference reference; - typedef typename value_alloc_type::const_pointer pointer; - - // "Real" constructor and default constructor - dense_hashtable_const_iterator( - const dense_hashtable *h, - pointer it, pointer it_end, bool advance) - : ht(h), pos(it), end(it_end) { - if (advance) advance_past_empty_and_deleted(); - } - dense_hashtable_const_iterator() - : ht(NULL), pos(pointer()), end(pointer()) { } - // This lets us convert regular iterators to const iterators - dense_hashtable_const_iterator(const iterator &it) - : ht(it.ht), pos(it.pos), end(it.end) { } - // The default destructor is fine; we don't define one - // The default operator= is fine; we don't define one - - // Happy dereferencer - reference operator*() const { return *pos; } - pointer operator->() const { return &(operator*()); } - - // Arithmetic. The only hard part is making sure that - // we're not on an empty or marked-deleted array element - void advance_past_empty_and_deleted() { - while ( pos != end && (ht->test_empty(*this) || ht->test_deleted(*this)) ) - ++pos; - } - const_iterator& operator++() { - assert(pos != end); ++pos; advance_past_empty_and_deleted(); return *this; - } - const_iterator operator++(int) { const_iterator tmp(*this); ++*this; return tmp; } - - // Comparison. - bool operator==(const const_iterator& it) const { return pos == it.pos; } - bool operator!=(const const_iterator& it) const { return pos != it.pos; } - - - // The actual data - const dense_hashtable *ht; - pointer pos, end; -}; - -template -class dense_hashtable { - private: - typedef typename Alloc::template rebind::other value_alloc_type; - - public: - typedef Key key_type; - typedef Value value_type; - typedef HashFcn hasher; - typedef EqualKey key_equal; - typedef Alloc allocator_type; - - typedef typename value_alloc_type::size_type size_type; - typedef typename value_alloc_type::difference_type difference_type; - typedef typename value_alloc_type::reference reference; - typedef typename value_alloc_type::const_reference const_reference; - typedef typename value_alloc_type::pointer pointer; - typedef typename value_alloc_type::const_pointer const_pointer; - typedef dense_hashtable_iterator - iterator; - - typedef dense_hashtable_const_iterator - const_iterator; - - // These come from tr1. For us they're the same as regular iterators. - typedef iterator local_iterator; - typedef const_iterator const_local_iterator; - - // How full we let the table get before we resize, by default. - // Knuth says .8 is good -- higher causes us to probe too much, - // though it saves memory. - static const int HT_OCCUPANCY_PCT; // defined at the bottom of this file - - // How empty we let the table get before we resize lower, by default. - // (0.0 means never resize lower.) - // It should be less than OCCUPANCY_PCT / 2 or we thrash resizing - static const int HT_EMPTY_PCT; // defined at the bottom of this file - - // Minimum size we're willing to let hashtables be. - // Must be a power of two, and at least 4. - // Note, however, that for a given hashtable, the initial size is a - // function of the first constructor arg, and may be >HT_MIN_BUCKETS. - static const size_type HT_MIN_BUCKETS = 4; - - // By default, if you don't specify a hashtable size at - // construction-time, we use this size. Must be a power of two, and - // at least HT_MIN_BUCKETS. - static const size_type HT_DEFAULT_STARTING_BUCKETS = 32; - - // ITERATOR FUNCTIONS - iterator begin() { return iterator(this, table, - table + num_buckets, true); } - iterator end() { return iterator(this, table + num_buckets, - table + num_buckets, true); } - const_iterator begin() const { return const_iterator(this, table, - table+num_buckets,true);} - const_iterator end() const { return const_iterator(this, table + num_buckets, - table+num_buckets,true);} - - // These come from tr1 unordered_map. They iterate over 'bucket' n. - // We'll just consider bucket n to be the n-th element of the table. - local_iterator begin(size_type i) { - return local_iterator(this, table + i, table + i+1, false); - } - local_iterator end(size_type i) { - local_iterator it = begin(i); - if (!test_empty(i) && !test_deleted(i)) - ++it; - return it; - } - const_local_iterator begin(size_type i) const { - return const_local_iterator(this, table + i, table + i+1, false); - } - const_local_iterator end(size_type i) const { - const_local_iterator it = begin(i); - if (!test_empty(i) && !test_deleted(i)) - ++it; - return it; - } - - // ACCESSOR FUNCTIONS for the things we templatize on, basically - hasher hash_funct() const { return settings; } - key_equal key_eq() const { return key_info; } - allocator_type get_allocator() const { - return allocator_type(val_info); - } - - // Accessor function for statistics gathering. - int num_table_copies() const { return settings.num_ht_copies(); } - - private: - // Annoyingly, we can't copy values around, because they might have - // const components (they're probably pair). We use - // explicit destructor invocation and placement new to get around - // this. Arg. - void set_value(pointer dst, const_reference src) { - dst->~value_type(); // delete the old value, if any - new(dst) value_type(src); - } - - void destroy_buckets(size_type first, size_type last) { - for ( ; first != last; ++first) - table[first].~value_type(); - } - - // DELETE HELPER FUNCTIONS - // This lets the user describe a key that will indicate deleted - // table entries. This key should be an "impossible" entry -- - // if you try to insert it for real, you won't be able to retrieve it! - // (NB: while you pass in an entire value, only the key part is looked - // at. This is just because I don't know how to assign just a key.) - private: - void squash_deleted() { // gets rid of any deleted entries we have - if ( num_deleted ) { // get rid of deleted before writing - dense_hashtable tmp(*this); // copying will get rid of deleted - swap(tmp); // now we are tmp - } - assert(num_deleted == 0); - } - - // Test if the given key is the deleted indicator. Requires - // num_deleted > 0, for correctness of read(), and because that - // guarantees that key_info.delkey is valid. - bool test_deleted_key(const key_type& key) const { - assert(num_deleted > 0); - return equals(key_info.delkey, key); - } - - public: - void set_deleted_key(const key_type &key) { - // the empty indicator (if specified) and the deleted indicator - // must be different - assert((!settings.use_empty() || !equals(key, get_key(val_info.emptyval))) - && "Passed the empty-key to set_deleted_key"); - // It's only safe to change what "deleted" means if we purge deleted guys - squash_deleted(); - settings.set_use_deleted(true); - key_info.delkey = key; - } - void clear_deleted_key() { - squash_deleted(); - settings.set_use_deleted(false); - } - key_type deleted_key() const { - assert(settings.use_deleted() - && "Must set deleted key before calling deleted_key"); - return key_info.delkey; - } - - // These are public so the iterators can use them - // True if the item at position bucknum is "deleted" marker - bool test_deleted(size_type bucknum) const { - // Invariant: !use_deleted() implies num_deleted is 0. - assert(settings.use_deleted() || num_deleted == 0); - return num_deleted > 0 && test_deleted_key(get_key(table[bucknum])); - } - bool test_deleted(const iterator &it) const { - // Invariant: !use_deleted() implies num_deleted is 0. - assert(settings.use_deleted() || num_deleted == 0); - return num_deleted > 0 && test_deleted_key(get_key(*it)); - } - bool test_deleted(const const_iterator &it) const { - // Invariant: !use_deleted() implies num_deleted is 0. - assert(settings.use_deleted() || num_deleted == 0); - return num_deleted > 0 && test_deleted_key(get_key(*it)); - } - - private: - void check_use_deleted(const char* caller) { - (void)caller; // could log it if the assert failed - assert(settings.use_deleted()); - } - - // Set it so test_deleted is true. true if object didn't used to be deleted. - bool set_deleted(iterator &it) { - check_use_deleted("set_deleted()"); - bool retval = !test_deleted(it); - // &* converts from iterator to value-type. - set_key(&(*it), key_info.delkey); - return retval; - } - // Set it so test_deleted is false. true if object used to be deleted. - bool clear_deleted(iterator &it) { - check_use_deleted("clear_deleted()"); - // Happens automatically when we assign something else in its place. - return test_deleted(it); - } - - // We also allow to set/clear the deleted bit on a const iterator. - // We allow a const_iterator for the same reason you can delete a - // const pointer: it's convenient, and semantically you can't use - // 'it' after it's been deleted anyway, so its const-ness doesn't - // really matter. - bool set_deleted(const_iterator &it) { - check_use_deleted("set_deleted()"); - bool retval = !test_deleted(it); - set_key(const_cast(&(*it)), key_info.delkey); - return retval; - } - // Set it so test_deleted is false. true if object used to be deleted. - bool clear_deleted(const_iterator &it) { - check_use_deleted("clear_deleted()"); - return test_deleted(it); - } - - // EMPTY HELPER FUNCTIONS - // This lets the user describe a key that will indicate empty (unused) - // table entries. This key should be an "impossible" entry -- - // if you try to insert it for real, you won't be able to retrieve it! - // (NB: while you pass in an entire value, only the key part is looked - // at. This is just because I don't know how to assign just a key.) - public: - // These are public so the iterators can use them - // True if the item at position bucknum is "empty" marker - bool test_empty(size_type bucknum) const { - assert(settings.use_empty()); // we always need to know what's empty! - return equals(get_key(val_info.emptyval), get_key(table[bucknum])); - } - bool test_empty(const iterator &it) const { - assert(settings.use_empty()); // we always need to know what's empty! - return equals(get_key(val_info.emptyval), get_key(*it)); - } - bool test_empty(const const_iterator &it) const { - assert(settings.use_empty()); // we always need to know what's empty! - return equals(get_key(val_info.emptyval), get_key(*it)); - } - - private: - void fill_range_with_empty(pointer table_start, pointer table_end) { - std::uninitialized_fill(table_start, table_end, val_info.emptyval); - } - - public: - // TODO(csilvers): change all callers of this to pass in a key instead, - // and take a const key_type instead of const value_type. - void set_empty_key(const_reference val) { - // Once you set the empty key, you can't change it - assert(!settings.use_empty() && "Calling set_empty_key multiple times"); - // The deleted indicator (if specified) and the empty indicator - // must be different. - assert((!settings.use_deleted() || !equals(get_key(val), key_info.delkey)) - && "Setting the empty key the same as the deleted key"); - settings.set_use_empty(true); - set_value(&val_info.emptyval, val); - - assert(!table); // must set before first use - // num_buckets was set in constructor even though table was NULL - table = val_info.allocate(num_buckets); - assert(table); - fill_range_with_empty(table, table + num_buckets); - } - // TODO(user): return a key_type rather than a value_type - value_type empty_key() const { - assert(settings.use_empty()); - return val_info.emptyval; - } - - // FUNCTIONS CONCERNING SIZE - public: - size_type size() const { return num_elements - num_deleted; } - size_type max_size() const { return val_info.max_size(); } - bool empty() const { return size() == 0; } - size_type bucket_count() const { return num_buckets; } - size_type max_bucket_count() const { return max_size(); } - size_type nonempty_bucket_count() const { return num_elements; } - // These are tr1 methods. Their idea of 'bucket' doesn't map well to - // what we do. We just say every bucket has 0 or 1 items in it. - size_type bucket_size(size_type i) const { - return begin(i) == end(i) ? 0 : 1; - } - - private: - // Because of the above, size_type(-1) is never legal; use it for errors - static const size_type ILLEGAL_BUCKET = size_type(-1); - - // Used after a string of deletes. Returns true if we actually shrunk. - // TODO(csilvers): take a delta so we can take into account inserts - // done after shrinking. Maybe make part of the Settings class? - bool maybe_shrink() { - assert(num_elements >= num_deleted); - assert((bucket_count() & (bucket_count()-1)) == 0); // is a power of two - assert(bucket_count() >= HT_MIN_BUCKETS); - bool retval = false; - - // If you construct a hashtable with < HT_DEFAULT_STARTING_BUCKETS, - // we'll never shrink until you get relatively big, and we'll never - // shrink below HT_DEFAULT_STARTING_BUCKETS. Otherwise, something - // like "dense_hash_set x; x.insert(4); x.erase(4);" will - // shrink us down to HT_MIN_BUCKETS buckets, which is too small. - const size_type num_remain = num_elements - num_deleted; - const size_type shrink_threshold = settings.shrink_threshold(); - if (shrink_threshold > 0 && num_remain < shrink_threshold && - bucket_count() > HT_DEFAULT_STARTING_BUCKETS) { - const float shrink_factor = settings.shrink_factor(); - size_type sz = bucket_count() / 2; // find how much we should shrink - while (sz > HT_DEFAULT_STARTING_BUCKETS && - num_remain < sz * shrink_factor) { - sz /= 2; // stay a power of 2 - } - dense_hashtable tmp(*this, sz); // Do the actual resizing - swap(tmp); // now we are tmp - retval = true; - } - settings.set_consider_shrink(false); // because we just considered it - return retval; - } - - // We'll let you resize a hashtable -- though this makes us copy all! - // When you resize, you say, "make it big enough for this many more elements" - // Returns true if we actually resized, false if size was already ok. - bool resize_delta(size_type delta) { - bool did_resize = false; - if ( settings.consider_shrink() ) { // see if lots of deletes happened - if ( maybe_shrink() ) - did_resize = true; - } - if (num_elements >= - (std::numeric_limits::max)() - delta) { - throw std::length_error("resize overflow"); - } - if ( bucket_count() >= HT_MIN_BUCKETS && - (num_elements + delta) <= settings.enlarge_threshold() ) - return did_resize; // we're ok as we are - - // Sometimes, we need to resize just to get rid of all the - // "deleted" buckets that are clogging up the hashtable. So when - // deciding whether to resize, count the deleted buckets (which - // are currently taking up room). But later, when we decide what - // size to resize to, *don't* count deleted buckets, since they - // get discarded during the resize. - const size_type needed_size = settings.min_buckets(num_elements + delta, 0); - if ( needed_size <= bucket_count() ) // we have enough buckets - return did_resize; - - size_type resize_to = - settings.min_buckets(num_elements - num_deleted + delta, bucket_count()); - - if (resize_to < needed_size && // may double resize_to - resize_to < (std::numeric_limits::max)() / 2) { - // This situation means that we have enough deleted elements, - // that once we purge them, we won't actually have needed to - // grow. But we may want to grow anyway: if we just purge one - // element, say, we'll have to grow anyway next time we - // insert. Might as well grow now, since we're already going - // through the trouble of copying (in order to purge the - // deleted elements). - const size_type target = - static_cast(settings.shrink_size(resize_to*2)); - if (num_elements - num_deleted + delta >= target) { - // Good, we won't be below the shrink threshhold even if we double. - resize_to *= 2; - } - } - dense_hashtable tmp(*this, resize_to); - swap(tmp); // now we are tmp - return true; - } - - // We require table be not-NULL and empty before calling this. - void resize_table(size_type /*old_size*/, size_type new_size, - base::true_type) { - table = val_info.realloc_or_die(table, new_size); - } - - void resize_table(size_type old_size, size_type new_size, base::false_type) { - val_info.deallocate(table, old_size); - table = val_info.allocate(new_size); - } - - // Used to actually do the rehashing when we grow/shrink a hashtable - void copy_from(const dense_hashtable &ht, size_type min_buckets_wanted) { - clear_to_size(settings.min_buckets(ht.size(), min_buckets_wanted)); - - // We use a normal iterator to get non-deleted bcks from ht - // We could use insert() here, but since we know there are - // no duplicates and no deleted items, we can be more efficient - assert((bucket_count() & (bucket_count()-1)) == 0); // a power of two - for ( const_iterator it = ht.begin(); it != ht.end(); ++it ) { - size_type num_probes = 0; // how many times we've probed - size_type bucknum; - const size_type bucket_count_minus_one = bucket_count() - 1; - for (bucknum = hash(get_key(*it)) & bucket_count_minus_one; - !test_empty(bucknum); // not empty - bucknum = (bucknum + JUMP_(key, num_probes)) & bucket_count_minus_one) { - ++num_probes; - assert(num_probes < bucket_count() - && "Hashtable is full: an error in key_equal<> or hash<>"); - } - set_value(&table[bucknum], *it); // copies the value to here - num_elements++; - } - settings.inc_num_ht_copies(); - } - - // Required by the spec for hashed associative container - public: - // Though the docs say this should be num_buckets, I think it's much - // more useful as num_elements. As a special feature, calling with - // req_elements==0 will cause us to shrink if we can, saving space. - void resize(size_type req_elements) { // resize to this or larger - if ( settings.consider_shrink() || req_elements == 0 ) - maybe_shrink(); - if ( req_elements > num_elements ) - resize_delta(req_elements - num_elements); - } - - // Get and change the value of shrink_factor and enlarge_factor. The - // description at the beginning of this file explains how to choose - // the values. Setting the shrink parameter to 0.0 ensures that the - // table never shrinks. - void get_resizing_parameters(float* shrink, float* grow) const { - *shrink = settings.shrink_factor(); - *grow = settings.enlarge_factor(); - } - void set_resizing_parameters(float shrink, float grow) { - settings.set_resizing_parameters(shrink, grow); - settings.reset_thresholds(bucket_count()); - } - - // CONSTRUCTORS -- as required by the specs, we take a size, - // but also let you specify a hashfunction, key comparator, - // and key extractor. We also define a copy constructor and =. - // DESTRUCTOR -- needs to free the table - explicit dense_hashtable(size_type expected_max_items_in_table = 0, - const HashFcn& hf = HashFcn(), - const EqualKey& eql = EqualKey(), - const ExtractKey& ext = ExtractKey(), - const SetKey& set = SetKey(), - const Alloc& alloc = Alloc()) - : settings(hf), - key_info(ext, set, eql), - num_deleted(0), - num_elements(0), - num_buckets(expected_max_items_in_table == 0 - ? HT_DEFAULT_STARTING_BUCKETS - : settings.min_buckets(expected_max_items_in_table, 0)), - val_info(alloc_impl(alloc)), - table(NULL) { - // table is NULL until emptyval is set. However, we set num_buckets - // here so we know how much space to allocate once emptyval is set - settings.reset_thresholds(bucket_count()); - } - - // As a convenience for resize(), we allow an optional second argument - // which lets you make this new hashtable a different size than ht - dense_hashtable(const dense_hashtable& ht, - size_type min_buckets_wanted = HT_DEFAULT_STARTING_BUCKETS) - : settings(ht.settings), - key_info(ht.key_info), - num_deleted(0), - num_elements(0), - num_buckets(0), - val_info(ht.val_info), - table(NULL) { - if (!ht.settings.use_empty()) { - // If use_empty isn't set, copy_from will crash, so we do our own copying. - assert(ht.empty()); - num_buckets = settings.min_buckets(ht.size(), min_buckets_wanted); - settings.reset_thresholds(bucket_count()); - return; - } - settings.reset_thresholds(bucket_count()); - copy_from(ht, min_buckets_wanted); // copy_from() ignores deleted entries - } - - dense_hashtable& operator= (const dense_hashtable& ht) { - if (&ht == this) return *this; // don't copy onto ourselves - if (!ht.settings.use_empty()) { - assert(ht.empty()); - dense_hashtable empty_table(ht); // empty table with ht's thresholds - this->swap(empty_table); - return *this; - } - settings = ht.settings; - key_info = ht.key_info; - set_value(&val_info.emptyval, ht.val_info.emptyval); - // copy_from() calls clear and sets num_deleted to 0 too - copy_from(ht, HT_MIN_BUCKETS); - // we purposefully don't copy the allocator, which may not be copyable - return *this; - } - - ~dense_hashtable() { - if (table) { - destroy_buckets(0, num_buckets); - val_info.deallocate(table, num_buckets); - } - } - - // Many STL algorithms use swap instead of copy constructors - void swap(dense_hashtable& ht) { - std::swap(settings, ht.settings); - std::swap(key_info, ht.key_info); - std::swap(num_deleted, ht.num_deleted); - std::swap(num_elements, ht.num_elements); - std::swap(num_buckets, ht.num_buckets); - { value_type tmp; // for annoying reasons, swap() doesn't work - set_value(&tmp, val_info.emptyval); - set_value(&val_info.emptyval, ht.val_info.emptyval); - set_value(&ht.val_info.emptyval, tmp); - } - std::swap(table, ht.table); - settings.reset_thresholds(bucket_count()); // also resets consider_shrink - ht.settings.reset_thresholds(ht.bucket_count()); - // we purposefully don't swap the allocator, which may not be swap-able - } - - private: - void clear_to_size(size_type new_num_buckets) { - if (!table) { - table = val_info.allocate(new_num_buckets); - } else { - destroy_buckets(0, num_buckets); - if (new_num_buckets != num_buckets) { // resize, if necessary - typedef base::integral_constant >::value> - realloc_ok; - resize_table(num_buckets, new_num_buckets, realloc_ok()); - } - } - assert(table); - fill_range_with_empty(table, table + new_num_buckets); - num_elements = 0; - num_deleted = 0; - num_buckets = new_num_buckets; // our new size - settings.reset_thresholds(bucket_count()); - } - - public: - // It's always nice to be able to clear a table without deallocating it - void clear() { - // If the table is already empty, and the number of buckets is - // already as we desire, there's nothing to do. - const size_type new_num_buckets = settings.min_buckets(0, 0); - if (num_elements == 0 && new_num_buckets == num_buckets) { - return; - } - clear_to_size(new_num_buckets); - } - - // Clear the table without resizing it. - // Mimicks the stl_hashtable's behaviour when clear()-ing in that it - // does not modify the bucket count - void clear_no_resize() { - if (num_elements > 0) { - assert(table); - destroy_buckets(0, num_buckets); - fill_range_with_empty(table, table + num_buckets); - } - // don't consider to shrink before another erase() - settings.reset_thresholds(bucket_count()); - num_elements = 0; - num_deleted = 0; - } - - // LOOKUP ROUTINES - private: - // Returns a pair of positions: 1st where the object is, 2nd where - // it would go if you wanted to insert it. 1st is ILLEGAL_BUCKET - // if object is not found; 2nd is ILLEGAL_BUCKET if it is. - // Note: because of deletions where-to-insert is not trivial: it's the - // first deleted bucket we see, as long as we don't find the key later - std::pair find_position(const key_type &key) const { - size_type num_probes = 0; // how many times we've probed - const size_type bucket_count_minus_one = bucket_count() - 1; - size_type bucknum = hash(key) & bucket_count_minus_one; - size_type insert_pos = ILLEGAL_BUCKET; // where we would insert - while ( 1 ) { // probe until something happens - if ( test_empty(bucknum) ) { // bucket is empty - if ( insert_pos == ILLEGAL_BUCKET ) // found no prior place to insert - return std::pair(ILLEGAL_BUCKET, bucknum); - else - return std::pair(ILLEGAL_BUCKET, insert_pos); - - } else if ( test_deleted(bucknum) ) {// keep searching, but mark to insert - if ( insert_pos == ILLEGAL_BUCKET ) - insert_pos = bucknum; - - } else if ( equals(key, get_key(table[bucknum])) ) { - return std::pair(bucknum, ILLEGAL_BUCKET); - } - ++num_probes; // we're doing another probe - bucknum = (bucknum + JUMP_(key, num_probes)) & bucket_count_minus_one; - assert(num_probes < bucket_count() - && "Hashtable is full: an error in key_equal<> or hash<>"); - } - } - - public: - - iterator find(const key_type& key) { - if ( size() == 0 ) return end(); - std::pair pos = find_position(key); - if ( pos.first == ILLEGAL_BUCKET ) // alas, not there - return end(); - else - return iterator(this, table + pos.first, table + num_buckets, false); - } - - const_iterator find(const key_type& key) const { - if ( size() == 0 ) return end(); - std::pair pos = find_position(key); - if ( pos.first == ILLEGAL_BUCKET ) // alas, not there - return end(); - else - return const_iterator(this, table + pos.first, table+num_buckets, false); - } - - // This is a tr1 method: the bucket a given key is in, or what bucket - // it would be put in, if it were to be inserted. Shrug. - size_type bucket(const key_type& key) const { - std::pair pos = find_position(key); - return pos.first == ILLEGAL_BUCKET ? pos.second : pos.first; - } - - // Counts how many elements have key key. For maps, it's either 0 or 1. - size_type count(const key_type &key) const { - std::pair pos = find_position(key); - return pos.first == ILLEGAL_BUCKET ? 0 : 1; - } - - // Likewise, equal_range doesn't really make sense for us. Oh well. - std::pair equal_range(const key_type& key) { - iterator pos = find(key); // either an iterator or end - if (pos == end()) { - return std::pair(pos, pos); - } else { - const iterator startpos = pos++; - return std::pair(startpos, pos); - } - } - std::pair equal_range(const key_type& key) - const { - const_iterator pos = find(key); // either an iterator or end - if (pos == end()) { - return std::pair(pos, pos); - } else { - const const_iterator startpos = pos++; - return std::pair(startpos, pos); - } - } - - - // INSERTION ROUTINES - private: - // Private method used by insert_noresize and find_or_insert. - iterator insert_at(const_reference obj, size_type pos) { - if (size() >= max_size()) { - throw std::length_error("insert overflow"); - } - if ( test_deleted(pos) ) { // just replace if it's been del. - // shrug: shouldn't need to be const. - const_iterator delpos(this, table + pos, table + num_buckets, false); - clear_deleted(delpos); - assert( num_deleted > 0); - --num_deleted; // used to be, now it isn't - } else { - ++num_elements; // replacing an empty bucket - } - set_value(&table[pos], obj); - return iterator(this, table + pos, table + num_buckets, false); - } - - // If you know *this is big enough to hold obj, use this routine - std::pair insert_noresize(const_reference obj) { - // First, double-check we're not inserting delkey or emptyval - assert((!settings.use_empty() || !equals(get_key(obj), - get_key(val_info.emptyval))) - && "Inserting the empty key"); - assert((!settings.use_deleted() || !equals(get_key(obj), key_info.delkey)) - && "Inserting the deleted key"); - const std::pair pos = find_position(get_key(obj)); - if ( pos.first != ILLEGAL_BUCKET) { // object was already there - return std::pair(iterator(this, table + pos.first, - table + num_buckets, false), - false); // false: we didn't insert - } else { // pos.second says where to put it - return std::pair(insert_at(obj, pos.second), true); - } - } - - // Specializations of insert(it, it) depending on the power of the iterator: - // (1) Iterator supports operator-, resize before inserting - template - void insert(ForwardIterator f, ForwardIterator l, std::forward_iterator_tag) { - size_t dist = std::distance(f, l); - if (dist >= (std::numeric_limits::max)()) { - throw std::length_error("insert-range overflow"); - } - resize_delta(static_cast(dist)); - for ( ; dist > 0; --dist, ++f) { - insert_noresize(*f); - } - } - - // (2) Arbitrary iterator, can't tell how much to resize - template - void insert(InputIterator f, InputIterator l, std::input_iterator_tag) { - for ( ; f != l; ++f) - insert(*f); - } - - public: - // This is the normal insert routine, used by the outside world - std::pair insert(const_reference obj) { - resize_delta(1); // adding an object, grow if need be - return insert_noresize(obj); - } - - // When inserting a lot at a time, we specialize on the type of iterator - template - void insert(InputIterator f, InputIterator l) { - // specializes on iterator type - insert(f, l, - typename std::iterator_traits::iterator_category()); - } - - // DefaultValue is a functor that takes a key and returns a value_type - // representing the default value to be inserted if none is found. - template - value_type& find_or_insert(const key_type& key) { - // First, double-check we're not inserting emptykey or delkey - assert((!settings.use_empty() || !equals(key, get_key(val_info.emptyval))) - && "Inserting the empty key"); - assert((!settings.use_deleted() || !equals(key, key_info.delkey)) - && "Inserting the deleted key"); - const std::pair pos = find_position(key); - DefaultValue default_value; - if ( pos.first != ILLEGAL_BUCKET) { // object was already there - return table[pos.first]; - } else if (resize_delta(1)) { // needed to rehash to make room - // Since we resized, we can't use pos, so recalculate where to insert. - return *insert_noresize(default_value(key)).first; - } else { // no need to rehash, insert right here - return *insert_at(default_value(key), pos.second); - } - } - - - // DELETION ROUTINES - size_type erase(const key_type& key) { - // First, double-check we're not trying to erase delkey or emptyval. - assert((!settings.use_empty() || !equals(key, get_key(val_info.emptyval))) - && "Erasing the empty key"); - assert((!settings.use_deleted() || !equals(key, key_info.delkey)) - && "Erasing the deleted key"); - const_iterator pos = find(key); // shrug: shouldn't need to be const - if ( pos != end() ) { - assert(!test_deleted(pos)); // or find() shouldn't have returned it - set_deleted(pos); - ++num_deleted; - settings.set_consider_shrink(true); // will think about shrink after next insert - return 1; // because we deleted one thing - } else { - return 0; // because we deleted nothing - } - } - - // We return the iterator past the deleted item. - void erase(iterator pos) { - if ( pos == end() ) return; // sanity check - if ( set_deleted(pos) ) { // true if object has been newly deleted - ++num_deleted; - settings.set_consider_shrink(true); // will think about shrink after next insert - } - } - - void erase(iterator f, iterator l) { - for ( ; f != l; ++f) { - if ( set_deleted(f) ) // should always be true - ++num_deleted; - } - settings.set_consider_shrink(true); // will think about shrink after next insert - } - - // We allow you to erase a const_iterator just like we allow you to - // erase an iterator. This is in parallel to 'delete': you can delete - // a const pointer just like a non-const pointer. The logic is that - // you can't use the object after it's erased anyway, so it doesn't matter - // if it's const or not. - void erase(const_iterator pos) { - if ( pos == end() ) return; // sanity check - if ( set_deleted(pos) ) { // true if object has been newly deleted - ++num_deleted; - settings.set_consider_shrink(true); // will think about shrink after next insert - } - } - void erase(const_iterator f, const_iterator l) { - for ( ; f != l; ++f) { - if ( set_deleted(f) ) // should always be true - ++num_deleted; - } - settings.set_consider_shrink(true); // will think about shrink after next insert - } - - - // COMPARISON - bool operator==(const dense_hashtable& ht) const { - if (size() != ht.size()) { - return false; - } else if (this == &ht) { - return true; - } else { - // Iterate through the elements in "this" and see if the - // corresponding element is in ht - for ( const_iterator it = begin(); it != end(); ++it ) { - const_iterator it2 = ht.find(get_key(*it)); - if ((it2 == ht.end()) || (*it != *it2)) { - return false; - } - } - return true; - } - } - bool operator!=(const dense_hashtable& ht) const { - return !(*this == ht); - } - - - // I/O - // We support reading and writing hashtables to disk. Alas, since - // I don't know how to write a hasher or key_equal, you have to make - // sure everything but the table is the same. We compact before writing. - private: - // Every time the disk format changes, this should probably change too - typedef unsigned long MagicNumberType; - static const MagicNumberType MAGIC_NUMBER = 0x13578642; - - public: - // I/O -- this is an add-on for writing hash table to disk - // - // INPUT and OUTPUT must be either a FILE, *or* a C++ stream - // (istream, ostream, etc) *or* a class providing - // Read(void*, size_t) and Write(const void*, size_t) - // (respectively), which writes a buffer into a stream - // (which the INPUT/OUTPUT instance presumably owns). - - typedef sparsehash_internal::pod_serializer NopointerSerializer; - - // ValueSerializer: a functor. operator()(OUTPUT*, const value_type&) - template - bool serialize(ValueSerializer serializer, OUTPUT *fp) { - squash_deleted(); // so we don't have to worry about delkey - if ( !sparsehash_internal::write_bigendian_number(fp, MAGIC_NUMBER, 4) ) - return false; - if ( !sparsehash_internal::write_bigendian_number(fp, num_buckets, 8) ) - return false; - if ( !sparsehash_internal::write_bigendian_number(fp, num_elements, 8) ) - return false; - // Now write a bitmap of non-empty buckets. - for ( size_type i = 0; i < num_buckets; i += 8 ) { - unsigned char bits = 0; - for ( int bit = 0; bit < 8; ++bit ) { - if ( i + bit < num_buckets && !test_empty(i + bit) ) - bits |= (1 << bit); - } - if ( !sparsehash_internal::write_data(fp, &bits, sizeof(bits)) ) - return false; - for ( int bit = 0; bit < 8; ++bit ) { - if ( bits & (1 << bit) ) { - if ( !serializer(fp, table[i + bit]) ) return false; - } - } - } - return true; - } - - // INPUT: anything we've written an overload of read_data() for. - // ValueSerializer: a functor. operator()(INPUT*, value_type*) - template - bool unserialize(ValueSerializer serializer, INPUT *fp) { - assert(settings.use_empty() && "empty_key not set for read"); - - clear(); // just to be consistent - MagicNumberType magic_read; - if ( !sparsehash_internal::read_bigendian_number(fp, &magic_read, 4) ) - return false; - if ( magic_read != MAGIC_NUMBER ) { - return false; - } - size_type new_num_buckets; - if ( !sparsehash_internal::read_bigendian_number(fp, &new_num_buckets, 8) ) - return false; - clear_to_size(new_num_buckets); - if ( !sparsehash_internal::read_bigendian_number(fp, &num_elements, 8) ) - return false; - - // Read the bitmap of non-empty buckets. - for (size_type i = 0; i < num_buckets; i += 8) { - unsigned char bits; - if ( !sparsehash_internal::read_data(fp, &bits, sizeof(bits)) ) - return false; - for ( int bit = 0; bit < 8; ++bit ) { - if ( i + bit < num_buckets && (bits & (1 << bit)) ) { // not empty - if ( !serializer(fp, &table[i + bit]) ) return false; - } - } - } - return true; - } - - private: - template - class alloc_impl : public A { - public: - typedef typename A::pointer pointer; - typedef typename A::size_type size_type; - - // Convert a normal allocator to one that has realloc_or_die() - alloc_impl(const A& a) : A(a) { } - - // realloc_or_die should only be used when using the default - // allocator (libc_allocator_with_realloc). - pointer realloc_or_die(pointer /*ptr*/, size_type /*n*/) { - fprintf(stderr, "realloc_or_die is only supported for " - "libc_allocator_with_realloc\n"); - exit(1); - return NULL; - } - }; - - // A template specialization of alloc_impl for - // libc_allocator_with_realloc that can handle realloc_or_die. - template - class alloc_impl > - : public libc_allocator_with_realloc { - public: - typedef typename libc_allocator_with_realloc::pointer pointer; - typedef typename libc_allocator_with_realloc::size_type size_type; - - alloc_impl(const libc_allocator_with_realloc& a) - : libc_allocator_with_realloc(a) { } - - pointer realloc_or_die(pointer ptr, size_type n) { - pointer retval = this->reallocate(ptr, n); - if (retval == NULL) { - fprintf(stderr, "sparsehash: FATAL ERROR: failed to reallocate " - "%lu elements for ptr %p", static_cast(n), ptr); - exit(1); - } - return retval; - } - }; - - // Package allocator with emptyval to eliminate memory needed for - // the zero-size allocator. - // If new fields are added to this class, we should add them to - // operator= and swap. - class ValInfo : public alloc_impl { - public: - typedef typename alloc_impl::value_type value_type; - - ValInfo(const alloc_impl& a) - : alloc_impl(a), emptyval() { } - ValInfo(const ValInfo& v) - : alloc_impl(v), emptyval(v.emptyval) { } - - value_type emptyval; // which key marks unused entries - }; - - - // Package functors with another class to eliminate memory needed for - // zero-size functors. Since ExtractKey and hasher's operator() might - // have the same function signature, they must be packaged in - // different classes. - struct Settings : - sparsehash_internal::sh_hashtable_settings { - explicit Settings(const hasher& hf) - : sparsehash_internal::sh_hashtable_settings( - hf, HT_OCCUPANCY_PCT / 100.0f, HT_EMPTY_PCT / 100.0f) {} - }; - - // Packages ExtractKey and SetKey functors. - class KeyInfo : public ExtractKey, public SetKey, public EqualKey { - public: - KeyInfo(const ExtractKey& ek, const SetKey& sk, const EqualKey& eq) - : ExtractKey(ek), - SetKey(sk), - EqualKey(eq) { - } - - // We want to return the exact same type as ExtractKey: Key or const Key& - typename ExtractKey::result_type get_key(const_reference v) const { - return ExtractKey::operator()(v); - } - void set_key(pointer v, const key_type& k) const { - SetKey::operator()(v, k); - } - bool equals(const key_type& a, const key_type& b) const { - return EqualKey::operator()(a, b); - } - - // Which key marks deleted entries. - // TODO(csilvers): make a pointer, and get rid of use_deleted (benchmark!) - typename base::remove_const::type delkey; - }; - - // Utility functions to access the templated operators - size_type hash(const key_type& v) const { - return settings.hash(v); - } - bool equals(const key_type& a, const key_type& b) const { - return key_info.equals(a, b); - } - typename ExtractKey::result_type get_key(const_reference v) const { - return key_info.get_key(v); - } - void set_key(pointer v, const key_type& k) const { - key_info.set_key(v, k); - } - - private: - // Actual data - Settings settings; - KeyInfo key_info; - - size_type num_deleted; // how many occupied buckets are marked deleted - size_type num_elements; - size_type num_buckets; - ValInfo val_info; // holds emptyval, and also the allocator - pointer table; -}; - - -// We need a global swap as well -template -inline void swap(dense_hashtable &x, - dense_hashtable &y) { - x.swap(y); -} - -#undef JUMP_ - -template -const typename dense_hashtable::size_type - dense_hashtable::ILLEGAL_BUCKET; - -// How full we let the table get before we resize. Knuth says .8 is -// good -- higher causes us to probe too much, though saves memory. -// However, we go with .5, getting better performance at the cost of -// more space (a trade-off densehashtable explicitly chooses to make). -// Feel free to play around with different values, though, via -// max_load_factor() and/or set_resizing_parameters(). -template -const int dense_hashtable::HT_OCCUPANCY_PCT = 50; - -// How empty we let the table get before we resize lower. -// It should be less than OCCUPANCY_PCT / 2 or we thrash resizing. -template -const int dense_hashtable::HT_EMPTY_PCT - = static_cast(0.4 * - dense_hashtable::HT_OCCUPANCY_PCT); - -_END_GOOGLE_NAMESPACE_ - -#endif /* _DENSEHASHTABLE_H_ */ diff --git a/clipper/sparsehash-2.0.2/src/sparsehash/internal/hashtable-common.h b/clipper/sparsehash-2.0.2/src/sparsehash/internal/hashtable-common.h deleted file mode 100644 index 1224e0a..0000000 --- a/clipper/sparsehash-2.0.2/src/sparsehash/internal/hashtable-common.h +++ /dev/null @@ -1,381 +0,0 @@ -// Copyright (c) 2010, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// --- -// -// Provides classes shared by both sparse and dense hashtable. -// -// sh_hashtable_settings has parameters for growing and shrinking -// a hashtable. It also packages zero-size functor (ie. hasher). -// -// Other functions and classes provide common code for serializing -// and deserializing hashtables to a stream (such as a FILE*). - -#ifndef UTIL_GTL_HASHTABLE_COMMON_H_ -#define UTIL_GTL_HASHTABLE_COMMON_H_ - -#include -#include -#include -#include // for size_t -#include -#include // For length_error - -_START_GOOGLE_NAMESPACE_ - -template struct SparsehashCompileAssert { }; -#define SPARSEHASH_COMPILE_ASSERT(expr, msg) \ - typedef SparsehashCompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1] - -namespace sparsehash_internal { - -// Adaptor methods for reading/writing data from an INPUT or OUPTUT -// variable passed to serialize() or unserialize(). For now we -// have implemented INPUT/OUTPUT for FILE*, istream*/ostream* (note -// they are pointers, unlike typical use), or else a pointer to -// something that supports a Read()/Write() method. -// -// For technical reasons, we implement read_data/write_data in two -// stages. The actual work is done in *_data_internal, which takes -// the stream argument twice: once as a template type, and once with -// normal type information. (We only use the second version.) We do -// this because of how C++ picks what function overload to use. If we -// implemented this the naive way: -// bool read_data(istream* is, const void* data, size_t length); -// template read_data(T* fp, const void* data, size_t length); -// C++ would prefer the second version for every stream type except -// istream. However, we want C++ to prefer the first version for -// streams that are *subclasses* of istream, such as istringstream. -// This is not possible given the way template types are resolved. So -// we split the stream argument in two, one of which is templated and -// one of which is not. The specialized functions (like the istream -// version above) ignore the template arg and use the second, 'type' -// arg, getting subclass matching as normal. The 'catch-all' -// functions (the second version above) use the template arg to deduce -// the type, and use a second, void* arg to achieve the desired -// 'catch-all' semantics. - -// ----- low-level I/O for FILE* ---- - -template -inline bool read_data_internal(Ignored*, FILE* fp, - void* data, size_t length) { - return fread(data, length, 1, fp) == 1; -} - -template -inline bool write_data_internal(Ignored*, FILE* fp, - const void* data, size_t length) { - return fwrite(data, length, 1, fp) == 1; -} - -// ----- low-level I/O for iostream ---- - -// We want the caller to be responsible for #including , not -// us, because iostream is a big header! According to the standard, -// it's only legal to delay the instantiation the way we want to if -// the istream/ostream is a template type. So we jump through hoops. -template -inline bool read_data_internal_for_istream(ISTREAM* fp, - void* data, size_t length) { - return fp->read(reinterpret_cast(data), length).good(); -} -template -inline bool read_data_internal(Ignored*, std::istream* fp, - void* data, size_t length) { - return read_data_internal_for_istream(fp, data, length); -} - -template -inline bool write_data_internal_for_ostream(OSTREAM* fp, - const void* data, size_t length) { - return fp->write(reinterpret_cast(data), length).good(); -} -template -inline bool write_data_internal(Ignored*, std::ostream* fp, - const void* data, size_t length) { - return write_data_internal_for_ostream(fp, data, length); -} - -// ----- low-level I/O for custom streams ---- - -// The INPUT type needs to support a Read() method that takes a -// buffer and a length and returns the number of bytes read. -template -inline bool read_data_internal(INPUT* fp, void*, - void* data, size_t length) { - return static_cast(fp->Read(data, length)) == length; -} - -// The OUTPUT type needs to support a Write() operation that takes -// a buffer and a length and returns the number of bytes written. -template -inline bool write_data_internal(OUTPUT* fp, void*, - const void* data, size_t length) { - return static_cast(fp->Write(data, length)) == length; -} - -// ----- low-level I/O: the public API ---- - -template -inline bool read_data(INPUT* fp, void* data, size_t length) { - return read_data_internal(fp, fp, data, length); -} - -template -inline bool write_data(OUTPUT* fp, const void* data, size_t length) { - return write_data_internal(fp, fp, data, length); -} - -// Uses read_data() and write_data() to read/write an integer. -// length is the number of bytes to read/write (which may differ -// from sizeof(IntType), allowing us to save on a 32-bit system -// and load on a 64-bit system). Excess bytes are taken to be 0. -// INPUT and OUTPUT must match legal inputs to read/write_data (above). -template -bool read_bigendian_number(INPUT* fp, IntType* value, size_t length) { - *value = 0; - unsigned char byte; - // We require IntType to be unsigned or else the shifting gets all screwy. - SPARSEHASH_COMPILE_ASSERT(static_cast(-1) > static_cast(0), - serializing_int_requires_an_unsigned_type); - for (size_t i = 0; i < length; ++i) { - if (!read_data(fp, &byte, sizeof(byte))) return false; - *value |= static_cast(byte) << ((length - 1 - i) * 8); - } - return true; -} - -template -bool write_bigendian_number(OUTPUT* fp, IntType value, size_t length) { - unsigned char byte; - // We require IntType to be unsigned or else the shifting gets all screwy. - SPARSEHASH_COMPILE_ASSERT(static_cast(-1) > static_cast(0), - serializing_int_requires_an_unsigned_type); - for (size_t i = 0; i < length; ++i) { - byte = (sizeof(value) <= length-1 - i) - ? 0 : static_cast((value >> ((length-1 - i) * 8)) & 255); - if (!write_data(fp, &byte, sizeof(byte))) return false; - } - return true; -} - -// If your keys and values are simple enough, you can pass this -// serializer to serialize()/unserialize(). "Simple enough" means -// value_type is a POD type that contains no pointers. Note, -// however, we don't try to normalize endianness. -// This is the type used for NopointerSerializer. -template struct pod_serializer { - template - bool operator()(INPUT* fp, value_type* value) const { - return read_data(fp, value, sizeof(*value)); - } - - template - bool operator()(OUTPUT* fp, const value_type& value) const { - return write_data(fp, &value, sizeof(value)); - } -}; - - -// Settings contains parameters for growing and shrinking the table. -// It also packages zero-size functor (ie. hasher). -// -// It does some munging of the hash value in cases where we think -// (fear) the original hash function might not be very good. In -// particular, the default hash of pointers is the identity hash, -// so probably all the low bits are 0. We identify when we think -// we're hashing a pointer, and chop off the low bits. Note this -// isn't perfect: even when the key is a pointer, we can't tell -// for sure that the hash is the identity hash. If it's not, this -// is needless work (and possibly, though not likely, harmful). - -template -class sh_hashtable_settings : public HashFunc { - public: - typedef Key key_type; - typedef HashFunc hasher; - typedef SizeType size_type; - - public: - sh_hashtable_settings(const hasher& hf, - const float ht_occupancy_flt, - const float ht_empty_flt) - : hasher(hf), - enlarge_threshold_(0), - shrink_threshold_(0), - consider_shrink_(false), - use_empty_(false), - use_deleted_(false), - num_ht_copies_(0) { - set_enlarge_factor(ht_occupancy_flt); - set_shrink_factor(ht_empty_flt); - } - - size_type hash(const key_type& v) const { - // We munge the hash value when we don't trust hasher::operator(). - return hash_munger::MungedHash(hasher::operator()(v)); - } - - float enlarge_factor() const { - return enlarge_factor_; - } - void set_enlarge_factor(float f) { - enlarge_factor_ = f; - } - float shrink_factor() const { - return shrink_factor_; - } - void set_shrink_factor(float f) { - shrink_factor_ = f; - } - - size_type enlarge_threshold() const { - return enlarge_threshold_; - } - void set_enlarge_threshold(size_type t) { - enlarge_threshold_ = t; - } - size_type shrink_threshold() const { - return shrink_threshold_; - } - void set_shrink_threshold(size_type t) { - shrink_threshold_ = t; - } - - size_type enlarge_size(size_type x) const { - return static_cast(x * enlarge_factor_); - } - size_type shrink_size(size_type x) const { - return static_cast(x * shrink_factor_); - } - - bool consider_shrink() const { - return consider_shrink_; - } - void set_consider_shrink(bool t) { - consider_shrink_ = t; - } - - bool use_empty() const { - return use_empty_; - } - void set_use_empty(bool t) { - use_empty_ = t; - } - - bool use_deleted() const { - return use_deleted_; - } - void set_use_deleted(bool t) { - use_deleted_ = t; - } - - size_type num_ht_copies() const { - return static_cast(num_ht_copies_); - } - void inc_num_ht_copies() { - ++num_ht_copies_; - } - - // Reset the enlarge and shrink thresholds - void reset_thresholds(size_type num_buckets) { - set_enlarge_threshold(enlarge_size(num_buckets)); - set_shrink_threshold(shrink_size(num_buckets)); - // whatever caused us to reset already considered - set_consider_shrink(false); - } - - // Caller is resposible for calling reset_threshold right after - // set_resizing_parameters. - void set_resizing_parameters(float shrink, float grow) { - assert(shrink >= 0.0); - assert(grow <= 1.0); - if (shrink > grow/2.0f) - shrink = grow / 2.0f; // otherwise we thrash hashtable size - set_shrink_factor(shrink); - set_enlarge_factor(grow); - } - - // This is the smallest size a hashtable can be without being too crowded - // If you like, you can give a min #buckets as well as a min #elts - size_type min_buckets(size_type num_elts, size_type min_buckets_wanted) { - float enlarge = enlarge_factor(); - size_type sz = HT_MIN_BUCKETS; // min buckets allowed - while ( sz < min_buckets_wanted || - num_elts >= static_cast(sz * enlarge) ) { - // This just prevents overflowing size_type, since sz can exceed - // max_size() here. - if (static_cast(sz * 2) < sz) { - throw std::length_error("resize overflow"); // protect against overflow - } - sz *= 2; - } - return sz; - } - - private: - template class hash_munger { - public: - static size_t MungedHash(size_t hash) { - return hash; - } - }; - // This matches when the hashtable key is a pointer. - template class hash_munger { - public: - static size_t MungedHash(size_t hash) { - // TODO(csilvers): consider rotating instead: - // static const int shift = (sizeof(void *) == 4) ? 2 : 3; - // return (hash << (sizeof(hash) * 8) - shift)) | (hash >> shift); - // This matters if we ever change sparse/dense_hash_* to compare - // hashes before comparing actual values. It's speedy on x86. - return hash / sizeof(void*); // get rid of known-0 bits - } - }; - - size_type enlarge_threshold_; // table.size() * enlarge_factor - size_type shrink_threshold_; // table.size() * shrink_factor - float enlarge_factor_; // how full before resize - float shrink_factor_; // how empty before resize - // consider_shrink=true if we should try to shrink before next insert - bool consider_shrink_; - bool use_empty_; // used only by densehashtable, not sparsehashtable - bool use_deleted_; // false until delkey has been set - // num_ht_copies is a counter incremented every Copy/Move - unsigned int num_ht_copies_; -}; - -} // namespace sparsehash_internal - -#undef SPARSEHASH_COMPILE_ASSERT -_END_GOOGLE_NAMESPACE_ - -#endif // UTIL_GTL_HASHTABLE_COMMON_H_ diff --git a/clipper/sparsehash-2.0.2/src/sparsehash/internal/libc_allocator_with_realloc.h b/clipper/sparsehash-2.0.2/src/sparsehash/internal/libc_allocator_with_realloc.h deleted file mode 100644 index 0c1e03d..0000000 --- a/clipper/sparsehash-2.0.2/src/sparsehash/internal/libc_allocator_with_realloc.h +++ /dev/null @@ -1,119 +0,0 @@ -// Copyright (c) 2010, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// --- - -#ifndef UTIL_GTL_LIBC_ALLOCATOR_WITH_REALLOC_H_ -#define UTIL_GTL_LIBC_ALLOCATOR_WITH_REALLOC_H_ - -#include -#include // for malloc/realloc/free -#include // for ptrdiff_t -#include // for placement new - -_START_GOOGLE_NAMESPACE_ - -template -class libc_allocator_with_realloc { - public: - typedef T value_type; - typedef size_t size_type; - typedef ptrdiff_t difference_type; - - typedef T* pointer; - typedef const T* const_pointer; - typedef T& reference; - typedef const T& const_reference; - - libc_allocator_with_realloc() {} - libc_allocator_with_realloc(const libc_allocator_with_realloc&) {} - ~libc_allocator_with_realloc() {} - - pointer address(reference r) const { return &r; } - const_pointer address(const_reference r) const { return &r; } - - pointer allocate(size_type n, const_pointer = 0) { - return static_cast(malloc(n * sizeof(value_type))); - } - void deallocate(pointer p, size_type) { - free(p); - } - pointer reallocate(pointer p, size_type n) { - return static_cast(realloc(p, n * sizeof(value_type))); - } - - size_type max_size() const { - return static_cast(-1) / sizeof(value_type); - } - - void construct(pointer p, const value_type& val) { - new(p) value_type(val); - } - void destroy(pointer p) { p->~value_type(); } - - template - libc_allocator_with_realloc(const libc_allocator_with_realloc&) {} - - template - struct rebind { - typedef libc_allocator_with_realloc other; - }; -}; - -// libc_allocator_with_realloc specialization. -template<> -class libc_allocator_with_realloc { - public: - typedef void value_type; - typedef size_t size_type; - typedef ptrdiff_t difference_type; - typedef void* pointer; - typedef const void* const_pointer; - - template - struct rebind { - typedef libc_allocator_with_realloc other; - }; -}; - -template -inline bool operator==(const libc_allocator_with_realloc&, - const libc_allocator_with_realloc&) { - return true; -} - -template -inline bool operator!=(const libc_allocator_with_realloc&, - const libc_allocator_with_realloc&) { - return false; -} - -_END_GOOGLE_NAMESPACE_ - -#endif // UTIL_GTL_LIBC_ALLOCATOR_WITH_REALLOC_H_ diff --git a/clipper/sparsehash-2.0.2/src/sparsehash/internal/sparsehashtable.h b/clipper/sparsehash-2.0.2/src/sparsehash/internal/sparsehashtable.h deleted file mode 100644 index 7ee1391..0000000 --- a/clipper/sparsehash-2.0.2/src/sparsehash/internal/sparsehashtable.h +++ /dev/null @@ -1,1247 +0,0 @@ -// Copyright (c) 2005, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// --- -// -// A sparse hashtable is a particular implementation of -// a hashtable: one that is meant to minimize memory use. -// It does this by using a *sparse table* (cf sparsetable.h), -// which uses between 1 and 2 bits to store empty buckets -// (we may need another bit for hashtables that support deletion). -// -// When empty buckets are so cheap, an appealing hashtable -// implementation is internal probing, in which the hashtable -// is a single table, and collisions are resolved by trying -// to insert again in another bucket. The most cache-efficient -// internal probing schemes are linear probing (which suffers, -// alas, from clumping) and quadratic probing, which is what -// we implement by default. -// -// Deleted buckets are a bit of a pain. We have to somehow mark -// deleted buckets (the probing must distinguish them from empty -// buckets). The most principled way is to have another bitmap, -// but that's annoying and takes up space. Instead we let the -// user specify an "impossible" key. We set deleted buckets -// to have the impossible key. -// -// Note it is possible to change the value of the delete key -// on the fly; you can even remove it, though after that point -// the hashtable is insert_only until you set it again. -// -// You probably shouldn't use this code directly. Use -// sparse_hash_map<> or sparse_hash_set<> instead. -// -// You can modify the following, below: -// HT_OCCUPANCY_PCT -- how full before we double size -// HT_EMPTY_PCT -- how empty before we halve size -// HT_MIN_BUCKETS -- smallest bucket size -// HT_DEFAULT_STARTING_BUCKETS -- default bucket size at construct-time -// -// You can also change enlarge_factor (which defaults to -// HT_OCCUPANCY_PCT), and shrink_factor (which defaults to -// HT_EMPTY_PCT) with set_resizing_parameters(). -// -// How to decide what values to use? -// shrink_factor's default of .4 * OCCUPANCY_PCT, is probably good. -// HT_MIN_BUCKETS is probably unnecessary since you can specify -// (indirectly) the starting number of buckets at construct-time. -// For enlarge_factor, you can use this chart to try to trade-off -// expected lookup time to the space taken up. By default, this -// code uses quadratic probing, though you can change it to linear -// via _JUMP below if you really want to. -// -// From http://www.augustana.ca/~mohrj/courses/1999.fall/csc210/lecture_notes/hashing.html -// NUMBER OF PROBES / LOOKUP Successful Unsuccessful -// Quadratic collision resolution 1 - ln(1-L) - L/2 1/(1-L) - L - ln(1-L) -// Linear collision resolution [1+1/(1-L)]/2 [1+1/(1-L)2]/2 -// -// -- enlarge_factor -- 0.10 0.50 0.60 0.75 0.80 0.90 0.99 -// QUADRATIC COLLISION RES. -// probes/successful lookup 1.05 1.44 1.62 2.01 2.21 2.85 5.11 -// probes/unsuccessful lookup 1.11 2.19 2.82 4.64 5.81 11.4 103.6 -// LINEAR COLLISION RES. -// probes/successful lookup 1.06 1.5 1.75 2.5 3.0 5.5 50.5 -// probes/unsuccessful lookup 1.12 2.5 3.6 8.5 13.0 50.0 5000.0 -// -// The value type is required to be copy constructible and default -// constructible, but it need not be (and commonly isn't) assignable. - -#ifndef _SPARSEHASHTABLE_H_ -#define _SPARSEHASHTABLE_H_ - -#include -#include -#include // For swap(), eg -#include // for iterator tags -#include // for numeric_limits -#include // for pair -#include // for remove_const -#include -#include // IWYU pragma: export -#include // For length_error - -_START_GOOGLE_NAMESPACE_ - -namespace base { // just to make google->opensource transition easier -using GOOGLE_NAMESPACE::remove_const; -} - -#ifndef SPARSEHASH_STAT_UPDATE -#define SPARSEHASH_STAT_UPDATE(x) ((void) 0) -#endif - -// The probing method -// Linear probing -// #define JUMP_(key, num_probes) ( 1 ) -// Quadratic probing -#define JUMP_(key, num_probes) ( num_probes ) - -// The smaller this is, the faster lookup is (because the group bitmap is -// smaller) and the faster insert is, because there's less to move. -// On the other hand, there are more groups. Since group::size_type is -// a short, this number should be of the form 32*x + 16 to avoid waste. -static const u_int16_t DEFAULT_GROUP_SIZE = 48; // fits in 1.5 words - -// Hashtable class, used to implement the hashed associative containers -// hash_set and hash_map. -// -// Value: what is stored in the table (each bucket is a Value). -// Key: something in a 1-to-1 correspondence to a Value, that can be used -// to search for a Value in the table (find() takes a Key). -// HashFcn: Takes a Key and returns an integer, the more unique the better. -// ExtractKey: given a Value, returns the unique Key associated with it. -// Must inherit from unary_function, or at least have a -// result_type enum indicating the return type of operator(). -// SetKey: given a Value* and a Key, modifies the value such that -// ExtractKey(value) == key. We guarantee this is only called -// with key == deleted_key. -// EqualKey: Given two Keys, says whether they are the same (that is, -// if they are both associated with the same Value). -// Alloc: STL allocator to use to allocate memory. - -template -class sparse_hashtable; - -template -struct sparse_hashtable_iterator; - -template -struct sparse_hashtable_const_iterator; - -// As far as iterating, we're basically just a sparsetable -// that skips over deleted elements. -template -struct sparse_hashtable_iterator { - private: - typedef typename A::template rebind::other value_alloc_type; - - public: - typedef sparse_hashtable_iterator iterator; - typedef sparse_hashtable_const_iterator const_iterator; - typedef typename sparsetable::nonempty_iterator - st_iterator; - - typedef std::forward_iterator_tag iterator_category; // very little defined! - typedef V value_type; - typedef typename value_alloc_type::difference_type difference_type; - typedef typename value_alloc_type::size_type size_type; - typedef typename value_alloc_type::reference reference; - typedef typename value_alloc_type::pointer pointer; - - // "Real" constructor and default constructor - sparse_hashtable_iterator(const sparse_hashtable *h, - st_iterator it, st_iterator it_end) - : ht(h), pos(it), end(it_end) { advance_past_deleted(); } - sparse_hashtable_iterator() { } // not ever used internally - // The default destructor is fine; we don't define one - // The default operator= is fine; we don't define one - - // Happy dereferencer - reference operator*() const { return *pos; } - pointer operator->() const { return &(operator*()); } - - // Arithmetic. The only hard part is making sure that - // we're not on a marked-deleted array element - void advance_past_deleted() { - while ( pos != end && ht->test_deleted(*this) ) - ++pos; - } - iterator& operator++() { - assert(pos != end); ++pos; advance_past_deleted(); return *this; - } - iterator operator++(int) { iterator tmp(*this); ++*this; return tmp; } - - // Comparison. - bool operator==(const iterator& it) const { return pos == it.pos; } - bool operator!=(const iterator& it) const { return pos != it.pos; } - - - // The actual data - const sparse_hashtable *ht; - st_iterator pos, end; -}; - -// Now do it all again, but with const-ness! -template -struct sparse_hashtable_const_iterator { - private: - typedef typename A::template rebind::other value_alloc_type; - - public: - typedef sparse_hashtable_iterator iterator; - typedef sparse_hashtable_const_iterator const_iterator; - typedef typename sparsetable::const_nonempty_iterator - st_iterator; - - typedef std::forward_iterator_tag iterator_category; // very little defined! - typedef V value_type; - typedef typename value_alloc_type::difference_type difference_type; - typedef typename value_alloc_type::size_type size_type; - typedef typename value_alloc_type::const_reference reference; - typedef typename value_alloc_type::const_pointer pointer; - - // "Real" constructor and default constructor - sparse_hashtable_const_iterator(const sparse_hashtable *h, - st_iterator it, st_iterator it_end) - : ht(h), pos(it), end(it_end) { advance_past_deleted(); } - // This lets us convert regular iterators to const iterators - sparse_hashtable_const_iterator() { } // never used internally - sparse_hashtable_const_iterator(const iterator &it) - : ht(it.ht), pos(it.pos), end(it.end) { } - // The default destructor is fine; we don't define one - // The default operator= is fine; we don't define one - - // Happy dereferencer - reference operator*() const { return *pos; } - pointer operator->() const { return &(operator*()); } - - // Arithmetic. The only hard part is making sure that - // we're not on a marked-deleted array element - void advance_past_deleted() { - while ( pos != end && ht->test_deleted(*this) ) - ++pos; - } - const_iterator& operator++() { - assert(pos != end); ++pos; advance_past_deleted(); return *this; - } - const_iterator operator++(int) { const_iterator tmp(*this); ++*this; return tmp; } - - // Comparison. - bool operator==(const const_iterator& it) const { return pos == it.pos; } - bool operator!=(const const_iterator& it) const { return pos != it.pos; } - - - // The actual data - const sparse_hashtable *ht; - st_iterator pos, end; -}; - -// And once again, but this time freeing up memory as we iterate -template -struct sparse_hashtable_destructive_iterator { - private: - typedef typename A::template rebind::other value_alloc_type; - - public: - typedef sparse_hashtable_destructive_iterator iterator; - typedef typename sparsetable::destructive_iterator - st_iterator; - - typedef std::forward_iterator_tag iterator_category; // very little defined! - typedef V value_type; - typedef typename value_alloc_type::difference_type difference_type; - typedef typename value_alloc_type::size_type size_type; - typedef typename value_alloc_type::reference reference; - typedef typename value_alloc_type::pointer pointer; - - // "Real" constructor and default constructor - sparse_hashtable_destructive_iterator(const - sparse_hashtable *h, - st_iterator it, st_iterator it_end) - : ht(h), pos(it), end(it_end) { advance_past_deleted(); } - sparse_hashtable_destructive_iterator() { } // never used internally - // The default destructor is fine; we don't define one - // The default operator= is fine; we don't define one - - // Happy dereferencer - reference operator*() const { return *pos; } - pointer operator->() const { return &(operator*()); } - - // Arithmetic. The only hard part is making sure that - // we're not on a marked-deleted array element - void advance_past_deleted() { - while ( pos != end && ht->test_deleted(*this) ) - ++pos; - } - iterator& operator++() { - assert(pos != end); ++pos; advance_past_deleted(); return *this; - } - iterator operator++(int) { iterator tmp(*this); ++*this; return tmp; } - - // Comparison. - bool operator==(const iterator& it) const { return pos == it.pos; } - bool operator!=(const iterator& it) const { return pos != it.pos; } - - - // The actual data - const sparse_hashtable *ht; - st_iterator pos, end; -}; - - -template -class sparse_hashtable { - private: - typedef typename Alloc::template rebind::other value_alloc_type; - - public: - typedef Key key_type; - typedef Value value_type; - typedef HashFcn hasher; - typedef EqualKey key_equal; - typedef Alloc allocator_type; - - typedef typename value_alloc_type::size_type size_type; - typedef typename value_alloc_type::difference_type difference_type; - typedef typename value_alloc_type::reference reference; - typedef typename value_alloc_type::const_reference const_reference; - typedef typename value_alloc_type::pointer pointer; - typedef typename value_alloc_type::const_pointer const_pointer; - typedef sparse_hashtable_iterator - iterator; - - typedef sparse_hashtable_const_iterator - const_iterator; - - typedef sparse_hashtable_destructive_iterator - destructive_iterator; - - // These come from tr1. For us they're the same as regular iterators. - typedef iterator local_iterator; - typedef const_iterator const_local_iterator; - - // How full we let the table get before we resize, by default. - // Knuth says .8 is good -- higher causes us to probe too much, - // though it saves memory. - static const int HT_OCCUPANCY_PCT; // = 80 (out of 100); - - // How empty we let the table get before we resize lower, by default. - // (0.0 means never resize lower.) - // It should be less than OCCUPANCY_PCT / 2 or we thrash resizing - static const int HT_EMPTY_PCT; // = 0.4 * HT_OCCUPANCY_PCT; - - // Minimum size we're willing to let hashtables be. - // Must be a power of two, and at least 4. - // Note, however, that for a given hashtable, the initial size is a - // function of the first constructor arg, and may be >HT_MIN_BUCKETS. - static const size_type HT_MIN_BUCKETS = 4; - - // By default, if you don't specify a hashtable size at - // construction-time, we use this size. Must be a power of two, and - // at least HT_MIN_BUCKETS. - static const size_type HT_DEFAULT_STARTING_BUCKETS = 32; - - // ITERATOR FUNCTIONS - iterator begin() { return iterator(this, table.nonempty_begin(), - table.nonempty_end()); } - iterator end() { return iterator(this, table.nonempty_end(), - table.nonempty_end()); } - const_iterator begin() const { return const_iterator(this, - table.nonempty_begin(), - table.nonempty_end()); } - const_iterator end() const { return const_iterator(this, - table.nonempty_end(), - table.nonempty_end()); } - - // These come from tr1 unordered_map. They iterate over 'bucket' n. - // For sparsehashtable, we could consider each 'group' to be a bucket, - // I guess, but I don't really see the point. We'll just consider - // bucket n to be the n-th element of the sparsetable, if it's occupied, - // or some empty element, otherwise. - local_iterator begin(size_type i) { - if (table.test(i)) - return local_iterator(this, table.get_iter(i), table.nonempty_end()); - else - return local_iterator(this, table.nonempty_end(), table.nonempty_end()); - } - local_iterator end(size_type i) { - local_iterator it = begin(i); - if (table.test(i) && !test_deleted(i)) - ++it; - return it; - } - const_local_iterator begin(size_type i) const { - if (table.test(i)) - return const_local_iterator(this, table.get_iter(i), - table.nonempty_end()); - else - return const_local_iterator(this, table.nonempty_end(), - table.nonempty_end()); - } - const_local_iterator end(size_type i) const { - const_local_iterator it = begin(i); - if (table.test(i) && !test_deleted(i)) - ++it; - return it; - } - - // This is used when resizing - destructive_iterator destructive_begin() { - return destructive_iterator(this, table.destructive_begin(), - table.destructive_end()); - } - destructive_iterator destructive_end() { - return destructive_iterator(this, table.destructive_end(), - table.destructive_end()); - } - - - // ACCESSOR FUNCTIONS for the things we templatize on, basically - hasher hash_funct() const { return settings; } - key_equal key_eq() const { return key_info; } - allocator_type get_allocator() const { return table.get_allocator(); } - - // Accessor function for statistics gathering. - int num_table_copies() const { return settings.num_ht_copies(); } - - private: - // We need to copy values when we set the special marker for deleted - // elements, but, annoyingly, we can't just use the copy assignment - // operator because value_type might not be assignable (it's often - // pair). We use explicit destructor invocation and - // placement new to get around this. Arg. - void set_value(pointer dst, const_reference src) { - dst->~value_type(); // delete the old value, if any - new(dst) value_type(src); - } - - // This is used as a tag for the copy constructor, saying to destroy its - // arg We have two ways of destructively copying: with potentially growing - // the hashtable as we copy, and without. To make sure the outside world - // can't do a destructive copy, we make the typename private. - enum MoveDontCopyT {MoveDontCopy, MoveDontGrow}; - - // DELETE HELPER FUNCTIONS - // This lets the user describe a key that will indicate deleted - // table entries. This key should be an "impossible" entry -- - // if you try to insert it for real, you won't be able to retrieve it! - // (NB: while you pass in an entire value, only the key part is looked - // at. This is just because I don't know how to assign just a key.) - private: - void squash_deleted() { // gets rid of any deleted entries we have - if ( num_deleted ) { // get rid of deleted before writing - sparse_hashtable tmp(MoveDontGrow, *this); - swap(tmp); // now we are tmp - } - assert(num_deleted == 0); - } - - // Test if the given key is the deleted indicator. Requires - // num_deleted > 0, for correctness of read(), and because that - // guarantees that key_info.delkey is valid. - bool test_deleted_key(const key_type& key) const { - assert(num_deleted > 0); - return equals(key_info.delkey, key); - } - - public: - void set_deleted_key(const key_type &key) { - // It's only safe to change what "deleted" means if we purge deleted guys - squash_deleted(); - settings.set_use_deleted(true); - key_info.delkey = key; - } - void clear_deleted_key() { - squash_deleted(); - settings.set_use_deleted(false); - } - key_type deleted_key() const { - assert(settings.use_deleted() - && "Must set deleted key before calling deleted_key"); - return key_info.delkey; - } - - // These are public so the iterators can use them - // True if the item at position bucknum is "deleted" marker - bool test_deleted(size_type bucknum) const { - // Invariant: !use_deleted() implies num_deleted is 0. - assert(settings.use_deleted() || num_deleted == 0); - return num_deleted > 0 && table.test(bucknum) && - test_deleted_key(get_key(table.unsafe_get(bucknum))); - } - bool test_deleted(const iterator &it) const { - // Invariant: !use_deleted() implies num_deleted is 0. - assert(settings.use_deleted() || num_deleted == 0); - return num_deleted > 0 && test_deleted_key(get_key(*it)); - } - bool test_deleted(const const_iterator &it) const { - // Invariant: !use_deleted() implies num_deleted is 0. - assert(settings.use_deleted() || num_deleted == 0); - return num_deleted > 0 && test_deleted_key(get_key(*it)); - } - bool test_deleted(const destructive_iterator &it) const { - // Invariant: !use_deleted() implies num_deleted is 0. - assert(settings.use_deleted() || num_deleted == 0); - return num_deleted > 0 && test_deleted_key(get_key(*it)); - } - - private: - void check_use_deleted(const char* caller) { - (void)caller; // could log it if the assert failed - assert(settings.use_deleted()); - } - - // Set it so test_deleted is true. true if object didn't used to be deleted. - // TODO(csilvers): make these private (also in densehashtable.h) - bool set_deleted(iterator &it) { - check_use_deleted("set_deleted()"); - bool retval = !test_deleted(it); - // &* converts from iterator to value-type. - set_key(&(*it), key_info.delkey); - return retval; - } - // Set it so test_deleted is false. true if object used to be deleted. - bool clear_deleted(iterator &it) { - check_use_deleted("clear_deleted()"); - // Happens automatically when we assign something else in its place. - return test_deleted(it); - } - - // We also allow to set/clear the deleted bit on a const iterator. - // We allow a const_iterator for the same reason you can delete a - // const pointer: it's convenient, and semantically you can't use - // 'it' after it's been deleted anyway, so its const-ness doesn't - // really matter. - bool set_deleted(const_iterator &it) { - check_use_deleted("set_deleted()"); - bool retval = !test_deleted(it); - set_key(const_cast(&(*it)), key_info.delkey); - return retval; - } - // Set it so test_deleted is false. true if object used to be deleted. - bool clear_deleted(const_iterator &it) { - check_use_deleted("clear_deleted()"); - return test_deleted(it); - } - - // FUNCTIONS CONCERNING SIZE - public: - size_type size() const { return table.num_nonempty() - num_deleted; } - size_type max_size() const { return table.max_size(); } - bool empty() const { return size() == 0; } - size_type bucket_count() const { return table.size(); } - size_type max_bucket_count() const { return max_size(); } - // These are tr1 methods. Their idea of 'bucket' doesn't map well to - // what we do. We just say every bucket has 0 or 1 items in it. - size_type bucket_size(size_type i) const { - return begin(i) == end(i) ? 0 : 1; - } - - private: - // Because of the above, size_type(-1) is never legal; use it for errors - static const size_type ILLEGAL_BUCKET = size_type(-1); - - // Used after a string of deletes. Returns true if we actually shrunk. - // TODO(csilvers): take a delta so we can take into account inserts - // done after shrinking. Maybe make part of the Settings class? - bool maybe_shrink() { - assert(table.num_nonempty() >= num_deleted); - assert((bucket_count() & (bucket_count()-1)) == 0); // is a power of two - assert(bucket_count() >= HT_MIN_BUCKETS); - bool retval = false; - - // If you construct a hashtable with < HT_DEFAULT_STARTING_BUCKETS, - // we'll never shrink until you get relatively big, and we'll never - // shrink below HT_DEFAULT_STARTING_BUCKETS. Otherwise, something - // like "dense_hash_set x; x.insert(4); x.erase(4);" will - // shrink us down to HT_MIN_BUCKETS buckets, which is too small. - const size_type num_remain = table.num_nonempty() - num_deleted; - const size_type shrink_threshold = settings.shrink_threshold(); - if (shrink_threshold > 0 && num_remain < shrink_threshold && - bucket_count() > HT_DEFAULT_STARTING_BUCKETS) { - const float shrink_factor = settings.shrink_factor(); - size_type sz = bucket_count() / 2; // find how much we should shrink - while (sz > HT_DEFAULT_STARTING_BUCKETS && - num_remain < static_cast(sz * shrink_factor)) { - sz /= 2; // stay a power of 2 - } - sparse_hashtable tmp(MoveDontCopy, *this, sz); - swap(tmp); // now we are tmp - retval = true; - } - settings.set_consider_shrink(false); // because we just considered it - return retval; - } - - // We'll let you resize a hashtable -- though this makes us copy all! - // When you resize, you say, "make it big enough for this many more elements" - // Returns true if we actually resized, false if size was already ok. - bool resize_delta(size_type delta) { - bool did_resize = false; - if ( settings.consider_shrink() ) { // see if lots of deletes happened - if ( maybe_shrink() ) - did_resize = true; - } - if (table.num_nonempty() >= - (std::numeric_limits::max)() - delta) { - throw std::length_error("resize overflow"); - } - if ( bucket_count() >= HT_MIN_BUCKETS && - (table.num_nonempty() + delta) <= settings.enlarge_threshold() ) - return did_resize; // we're ok as we are - - // Sometimes, we need to resize just to get rid of all the - // "deleted" buckets that are clogging up the hashtable. So when - // deciding whether to resize, count the deleted buckets (which - // are currently taking up room). But later, when we decide what - // size to resize to, *don't* count deleted buckets, since they - // get discarded during the resize. - const size_type needed_size = - settings.min_buckets(table.num_nonempty() + delta, 0); - if ( needed_size <= bucket_count() ) // we have enough buckets - return did_resize; - - size_type resize_to = - settings.min_buckets(table.num_nonempty() - num_deleted + delta, - bucket_count()); - if (resize_to < needed_size && // may double resize_to - resize_to < (std::numeric_limits::max)() / 2) { - // This situation means that we have enough deleted elements, - // that once we purge them, we won't actually have needed to - // grow. But we may want to grow anyway: if we just purge one - // element, say, we'll have to grow anyway next time we - // insert. Might as well grow now, since we're already going - // through the trouble of copying (in order to purge the - // deleted elements). - const size_type target = - static_cast(settings.shrink_size(resize_to*2)); - if (table.num_nonempty() - num_deleted + delta >= target) { - // Good, we won't be below the shrink threshhold even if we double. - resize_to *= 2; - } - } - - sparse_hashtable tmp(MoveDontCopy, *this, resize_to); - swap(tmp); // now we are tmp - return true; - } - - // Used to actually do the rehashing when we grow/shrink a hashtable - void copy_from(const sparse_hashtable &ht, size_type min_buckets_wanted) { - clear(); // clear table, set num_deleted to 0 - - // If we need to change the size of our table, do it now - const size_type resize_to = - settings.min_buckets(ht.size(), min_buckets_wanted); - if ( resize_to > bucket_count() ) { // we don't have enough buckets - table.resize(resize_to); // sets the number of buckets - settings.reset_thresholds(bucket_count()); - } - - // We use a normal iterator to get non-deleted bcks from ht - // We could use insert() here, but since we know there are - // no duplicates and no deleted items, we can be more efficient - assert((bucket_count() & (bucket_count()-1)) == 0); // a power of two - for ( const_iterator it = ht.begin(); it != ht.end(); ++it ) { - size_type num_probes = 0; // how many times we've probed - size_type bucknum; - const size_type bucket_count_minus_one = bucket_count() - 1; - for (bucknum = hash(get_key(*it)) & bucket_count_minus_one; - table.test(bucknum); // not empty - bucknum = (bucknum + JUMP_(key, num_probes)) & bucket_count_minus_one) { - ++num_probes; - assert(num_probes < bucket_count() - && "Hashtable is full: an error in key_equal<> or hash<>"); - } - table.set(bucknum, *it); // copies the value to here - } - settings.inc_num_ht_copies(); - } - - // Implementation is like copy_from, but it destroys the table of the - // "from" guy by freeing sparsetable memory as we iterate. This is - // useful in resizing, since we're throwing away the "from" guy anyway. - void move_from(MoveDontCopyT mover, sparse_hashtable &ht, - size_type min_buckets_wanted) { - clear(); // clear table, set num_deleted to 0 - - // If we need to change the size of our table, do it now - size_type resize_to; - if ( mover == MoveDontGrow ) - resize_to = ht.bucket_count(); // keep same size as old ht - else // MoveDontCopy - resize_to = settings.min_buckets(ht.size(), min_buckets_wanted); - if ( resize_to > bucket_count() ) { // we don't have enough buckets - table.resize(resize_to); // sets the number of buckets - settings.reset_thresholds(bucket_count()); - } - - // We use a normal iterator to get non-deleted bcks from ht - // We could use insert() here, but since we know there are - // no duplicates and no deleted items, we can be more efficient - assert( (bucket_count() & (bucket_count()-1)) == 0); // a power of two - // THIS IS THE MAJOR LINE THAT DIFFERS FROM COPY_FROM(): - for ( destructive_iterator it = ht.destructive_begin(); - it != ht.destructive_end(); ++it ) { - size_type num_probes = 0; // how many times we've probed - size_type bucknum; - for ( bucknum = hash(get_key(*it)) & (bucket_count()-1); // h % buck_cnt - table.test(bucknum); // not empty - bucknum = (bucknum + JUMP_(key, num_probes)) & (bucket_count()-1) ) { - ++num_probes; - assert(num_probes < bucket_count() - && "Hashtable is full: an error in key_equal<> or hash<>"); - } - table.set(bucknum, *it); // copies the value to here - } - settings.inc_num_ht_copies(); - } - - - // Required by the spec for hashed associative container - public: - // Though the docs say this should be num_buckets, I think it's much - // more useful as num_elements. As a special feature, calling with - // req_elements==0 will cause us to shrink if we can, saving space. - void resize(size_type req_elements) { // resize to this or larger - if ( settings.consider_shrink() || req_elements == 0 ) - maybe_shrink(); - if ( req_elements > table.num_nonempty() ) // we only grow - resize_delta(req_elements - table.num_nonempty()); - } - - // Get and change the value of shrink_factor and enlarge_factor. The - // description at the beginning of this file explains how to choose - // the values. Setting the shrink parameter to 0.0 ensures that the - // table never shrinks. - void get_resizing_parameters(float* shrink, float* grow) const { - *shrink = settings.shrink_factor(); - *grow = settings.enlarge_factor(); - } - void set_resizing_parameters(float shrink, float grow) { - settings.set_resizing_parameters(shrink, grow); - settings.reset_thresholds(bucket_count()); - } - - // CONSTRUCTORS -- as required by the specs, we take a size, - // but also let you specify a hashfunction, key comparator, - // and key extractor. We also define a copy constructor and =. - // DESTRUCTOR -- the default is fine, surprisingly. - explicit sparse_hashtable(size_type expected_max_items_in_table = 0, - const HashFcn& hf = HashFcn(), - const EqualKey& eql = EqualKey(), - const ExtractKey& ext = ExtractKey(), - const SetKey& set = SetKey(), - const Alloc& alloc = Alloc()) - : settings(hf), - key_info(ext, set, eql), - num_deleted(0), - table((expected_max_items_in_table == 0 - ? HT_DEFAULT_STARTING_BUCKETS - : settings.min_buckets(expected_max_items_in_table, 0)), - alloc) { - settings.reset_thresholds(bucket_count()); - } - - // As a convenience for resize(), we allow an optional second argument - // which lets you make this new hashtable a different size than ht. - // We also provide a mechanism of saying you want to "move" the ht argument - // into us instead of copying. - sparse_hashtable(const sparse_hashtable& ht, - size_type min_buckets_wanted = HT_DEFAULT_STARTING_BUCKETS) - : settings(ht.settings), - key_info(ht.key_info), - num_deleted(0), - table(0, ht.get_allocator()) { - settings.reset_thresholds(bucket_count()); - copy_from(ht, min_buckets_wanted); // copy_from() ignores deleted entries - } - sparse_hashtable(MoveDontCopyT mover, sparse_hashtable& ht, - size_type min_buckets_wanted = HT_DEFAULT_STARTING_BUCKETS) - : settings(ht.settings), - key_info(ht.key_info), - num_deleted(0), - table(0, ht.get_allocator()) { - settings.reset_thresholds(bucket_count()); - move_from(mover, ht, min_buckets_wanted); // ignores deleted entries - } - - sparse_hashtable& operator= (const sparse_hashtable& ht) { - if (&ht == this) return *this; // don't copy onto ourselves - settings = ht.settings; - key_info = ht.key_info; - num_deleted = ht.num_deleted; - // copy_from() calls clear and sets num_deleted to 0 too - copy_from(ht, HT_MIN_BUCKETS); - // we purposefully don't copy the allocator, which may not be copyable - return *this; - } - - // Many STL algorithms use swap instead of copy constructors - void swap(sparse_hashtable& ht) { - std::swap(settings, ht.settings); - std::swap(key_info, ht.key_info); - std::swap(num_deleted, ht.num_deleted); - table.swap(ht.table); - settings.reset_thresholds(bucket_count()); // also resets consider_shrink - ht.settings.reset_thresholds(ht.bucket_count()); - // we purposefully don't swap the allocator, which may not be swap-able - } - - // It's always nice to be able to clear a table without deallocating it - void clear() { - if (!empty() || (num_deleted != 0)) { - table.clear(); - } - settings.reset_thresholds(bucket_count()); - num_deleted = 0; - } - - // LOOKUP ROUTINES - private: - // Returns a pair of positions: 1st where the object is, 2nd where - // it would go if you wanted to insert it. 1st is ILLEGAL_BUCKET - // if object is not found; 2nd is ILLEGAL_BUCKET if it is. - // Note: because of deletions where-to-insert is not trivial: it's the - // first deleted bucket we see, as long as we don't find the key later - std::pair find_position(const key_type &key) const { - size_type num_probes = 0; // how many times we've probed - const size_type bucket_count_minus_one = bucket_count() - 1; - size_type bucknum = hash(key) & bucket_count_minus_one; - size_type insert_pos = ILLEGAL_BUCKET; // where we would insert - SPARSEHASH_STAT_UPDATE(total_lookups += 1); - while ( 1 ) { // probe until something happens - if ( !table.test(bucknum) ) { // bucket is empty - SPARSEHASH_STAT_UPDATE(total_probes += num_probes); - if ( insert_pos == ILLEGAL_BUCKET ) // found no prior place to insert - return std::pair(ILLEGAL_BUCKET, bucknum); - else - return std::pair(ILLEGAL_BUCKET, insert_pos); - - } else if ( test_deleted(bucknum) ) {// keep searching, but mark to insert - if ( insert_pos == ILLEGAL_BUCKET ) - insert_pos = bucknum; - - } else if ( equals(key, get_key(table.unsafe_get(bucknum))) ) { - SPARSEHASH_STAT_UPDATE(total_probes += num_probes); - return std::pair(bucknum, ILLEGAL_BUCKET); - } - ++num_probes; // we're doing another probe - bucknum = (bucknum + JUMP_(key, num_probes)) & bucket_count_minus_one; - assert(num_probes < bucket_count() - && "Hashtable is full: an error in key_equal<> or hash<>"); - } - } - - public: - - iterator find(const key_type& key) { - if ( size() == 0 ) return end(); - std::pair pos = find_position(key); - if ( pos.first == ILLEGAL_BUCKET ) // alas, not there - return end(); - else - return iterator(this, table.get_iter(pos.first), table.nonempty_end()); - } - - const_iterator find(const key_type& key) const { - if ( size() == 0 ) return end(); - std::pair pos = find_position(key); - if ( pos.first == ILLEGAL_BUCKET ) // alas, not there - return end(); - else - return const_iterator(this, - table.get_iter(pos.first), table.nonempty_end()); - } - - // This is a tr1 method: the bucket a given key is in, or what bucket - // it would be put in, if it were to be inserted. Shrug. - size_type bucket(const key_type& key) const { - std::pair pos = find_position(key); - return pos.first == ILLEGAL_BUCKET ? pos.second : pos.first; - } - - // Counts how many elements have key key. For maps, it's either 0 or 1. - size_type count(const key_type &key) const { - std::pair pos = find_position(key); - return pos.first == ILLEGAL_BUCKET ? 0 : 1; - } - - // Likewise, equal_range doesn't really make sense for us. Oh well. - std::pair equal_range(const key_type& key) { - iterator pos = find(key); // either an iterator or end - if (pos == end()) { - return std::pair(pos, pos); - } else { - const iterator startpos = pos++; - return std::pair(startpos, pos); - } - } - std::pair equal_range(const key_type& key) - const { - const_iterator pos = find(key); // either an iterator or end - if (pos == end()) { - return std::pair(pos, pos); - } else { - const const_iterator startpos = pos++; - return std::pair(startpos, pos); - } - } - - - // INSERTION ROUTINES - private: - // Private method used by insert_noresize and find_or_insert. - iterator insert_at(const_reference obj, size_type pos) { - if (size() >= max_size()) { - throw std::length_error("insert overflow"); - } - if ( test_deleted(pos) ) { // just replace if it's been deleted - // The set() below will undelete this object. We just worry about stats - assert(num_deleted > 0); - --num_deleted; // used to be, now it isn't - } - table.set(pos, obj); - return iterator(this, table.get_iter(pos), table.nonempty_end()); - } - - // If you know *this is big enough to hold obj, use this routine - std::pair insert_noresize(const_reference obj) { - // First, double-check we're not inserting delkey - assert((!settings.use_deleted() || !equals(get_key(obj), key_info.delkey)) - && "Inserting the deleted key"); - const std::pair pos = find_position(get_key(obj)); - if ( pos.first != ILLEGAL_BUCKET) { // object was already there - return std::pair(iterator(this, table.get_iter(pos.first), - table.nonempty_end()), - false); // false: we didn't insert - } else { // pos.second says where to put it - return std::pair(insert_at(obj, pos.second), true); - } - } - - // Specializations of insert(it, it) depending on the power of the iterator: - // (1) Iterator supports operator-, resize before inserting - template - void insert(ForwardIterator f, ForwardIterator l, std::forward_iterator_tag) { - size_t dist = std::distance(f, l); - if (dist >= (std::numeric_limits::max)()) { - throw std::length_error("insert-range overflow"); - } - resize_delta(static_cast(dist)); - for ( ; dist > 0; --dist, ++f) { - insert_noresize(*f); - } - } - - // (2) Arbitrary iterator, can't tell how much to resize - template - void insert(InputIterator f, InputIterator l, std::input_iterator_tag) { - for ( ; f != l; ++f) - insert(*f); - } - - public: - // This is the normal insert routine, used by the outside world - std::pair insert(const_reference obj) { - resize_delta(1); // adding an object, grow if need be - return insert_noresize(obj); - } - - // When inserting a lot at a time, we specialize on the type of iterator - template - void insert(InputIterator f, InputIterator l) { - // specializes on iterator type - insert(f, l, - typename std::iterator_traits::iterator_category()); - } - - // DefaultValue is a functor that takes a key and returns a value_type - // representing the default value to be inserted if none is found. - template - value_type& find_or_insert(const key_type& key) { - // First, double-check we're not inserting delkey - assert((!settings.use_deleted() || !equals(key, key_info.delkey)) - && "Inserting the deleted key"); - const std::pair pos = find_position(key); - DefaultValue default_value; - if ( pos.first != ILLEGAL_BUCKET) { // object was already there - return *table.get_iter(pos.first); - } else if (resize_delta(1)) { // needed to rehash to make room - // Since we resized, we can't use pos, so recalculate where to insert. - return *insert_noresize(default_value(key)).first; - } else { // no need to rehash, insert right here - return *insert_at(default_value(key), pos.second); - } - } - - // DELETION ROUTINES - size_type erase(const key_type& key) { - // First, double-check we're not erasing delkey. - assert((!settings.use_deleted() || !equals(key, key_info.delkey)) - && "Erasing the deleted key"); - assert(!settings.use_deleted() || !equals(key, key_info.delkey)); - const_iterator pos = find(key); // shrug: shouldn't need to be const - if ( pos != end() ) { - assert(!test_deleted(pos)); // or find() shouldn't have returned it - set_deleted(pos); - ++num_deleted; - // will think about shrink after next insert - settings.set_consider_shrink(true); - return 1; // because we deleted one thing - } else { - return 0; // because we deleted nothing - } - } - - // We return the iterator past the deleted item. - void erase(iterator pos) { - if ( pos == end() ) return; // sanity check - if ( set_deleted(pos) ) { // true if object has been newly deleted - ++num_deleted; - // will think about shrink after next insert - settings.set_consider_shrink(true); - } - } - - void erase(iterator f, iterator l) { - for ( ; f != l; ++f) { - if ( set_deleted(f) ) // should always be true - ++num_deleted; - } - // will think about shrink after next insert - settings.set_consider_shrink(true); - } - - // We allow you to erase a const_iterator just like we allow you to - // erase an iterator. This is in parallel to 'delete': you can delete - // a const pointer just like a non-const pointer. The logic is that - // you can't use the object after it's erased anyway, so it doesn't matter - // if it's const or not. - void erase(const_iterator pos) { - if ( pos == end() ) return; // sanity check - if ( set_deleted(pos) ) { // true if object has been newly deleted - ++num_deleted; - // will think about shrink after next insert - settings.set_consider_shrink(true); - } - } - void erase(const_iterator f, const_iterator l) { - for ( ; f != l; ++f) { - if ( set_deleted(f) ) // should always be true - ++num_deleted; - } - // will think about shrink after next insert - settings.set_consider_shrink(true); - } - - - // COMPARISON - bool operator==(const sparse_hashtable& ht) const { - if (size() != ht.size()) { - return false; - } else if (this == &ht) { - return true; - } else { - // Iterate through the elements in "this" and see if the - // corresponding element is in ht - for ( const_iterator it = begin(); it != end(); ++it ) { - const_iterator it2 = ht.find(get_key(*it)); - if ((it2 == ht.end()) || (*it != *it2)) { - return false; - } - } - return true; - } - } - bool operator!=(const sparse_hashtable& ht) const { - return !(*this == ht); - } - - - // I/O - // We support reading and writing hashtables to disk. NOTE that - // this only stores the hashtable metadata, not the stuff you've - // actually put in the hashtable! Alas, since I don't know how to - // write a hasher or key_equal, you have to make sure everything - // but the table is the same. We compact before writing. - // - // The OUTPUT type needs to support a Write() operation. File and - // OutputBuffer are appropriate types to pass in. - // - // The INPUT type needs to support a Read() operation. File and - // InputBuffer are appropriate types to pass in. - template - bool write_metadata(OUTPUT *fp) { - squash_deleted(); // so we don't have to worry about delkey - return table.write_metadata(fp); - } - - template - bool read_metadata(INPUT *fp) { - num_deleted = 0; // since we got rid before writing - const bool result = table.read_metadata(fp); - settings.reset_thresholds(bucket_count()); - return result; - } - - // Only meaningful if value_type is a POD. - template - bool write_nopointer_data(OUTPUT *fp) { - return table.write_nopointer_data(fp); - } - - // Only meaningful if value_type is a POD. - template - bool read_nopointer_data(INPUT *fp) { - return table.read_nopointer_data(fp); - } - - // INPUT and OUTPUT must be either a FILE, *or* a C++ stream - // (istream, ostream, etc) *or* a class providing - // Read(void*, size_t) and Write(const void*, size_t) - // (respectively), which writes a buffer into a stream - // (which the INPUT/OUTPUT instance presumably owns). - - typedef sparsehash_internal::pod_serializer NopointerSerializer; - - // ValueSerializer: a functor. operator()(OUTPUT*, const value_type&) - template - bool serialize(ValueSerializer serializer, OUTPUT *fp) { - squash_deleted(); // so we don't have to worry about delkey - return table.serialize(serializer, fp); - } - - // ValueSerializer: a functor. operator()(INPUT*, value_type*) - template - bool unserialize(ValueSerializer serializer, INPUT *fp) { - num_deleted = 0; // since we got rid before writing - const bool result = table.unserialize(serializer, fp); - settings.reset_thresholds(bucket_count()); - return result; - } - - private: - // Table is the main storage class. - typedef sparsetable Table; - - // Package templated functors with the other types to eliminate memory - // needed for storing these zero-size operators. Since ExtractKey and - // hasher's operator() might have the same function signature, they - // must be packaged in different classes. - struct Settings : - sparsehash_internal::sh_hashtable_settings { - explicit Settings(const hasher& hf) - : sparsehash_internal::sh_hashtable_settings( - hf, HT_OCCUPANCY_PCT / 100.0f, HT_EMPTY_PCT / 100.0f) {} - }; - - // KeyInfo stores delete key and packages zero-size functors: - // ExtractKey and SetKey. - class KeyInfo : public ExtractKey, public SetKey, public EqualKey { - public: - KeyInfo(const ExtractKey& ek, const SetKey& sk, const EqualKey& eq) - : ExtractKey(ek), - SetKey(sk), - EqualKey(eq) { - } - // We want to return the exact same type as ExtractKey: Key or const Key& - typename ExtractKey::result_type get_key(const_reference v) const { - return ExtractKey::operator()(v); - } - void set_key(pointer v, const key_type& k) const { - SetKey::operator()(v, k); - } - bool equals(const key_type& a, const key_type& b) const { - return EqualKey::operator()(a, b); - } - - // Which key marks deleted entries. - // TODO(csilvers): make a pointer, and get rid of use_deleted (benchmark!) - typename base::remove_const::type delkey; - }; - - // Utility functions to access the templated operators - size_type hash(const key_type& v) const { - return settings.hash(v); - } - bool equals(const key_type& a, const key_type& b) const { - return key_info.equals(a, b); - } - typename ExtractKey::result_type get_key(const_reference v) const { - return key_info.get_key(v); - } - void set_key(pointer v, const key_type& k) const { - key_info.set_key(v, k); - } - - private: - // Actual data - Settings settings; - KeyInfo key_info; - size_type num_deleted; // how many occupied buckets are marked deleted - Table table; // holds num_buckets and num_elements too -}; - - -// We need a global swap as well -template -inline void swap(sparse_hashtable &x, - sparse_hashtable &y) { - x.swap(y); -} - -#undef JUMP_ - -template -const typename sparse_hashtable::size_type - sparse_hashtable::ILLEGAL_BUCKET; - -// How full we let the table get before we resize. Knuth says .8 is -// good -- higher causes us to probe too much, though saves memory -template -const int sparse_hashtable::HT_OCCUPANCY_PCT = 80; - -// How empty we let the table get before we resize lower. -// It should be less than OCCUPANCY_PCT / 2 or we thrash resizing -template -const int sparse_hashtable::HT_EMPTY_PCT - = static_cast(0.4 * - sparse_hashtable::HT_OCCUPANCY_PCT); - -_END_GOOGLE_NAMESPACE_ - -#endif /* _SPARSEHASHTABLE_H_ */ diff --git a/clipper/sparsehash-2.0.2/src/sparsehash/sparse_hash_map b/clipper/sparsehash-2.0.2/src/sparsehash/sparse_hash_map deleted file mode 100644 index 1687a8b..0000000 --- a/clipper/sparsehash-2.0.2/src/sparsehash/sparse_hash_map +++ /dev/null @@ -1,363 +0,0 @@ -// Copyright (c) 2005, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// --- -// -// This is just a very thin wrapper over sparsehashtable.h, just -// like sgi stl's stl_hash_map is a very thin wrapper over -// stl_hashtable. The major thing we define is operator[], because -// we have a concept of a data_type which stl_hashtable doesn't -// (it only has a key and a value). -// -// We adhere mostly to the STL semantics for hash-map. One important -// exception is that insert() may invalidate iterators entirely -- STL -// semantics are that insert() may reorder iterators, but they all -// still refer to something valid in the hashtable. Not so for us. -// Likewise, insert() may invalidate pointers into the hashtable. -// (Whether insert invalidates iterators and pointers depends on -// whether it results in a hashtable resize). On the plus side, -// delete() doesn't invalidate iterators or pointers at all, or even -// change the ordering of elements. -// -// Here are a few "power user" tips: -// -// 1) set_deleted_key(): -// Unlike STL's hash_map, if you want to use erase() you -// *must* call set_deleted_key() after construction. -// -// 2) resize(0): -// When an item is deleted, its memory isn't freed right -// away. This is what allows you to iterate over a hashtable -// and call erase() without invalidating the iterator. -// To force the memory to be freed, call resize(0). -// For tr1 compatibility, this can also be called as rehash(0). -// -// 3) min_load_factor(0.0) -// Setting the minimum load factor to 0.0 guarantees that -// the hash table will never shrink. -// -// Roughly speaking: -// (1) dense_hash_map: fastest, uses the most memory unless entries are small -// (2) sparse_hash_map: slowest, uses the least memory -// (3) hash_map / unordered_map (STL): in the middle -// -// Typically I use sparse_hash_map when I care about space and/or when -// I need to save the hashtable on disk. I use hash_map otherwise. I -// don't personally use dense_hash_map ever; some people use it for -// small maps with lots of lookups. -// -// - dense_hash_map has, typically, about 78% memory overhead (if your -// data takes up X bytes, the hash_map uses .78X more bytes in overhead). -// - sparse_hash_map has about 4 bits overhead per entry. -// - sparse_hash_map can be 3-7 times slower than the others for lookup and, -// especially, inserts. See time_hash_map.cc for details. -// -// See /usr/(local/)?doc/sparsehash-*/sparse_hash_map.html -// for information about how to use this class. - -#ifndef _SPARSE_HASH_MAP_H_ -#define _SPARSE_HASH_MAP_H_ - -#include -#include // needed by stl_alloc -#include // for equal_to<>, select1st<>, etc -#include // for alloc -#include // for pair<> -#include -#include // IWYU pragma: export -#include HASH_FUN_H // for hash<> -_START_GOOGLE_NAMESPACE_ - -template , // defined in sparseconfig.h - class EqualKey = std::equal_to, - class Alloc = libc_allocator_with_realloc > > -class sparse_hash_map { - private: - // Apparently select1st is not stl-standard, so we define our own - struct SelectKey { - typedef const Key& result_type; - const Key& operator()(const std::pair& p) const { - return p.first; - } - }; - struct SetKey { - void operator()(std::pair* value, const Key& new_key) const { - *const_cast(&value->first) = new_key; - // It would be nice to clear the rest of value here as well, in - // case it's taking up a lot of memory. We do this by clearing - // the value. This assumes T has a zero-arg constructor! - value->second = T(); - } - }; - // For operator[]. - struct DefaultValue { - std::pair operator()(const Key& key) { - return std::make_pair(key, T()); - } - }; - - // The actual data - typedef sparse_hashtable, Key, HashFcn, SelectKey, - SetKey, EqualKey, Alloc> ht; - ht rep; - - public: - typedef typename ht::key_type key_type; - typedef T data_type; - typedef T mapped_type; - typedef typename ht::value_type value_type; - typedef typename ht::hasher hasher; - typedef typename ht::key_equal key_equal; - typedef Alloc allocator_type; - - typedef typename ht::size_type size_type; - typedef typename ht::difference_type difference_type; - typedef typename ht::pointer pointer; - typedef typename ht::const_pointer const_pointer; - typedef typename ht::reference reference; - typedef typename ht::const_reference const_reference; - - typedef typename ht::iterator iterator; - typedef typename ht::const_iterator const_iterator; - typedef typename ht::local_iterator local_iterator; - typedef typename ht::const_local_iterator const_local_iterator; - - // Iterator functions - iterator begin() { return rep.begin(); } - iterator end() { return rep.end(); } - const_iterator begin() const { return rep.begin(); } - const_iterator end() const { return rep.end(); } - - // These come from tr1's unordered_map. For us, a bucket has 0 or 1 elements. - local_iterator begin(size_type i) { return rep.begin(i); } - local_iterator end(size_type i) { return rep.end(i); } - const_local_iterator begin(size_type i) const { return rep.begin(i); } - const_local_iterator end(size_type i) const { return rep.end(i); } - - // Accessor functions - allocator_type get_allocator() const { return rep.get_allocator(); } - hasher hash_funct() const { return rep.hash_funct(); } - hasher hash_function() const { return hash_funct(); } - key_equal key_eq() const { return rep.key_eq(); } - - - // Constructors - explicit sparse_hash_map(size_type expected_max_items_in_table = 0, - const hasher& hf = hasher(), - const key_equal& eql = key_equal(), - const allocator_type& alloc = allocator_type()) - : rep(expected_max_items_in_table, hf, eql, SelectKey(), SetKey(), alloc) { - } - - template - sparse_hash_map(InputIterator f, InputIterator l, - size_type expected_max_items_in_table = 0, - const hasher& hf = hasher(), - const key_equal& eql = key_equal(), - const allocator_type& alloc = allocator_type()) - : rep(expected_max_items_in_table, hf, eql, SelectKey(), SetKey(), alloc) { - rep.insert(f, l); - } - // We use the default copy constructor - // We use the default operator=() - // We use the default destructor - - void clear() { rep.clear(); } - void swap(sparse_hash_map& hs) { rep.swap(hs.rep); } - - - // Functions concerning size - size_type size() const { return rep.size(); } - size_type max_size() const { return rep.max_size(); } - bool empty() const { return rep.empty(); } - size_type bucket_count() const { return rep.bucket_count(); } - size_type max_bucket_count() const { return rep.max_bucket_count(); } - - // These are tr1 methods. bucket() is the bucket the key is or would be in. - size_type bucket_size(size_type i) const { return rep.bucket_size(i); } - size_type bucket(const key_type& key) const { return rep.bucket(key); } - float load_factor() const { - return size() * 1.0f / bucket_count(); - } - float max_load_factor() const { - float shrink, grow; - rep.get_resizing_parameters(&shrink, &grow); - return grow; - } - void max_load_factor(float new_grow) { - float shrink, grow; - rep.get_resizing_parameters(&shrink, &grow); - rep.set_resizing_parameters(shrink, new_grow); - } - // These aren't tr1 methods but perhaps ought to be. - float min_load_factor() const { - float shrink, grow; - rep.get_resizing_parameters(&shrink, &grow); - return shrink; - } - void min_load_factor(float new_shrink) { - float shrink, grow; - rep.get_resizing_parameters(&shrink, &grow); - rep.set_resizing_parameters(new_shrink, grow); - } - // Deprecated; use min_load_factor() or max_load_factor() instead. - void set_resizing_parameters(float shrink, float grow) { - rep.set_resizing_parameters(shrink, grow); - } - - void resize(size_type hint) { rep.resize(hint); } - void rehash(size_type hint) { resize(hint); } // the tr1 name - - // Lookup routines - iterator find(const key_type& key) { return rep.find(key); } - const_iterator find(const key_type& key) const { return rep.find(key); } - - data_type& operator[](const key_type& key) { // This is our value-add! - // If key is in the hashtable, returns find(key)->second, - // otherwise returns insert(value_type(key, T()).first->second. - // Note it does not create an empty T unless the find fails. - return rep.template find_or_insert(key).second; - } - - size_type count(const key_type& key) const { return rep.count(key); } - - std::pair equal_range(const key_type& key) { - return rep.equal_range(key); - } - std::pair equal_range(const key_type& key) - const { - return rep.equal_range(key); - } - - // Insertion routines - std::pair insert(const value_type& obj) { - return rep.insert(obj); - } - template void insert(InputIterator f, InputIterator l) { - rep.insert(f, l); - } - void insert(const_iterator f, const_iterator l) { - rep.insert(f, l); - } - // Required for std::insert_iterator; the passed-in iterator is ignored. - iterator insert(iterator, const value_type& obj) { - return insert(obj).first; - } - - // Deletion routines - // THESE ARE NON-STANDARD! I make you specify an "impossible" key - // value to identify deleted buckets. You can change the key as - // time goes on, or get rid of it entirely to be insert-only. - void set_deleted_key(const key_type& key) { - rep.set_deleted_key(key); - } - void clear_deleted_key() { rep.clear_deleted_key(); } - key_type deleted_key() const { return rep.deleted_key(); } - - // These are standard - size_type erase(const key_type& key) { return rep.erase(key); } - void erase(iterator it) { rep.erase(it); } - void erase(iterator f, iterator l) { rep.erase(f, l); } - - - // Comparison - bool operator==(const sparse_hash_map& hs) const { return rep == hs.rep; } - bool operator!=(const sparse_hash_map& hs) const { return rep != hs.rep; } - - - // I/O -- this is an add-on for writing metainformation to disk - // - // For maximum flexibility, this does not assume a particular - // file type (though it will probably be a FILE *). We just pass - // the fp through to rep. - - // If your keys and values are simple enough, you can pass this - // serializer to serialize()/unserialize(). "Simple enough" means - // value_type is a POD type that contains no pointers. Note, - // however, we don't try to normalize endianness. - typedef typename ht::NopointerSerializer NopointerSerializer; - - // serializer: a class providing operator()(OUTPUT*, const value_type&) - // (writing value_type to OUTPUT). You can specify a - // NopointerSerializer object if appropriate (see above). - // fp: either a FILE*, OR an ostream*/subclass_of_ostream*, OR a - // pointer to a class providing size_t Write(const void*, size_t), - // which writes a buffer into a stream (which fp presumably - // owns) and returns the number of bytes successfully written. - // Note basic_ostream is not currently supported. - template - bool serialize(ValueSerializer serializer, OUTPUT* fp) { - return rep.serialize(serializer, fp); - } - - // serializer: a functor providing operator()(INPUT*, value_type*) - // (reading from INPUT and into value_type). You can specify a - // NopointerSerializer object if appropriate (see above). - // fp: either a FILE*, OR an istream*/subclass_of_istream*, OR a - // pointer to a class providing size_t Read(void*, size_t), - // which reads into a buffer from a stream (which fp presumably - // owns) and returns the number of bytes successfully read. - // Note basic_istream is not currently supported. - // NOTE: Since value_type is std::pair, ValueSerializer - // may need to do a const cast in order to fill in the key. - // NOTE: if Key or T are not POD types, the serializer MUST use - // placement-new to initialize their values, rather than a normal - // equals-assignment or similar. (The value_type* passed into the - // serializer points to garbage memory.) - template - bool unserialize(ValueSerializer serializer, INPUT* fp) { - return rep.unserialize(serializer, fp); - } - - // The four methods below are DEPRECATED. - // Use serialize() and unserialize() for new code. - template - bool write_metadata(OUTPUT *fp) { return rep.write_metadata(fp); } - - template - bool read_metadata(INPUT *fp) { return rep.read_metadata(fp); } - - template - bool write_nopointer_data(OUTPUT *fp) { return rep.write_nopointer_data(fp); } - - template - bool read_nopointer_data(INPUT *fp) { return rep.read_nopointer_data(fp); } -}; - -// We need a global swap as well -template -inline void swap(sparse_hash_map& hm1, - sparse_hash_map& hm2) { - hm1.swap(hm2); -} - -_END_GOOGLE_NAMESPACE_ - -#endif /* _SPARSE_HASH_MAP_H_ */ diff --git a/clipper/sparsehash-2.0.2/src/sparsehash/sparse_hash_set b/clipper/sparsehash-2.0.2/src/sparsehash/sparse_hash_set deleted file mode 100644 index ae4a97a..0000000 --- a/clipper/sparsehash-2.0.2/src/sparsehash/sparse_hash_set +++ /dev/null @@ -1,338 +0,0 @@ -// Copyright (c) 2005, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// --- -// -// This is just a very thin wrapper over sparsehashtable.h, just -// like sgi stl's stl_hash_set is a very thin wrapper over -// stl_hashtable. The major thing we define is operator[], because -// we have a concept of a data_type which stl_hashtable doesn't -// (it only has a key and a value). -// -// This is more different from sparse_hash_map than you might think, -// because all iterators for sets are const (you obviously can't -// change the key, and for sets there is no value). -// -// We adhere mostly to the STL semantics for hash-map. One important -// exception is that insert() may invalidate iterators entirely -- STL -// semantics are that insert() may reorder iterators, but they all -// still refer to something valid in the hashtable. Not so for us. -// Likewise, insert() may invalidate pointers into the hashtable. -// (Whether insert invalidates iterators and pointers depends on -// whether it results in a hashtable resize). On the plus side, -// delete() doesn't invalidate iterators or pointers at all, or even -// change the ordering of elements. -// -// Here are a few "power user" tips: -// -// 1) set_deleted_key(): -// Unlike STL's hash_map, if you want to use erase() you -// *must* call set_deleted_key() after construction. -// -// 2) resize(0): -// When an item is deleted, its memory isn't freed right -// away. This allows you to iterate over a hashtable, -// and call erase(), without invalidating the iterator. -// To force the memory to be freed, call resize(0). -// For tr1 compatibility, this can also be called as rehash(0). -// -// 3) min_load_factor(0.0) -// Setting the minimum load factor to 0.0 guarantees that -// the hash table will never shrink. -// -// Roughly speaking: -// (1) dense_hash_set: fastest, uses the most memory unless entries are small -// (2) sparse_hash_set: slowest, uses the least memory -// (3) hash_set / unordered_set (STL): in the middle -// -// Typically I use sparse_hash_set when I care about space and/or when -// I need to save the hashtable on disk. I use hash_set otherwise. I -// don't personally use dense_hash_set ever; some people use it for -// small sets with lots of lookups. -// -// - dense_hash_set has, typically, about 78% memory overhead (if your -// data takes up X bytes, the hash_set uses .78X more bytes in overhead). -// - sparse_hash_set has about 4 bits overhead per entry. -// - sparse_hash_set can be 3-7 times slower than the others for lookup and, -// especially, inserts. See time_hash_map.cc for details. -// -// See /usr/(local/)?doc/sparsehash-*/sparse_hash_set.html -// for information about how to use this class. - -#ifndef _SPARSE_HASH_SET_H_ -#define _SPARSE_HASH_SET_H_ - -#include -#include // needed by stl_alloc -#include // for equal_to<> -#include // for alloc (which we don't use) -#include // for pair<> -#include -#include // IWYU pragma: export -#include HASH_FUN_H // for hash<> - -_START_GOOGLE_NAMESPACE_ - -template , // defined in sparseconfig.h - class EqualKey = std::equal_to, - class Alloc = libc_allocator_with_realloc > -class sparse_hash_set { - private: - // Apparently identity is not stl-standard, so we define our own - struct Identity { - typedef const Value& result_type; - const Value& operator()(const Value& v) const { return v; } - }; - struct SetKey { - void operator()(Value* value, const Value& new_key) const { - *value = new_key; - } - }; - - typedef sparse_hashtable ht; - ht rep; - - public: - typedef typename ht::key_type key_type; - typedef typename ht::value_type value_type; - typedef typename ht::hasher hasher; - typedef typename ht::key_equal key_equal; - typedef Alloc allocator_type; - - typedef typename ht::size_type size_type; - typedef typename ht::difference_type difference_type; - typedef typename ht::const_pointer pointer; - typedef typename ht::const_pointer const_pointer; - typedef typename ht::const_reference reference; - typedef typename ht::const_reference const_reference; - - typedef typename ht::const_iterator iterator; - typedef typename ht::const_iterator const_iterator; - typedef typename ht::const_local_iterator local_iterator; - typedef typename ht::const_local_iterator const_local_iterator; - - - // Iterator functions -- recall all iterators are const - iterator begin() const { return rep.begin(); } - iterator end() const { return rep.end(); } - - // These come from tr1's unordered_set. For us, a bucket has 0 or 1 elements. - local_iterator begin(size_type i) const { return rep.begin(i); } - local_iterator end(size_type i) const { return rep.end(i); } - - - // Accessor functions - allocator_type get_allocator() const { return rep.get_allocator(); } - hasher hash_funct() const { return rep.hash_funct(); } - hasher hash_function() const { return hash_funct(); } // tr1 name - key_equal key_eq() const { return rep.key_eq(); } - - - // Constructors - explicit sparse_hash_set(size_type expected_max_items_in_table = 0, - const hasher& hf = hasher(), - const key_equal& eql = key_equal(), - const allocator_type& alloc = allocator_type()) - : rep(expected_max_items_in_table, hf, eql, Identity(), SetKey(), alloc) { - } - - template - sparse_hash_set(InputIterator f, InputIterator l, - size_type expected_max_items_in_table = 0, - const hasher& hf = hasher(), - const key_equal& eql = key_equal(), - const allocator_type& alloc = allocator_type()) - : rep(expected_max_items_in_table, hf, eql, Identity(), SetKey(), alloc) { - rep.insert(f, l); - } - // We use the default copy constructor - // We use the default operator=() - // We use the default destructor - - void clear() { rep.clear(); } - void swap(sparse_hash_set& hs) { rep.swap(hs.rep); } - - - // Functions concerning size - size_type size() const { return rep.size(); } - size_type max_size() const { return rep.max_size(); } - bool empty() const { return rep.empty(); } - size_type bucket_count() const { return rep.bucket_count(); } - size_type max_bucket_count() const { return rep.max_bucket_count(); } - - // These are tr1 methods. bucket() is the bucket the key is or would be in. - size_type bucket_size(size_type i) const { return rep.bucket_size(i); } - size_type bucket(const key_type& key) const { return rep.bucket(key); } - float load_factor() const { - return size() * 1.0f / bucket_count(); - } - float max_load_factor() const { - float shrink, grow; - rep.get_resizing_parameters(&shrink, &grow); - return grow; - } - void max_load_factor(float new_grow) { - float shrink, grow; - rep.get_resizing_parameters(&shrink, &grow); - rep.set_resizing_parameters(shrink, new_grow); - } - // These aren't tr1 methods but perhaps ought to be. - float min_load_factor() const { - float shrink, grow; - rep.get_resizing_parameters(&shrink, &grow); - return shrink; - } - void min_load_factor(float new_shrink) { - float shrink, grow; - rep.get_resizing_parameters(&shrink, &grow); - rep.set_resizing_parameters(new_shrink, grow); - } - // Deprecated; use min_load_factor() or max_load_factor() instead. - void set_resizing_parameters(float shrink, float grow) { - rep.set_resizing_parameters(shrink, grow); - } - - void resize(size_type hint) { rep.resize(hint); } - void rehash(size_type hint) { resize(hint); } // the tr1 name - - // Lookup routines - iterator find(const key_type& key) const { return rep.find(key); } - - size_type count(const key_type& key) const { return rep.count(key); } - - std::pair equal_range(const key_type& key) const { - return rep.equal_range(key); - } - - - // Insertion routines - std::pair insert(const value_type& obj) { - std::pair p = rep.insert(obj); - return std::pair(p.first, p.second); // const to non-const - } - template void insert(InputIterator f, InputIterator l) { - rep.insert(f, l); - } - void insert(const_iterator f, const_iterator l) { - rep.insert(f, l); - } - // Required for std::insert_iterator; the passed-in iterator is ignored. - iterator insert(iterator, const value_type& obj) { - return insert(obj).first; - } - - // Deletion routines - // THESE ARE NON-STANDARD! I make you specify an "impossible" key - // value to identify deleted buckets. You can change the key as - // time goes on, or get rid of it entirely to be insert-only. - void set_deleted_key(const key_type& key) { rep.set_deleted_key(key); } - void clear_deleted_key() { rep.clear_deleted_key(); } - key_type deleted_key() const { return rep.deleted_key(); } - - // These are standard - size_type erase(const key_type& key) { return rep.erase(key); } - void erase(iterator it) { rep.erase(it); } - void erase(iterator f, iterator l) { rep.erase(f, l); } - - - // Comparison - bool operator==(const sparse_hash_set& hs) const { return rep == hs.rep; } - bool operator!=(const sparse_hash_set& hs) const { return rep != hs.rep; } - - - // I/O -- this is an add-on for writing metainformation to disk - // - // For maximum flexibility, this does not assume a particular - // file type (though it will probably be a FILE *). We just pass - // the fp through to rep. - - // If your keys and values are simple enough, you can pass this - // serializer to serialize()/unserialize(). "Simple enough" means - // value_type is a POD type that contains no pointers. Note, - // however, we don't try to normalize endianness. - typedef typename ht::NopointerSerializer NopointerSerializer; - - // serializer: a class providing operator()(OUTPUT*, const value_type&) - // (writing value_type to OUTPUT). You can specify a - // NopointerSerializer object if appropriate (see above). - // fp: either a FILE*, OR an ostream*/subclass_of_ostream*, OR a - // pointer to a class providing size_t Write(const void*, size_t), - // which writes a buffer into a stream (which fp presumably - // owns) and returns the number of bytes successfully written. - // Note basic_ostream is not currently supported. - template - bool serialize(ValueSerializer serializer, OUTPUT* fp) { - return rep.serialize(serializer, fp); - } - - // serializer: a functor providing operator()(INPUT*, value_type*) - // (reading from INPUT and into value_type). You can specify a - // NopointerSerializer object if appropriate (see above). - // fp: either a FILE*, OR an istream*/subclass_of_istream*, OR a - // pointer to a class providing size_t Read(void*, size_t), - // which reads into a buffer from a stream (which fp presumably - // owns) and returns the number of bytes successfully read. - // Note basic_istream is not currently supported. - // NOTE: Since value_type is const Key, ValueSerializer - // may need to do a const cast in order to fill in the key. - // NOTE: if Key is not a POD type, the serializer MUST use - // placement-new to initialize its value, rather than a normal - // equals-assignment or similar. (The value_type* passed into - // the serializer points to garbage memory.) - template - bool unserialize(ValueSerializer serializer, INPUT* fp) { - return rep.unserialize(serializer, fp); - } - - // The four methods below are DEPRECATED. - // Use serialize() and unserialize() for new code. - template - bool write_metadata(OUTPUT *fp) { return rep.write_metadata(fp); } - - template - bool read_metadata(INPUT *fp) { return rep.read_metadata(fp); } - - template - bool write_nopointer_data(OUTPUT *fp) { return rep.write_nopointer_data(fp); } - - template - bool read_nopointer_data(INPUT *fp) { return rep.read_nopointer_data(fp); } -}; - -template -inline void swap(sparse_hash_set& hs1, - sparse_hash_set& hs2) { - hs1.swap(hs2); -} - -_END_GOOGLE_NAMESPACE_ - -#endif /* _SPARSE_HASH_SET_H_ */ diff --git a/clipper/sparsehash-2.0.2/src/sparsehash/sparsetable b/clipper/sparsehash-2.0.2/src/sparsehash/sparsetable deleted file mode 100644 index efbeaac..0000000 --- a/clipper/sparsehash-2.0.2/src/sparsehash/sparsetable +++ /dev/null @@ -1,1820 +0,0 @@ -// Copyright (c) 2005, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// --- -// -// -// A sparsetable is a random container that implements a sparse array, -// that is, an array that uses very little memory to store unassigned -// indices (in this case, between 1-2 bits per unassigned index). For -// instance, if you allocate an array of size 5 and assign a[2] = , then a[2] will take up a lot of memory but a[0], a[1], -// a[3], and a[4] will not. Array elements that have a value are -// called "assigned". Array elements that have no value yet, or have -// had their value cleared using erase() or clear(), are called -// "unassigned". -// -// Unassigned values seem to have the default value of T (see below). -// Nevertheless, there is a difference between an unassigned index and -// one explicitly assigned the value of T(). The latter is considered -// assigned. -// -// Access to an array element is constant time, as is insertion and -// deletion. Insertion and deletion may be fairly slow, however: -// because of this container's memory economy, each insert and delete -// causes a memory reallocation. -// -// NOTE: You should not test(), get(), or set() any index that is -// greater than sparsetable.size(). If you need to do that, call -// resize() first. -// -// --- Template parameters -// PARAMETER DESCRIPTION DEFAULT -// T The value of the array: the type of -- -// object that is stored in the array. -// -// GROUP_SIZE How large each "group" in the table 48 -// is (see below). Larger values use -// a little less memory but cause most -// operations to be a little slower -// -// Alloc: Allocator to use to allocate memory. libc_allocator_with_realloc -// -// --- Model of -// Random Access Container -// -// --- Type requirements -// T must be Copy Constructible. It need not be Assignable. -// -// --- Public base classes -// None. -// -// --- Members -// Type members -// -// MEMBER WHERE DEFINED DESCRIPTION -// value_type container The type of object, T, stored in the array -// allocator_type container Allocator to use -// pointer container Pointer to p -// const_pointer container Const pointer to p -// reference container Reference to t -// const_reference container Const reference to t -// size_type container An unsigned integral type -// difference_type container A signed integral type -// iterator [*] container Iterator used to iterate over a sparsetable -// const_iterator container Const iterator used to iterate over a table -// reverse_iterator reversible Iterator used to iterate backwards over -// container a sparsetable -// const_reverse_iterator reversible container Guess -// nonempty_iterator [+] sparsetable Iterates over assigned -// array elements only -// const_nonempty_iterator sparsetable Iterates over assigned -// array elements only -// reverse_nonempty_iterator sparsetable Iterates backwards over -// assigned array elements only -// const_reverse_nonempty_iterator sparsetable Iterates backwards over -// assigned array elements only -// -// [*] All iterators are const in a sparsetable (though nonempty_iterators -// may not be). Use get() and set() to assign values, not iterators. -// -// [+] iterators are random-access iterators. nonempty_iterators are -// bidirectional iterators. - -// Iterator members -// MEMBER WHERE DEFINED DESCRIPTION -// -// iterator begin() container An iterator to the beginning of the table -// iterator end() container An iterator to the end of the table -// const_iterator container A const_iterator pointing to the -// begin() const beginning of a sparsetable -// const_iterator container A const_iterator pointing to the -// end() const end of a sparsetable -// -// reverse_iterator reversable Points to beginning of a reversed -// rbegin() container sparsetable -// reverse_iterator reversable Points to end of a reversed table -// rend() container -// const_reverse_iterator reversable Points to beginning of a -// rbegin() const container reversed sparsetable -// const_reverse_iterator reversable Points to end of a reversed table -// rend() const container -// -// nonempty_iterator sparsetable Points to first assigned element -// begin() of a sparsetable -// nonempty_iterator sparsetable Points past last assigned element -// end() of a sparsetable -// const_nonempty_iterator sparsetable Points to first assigned element -// begin() const of a sparsetable -// const_nonempty_iterator sparsetable Points past last assigned element -// end() const of a sparsetable -// -// reverse_nonempty_iterator sparsetable Points to first assigned element -// begin() of a reversed sparsetable -// reverse_nonempty_iterator sparsetable Points past last assigned element -// end() of a reversed sparsetable -// const_reverse_nonempty_iterator sparsetable Points to first assigned -// begin() const elt of a reversed sparsetable -// const_reverse_nonempty_iterator sparsetable Points past last assigned -// end() const elt of a reversed sparsetable -// -// -// Other members -// MEMBER WHERE DEFINED DESCRIPTION -// sparsetable() sparsetable A table of size 0; must resize() -// before using. -// sparsetable(size_type size) sparsetable A table of size size. All -// indices are unassigned. -// sparsetable( -// const sparsetable &tbl) sparsetable Copy constructor -// ~sparsetable() sparsetable The destructor -// sparsetable &operator=( sparsetable The assignment operator -// const sparsetable &tbl) -// -// void resize(size_type size) sparsetable Grow or shrink a table to -// have size indices [*] -// -// void swap(sparsetable &x) sparsetable Swap two sparsetables -// void swap(sparsetable &x, sparsetable Swap two sparsetables -// sparsetable &y) (global, not member, function) -// -// size_type size() const sparsetable Number of "buckets" in the table -// size_type max_size() const sparsetable Max allowed size of a sparsetable -// bool empty() const sparsetable true if size() == 0 -// size_type num_nonempty() const sparsetable Number of assigned "buckets" -// -// const_reference get( sparsetable Value at index i, or default -// size_type i) const value if i is unassigned -// const_reference operator[]( sparsetable Identical to get(i) [+] -// difference_type i) const -// reference set(size_type i, sparsetable Set element at index i to -// const_reference val) be a copy of val -// bool test(size_type i) sparsetable True if element at index i -// const has been assigned to -// bool test(iterator pos) sparsetable True if element pointed to -// const by pos has been assigned to -// void erase(iterator pos) sparsetable Set element pointed to by -// pos to be unassigned [!] -// void erase(size_type i) sparsetable Set element i to be unassigned -// void erase(iterator start, sparsetable Erases all elements between -// iterator end) start and end -// void clear() sparsetable Erases all elements in the table -// -// I/O versions exist for both FILE* and for File* (Google2-style files): -// bool write_metadata(FILE *fp) sparsetable Writes a sparsetable to the -// bool write_metadata(File *fp) given file. true if write -// completes successfully -// bool read_metadata(FILE *fp) sparsetable Replaces sparsetable with -// bool read_metadata(File *fp) version read from fp. true -// if read completes sucessfully -// bool write_nopointer_data(FILE *fp) Read/write the data stored in -// bool read_nopointer_data(FILE*fp) the table, if it's simple -// -// bool operator==( forward Tests two tables for equality. -// const sparsetable &t1, container This is a global function, -// const sparsetable &t2) not a member function. -// bool operator<( forward Lexicographical comparison. -// const sparsetable &t1, container This is a global function, -// const sparsetable &t2) not a member function. -// -// [*] If you shrink a sparsetable using resize(), assigned elements -// past the end of the table are removed using erase(). If you grow -// a sparsetable, new unassigned indices are created. -// -// [+] Note that operator[] returns a const reference. You must use -// set() to change the value of a table element. -// -// [!] Unassignment also calls the destructor. -// -// Iterators are invalidated whenever an item is inserted or -// deleted (ie set() or erase() is used) or when the size of -// the table changes (ie resize() or clear() is used). -// -// See doc/sparsetable.html for more information about how to use this class. - -// Note: this uses STL style for naming, rather than Google naming. -// That's because this is an STL-y container - -#ifndef UTIL_GTL_SPARSETABLE_H_ -#define UTIL_GTL_SPARSETABLE_H_ - -#include -#include // for malloc/free -#include // to read/write tables -#include // for memcpy -#ifdef HAVE_STDINT_H -#include // the normal place uint16_t is defined -#endif -#ifdef HAVE_SYS_TYPES_H -#include // the normal place u_int16_t is defined -#endif -#ifdef HAVE_INTTYPES_H -#include // a third place for uint16_t or u_int16_t -#endif -#include // for bounds checking -#include // to define reverse_iterator for me -#include // equal, lexicographical_compare, swap,... -#include // uninitialized_copy, uninitialized_fill -#include // a sparsetable is a vector of groups -#include -#include -#include - -// A lot of work to get a type that's guaranteed to be 16 bits... -#ifndef HAVE_U_INT16_T -# if defined HAVE_UINT16_T - typedef uint16_t u_int16_t; // true on solaris, possibly other C99 libc's -# elif defined HAVE___UINT16 - typedef __int16 int16_t; // true on vc++7 - typedef unsigned __int16 u_int16_t; -# else - // Cannot find a 16-bit integer type. Hoping for the best with "short"... - typedef short int int16_t; - typedef unsigned short int u_int16_t; -# endif -#endif - -_START_GOOGLE_NAMESPACE_ - -namespace base { // just to make google->opensource transition easier -using GOOGLE_NAMESPACE::true_type; -using GOOGLE_NAMESPACE::false_type; -using GOOGLE_NAMESPACE::integral_constant; -using GOOGLE_NAMESPACE::has_trivial_copy; -using GOOGLE_NAMESPACE::has_trivial_destructor; -using GOOGLE_NAMESPACE::is_same; -} - - -// The smaller this is, the faster lookup is (because the group bitmap is -// smaller) and the faster insert is, because there's less to move. -// On the other hand, there are more groups. Since group::size_type is -// a short, this number should be of the form 32*x + 16 to avoid waste. -static const u_int16_t DEFAULT_SPARSEGROUP_SIZE = 48; // fits in 1.5 words - - -// Our iterator as simple as iterators can be: basically it's just -// the index into our table. Dereference, the only complicated -// thing, we punt to the table class. This just goes to show how -// much machinery STL requires to do even the most trivial tasks. -// -// A NOTE ON ASSIGNING: -// A sparse table does not actually allocate memory for entries -// that are not filled. Because of this, it becomes complicated -// to have a non-const iterator: we don't know, if the iterator points -// to a not-filled bucket, whether you plan to fill it with something -// or whether you plan to read its value (in which case you'll get -// the default bucket value). Therefore, while we can define const -// operations in a pretty 'normal' way, for non-const operations, we -// define something that returns a helper object with operator= and -// operator& that allocate a bucket lazily. We use this for table[] -// and also for regular table iterators. - -template -class table_element_adaptor { - public: - typedef typename tabletype::value_type value_type; - typedef typename tabletype::size_type size_type; - typedef typename tabletype::reference reference; - typedef typename tabletype::pointer pointer; - - table_element_adaptor(tabletype *tbl, size_type p) - : table(tbl), pos(p) { } - table_element_adaptor& operator= (const value_type &val) { - table->set(pos, val); - return *this; - } - operator value_type() { return table->get(pos); } // we look like a value - pointer operator& () { return &table->mutating_get(pos); } - - private: - tabletype* table; - size_type pos; -}; - -// Our iterator as simple as iterators can be: basically it's just -// the index into our table. Dereference, the only complicated -// thing, we punt to the table class. This just goes to show how -// much machinery STL requires to do even the most trivial tasks. -// -// By templatizing over tabletype, we have one iterator type which -// we can use for both sparsetables and sparsebins. In fact it -// works on any class that allows size() and operator[] (eg vector), -// as long as it does the standard STL typedefs too (eg value_type). - -template -class table_iterator { - public: - typedef table_iterator iterator; - - typedef std::random_access_iterator_tag iterator_category; - typedef typename tabletype::value_type value_type; - typedef typename tabletype::difference_type difference_type; - typedef typename tabletype::size_type size_type; - typedef table_element_adaptor reference; - typedef table_element_adaptor* pointer; - - // The "real" constructor - table_iterator(tabletype *tbl, size_type p) - : table(tbl), pos(p) { } - // The default constructor, used when I define vars of type table::iterator - table_iterator() : table(NULL), pos(0) { } - // The copy constructor, for when I say table::iterator foo = tbl.begin() - // The default destructor is fine; we don't define one - // The default operator= is fine; we don't define one - - // The main thing our iterator does is dereference. If the table entry - // we point to is empty, we return the default value type. - // This is the big different function from the const iterator. - reference operator*() { - return table_element_adaptor(table, pos); - } - pointer operator->() { return &(operator*()); } - - // Helper function to assert things are ok; eg pos is still in range - void check() const { - assert(table); - assert(pos <= table->size()); - } - - // Arithmetic: we just do arithmetic on pos. We don't even need to - // do bounds checking, since STL doesn't consider that its job. :-) - iterator& operator+=(size_type t) { pos += t; check(); return *this; } - iterator& operator-=(size_type t) { pos -= t; check(); return *this; } - iterator& operator++() { ++pos; check(); return *this; } - iterator& operator--() { --pos; check(); return *this; } - iterator operator++(int) { iterator tmp(*this); // for x++ - ++pos; check(); return tmp; } - iterator operator--(int) { iterator tmp(*this); // for x-- - --pos; check(); return tmp; } - iterator operator+(difference_type i) const { iterator tmp(*this); - tmp += i; return tmp; } - iterator operator-(difference_type i) const { iterator tmp(*this); - tmp -= i; return tmp; } - difference_type operator-(iterator it) const { // for "x = it2 - it" - assert(table == it.table); - return pos - it.pos; - } - reference operator[](difference_type n) const { - return *(*this + n); // simple though not totally efficient - } - - // Comparisons. - bool operator==(const iterator& it) const { - return table == it.table && pos == it.pos; - } - bool operator<(const iterator& it) const { - assert(table == it.table); // life is bad bad bad otherwise - return pos < it.pos; - } - bool operator!=(const iterator& it) const { return !(*this == it); } - bool operator<=(const iterator& it) const { return !(it < *this); } - bool operator>(const iterator& it) const { return it < *this; } - bool operator>=(const iterator& it) const { return !(*this < it); } - - // Here's the info we actually need to be an iterator - tabletype *table; // so we can dereference and bounds-check - size_type pos; // index into the table -}; - -// support for "3 + iterator" has to be defined outside the class, alas -template -table_iterator operator+(typename table_iterator::difference_type i, - table_iterator it) { - return it + i; // so people can say it2 = 3 + it -} - -template -class const_table_iterator { - public: - typedef table_iterator iterator; - typedef const_table_iterator const_iterator; - - typedef std::random_access_iterator_tag iterator_category; - typedef typename tabletype::value_type value_type; - typedef typename tabletype::difference_type difference_type; - typedef typename tabletype::size_type size_type; - typedef typename tabletype::const_reference reference; // we're const-only - typedef typename tabletype::const_pointer pointer; - - // The "real" constructor - const_table_iterator(const tabletype *tbl, size_type p) - : table(tbl), pos(p) { } - // The default constructor, used when I define vars of type table::iterator - const_table_iterator() : table(NULL), pos(0) { } - // The copy constructor, for when I say table::iterator foo = tbl.begin() - // Also converts normal iterators to const iterators - const_table_iterator(const iterator &from) - : table(from.table), pos(from.pos) { } - // The default destructor is fine; we don't define one - // The default operator= is fine; we don't define one - - // The main thing our iterator does is dereference. If the table entry - // we point to is empty, we return the default value type. - reference operator*() const { return (*table)[pos]; } - pointer operator->() const { return &(operator*()); } - - // Helper function to assert things are ok; eg pos is still in range - void check() const { - assert(table); - assert(pos <= table->size()); - } - - // Arithmetic: we just do arithmetic on pos. We don't even need to - // do bounds checking, since STL doesn't consider that its job. :-) - const_iterator& operator+=(size_type t) { pos += t; check(); return *this; } - const_iterator& operator-=(size_type t) { pos -= t; check(); return *this; } - const_iterator& operator++() { ++pos; check(); return *this; } - const_iterator& operator--() { --pos; check(); return *this; } - const_iterator operator++(int) { const_iterator tmp(*this); // for x++ - ++pos; check(); return tmp; } - const_iterator operator--(int) { const_iterator tmp(*this); // for x-- - --pos; check(); return tmp; } - const_iterator operator+(difference_type i) const { const_iterator tmp(*this); - tmp += i; return tmp; } - const_iterator operator-(difference_type i) const { const_iterator tmp(*this); - tmp -= i; return tmp; } - difference_type operator-(const_iterator it) const { // for "x = it2 - it" - assert(table == it.table); - return pos - it.pos; - } - reference operator[](difference_type n) const { - return *(*this + n); // simple though not totally efficient - } - - // Comparisons. - bool operator==(const const_iterator& it) const { - return table == it.table && pos == it.pos; - } - bool operator<(const const_iterator& it) const { - assert(table == it.table); // life is bad bad bad otherwise - return pos < it.pos; - } - bool operator!=(const const_iterator& it) const { return !(*this == it); } - bool operator<=(const const_iterator& it) const { return !(it < *this); } - bool operator>(const const_iterator& it) const { return it < *this; } - bool operator>=(const const_iterator& it) const { return !(*this < it); } - - // Here's the info we actually need to be an iterator - const tabletype *table; // so we can dereference and bounds-check - size_type pos; // index into the table -}; - -// support for "3 + iterator" has to be defined outside the class, alas -template -const_table_iterator operator+(typename - const_table_iterator::difference_type i, - const_table_iterator it) { - return it + i; // so people can say it2 = 3 + it -} - - -// --------------------------------------------------------------------------- - - -/* -// This is a 2-D iterator. You specify a begin and end over a list -// of *containers*. We iterate over each container by iterating over -// it. It's actually simple: -// VECTOR.begin() VECTOR[0].begin() --------> VECTOR[0].end() ---, -// | ________________________________________________/ -// | \_> VECTOR[1].begin() --------> VECTOR[1].end() -, -// | ___________________________________________________/ -// v \_> ...... -// VECTOR.end() -// -// It's impossible to do random access on one of these things in constant -// time, so it's just a bidirectional iterator. -// -// Unfortunately, because we need to use this for a non-empty iterator, -// we use nonempty_begin() and nonempty_end() instead of begin() and end() -// (though only going across, not down). -*/ - -#define TWOD_BEGIN_ nonempty_begin -#define TWOD_END_ nonempty_end -#define TWOD_ITER_ nonempty_iterator -#define TWOD_CONST_ITER_ const_nonempty_iterator - -template -class two_d_iterator { - public: - typedef two_d_iterator iterator; - - typedef std::bidirectional_iterator_tag iterator_category; - // apparently some versions of VC++ have trouble with two ::'s in a typename - typedef typename containertype::value_type _tmp_vt; - typedef typename _tmp_vt::value_type value_type; - typedef typename _tmp_vt::difference_type difference_type; - typedef typename _tmp_vt::reference reference; - typedef typename _tmp_vt::pointer pointer; - - // The "real" constructor. begin and end specify how many rows we have - // (in the diagram above); we always iterate over each row completely. - two_d_iterator(typename containertype::iterator begin, - typename containertype::iterator end, - typename containertype::iterator curr) - : row_begin(begin), row_end(end), row_current(curr), col_current() { - if ( row_current != row_end ) { - col_current = row_current->TWOD_BEGIN_(); - advance_past_end(); // in case cur->begin() == cur->end() - } - } - // If you want to start at an arbitrary place, you can, I guess - two_d_iterator(typename containertype::iterator begin, - typename containertype::iterator end, - typename containertype::iterator curr, - typename containertype::value_type::TWOD_ITER_ col) - : row_begin(begin), row_end(end), row_current(curr), col_current(col) { - advance_past_end(); // in case cur->begin() == cur->end() - } - // The default constructor, used when I define vars of type table::iterator - two_d_iterator() : row_begin(), row_end(), row_current(), col_current() { } - // The default destructor is fine; we don't define one - // The default operator= is fine; we don't define one - - // Happy dereferencer - reference operator*() const { return *col_current; } - pointer operator->() const { return &(operator*()); } - - // Arithmetic: we just do arithmetic on pos. We don't even need to - // do bounds checking, since STL doesn't consider that its job. :-) - // NOTE: this is not amortized constant time! What do we do about it? - void advance_past_end() { // used when col_current points to end() - while ( col_current == row_current->TWOD_END_() ) { // end of current row - ++row_current; // go to beginning of next - if ( row_current != row_end ) // col is irrelevant at end - col_current = row_current->TWOD_BEGIN_(); - else - break; // don't go past row_end - } - } - - iterator& operator++() { - assert(row_current != row_end); // how to ++ from there? - ++col_current; - advance_past_end(); // in case col_current is at end() - return *this; - } - iterator& operator--() { - while ( row_current == row_end || - col_current == row_current->TWOD_BEGIN_() ) { - assert(row_current != row_begin); - --row_current; - col_current = row_current->TWOD_END_(); // this is 1 too far - } - --col_current; - return *this; - } - iterator operator++(int) { iterator tmp(*this); ++*this; return tmp; } - iterator operator--(int) { iterator tmp(*this); --*this; return tmp; } - - - // Comparisons. - bool operator==(const iterator& it) const { - return ( row_begin == it.row_begin && - row_end == it.row_end && - row_current == it.row_current && - (row_current == row_end || col_current == it.col_current) ); - } - bool operator!=(const iterator& it) const { return !(*this == it); } - - - // Here's the info we actually need to be an iterator - // These need to be public so we convert from iterator to const_iterator - typename containertype::iterator row_begin, row_end, row_current; - typename containertype::value_type::TWOD_ITER_ col_current; -}; - -// The same thing again, but this time const. :-( -template -class const_two_d_iterator { - public: - typedef const_two_d_iterator iterator; - - typedef std::bidirectional_iterator_tag iterator_category; - // apparently some versions of VC++ have trouble with two ::'s in a typename - typedef typename containertype::value_type _tmp_vt; - typedef typename _tmp_vt::value_type value_type; - typedef typename _tmp_vt::difference_type difference_type; - typedef typename _tmp_vt::const_reference reference; - typedef typename _tmp_vt::const_pointer pointer; - - const_two_d_iterator(typename containertype::const_iterator begin, - typename containertype::const_iterator end, - typename containertype::const_iterator curr) - : row_begin(begin), row_end(end), row_current(curr), col_current() { - if ( curr != end ) { - col_current = curr->TWOD_BEGIN_(); - advance_past_end(); // in case cur->begin() == cur->end() - } - } - const_two_d_iterator(typename containertype::const_iterator begin, - typename containertype::const_iterator end, - typename containertype::const_iterator curr, - typename containertype::value_type::TWOD_CONST_ITER_ col) - : row_begin(begin), row_end(end), row_current(curr), col_current(col) { - advance_past_end(); // in case cur->begin() == cur->end() - } - const_two_d_iterator() - : row_begin(), row_end(), row_current(), col_current() { - } - // Need this explicitly so we can convert normal iterators to const iterators - const_two_d_iterator(const two_d_iterator& it) : - row_begin(it.row_begin), row_end(it.row_end), row_current(it.row_current), - col_current(it.col_current) { } - - typename containertype::const_iterator row_begin, row_end, row_current; - typename containertype::value_type::TWOD_CONST_ITER_ col_current; - - - // EVERYTHING FROM HERE DOWN IS THE SAME AS THE NON-CONST ITERATOR - reference operator*() const { return *col_current; } - pointer operator->() const { return &(operator*()); } - - void advance_past_end() { // used when col_current points to end() - while ( col_current == row_current->TWOD_END_() ) { // end of current row - ++row_current; // go to beginning of next - if ( row_current != row_end ) // col is irrelevant at end - col_current = row_current->TWOD_BEGIN_(); - else - break; // don't go past row_end - } - } - iterator& operator++() { - assert(row_current != row_end); // how to ++ from there? - ++col_current; - advance_past_end(); // in case col_current is at end() - return *this; - } - iterator& operator--() { - while ( row_current == row_end || - col_current == row_current->TWOD_BEGIN_() ) { - assert(row_current != row_begin); - --row_current; - col_current = row_current->TWOD_END_(); // this is 1 too far - } - --col_current; - return *this; - } - iterator operator++(int) { iterator tmp(*this); ++*this; return tmp; } - iterator operator--(int) { iterator tmp(*this); --*this; return tmp; } - - bool operator==(const iterator& it) const { - return ( row_begin == it.row_begin && - row_end == it.row_end && - row_current == it.row_current && - (row_current == row_end || col_current == it.col_current) ); - } - bool operator!=(const iterator& it) const { return !(*this == it); } -}; - -// We provide yet another version, to be as frugal with memory as -// possible. This one frees each block of memory as it finishes -// iterating over it. By the end, the entire table is freed. -// For understandable reasons, you can only iterate over it once, -// which is why it's an input iterator -template -class destructive_two_d_iterator { - public: - typedef destructive_two_d_iterator iterator; - - typedef std::input_iterator_tag iterator_category; - // apparently some versions of VC++ have trouble with two ::'s in a typename - typedef typename containertype::value_type _tmp_vt; - typedef typename _tmp_vt::value_type value_type; - typedef typename _tmp_vt::difference_type difference_type; - typedef typename _tmp_vt::reference reference; - typedef typename _tmp_vt::pointer pointer; - - destructive_two_d_iterator(typename containertype::iterator begin, - typename containertype::iterator end, - typename containertype::iterator curr) - : row_begin(begin), row_end(end), row_current(curr), col_current() { - if ( curr != end ) { - col_current = curr->TWOD_BEGIN_(); - advance_past_end(); // in case cur->begin() == cur->end() - } - } - destructive_two_d_iterator(typename containertype::iterator begin, - typename containertype::iterator end, - typename containertype::iterator curr, - typename containertype::value_type::TWOD_ITER_ col) - : row_begin(begin), row_end(end), row_current(curr), col_current(col) { - advance_past_end(); // in case cur->begin() == cur->end() - } - destructive_two_d_iterator() - : row_begin(), row_end(), row_current(), col_current() { - } - - typename containertype::iterator row_begin, row_end, row_current; - typename containertype::value_type::TWOD_ITER_ col_current; - - // This is the part that destroys - void advance_past_end() { // used when col_current points to end() - while ( col_current == row_current->TWOD_END_() ) { // end of current row - row_current->clear(); // the destructive part - // It would be nice if we could decrement sparsetable->num_buckets here - ++row_current; // go to beginning of next - if ( row_current != row_end ) // col is irrelevant at end - col_current = row_current->TWOD_BEGIN_(); - else - break; // don't go past row_end - } - } - - // EVERYTHING FROM HERE DOWN IS THE SAME AS THE REGULAR ITERATOR - reference operator*() const { return *col_current; } - pointer operator->() const { return &(operator*()); } - - iterator& operator++() { - assert(row_current != row_end); // how to ++ from there? - ++col_current; - advance_past_end(); // in case col_current is at end() - return *this; - } - iterator operator++(int) { iterator tmp(*this); ++*this; return tmp; } - - bool operator==(const iterator& it) const { - return ( row_begin == it.row_begin && - row_end == it.row_end && - row_current == it.row_current && - (row_current == row_end || col_current == it.col_current) ); - } - bool operator!=(const iterator& it) const { return !(*this == it); } -}; - -#undef TWOD_BEGIN_ -#undef TWOD_END_ -#undef TWOD_ITER_ -#undef TWOD_CONST_ITER_ - - - - -// SPARSE-TABLE -// ------------ -// The idea is that a table with (logically) t buckets is divided -// into t/M *groups* of M buckets each. (M is a constant set in -// GROUP_SIZE for efficiency.) Each group is stored sparsely. -// Thus, inserting into the table causes some array to grow, which is -// slow but still constant time. Lookup involves doing a -// logical-position-to-sparse-position lookup, which is also slow but -// constant time. The larger M is, the slower these operations are -// but the less overhead (slightly). -// -// To store the sparse array, we store a bitmap B, where B[i] = 1 iff -// bucket i is non-empty. Then to look up bucket i we really look up -// array[# of 1s before i in B]. This is constant time for fixed M. -// -// Terminology: the position of an item in the overall table (from -// 1 .. t) is called its "location." The logical position in a group -// (from 1 .. M ) is called its "position." The actual location in -// the array (from 1 .. # of non-empty buckets in the group) is -// called its "offset." - -template -class sparsegroup { - private: - typedef typename Alloc::template rebind::other value_alloc_type; - - public: - // Basic types - typedef T value_type; - typedef Alloc allocator_type; - typedef typename value_alloc_type::reference reference; - typedef typename value_alloc_type::const_reference const_reference; - typedef typename value_alloc_type::pointer pointer; - typedef typename value_alloc_type::const_pointer const_pointer; - - typedef table_iterator > iterator; - typedef const_table_iterator > - const_iterator; - typedef table_element_adaptor > - element_adaptor; - typedef u_int16_t size_type; // max # of buckets - typedef int16_t difference_type; - typedef std::reverse_iterator const_reverse_iterator; - typedef std::reverse_iterator reverse_iterator; // from iterator.h - - // These are our special iterators, that go over non-empty buckets in a - // group. These aren't const-only because you can change non-empty bcks. - typedef pointer nonempty_iterator; - typedef const_pointer const_nonempty_iterator; - typedef std::reverse_iterator reverse_nonempty_iterator; - typedef std::reverse_iterator const_reverse_nonempty_iterator; - - // Iterator functions - iterator begin() { return iterator(this, 0); } - const_iterator begin() const { return const_iterator(this, 0); } - iterator end() { return iterator(this, size()); } - const_iterator end() const { return const_iterator(this, size()); } - reverse_iterator rbegin() { return reverse_iterator(end()); } - const_reverse_iterator rbegin() const { return const_reverse_iterator(end()); } - reverse_iterator rend() { return reverse_iterator(begin()); } - const_reverse_iterator rend() const { return const_reverse_iterator(begin()); } - - // We'll have versions for our special non-empty iterator too - nonempty_iterator nonempty_begin() { return group; } - const_nonempty_iterator nonempty_begin() const { return group; } - nonempty_iterator nonempty_end() { - return group + settings.num_buckets; - } - const_nonempty_iterator nonempty_end() const { - return group + settings.num_buckets; - } - reverse_nonempty_iterator nonempty_rbegin() { - return reverse_nonempty_iterator(nonempty_end()); - } - const_reverse_nonempty_iterator nonempty_rbegin() const { - return const_reverse_nonempty_iterator(nonempty_end()); - } - reverse_nonempty_iterator nonempty_rend() { - return reverse_nonempty_iterator(nonempty_begin()); - } - const_reverse_nonempty_iterator nonempty_rend() const { - return const_reverse_nonempty_iterator(nonempty_begin()); - } - - - // This gives us the "default" value to return for an empty bucket. - // We just use the default constructor on T, the template type - const_reference default_value() const { - static value_type defaultval = value_type(); - return defaultval; - } - - - private: - // We need to do all this bit manipulation, of course. ick - static size_type charbit(size_type i) { return i >> 3; } - static size_type modbit(size_type i) { return 1 << (i&7); } - int bmtest(size_type i) const { return bitmap[charbit(i)] & modbit(i); } - void bmset(size_type i) { bitmap[charbit(i)] |= modbit(i); } - void bmclear(size_type i) { bitmap[charbit(i)] &= ~modbit(i); } - - pointer allocate_group(size_type n) { - pointer retval = settings.allocate(n); - if (retval == NULL) { - // We really should use PRIuS here, but I don't want to have to add - // a whole new configure option, with concomitant macro namespace - // pollution, just to print this (unlikely) error message. So I cast. - fprintf(stderr, "sparsehash FATAL ERROR: failed to allocate %lu groups\n", - static_cast(n)); - exit(1); - } - return retval; - } - - void free_group() { - if (!group) return; - pointer end_it = group + settings.num_buckets; - for (pointer p = group; p != end_it; ++p) - p->~value_type(); - settings.deallocate(group, settings.num_buckets); - group = NULL; - } - - static size_type bits_in_char(unsigned char c) { - // We could make these ints. The tradeoff is size (eg does it overwhelm - // the cache?) vs efficiency in referencing sub-word-sized array elements. - static const char bits_in[256] = { - 0, 1, 1, 2, 1, 2, 2, 3, 1, 2, 2, 3, 2, 3, 3, 4, - 1, 2, 2, 3, 2, 3, 3, 4, 2, 3, 3, 4, 3, 4, 4, 5, - 1, 2, 2, 3, 2, 3, 3, 4, 2, 3, 3, 4, 3, 4, 4, 5, - 2, 3, 3, 4, 3, 4, 4, 5, 3, 4, 4, 5, 4, 5, 5, 6, - 1, 2, 2, 3, 2, 3, 3, 4, 2, 3, 3, 4, 3, 4, 4, 5, - 2, 3, 3, 4, 3, 4, 4, 5, 3, 4, 4, 5, 4, 5, 5, 6, - 2, 3, 3, 4, 3, 4, 4, 5, 3, 4, 4, 5, 4, 5, 5, 6, - 3, 4, 4, 5, 4, 5, 5, 6, 4, 5, 5, 6, 5, 6, 6, 7, - 1, 2, 2, 3, 2, 3, 3, 4, 2, 3, 3, 4, 3, 4, 4, 5, - 2, 3, 3, 4, 3, 4, 4, 5, 3, 4, 4, 5, 4, 5, 5, 6, - 2, 3, 3, 4, 3, 4, 4, 5, 3, 4, 4, 5, 4, 5, 5, 6, - 3, 4, 4, 5, 4, 5, 5, 6, 4, 5, 5, 6, 5, 6, 6, 7, - 2, 3, 3, 4, 3, 4, 4, 5, 3, 4, 4, 5, 4, 5, 5, 6, - 3, 4, 4, 5, 4, 5, 5, 6, 4, 5, 5, 6, 5, 6, 6, 7, - 3, 4, 4, 5, 4, 5, 5, 6, 4, 5, 5, 6, 5, 6, 6, 7, - 4, 5, 5, 6, 5, 6, 6, 7, 5, 6, 6, 7, 6, 7, 7, 8, - }; - return bits_in[c]; - } - - public: // get_iter() in sparsetable needs it - // We need a small function that tells us how many set bits there are - // in positions 0..i-1 of the bitmap. It uses a big table. - // We make it static so templates don't allocate lots of these tables. - // There are lots of ways to do this calculation (called 'popcount'). - // The 8-bit table lookup is one of the fastest, though this - // implementation suffers from not doing any loop unrolling. See, eg, - // http://www.dalkescientific.com/writings/diary/archive/2008/07/03/hakmem_and_other_popcounts.html - // http://gurmeetsingh.wordpress.com/2008/08/05/fast-bit-counting-routines/ - static size_type pos_to_offset(const unsigned char *bm, size_type pos) { - size_type retval = 0; - - // [Note: condition pos > 8 is an optimization; convince yourself we - // give exactly the same result as if we had pos >= 8 here instead.] - for ( ; pos > 8; pos -= 8 ) // bm[0..pos/8-1] - retval += bits_in_char(*bm++); // chars we want *all* bits in - return retval + bits_in_char(*bm & ((1 << pos)-1)); // char including pos - } - - size_type pos_to_offset(size_type pos) const { // not static but still const - return pos_to_offset(bitmap, pos); - } - - // Returns the (logical) position in the bm[] array, i, such that - // bm[i] is the offset-th set bit in the array. It is the inverse - // of pos_to_offset. get_pos() uses this function to find the index - // of an nonempty_iterator in the table. Bit-twiddling from - // http://hackersdelight.org/basics.pdf - static size_type offset_to_pos(const unsigned char *bm, size_type offset) { - size_type retval = 0; - // This is sizeof(this->bitmap). - const size_type group_size = (GROUP_SIZE-1) / 8 + 1; - for (size_type i = 0; i < group_size; i++) { // forward scan - const size_type pop_count = bits_in_char(*bm); - if (pop_count > offset) { - unsigned char last_bm = *bm; - for (; offset > 0; offset--) { - last_bm &= (last_bm-1); // remove right-most set bit - } - // Clear all bits to the left of the rightmost bit (the &), - // and then clear the rightmost bit but set all bits to the - // right of it (the -1). - last_bm = (last_bm & -last_bm) - 1; - retval += bits_in_char(last_bm); - return retval; - } - offset -= pop_count; - retval += 8; - bm++; - } - return retval; - } - - size_type offset_to_pos(size_type offset) const { - return offset_to_pos(bitmap, offset); - } - - - public: - // Constructors -- default and copy -- and destructor - explicit sparsegroup(allocator_type& a) : - group(0), settings(alloc_impl(a)) { - memset(bitmap, 0, sizeof(bitmap)); - } - sparsegroup(const sparsegroup& x) : group(0), settings(x.settings) { - if ( settings.num_buckets ) { - group = allocate_group(x.settings.num_buckets); - std::uninitialized_copy(x.group, x.group + x.settings.num_buckets, group); - } - memcpy(bitmap, x.bitmap, sizeof(bitmap)); - } - ~sparsegroup() { free_group(); } - - // Operator= is just like the copy constructor, I guess - // TODO(austern): Make this exception safe. Handle exceptions in value_type's - // copy constructor. - sparsegroup &operator=(const sparsegroup& x) { - if ( &x == this ) return *this; // x = x - if ( x.settings.num_buckets == 0 ) { - free_group(); - } else { - pointer p = allocate_group(x.settings.num_buckets); - std::uninitialized_copy(x.group, x.group + x.settings.num_buckets, p); - free_group(); - group = p; - } - memcpy(bitmap, x.bitmap, sizeof(bitmap)); - settings.num_buckets = x.settings.num_buckets; - return *this; - } - - // Many STL algorithms use swap instead of copy constructors - void swap(sparsegroup& x) { - std::swap(group, x.group); // defined in - for ( int i = 0; i < sizeof(bitmap) / sizeof(*bitmap); ++i ) - std::swap(bitmap[i], x.bitmap[i]); // swap not defined on arrays - std::swap(settings.num_buckets, x.settings.num_buckets); - // we purposefully don't swap the allocator, which may not be swap-able - } - - // It's always nice to be able to clear a table without deallocating it - void clear() { - free_group(); - memset(bitmap, 0, sizeof(bitmap)); - settings.num_buckets = 0; - } - - // Functions that tell you about size. Alas, these aren't so useful - // because our table is always fixed size. - size_type size() const { return GROUP_SIZE; } - size_type max_size() const { return GROUP_SIZE; } - bool empty() const { return false; } - // We also may want to know how many *used* buckets there are - size_type num_nonempty() const { return settings.num_buckets; } - - - // get()/set() are explicitly const/non-const. You can use [] if - // you want something that can be either (potentially more expensive). - const_reference get(size_type i) const { - if ( bmtest(i) ) // bucket i is occupied - return group[pos_to_offset(bitmap, i)]; - else - return default_value(); // return the default reference - } - - // TODO(csilvers): make protected + friend - // This is used by sparse_hashtable to get an element from the table - // when we know it exists. - const_reference unsafe_get(size_type i) const { - assert(bmtest(i)); - return group[pos_to_offset(bitmap, i)]; - } - - // TODO(csilvers): make protected + friend - reference mutating_get(size_type i) { // fills bucket i before getting - if ( !bmtest(i) ) - set(i, default_value()); - return group[pos_to_offset(bitmap, i)]; - } - - // Syntactic sugar. It's easy to return a const reference. To - // return a non-const reference, we need to use the assigner adaptor. - const_reference operator[](size_type i) const { - return get(i); - } - - element_adaptor operator[](size_type i) { - return element_adaptor(this, i); - } - - private: - // Create space at group[offset], assuming value_type has trivial - // copy constructor and destructor, and the allocator_type is - // the default libc_allocator_with_alloc. (Really, we want it to have - // "trivial move", because that's what realloc and memmove both do. - // But there's no way to capture that using type_traits, so we - // pretend that move(x, y) is equivalent to "x.~T(); new(x) T(y);" - // which is pretty much correct, if a bit conservative.) - void set_aux(size_type offset, base::true_type) { - group = settings.realloc_or_die(group, settings.num_buckets+1); - // This is equivalent to memmove(), but faster on my Intel P4, - // at least with gcc4.1 -O2 / glibc 2.3.6. - for (size_type i = settings.num_buckets; i > offset; --i) - memcpy(group + i, group + i-1, sizeof(*group)); - } - - // Create space at group[offset], without special assumptions about value_type - // and allocator_type. - void set_aux(size_type offset, base::false_type) { - // This is valid because 0 <= offset <= num_buckets - pointer p = allocate_group(settings.num_buckets + 1); - std::uninitialized_copy(group, group + offset, p); - std::uninitialized_copy(group + offset, group + settings.num_buckets, - p + offset + 1); - free_group(); - group = p; - } - - public: - // This returns a reference to the inserted item (which is a copy of val). - // TODO(austern): Make this exception safe: handle exceptions from - // value_type's copy constructor. - reference set(size_type i, const_reference val) { - size_type offset = pos_to_offset(bitmap, i); // where we'll find (or insert) - if ( bmtest(i) ) { - // Delete the old value, which we're replacing with the new one - group[offset].~value_type(); - } else { - typedef base::integral_constant::value && - base::has_trivial_destructor::value && - base::is_same< - allocator_type, - libc_allocator_with_realloc >::value)> - realloc_and_memmove_ok; // we pretend mv(x,y) == "x.~T(); new(x) T(y)" - set_aux(offset, realloc_and_memmove_ok()); - ++settings.num_buckets; - bmset(i); - } - // This does the actual inserting. Since we made the array using - // malloc, we use "placement new" to just call the constructor. - new(&group[offset]) value_type(val); - return group[offset]; - } - - // We let you see if a bucket is non-empty without retrieving it - bool test(size_type i) const { - return bmtest(i) != 0; - } - bool test(iterator pos) const { - return bmtest(pos.pos) != 0; - } - - private: - // Shrink the array, assuming value_type has trivial copy - // constructor and destructor, and the allocator_type is the default - // libc_allocator_with_alloc. (Really, we want it to have "trivial - // move", because that's what realloc and memmove both do. But - // there's no way to capture that using type_traits, so we pretend - // that move(x, y) is equivalent to ""x.~T(); new(x) T(y);" - // which is pretty much correct, if a bit conservative.) - void erase_aux(size_type offset, base::true_type) { - // This isn't technically necessary, since we know we have a - // trivial destructor, but is a cheap way to get a bit more safety. - group[offset].~value_type(); - // This is equivalent to memmove(), but faster on my Intel P4, - // at lesat with gcc4.1 -O2 / glibc 2.3.6. - assert(settings.num_buckets > 0); - for (size_type i = offset; i < settings.num_buckets-1; ++i) - memcpy(group + i, group + i+1, sizeof(*group)); // hopefully inlined! - group = settings.realloc_or_die(group, settings.num_buckets-1); - } - - // Shrink the array, without any special assumptions about value_type and - // allocator_type. - void erase_aux(size_type offset, base::false_type) { - // This is valid because 0 <= offset < num_buckets. Note the inequality. - pointer p = allocate_group(settings.num_buckets - 1); - std::uninitialized_copy(group, group + offset, p); - std::uninitialized_copy(group + offset + 1, group + settings.num_buckets, - p + offset); - free_group(); - group = p; - } - - public: - // This takes the specified elements out of the group. This is - // "undefining", rather than "clearing". - // TODO(austern): Make this exception safe: handle exceptions from - // value_type's copy constructor. - void erase(size_type i) { - if ( bmtest(i) ) { // trivial to erase empty bucket - size_type offset = pos_to_offset(bitmap,i); // where we'll find (or insert) - if ( settings.num_buckets == 1 ) { - free_group(); - group = NULL; - } else { - typedef base::integral_constant::value && - base::has_trivial_destructor::value && - base::is_same< - allocator_type, - libc_allocator_with_realloc >::value)> - realloc_and_memmove_ok; // pretend mv(x,y) == "x.~T(); new(x) T(y)" - erase_aux(offset, realloc_and_memmove_ok()); - } - --settings.num_buckets; - bmclear(i); - } - } - - void erase(iterator pos) { - erase(pos.pos); - } - - void erase(iterator start_it, iterator end_it) { - // This could be more efficient, but to do so we'd need to make - // bmclear() clear a range of indices. Doesn't seem worth it. - for ( ; start_it != end_it; ++start_it ) - erase(start_it); - } - - - // I/O - // We support reading and writing groups to disk. We don't store - // the actual array contents (which we don't know how to store), - // just the bitmap and size. Meant to be used with table I/O. - - template bool write_metadata(OUTPUT *fp) const { - // we explicitly set to u_int16_t - assert(sizeof(settings.num_buckets) == 2); - if ( !sparsehash_internal::write_bigendian_number(fp, settings.num_buckets, - 2) ) - return false; - if ( !sparsehash_internal::write_data(fp, bitmap, sizeof(bitmap)) ) - return false; - return true; - } - - // Reading destroys the old group contents! Returns true if all was ok. - template bool read_metadata(INPUT *fp) { - clear(); - if ( !sparsehash_internal::read_bigendian_number(fp, &settings.num_buckets, - 2) ) - return false; - if ( !sparsehash_internal::read_data(fp, bitmap, sizeof(bitmap)) ) - return false; - // We'll allocate the space, but we won't fill it: it will be - // left as uninitialized raw memory. - group = allocate_group(settings.num_buckets); - return true; - } - - // Again, only meaningful if value_type is a POD. - template bool read_nopointer_data(INPUT *fp) { - for ( nonempty_iterator it = nonempty_begin(); - it != nonempty_end(); ++it ) { - if ( !sparsehash_internal::read_data(fp, &(*it), sizeof(*it)) ) - return false; - } - return true; - } - - // If your keys and values are simple enough, we can write them - // to disk for you. "simple enough" means POD and no pointers. - // However, we don't try to normalize endianness. - template bool write_nopointer_data(OUTPUT *fp) const { - for ( const_nonempty_iterator it = nonempty_begin(); - it != nonempty_end(); ++it ) { - if ( !sparsehash_internal::write_data(fp, &(*it), sizeof(*it)) ) - return false; - } - return true; - } - - - // Comparisons. We only need to define == and < -- we get - // != > <= >= via relops.h (which we happily included above). - // Note the comparisons are pretty arbitrary: we compare - // values of the first index that isn't equal (using default - // value for empty buckets). - bool operator==(const sparsegroup& x) const { - return ( settings.num_buckets == x.settings.num_buckets && - memcmp(bitmap, x.bitmap, sizeof(bitmap)) == 0 && - std::equal(begin(), end(), x.begin()) ); // from - } - - bool operator<(const sparsegroup& x) const { // also from - return std::lexicographical_compare(begin(), end(), x.begin(), x.end()); - } - bool operator!=(const sparsegroup& x) const { return !(*this == x); } - bool operator<=(const sparsegroup& x) const { return !(x < *this); } - bool operator>(const sparsegroup& x) const { return x < *this; } - bool operator>=(const sparsegroup& x) const { return !(*this < x); } - - private: - template - class alloc_impl : public A { - public: - typedef typename A::pointer pointer; - typedef typename A::size_type size_type; - - // Convert a normal allocator to one that has realloc_or_die() - alloc_impl(const A& a) : A(a) { } - - // realloc_or_die should only be used when using the default - // allocator (libc_allocator_with_realloc). - pointer realloc_or_die(pointer /*ptr*/, size_type /*n*/) { - fprintf(stderr, "realloc_or_die is only supported for " - "libc_allocator_with_realloc\n"); - exit(1); - return NULL; - } - }; - - // A template specialization of alloc_impl for - // libc_allocator_with_realloc that can handle realloc_or_die. - template - class alloc_impl > - : public libc_allocator_with_realloc { - public: - typedef typename libc_allocator_with_realloc::pointer pointer; - typedef typename libc_allocator_with_realloc::size_type size_type; - - alloc_impl(const libc_allocator_with_realloc& a) - : libc_allocator_with_realloc(a) { } - - pointer realloc_or_die(pointer ptr, size_type n) { - pointer retval = this->reallocate(ptr, n); - if (retval == NULL) { - fprintf(stderr, "sparsehash: FATAL ERROR: failed to reallocate " - "%lu elements for ptr %p", static_cast(n), ptr); - exit(1); - } - return retval; - } - }; - - // Package allocator with num_buckets to eliminate memory needed for the - // zero-size allocator. - // If new fields are added to this class, we should add them to - // operator= and swap. - class Settings : public alloc_impl { - public: - Settings(const alloc_impl& a, u_int16_t n = 0) - : alloc_impl(a), num_buckets(n) { } - Settings(const Settings& s) - : alloc_impl(s), num_buckets(s.num_buckets) { } - - u_int16_t num_buckets; // limits GROUP_SIZE to 64K - }; - - // The actual data - pointer group; // (small) array of T's - Settings settings; // allocator and num_buckets - unsigned char bitmap[(GROUP_SIZE-1)/8 + 1]; // fancy math is so we round up -}; - -// We need a global swap as well -template -inline void swap(sparsegroup &x, - sparsegroup &y) { - x.swap(y); -} - -// --------------------------------------------------------------------------- - - -template > -class sparsetable { - private: - typedef typename Alloc::template rebind::other value_alloc_type; - typedef typename Alloc::template rebind< - sparsegroup >::other vector_alloc; - - public: - // Basic types - typedef T value_type; // stolen from stl_vector.h - typedef Alloc allocator_type; - typedef typename value_alloc_type::size_type size_type; - typedef typename value_alloc_type::difference_type difference_type; - typedef typename value_alloc_type::reference reference; - typedef typename value_alloc_type::const_reference const_reference; - typedef typename value_alloc_type::pointer pointer; - typedef typename value_alloc_type::const_pointer const_pointer; - typedef table_iterator > iterator; - typedef const_table_iterator > - const_iterator; - typedef table_element_adaptor > - element_adaptor; - typedef std::reverse_iterator const_reverse_iterator; - typedef std::reverse_iterator reverse_iterator; // from iterator.h - - // These are our special iterators, that go over non-empty buckets in a - // table. These aren't const only because you can change non-empty bcks. - typedef two_d_iterator< std::vector< sparsegroup, - vector_alloc> > - nonempty_iterator; - typedef const_two_d_iterator< std::vector< sparsegroup, - vector_alloc> > - const_nonempty_iterator; - typedef std::reverse_iterator reverse_nonempty_iterator; - typedef std::reverse_iterator const_reverse_nonempty_iterator; - // Another special iterator: it frees memory as it iterates (used to resize) - typedef destructive_two_d_iterator< std::vector< sparsegroup, - vector_alloc> > - destructive_iterator; - - // Iterator functions - iterator begin() { return iterator(this, 0); } - const_iterator begin() const { return const_iterator(this, 0); } - iterator end() { return iterator(this, size()); } - const_iterator end() const { return const_iterator(this, size()); } - reverse_iterator rbegin() { return reverse_iterator(end()); } - const_reverse_iterator rbegin() const { return const_reverse_iterator(end()); } - reverse_iterator rend() { return reverse_iterator(begin()); } - const_reverse_iterator rend() const { return const_reverse_iterator(begin()); } - - // Versions for our special non-empty iterator - nonempty_iterator nonempty_begin() { - return nonempty_iterator(groups.begin(), groups.end(), groups.begin()); - } - const_nonempty_iterator nonempty_begin() const { - return const_nonempty_iterator(groups.begin(),groups.end(), groups.begin()); - } - nonempty_iterator nonempty_end() { - return nonempty_iterator(groups.begin(), groups.end(), groups.end()); - } - const_nonempty_iterator nonempty_end() const { - return const_nonempty_iterator(groups.begin(), groups.end(), groups.end()); - } - reverse_nonempty_iterator nonempty_rbegin() { - return reverse_nonempty_iterator(nonempty_end()); - } - const_reverse_nonempty_iterator nonempty_rbegin() const { - return const_reverse_nonempty_iterator(nonempty_end()); - } - reverse_nonempty_iterator nonempty_rend() { - return reverse_nonempty_iterator(nonempty_begin()); - } - const_reverse_nonempty_iterator nonempty_rend() const { - return const_reverse_nonempty_iterator(nonempty_begin()); - } - destructive_iterator destructive_begin() { - return destructive_iterator(groups.begin(), groups.end(), groups.begin()); - } - destructive_iterator destructive_end() { - return destructive_iterator(groups.begin(), groups.end(), groups.end()); - } - - typedef sparsegroup group_type; - typedef std::vector group_vector_type; - - typedef typename group_vector_type::reference GroupsReference; - typedef typename group_vector_type::const_reference GroupsConstReference; - typedef typename group_vector_type::iterator GroupsIterator; - typedef typename group_vector_type::const_iterator GroupsConstIterator; - - // How to deal with the proper group - static size_type num_groups(size_type num) { // how many to hold num buckets - return num == 0 ? 0 : ((num-1) / GROUP_SIZE) + 1; - } - - u_int16_t pos_in_group(size_type i) const { - return static_cast(i % GROUP_SIZE); - } - size_type group_num(size_type i) const { - return i / GROUP_SIZE; - } - GroupsReference which_group(size_type i) { - return groups[group_num(i)]; - } - GroupsConstReference which_group(size_type i) const { - return groups[group_num(i)]; - } - - public: - // Constructors -- default, normal (when you specify size), and copy - explicit sparsetable(size_type sz = 0, Alloc alloc = Alloc()) - : groups(vector_alloc(alloc)), settings(alloc, sz) { - groups.resize(num_groups(sz), group_type(settings)); - } - // We can get away with using the default copy constructor, - // and default destructor, and hence the default operator=. Huzzah! - - // Many STL algorithms use swap instead of copy constructors - void swap(sparsetable& x) { - std::swap(groups, x.groups); // defined in stl_algobase.h - std::swap(settings.table_size, x.settings.table_size); - std::swap(settings.num_buckets, x.settings.num_buckets); - } - - // It's always nice to be able to clear a table without deallocating it - void clear() { - GroupsIterator group; - for ( group = groups.begin(); group != groups.end(); ++group ) { - group->clear(); - } - settings.num_buckets = 0; - } - - // ACCESSOR FUNCTIONS for the things we templatize on, basically - allocator_type get_allocator() const { - return allocator_type(settings); - } - - - // Functions that tell you about size. - // NOTE: empty() is non-intuitive! It does not tell you the number - // of not-empty buckets (use num_nonempty() for that). Instead - // it says whether you've allocated any buckets or not. - size_type size() const { return settings.table_size; } - size_type max_size() const { return settings.max_size(); } - bool empty() const { return settings.table_size == 0; } - // We also may want to know how many *used* buckets there are - size_type num_nonempty() const { return settings.num_buckets; } - - // OK, we'll let you resize one of these puppies - void resize(size_type new_size) { - groups.resize(num_groups(new_size), group_type(settings)); - if ( new_size < settings.table_size) { - // lower num_buckets, clear last group - if ( pos_in_group(new_size) > 0 ) // need to clear inside last group - groups.back().erase(groups.back().begin() + pos_in_group(new_size), - groups.back().end()); - settings.num_buckets = 0; // refigure # of used buckets - GroupsConstIterator group; - for ( group = groups.begin(); group != groups.end(); ++group ) - settings.num_buckets += group->num_nonempty(); - } - settings.table_size = new_size; - } - - - // We let you see if a bucket is non-empty without retrieving it - bool test(size_type i) const { - assert(i < settings.table_size); - return which_group(i).test(pos_in_group(i)); - } - bool test(iterator pos) const { - return which_group(pos.pos).test(pos_in_group(pos.pos)); - } - bool test(const_iterator pos) const { - return which_group(pos.pos).test(pos_in_group(pos.pos)); - } - - // We only return const_references because it's really hard to - // return something settable for empty buckets. Use set() instead. - const_reference get(size_type i) const { - assert(i < settings.table_size); - return which_group(i).get(pos_in_group(i)); - } - - // TODO(csilvers): make protected + friend - // This is used by sparse_hashtable to get an element from the table - // when we know it exists (because the caller has called test(i)). - const_reference unsafe_get(size_type i) const { - assert(i < settings.table_size); - assert(test(i)); - return which_group(i).unsafe_get(pos_in_group(i)); - } - - // TODO(csilvers): make protected + friend element_adaptor - reference mutating_get(size_type i) { // fills bucket i before getting - assert(i < settings.table_size); - typename group_type::size_type old_numbuckets = which_group(i).num_nonempty(); - reference retval = which_group(i).mutating_get(pos_in_group(i)); - settings.num_buckets += which_group(i).num_nonempty() - old_numbuckets; - return retval; - } - - // Syntactic sugar. As in sparsegroup, the non-const version is harder - const_reference operator[](size_type i) const { - return get(i); - } - - element_adaptor operator[](size_type i) { - return element_adaptor(this, i); - } - - // Needed for hashtables, gets as a nonempty_iterator. Crashes for empty bcks - const_nonempty_iterator get_iter(size_type i) const { - assert(test(i)); // how can a nonempty_iterator point to an empty bucket? - return const_nonempty_iterator( - groups.begin(), groups.end(), - groups.begin() + group_num(i), - (groups[group_num(i)].nonempty_begin() + - groups[group_num(i)].pos_to_offset(pos_in_group(i)))); - } - // For nonempty we can return a non-const version - nonempty_iterator get_iter(size_type i) { - assert(test(i)); // how can a nonempty_iterator point to an empty bucket? - return nonempty_iterator( - groups.begin(), groups.end(), - groups.begin() + group_num(i), - (groups[group_num(i)].nonempty_begin() + - groups[group_num(i)].pos_to_offset(pos_in_group(i)))); - } - - // And the reverse transformation. - size_type get_pos(const const_nonempty_iterator it) const { - difference_type current_row = it.row_current - it.row_begin; - difference_type current_col = (it.col_current - - groups[current_row].nonempty_begin()); - return ((current_row * GROUP_SIZE) + - groups[current_row].offset_to_pos(current_col)); - } - - - // This returns a reference to the inserted item (which is a copy of val) - // The trick is to figure out whether we're replacing or inserting anew - reference set(size_type i, const_reference val) { - assert(i < settings.table_size); - typename group_type::size_type old_numbuckets = which_group(i).num_nonempty(); - reference retval = which_group(i).set(pos_in_group(i), val); - settings.num_buckets += which_group(i).num_nonempty() - old_numbuckets; - return retval; - } - - // This takes the specified elements out of the table. This is - // "undefining", rather than "clearing". - void erase(size_type i) { - assert(i < settings.table_size); - typename group_type::size_type old_numbuckets = which_group(i).num_nonempty(); - which_group(i).erase(pos_in_group(i)); - settings.num_buckets += which_group(i).num_nonempty() - old_numbuckets; - } - - void erase(iterator pos) { - erase(pos.pos); - } - - void erase(iterator start_it, iterator end_it) { - // This could be more efficient, but then we'd need to figure - // out if we spanned groups or not. Doesn't seem worth it. - for ( ; start_it != end_it; ++start_it ) - erase(start_it); - } - - - // We support reading and writing tables to disk. We don't store - // the actual array contents (which we don't know how to store), - // just the groups and sizes. Returns true if all went ok. - - private: - // Every time the disk format changes, this should probably change too - typedef unsigned long MagicNumberType; - static const MagicNumberType MAGIC_NUMBER = 0x24687531; - - // Old versions of this code write all data in 32 bits. We need to - // support these files as well as having support for 64-bit systems. - // So we use the following encoding scheme: for values < 2^32-1, we - // store in 4 bytes in big-endian order. For values > 2^32, we - // store 0xFFFFFFF followed by 8 bytes in big-endian order. This - // causes us to mis-read old-version code that stores exactly - // 0xFFFFFFF, but I don't think that is likely to have happened for - // these particular values. - template - static bool write_32_or_64(OUTPUT* fp, IntType value) { - if ( value < 0xFFFFFFFFULL ) { // fits in 4 bytes - if ( !sparsehash_internal::write_bigendian_number(fp, value, 4) ) - return false; - } else { - if ( !sparsehash_internal::write_bigendian_number(fp, 0xFFFFFFFFUL, 4) ) - return false; - if ( !sparsehash_internal::write_bigendian_number(fp, value, 8) ) - return false; - } - return true; - } - - template - static bool read_32_or_64(INPUT* fp, IntType *value) { // reads into value - MagicNumberType first4 = 0; // a convenient 32-bit unsigned type - if ( !sparsehash_internal::read_bigendian_number(fp, &first4, 4) ) - return false; - if ( first4 < 0xFFFFFFFFULL ) { - *value = first4; - } else { - if ( !sparsehash_internal::read_bigendian_number(fp, value, 8) ) - return false; - } - return true; - } - - public: - // read/write_metadata() and read_write/nopointer_data() are DEPRECATED. - // Use serialize() and unserialize(), below, for new code. - - template bool write_metadata(OUTPUT *fp) const { - if ( !write_32_or_64(fp, MAGIC_NUMBER) ) return false; - if ( !write_32_or_64(fp, settings.table_size) ) return false; - if ( !write_32_or_64(fp, settings.num_buckets) ) return false; - - GroupsConstIterator group; - for ( group = groups.begin(); group != groups.end(); ++group ) - if ( group->write_metadata(fp) == false ) return false; - return true; - } - - // Reading destroys the old table contents! Returns true if read ok. - template bool read_metadata(INPUT *fp) { - size_type magic_read = 0; - if ( !read_32_or_64(fp, &magic_read) ) return false; - if ( magic_read != MAGIC_NUMBER ) { - clear(); // just to be consistent - return false; - } - - if ( !read_32_or_64(fp, &settings.table_size) ) return false; - if ( !read_32_or_64(fp, &settings.num_buckets) ) return false; - - resize(settings.table_size); // so the vector's sized ok - GroupsIterator group; - for ( group = groups.begin(); group != groups.end(); ++group ) - if ( group->read_metadata(fp) == false ) return false; - return true; - } - - // This code is identical to that for SparseGroup - // If your keys and values are simple enough, we can write them - // to disk for you. "simple enough" means no pointers. - // However, we don't try to normalize endianness - bool write_nopointer_data(FILE *fp) const { - for ( const_nonempty_iterator it = nonempty_begin(); - it != nonempty_end(); ++it ) { - if ( !fwrite(&*it, sizeof(*it), 1, fp) ) return false; - } - return true; - } - - // When reading, we have to override the potential const-ness of *it - bool read_nopointer_data(FILE *fp) { - for ( nonempty_iterator it = nonempty_begin(); - it != nonempty_end(); ++it ) { - if ( !fread(reinterpret_cast(&(*it)), sizeof(*it), 1, fp) ) - return false; - } - return true; - } - - // INPUT and OUTPUT must be either a FILE, *or* a C++ stream - // (istream, ostream, etc) *or* a class providing - // Read(void*, size_t) and Write(const void*, size_t) - // (respectively), which writes a buffer into a stream - // (which the INPUT/OUTPUT instance presumably owns). - - typedef sparsehash_internal::pod_serializer NopointerSerializer; - - // ValueSerializer: a functor. operator()(OUTPUT*, const value_type&) - template - bool serialize(ValueSerializer serializer, OUTPUT *fp) { - if ( !write_metadata(fp) ) - return false; - for ( const_nonempty_iterator it = nonempty_begin(); - it != nonempty_end(); ++it ) { - if ( !serializer(fp, *it) ) return false; - } - return true; - } - - // ValueSerializer: a functor. operator()(INPUT*, value_type*) - template - bool unserialize(ValueSerializer serializer, INPUT *fp) { - clear(); - if ( !read_metadata(fp) ) - return false; - for ( nonempty_iterator it = nonempty_begin(); - it != nonempty_end(); ++it ) { - if ( !serializer(fp, &*it) ) return false; - } - return true; - } - - // Comparisons. Note the comparisons are pretty arbitrary: we - // compare values of the first index that isn't equal (using default - // value for empty buckets). - bool operator==(const sparsetable& x) const { - return ( settings.table_size == x.settings.table_size && - settings.num_buckets == x.settings.num_buckets && - groups == x.groups ); - } - - bool operator<(const sparsetable& x) const { - return std::lexicographical_compare(begin(), end(), x.begin(), x.end()); - } - bool operator!=(const sparsetable& x) const { return !(*this == x); } - bool operator<=(const sparsetable& x) const { return !(x < *this); } - bool operator>(const sparsetable& x) const { return x < *this; } - bool operator>=(const sparsetable& x) const { return !(*this < x); } - - - private: - // Package allocator with table_size and num_buckets to eliminate memory - // needed for the zero-size allocator. - // If new fields are added to this class, we should add them to - // operator= and swap. - class Settings : public allocator_type { - public: - typedef typename allocator_type::size_type size_type; - - Settings(const allocator_type& a, size_type sz = 0, size_type n = 0) - : allocator_type(a), table_size(sz), num_buckets(n) { } - - Settings(const Settings& s) - : allocator_type(s), - table_size(s.table_size), num_buckets(s.num_buckets) { } - - size_type table_size; // how many buckets they want - size_type num_buckets; // number of non-empty buckets - }; - - // The actual data - group_vector_type groups; // our list of groups - Settings settings; // allocator, table size, buckets -}; - -// We need a global swap as well -template -inline void swap(sparsetable &x, - sparsetable &y) { - x.swap(y); -} - -_END_GOOGLE_NAMESPACE_ - -#endif // UTIL_GTL_SPARSETABLE_H_ diff --git a/clipper/sparsehash-2.0.2/src/sparsehash/template_util.h b/clipper/sparsehash-2.0.2/src/sparsehash/template_util.h deleted file mode 100644 index 6fec3d0..0000000 --- a/clipper/sparsehash-2.0.2/src/sparsehash/template_util.h +++ /dev/null @@ -1,134 +0,0 @@ -// Copyright 2005 Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// ---- -// -// Template metaprogramming utility functions. -// -// This code is compiled directly on many platforms, including client -// platforms like Windows, Mac, and embedded systems. Before making -// any changes here, make sure that you're not breaking any platforms. -// -// -// The names choosen here reflect those used in tr1 and the boost::mpl -// library, there are similar operations used in the Loki library as -// well. I prefer the boost names for 2 reasons: -// 1. I think that portions of the Boost libraries are more likely to -// be included in the c++ standard. -// 2. It is not impossible that some of the boost libraries will be -// included in our own build in the future. -// Both of these outcomes means that we may be able to directly replace -// some of these with boost equivalents. -// -#ifndef BASE_TEMPLATE_UTIL_H_ -#define BASE_TEMPLATE_UTIL_H_ - -#include -_START_GOOGLE_NAMESPACE_ - -// Types small_ and big_ are guaranteed such that sizeof(small_) < -// sizeof(big_) -typedef char small_; - -struct big_ { - char dummy[2]; -}; - -// Identity metafunction. -template -struct identity_ { - typedef T type; -}; - -// integral_constant, defined in tr1, is a wrapper for an integer -// value. We don't really need this generality; we could get away -// with hardcoding the integer type to bool. We use the fully -// general integer_constant for compatibility with tr1. - -template -struct integral_constant { - static const T value = v; - typedef T value_type; - typedef integral_constant type; -}; - -template const T integral_constant::value; - - -// Abbreviations: true_type and false_type are structs that represent boolean -// true and false values. Also define the boost::mpl versions of those names, -// true_ and false_. -typedef integral_constant true_type; -typedef integral_constant false_type; -typedef true_type true_; -typedef false_type false_; - -// if_ is a templatized conditional statement. -// if_ is a compile time evaluation of cond. -// if_<>::type contains A if cond is true, B otherwise. -template -struct if_{ - typedef A type; -}; - -template -struct if_ { - typedef B type; -}; - - -// type_equals_ is a template type comparator, similar to Loki IsSameType. -// type_equals_::value is true iff "A" is the same type as "B". -// -// New code should prefer base::is_same, defined in base/type_traits.h. -// It is functionally identical, but is_same is the standard spelling. -template -struct type_equals_ : public false_ { -}; - -template -struct type_equals_ : public true_ { -}; - -// and_ is a template && operator. -// and_::value evaluates "A::value && B::value". -template -struct and_ : public integral_constant { -}; - -// or_ is a template || operator. -// or_::value evaluates "A::value || B::value". -template -struct or_ : public integral_constant { -}; - - -_END_GOOGLE_NAMESPACE_ - -#endif // BASE_TEMPLATE_UTIL_H_ diff --git a/clipper/sparsehash-2.0.2/src/sparsehash/type_traits.h b/clipper/sparsehash-2.0.2/src/sparsehash/type_traits.h deleted file mode 100644 index f909cf9..0000000 --- a/clipper/sparsehash-2.0.2/src/sparsehash/type_traits.h +++ /dev/null @@ -1,342 +0,0 @@ -// Copyright (c) 2006, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// ---- -// -// This code is compiled directly on many platforms, including client -// platforms like Windows, Mac, and embedded systems. Before making -// any changes here, make sure that you're not breaking any platforms. -// -// Define a small subset of tr1 type traits. The traits we define are: -// is_integral -// is_floating_point -// is_pointer -// is_enum -// is_reference -// is_pod -// has_trivial_constructor -// has_trivial_copy -// has_trivial_assign -// has_trivial_destructor -// remove_const -// remove_volatile -// remove_cv -// remove_reference -// add_reference -// remove_pointer -// is_same -// is_convertible -// We can add more type traits as required. - -#ifndef BASE_TYPE_TRAITS_H_ -#define BASE_TYPE_TRAITS_H_ - -#include -#include // For pair - -#include // For true_type and false_type - -_START_GOOGLE_NAMESPACE_ - -template struct is_integral; -template struct is_floating_point; -template struct is_pointer; -// MSVC can't compile this correctly, and neither can gcc 3.3.5 (at least) -#if !defined(_MSC_VER) && !(defined(__GNUC__) && __GNUC__ <= 3) -// is_enum uses is_convertible, which is not available on MSVC. -template struct is_enum; -#endif -template struct is_reference; -template struct is_pod; -template struct has_trivial_constructor; -template struct has_trivial_copy; -template struct has_trivial_assign; -template struct has_trivial_destructor; -template struct remove_const; -template struct remove_volatile; -template struct remove_cv; -template struct remove_reference; -template struct add_reference; -template struct remove_pointer; -template struct is_same; -#if !defined(_MSC_VER) && !(defined(__GNUC__) && __GNUC__ <= 3) -template struct is_convertible; -#endif - -// is_integral is false except for the built-in integer types. A -// cv-qualified type is integral if and only if the underlying type is. -template struct is_integral : false_type { }; -template<> struct is_integral : true_type { }; -template<> struct is_integral : true_type { }; -template<> struct is_integral : true_type { }; -template<> struct is_integral : true_type { }; -#if defined(_MSC_VER) -// wchar_t is not by default a distinct type from unsigned short in -// Microsoft C. -// See http://msdn2.microsoft.com/en-us/library/dh8che7s(VS.80).aspx -template<> struct is_integral<__wchar_t> : true_type { }; -#else -template<> struct is_integral : true_type { }; -#endif -template<> struct is_integral : true_type { }; -template<> struct is_integral : true_type { }; -template<> struct is_integral : true_type { }; -template<> struct is_integral : true_type { }; -template<> struct is_integral : true_type { }; -template<> struct is_integral : true_type { }; -#ifdef HAVE_LONG_LONG -template<> struct is_integral : true_type { }; -template<> struct is_integral : true_type { }; -#endif -template struct is_integral : is_integral { }; -template struct is_integral : is_integral { }; -template struct is_integral : is_integral { }; - -// is_floating_point is false except for the built-in floating-point types. -// A cv-qualified type is integral if and only if the underlying type is. -template struct is_floating_point : false_type { }; -template<> struct is_floating_point : true_type { }; -template<> struct is_floating_point : true_type { }; -template<> struct is_floating_point : true_type { }; -template struct is_floating_point - : is_floating_point { }; -template struct is_floating_point - : is_floating_point { }; -template struct is_floating_point - : is_floating_point { }; - -// is_pointer is false except for pointer types. A cv-qualified type (e.g. -// "int* const", as opposed to "int const*") is cv-qualified if and only if -// the underlying type is. -template struct is_pointer : false_type { }; -template struct is_pointer : true_type { }; -template struct is_pointer : is_pointer { }; -template struct is_pointer : is_pointer { }; -template struct is_pointer : is_pointer { }; - -#if !defined(_MSC_VER) && !(defined(__GNUC__) && __GNUC__ <= 3) - -namespace internal { - -template struct is_class_or_union { - template static small_ tester(void (U::*)()); - template static big_ tester(...); - static const bool value = sizeof(tester(0)) == sizeof(small_); -}; - -// is_convertible chokes if the first argument is an array. That's why -// we use add_reference here. -template struct is_enum_impl - : is_convertible::type, int> { }; - -template struct is_enum_impl : false_type { }; - -} // namespace internal - -// Specified by TR1 [4.5.1] primary type categories. - -// Implementation note: -// -// Each type is either void, integral, floating point, array, pointer, -// reference, member object pointer, member function pointer, enum, -// union or class. Out of these, only integral, floating point, reference, -// class and enum types are potentially convertible to int. Therefore, -// if a type is not a reference, integral, floating point or class and -// is convertible to int, it's a enum. Adding cv-qualification to a type -// does not change whether it's an enum. -// -// Is-convertible-to-int check is done only if all other checks pass, -// because it can't be used with some types (e.g. void or classes with -// inaccessible conversion operators). -template struct is_enum - : internal::is_enum_impl< - is_same::value || - is_integral::value || - is_floating_point::value || - is_reference::value || - internal::is_class_or_union::value, - T> { }; - -template struct is_enum : is_enum { }; -template struct is_enum : is_enum { }; -template struct is_enum : is_enum { }; - -#endif - -// is_reference is false except for reference types. -template struct is_reference : false_type {}; -template struct is_reference : true_type {}; - - -// We can't get is_pod right without compiler help, so fail conservatively. -// We will assume it's false except for arithmetic types, enumerations, -// pointers and cv-qualified versions thereof. Note that std::pair -// is not a POD even if T and U are PODs. -template struct is_pod - : integral_constant::value || - is_floating_point::value || -#if !defined(_MSC_VER) && !(defined(__GNUC__) && __GNUC__ <= 3) - // is_enum is not available on MSVC. - is_enum::value || -#endif - is_pointer::value)> { }; -template struct is_pod : is_pod { }; -template struct is_pod : is_pod { }; -template struct is_pod : is_pod { }; - - -// We can't get has_trivial_constructor right without compiler help, so -// fail conservatively. We will assume it's false except for: (1) types -// for which is_pod is true. (2) std::pair of types with trivial -// constructors. (3) array of a type with a trivial constructor. -// (4) const versions thereof. -template struct has_trivial_constructor : is_pod { }; -template struct has_trivial_constructor > - : integral_constant::value && - has_trivial_constructor::value)> { }; -template struct has_trivial_constructor - : has_trivial_constructor { }; -template struct has_trivial_constructor - : has_trivial_constructor { }; - -// We can't get has_trivial_copy right without compiler help, so fail -// conservatively. We will assume it's false except for: (1) types -// for which is_pod is true. (2) std::pair of types with trivial copy -// constructors. (3) array of a type with a trivial copy constructor. -// (4) const versions thereof. -template struct has_trivial_copy : is_pod { }; -template struct has_trivial_copy > - : integral_constant::value && - has_trivial_copy::value)> { }; -template struct has_trivial_copy - : has_trivial_copy { }; -template struct has_trivial_copy : has_trivial_copy { }; - -// We can't get has_trivial_assign right without compiler help, so fail -// conservatively. We will assume it's false except for: (1) types -// for which is_pod is true. (2) std::pair of types with trivial copy -// constructors. (3) array of a type with a trivial assign constructor. -template struct has_trivial_assign : is_pod { }; -template struct has_trivial_assign > - : integral_constant::value && - has_trivial_assign::value)> { }; -template struct has_trivial_assign - : has_trivial_assign { }; - -// We can't get has_trivial_destructor right without compiler help, so -// fail conservatively. We will assume it's false except for: (1) types -// for which is_pod is true. (2) std::pair of types with trivial -// destructors. (3) array of a type with a trivial destructor. -// (4) const versions thereof. -template struct has_trivial_destructor : is_pod { }; -template struct has_trivial_destructor > - : integral_constant::value && - has_trivial_destructor::value)> { }; -template struct has_trivial_destructor - : has_trivial_destructor { }; -template struct has_trivial_destructor - : has_trivial_destructor { }; - -// Specified by TR1 [4.7.1] -template struct remove_const { typedef T type; }; -template struct remove_const { typedef T type; }; -template struct remove_volatile { typedef T type; }; -template struct remove_volatile { typedef T type; }; -template struct remove_cv { - typedef typename remove_const::type>::type type; -}; - - -// Specified by TR1 [4.7.2] Reference modifications. -template struct remove_reference { typedef T type; }; -template struct remove_reference { typedef T type; }; - -template struct add_reference { typedef T& type; }; -template struct add_reference { typedef T& type; }; - -// Specified by TR1 [4.7.4] Pointer modifications. -template struct remove_pointer { typedef T type; }; -template struct remove_pointer { typedef T type; }; -template struct remove_pointer { typedef T type; }; -template struct remove_pointer { typedef T type; }; -template struct remove_pointer { - typedef T type; }; - -// Specified by TR1 [4.6] Relationships between types -template struct is_same : public false_type { }; -template struct is_same : public true_type { }; - -// Specified by TR1 [4.6] Relationships between types -#if !defined(_MSC_VER) && !(defined(__GNUC__) && __GNUC__ <= 3) -namespace internal { - -// This class is an implementation detail for is_convertible, and you -// don't need to know how it works to use is_convertible. For those -// who care: we declare two different functions, one whose argument is -// of type To and one with a variadic argument list. We give them -// return types of different size, so we can use sizeof to trick the -// compiler into telling us which function it would have chosen if we -// had called it with an argument of type From. See Alexandrescu's -// _Modern C++ Design_ for more details on this sort of trick. - -template -struct ConvertHelper { - static small_ Test(To); - static big_ Test(...); - static From Create(); -}; -} // namespace internal - -// Inherits from true_type if From is convertible to To, false_type otherwise. -template -struct is_convertible - : integral_constant::Test( - internal::ConvertHelper::Create())) - == sizeof(small_)> { -}; -#endif - -_END_GOOGLE_NAMESPACE_ - -// Right now these macros are no-ops, and mostly just document the fact -// these types are PODs, for human use. They may be made more contentful -// later. The typedef is just to make it legal to put a semicolon after -// these macros. -#define DECLARE_POD(TypeName) typedef int Dummy_Type_For_DECLARE_POD -#define DECLARE_NESTED_POD(TypeName) DECLARE_POD(TypeName) -#define PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT(TemplateName) \ - typedef int Dummy_Type_For_PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT -#define ENFORCE_POD(TypeName) typedef int Dummy_Type_For_ENFORCE_POD - -#endif // BASE_TYPE_TRAITS_H_ diff --git a/clipper/sparsehash-2.0.2/src/sparsetable_unittest.cc b/clipper/sparsehash-2.0.2/src/sparsetable_unittest.cc deleted file mode 100644 index 9b6451b..0000000 --- a/clipper/sparsehash-2.0.2/src/sparsetable_unittest.cc +++ /dev/null @@ -1,978 +0,0 @@ -// Copyright (c) 2005, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// --- -// -// Since sparsetable is templatized, it's important that we test every -// function in every class in this file -- not just to see if it -// works, but even if it compiles. - -#include -#include -#include -#include -#include // for size_t -#include // defines unlink() on some windows platforms(?) -#ifdef HAVE_UNISTD_H -# include -#endif // for unlink() -#include // for allocator -#include -#include -using std::string; -using std::allocator; -using GOOGLE_NAMESPACE::sparsetable; -using GOOGLE_NAMESPACE::DEFAULT_SPARSEGROUP_SIZE; - -typedef u_int16_t uint16; -string FLAGS_test_tmpdir = "/tmp/"; - -// Many sparsetable operations return a size_t. Rather than have to -// use PRIuS everywhere, we'll just cast to a "big enough" value. -#define UL(x) ( static_cast(x) ) - - -static char outbuf[10240]; // big enough for these tests -static char* out = outbuf; // where to write next -#define LEFT (outbuf + sizeof(outbuf) - out) - -#define TEST(cond) out += snprintf(out, LEFT, #cond "? %s\n", \ - (cond) ? "yes" : "no"); - -inline string AsString(int n) { - const int N = 64; - char buf[N]; - snprintf(buf, N, "%d", n); - return string(buf); -} - -// Test sparsetable with a POD type, int. -void TestInt() { - out += snprintf(out, LEFT, "int test\n"); - sparsetable x(7), y(70), z; - x.set(4, 10); - y.set(12, -12); - y.set(47, -47); - y.set(48, -48); - y.set(49, -49); - - const sparsetable constx(x); - const sparsetable consty(y); - - // ---------------------------------------------------------------------- - // Test the plain iterators - - for ( sparsetable::iterator it = x.begin(); it != x.end(); ++it ) { - out += snprintf(out, LEFT, "x[%lu]: %d\n", UL(it - x.begin()), int(*it)); - } - for ( sparsetable::const_iterator it = x.begin(); it != x.end(); ++it ) { - out += snprintf(out, LEFT, "x[%lu]: %d\n", UL(it - x.begin()), *it); - } - for ( sparsetable::reverse_iterator it = x.rbegin(); it != x.rend(); ++it ) { - out += snprintf(out, LEFT, "x[%lu]: %d\n", UL(x.rend()-1 - it), int(*it)); - } - for ( sparsetable::const_reverse_iterator it = constx.rbegin(); it != constx.rend(); ++it ) { - out += snprintf(out, LEFT, "x[%lu]: %d\n", UL(constx.rend()-1 - it), *it); - } - for ( sparsetable::iterator it = z.begin(); it != z.end(); ++it ) { - out += snprintf(out, LEFT, "z[%lu]: %d\n", UL(it - z.begin()), int(*it)); - } - - { // array version - out += snprintf(out, LEFT, "x[3]: %d\n", int(x[3])); - out += snprintf(out, LEFT, "x[4]: %d\n", int(x[4])); - out += snprintf(out, LEFT, "x[5]: %d\n", int(x[5])); - } - { - sparsetable::iterator it; // non-const version - out += snprintf(out, LEFT, "x[4]: %d\n", int(x.begin()[4])); - it = x.begin() + 4; // should point to the non-zero value - out += snprintf(out, LEFT, "x[4]: %d\n", int(*it)); - it--; - --it; - it += 5; - it -= 2; - it++; - ++it; - it = it - 3; - it = 1 + it; // now at 5 - out += snprintf(out, LEFT, "x[3]: %d\n", int(it[-2])); - out += snprintf(out, LEFT, "x[4]: %d\n", int(it[-1])); - *it = 55; - out += snprintf(out, LEFT, "x[5]: %d\n", int(it[0])); - out += snprintf(out, LEFT, "x[5]: %d\n", int(*it)); - int *x6 = &(it[1]); - *x6 = 66; - out += snprintf(out, LEFT, "x[6]: %d\n", int(*(it + 1))); - // Let's test comparitors as well - TEST(it == it); - TEST(!(it != it)); - TEST(!(it < it)); - TEST(!(it > it)); - TEST(it <= it); - TEST(it >= it); - - sparsetable::iterator it_minus_1 = it - 1; - TEST(!(it == it_minus_1)); - TEST(it != it_minus_1); - TEST(!(it < it_minus_1)); - TEST(it > it_minus_1); - TEST(!(it <= it_minus_1)); - TEST(it >= it_minus_1); - TEST(!(it_minus_1 == it)); - TEST(it_minus_1 != it); - TEST(it_minus_1 < it); - TEST(!(it_minus_1 > it)); - TEST(it_minus_1 <= it); - TEST(!(it_minus_1 >= it)); - - sparsetable::iterator it_plus_1 = it + 1; - TEST(!(it == it_plus_1)); - TEST(it != it_plus_1); - TEST(it < it_plus_1); - TEST(!(it > it_plus_1)); - TEST(it <= it_plus_1); - TEST(!(it >= it_plus_1)); - TEST(!(it_plus_1 == it)); - TEST(it_plus_1 != it); - TEST(!(it_plus_1 < it)); - TEST(it_plus_1 > it); - TEST(!(it_plus_1 <= it)); - TEST(it_plus_1 >= it); - } - { - sparsetable::const_iterator it; // const version - out += snprintf(out, LEFT, "x[4]: %d\n", int(x.begin()[4])); - it = x.begin() + 4; // should point to the non-zero value - out += snprintf(out, LEFT, "x[4]: %d\n", *it); - it--; - --it; - it += 5; - it -= 2; - it++; - ++it; - it = it - 3; - it = 1 + it; // now at 5 - out += snprintf(out, LEFT, "x[3]: %d\n", it[-2]); - out += snprintf(out, LEFT, "x[4]: %d\n", it[-1]); - out += snprintf(out, LEFT, "x[5]: %d\n", *it); - out += snprintf(out, LEFT, "x[6]: %d\n", *(it + 1)); - // Let's test comparitors as well - TEST(it == it); - TEST(!(it != it)); - TEST(!(it < it)); - TEST(!(it > it)); - TEST(it <= it); - TEST(it >= it); - - sparsetable::const_iterator it_minus_1 = it - 1; - TEST(!(it == it_minus_1)); - TEST(it != it_minus_1); - TEST(!(it < it_minus_1)); - TEST(it > it_minus_1); - TEST(!(it <= it_minus_1)); - TEST(it >= it_minus_1); - TEST(!(it_minus_1 == it)); - TEST(it_minus_1 != it); - TEST(it_minus_1 < it); - TEST(!(it_minus_1 > it)); - TEST(it_minus_1 <= it); - TEST(!(it_minus_1 >= it)); - - sparsetable::const_iterator it_plus_1 = it + 1; - TEST(!(it == it_plus_1)); - TEST(it != it_plus_1); - TEST(it < it_plus_1); - TEST(!(it > it_plus_1)); - TEST(it <= it_plus_1); - TEST(!(it >= it_plus_1)); - TEST(!(it_plus_1 == it)); - TEST(it_plus_1 != it); - TEST(!(it_plus_1 < it)); - TEST(it_plus_1 > it); - TEST(!(it_plus_1 <= it)); - TEST(it_plus_1 >= it); - } - - TEST(x.begin() == x.begin() + 1 - 1); - TEST(x.begin() < x.end()); - TEST(z.begin() < z.end()); - TEST(z.begin() <= z.end()); - TEST(z.begin() == z.end()); - - - // ---------------------------------------------------------------------- - // Test the non-empty iterators - - for ( sparsetable::nonempty_iterator it = x.nonempty_begin(); it != x.nonempty_end(); ++it ) { - out += snprintf(out, LEFT, "x[??]: %d\n", *it); - } - for ( sparsetable::const_nonempty_iterator it = y.nonempty_begin(); it != y.nonempty_end(); ++it ) { - out += snprintf(out, LEFT, "y[??]: %d\n", *it); - } - for ( sparsetable::reverse_nonempty_iterator it = y.nonempty_rbegin(); it != y.nonempty_rend(); ++it ) { - out += snprintf(out, LEFT, "y[??]: %d\n", *it); - } - for ( sparsetable::const_reverse_nonempty_iterator it = consty.nonempty_rbegin(); it != consty.nonempty_rend(); ++it ) { - out += snprintf(out, LEFT, "y[??]: %d\n", *it); - } - for ( sparsetable::nonempty_iterator it = z.nonempty_begin(); it != z.nonempty_end(); ++it ) { - out += snprintf(out, LEFT, "z[??]: %d\n", *it); - } - - { - sparsetable::nonempty_iterator it; // non-const version - out += snprintf(out, LEFT, "first non-empty y: %d\n", *y.nonempty_begin()); - out += snprintf(out, LEFT, "first non-empty x: %d\n", *x.nonempty_begin()); - it = x.nonempty_begin(); - ++it; // should be at end - --it; - out += snprintf(out, LEFT, "first non-empty x: %d\n", *it++); - it--; - out += snprintf(out, LEFT, "first non-empty x: %d\n", *it++); - } - { - sparsetable::const_nonempty_iterator it; // non-const version - out += snprintf(out, LEFT, "first non-empty y: %d\n", *y.nonempty_begin()); - out += snprintf(out, LEFT, "first non-empty x: %d\n", *x.nonempty_begin()); - it = x.nonempty_begin(); - ++it; // should be at end - --it; - out += snprintf(out, LEFT, "first non-empty x: %d\n", *it++); - it--; - out += snprintf(out, LEFT, "first non-empty x: %d\n", *it++); - } - - TEST(x.begin() == x.begin() + 1 - 1); - TEST(z.begin() != z.end()); - - // ---------------------------------------------------------------------- - // Test the non-empty iterators get_pos function - - sparsetable gp(100); - for (int i = 0; i < 100; i += 9) { - gp.set(i,i); - } - - for (sparsetable::const_nonempty_iterator - it = gp.nonempty_begin(); it != gp.nonempty_end(); ++it) { - out += snprintf(out, LEFT, - "get_pos() for const nonempty_iterator: %u == %lu\n", - *it, UL(gp.get_pos(it))); - } - - for (sparsetable::nonempty_iterator - it = gp.nonempty_begin(); it != gp.nonempty_end(); ++it) { - out += snprintf(out, LEFT, - "get_pos() for nonempty_iterator: %u == %lu\n", - *it, UL(gp.get_pos(it))); - } - - // ---------------------------------------------------------------------- - // Test sparsetable functions - out += snprintf(out, LEFT, "x has %lu/%lu buckets, " - "y %lu/%lu, z %lu/%lu\n", - UL(x.num_nonempty()), UL(x.size()), - UL(y.num_nonempty()), UL(y.size()), - UL(z.num_nonempty()), UL(z.size())); - - y.resize(48); // should get rid of 48 and 49 - y.resize(70); // 48 and 49 should still be gone - out += snprintf(out, LEFT, "y shrank and grew: it's now %lu/%lu\n", - UL(y.num_nonempty()), UL(y.size())); - out += snprintf(out, LEFT, "y[12] = %d, y.get(12) = %d\n", int(y[12]), y.get(12)); - y.erase(12); - out += snprintf(out, LEFT, "y[12] cleared. y now %lu/%lu. " - "y[12] = %d, y.get(12) = %d\n", - UL(y.num_nonempty()), UL(y.size()), int(y[12]), y.get(12)); - - swap(x, y); - - y.clear(); - TEST(y == z); - - y.resize(70); - for ( int i = 10; i < 40; ++i ) - y[i] = -i; - y.erase(y.begin() + 15, y.begin() + 30); - y.erase(y.begin() + 34); - y.erase(12); - y.resize(38); - y.resize(10000); - y[9898] = -9898; - for ( sparsetable::const_iterator it = y.begin(); it != y.end(); ++it ) { - if ( y.test(it) ) - out += snprintf(out, LEFT, "y[%lu] is set\n", UL(it - y.begin())); - } - out += snprintf(out, LEFT, "That's %lu set buckets\n", UL(y.num_nonempty())); - - out += snprintf(out, LEFT, "Starting from y[32]...\n"); - for ( sparsetable::const_nonempty_iterator it = y.get_iter(32); - it != y.nonempty_end(); ++it ) - out += snprintf(out, LEFT, "y[??] = %d\n", *it); - - out += snprintf(out, LEFT, "From y[32] down...\n"); - for ( sparsetable::nonempty_iterator it = y.get_iter(32); - it != y.nonempty_begin(); ) - out += snprintf(out, LEFT, "y[??] = %d\n", *--it); - - // ---------------------------------------------------------------------- - // Test I/O using deprecated read/write_metadata - string filestr = FLAGS_test_tmpdir + "/.sparsetable.test"; - const char *file = filestr.c_str(); - FILE *fp = fopen(file, "wb"); - if ( fp == NULL ) { - // maybe we can't write to /tmp/. Try the current directory - file = ".sparsetable.test"; - fp = fopen(file, "wb"); - } - if ( fp == NULL ) { - out += snprintf(out, LEFT, "Can't open %s, skipping disk write...\n", file); - } else { - y.write_metadata(fp); // only write meta-information - y.write_nopointer_data(fp); - fclose(fp); - } - fp = fopen(file, "rb"); - if ( fp == NULL ) { - out += snprintf(out, LEFT, "Can't open %s, skipping disk read...\n", file); - } else { - sparsetable y2; - y2.read_metadata(fp); - y2.read_nopointer_data(fp); - fclose(fp); - - for ( sparsetable::const_iterator it = y2.begin(); it != y2.end(); ++it ) { - if ( y2.test(it) ) - out += snprintf(out, LEFT, "y2[%lu] is %d\n", UL(it - y2.begin()), *it); - } - out += snprintf(out, LEFT, "That's %lu set buckets\n", UL(y2.num_nonempty())); - } - unlink(file); - - // ---------------------------------------------------------------------- - // Also test I/O using serialize()/unserialize() - fp = fopen(file, "wb"); - if ( fp == NULL ) { - out += snprintf(out, LEFT, "Can't open %s, skipping disk write...\n", file); - } else { - y.serialize(sparsetable::NopointerSerializer(), fp); - fclose(fp); - } - fp = fopen(file, "rb"); - if ( fp == NULL ) { - out += snprintf(out, LEFT, "Can't open %s, skipping disk read...\n", file); - } else { - sparsetable y2; - y2.unserialize(sparsetable::NopointerSerializer(), fp); - fclose(fp); - - for ( sparsetable::const_iterator it = y2.begin(); it != y2.end(); ++it ) { - if ( y2.test(it) ) - out += snprintf(out, LEFT, "y2[%lu] is %d\n", UL(it - y2.begin()), *it); - } - out += snprintf(out, LEFT, "That's %lu set buckets\n", UL(y2.num_nonempty())); - } - unlink(file); -} - -// Test sparsetable with a non-POD type, std::string -void TestString() { - out += snprintf(out, LEFT, "string test\n"); - sparsetable x(7), y(70), z; - x.set(4, "foo"); - y.set(12, "orange"); - y.set(47, "grape"); - y.set(48, "pear"); - y.set(49, "apple"); - - // ---------------------------------------------------------------------- - // Test the plain iterators - - for ( sparsetable::iterator it = x.begin(); it != x.end(); ++it ) { - out += snprintf(out, LEFT, "x[%lu]: %s\n", - UL(it - x.begin()), static_cast(*it).c_str()); - } - for ( sparsetable::iterator it = z.begin(); it != z.end(); ++it ) { - out += snprintf(out, LEFT, "z[%lu]: %s\n", - UL(it - z.begin()), static_cast(*it).c_str()); - } - - TEST(x.begin() == x.begin() + 1 - 1); - TEST(x.begin() < x.end()); - TEST(z.begin() < z.end()); - TEST(z.begin() <= z.end()); - TEST(z.begin() == z.end()); - - // ---------------------------------------------------------------------- - // Test the non-empty iterators - for ( sparsetable::nonempty_iterator it = x.nonempty_begin(); it != x.nonempty_end(); ++it ) { - out += snprintf(out, LEFT, "x[??]: %s\n", it->c_str()); - } - for ( sparsetable::const_nonempty_iterator it = y.nonempty_begin(); it != y.nonempty_end(); ++it ) { - out += snprintf(out, LEFT, "y[??]: %s\n", it->c_str()); - } - for ( sparsetable::nonempty_iterator it = z.nonempty_begin(); it != z.nonempty_end(); ++it ) { - out += snprintf(out, LEFT, "z[??]: %s\n", it->c_str()); - } - - // ---------------------------------------------------------------------- - // Test sparsetable functions - out += snprintf(out, LEFT, "x has %lu/%lu buckets, y %lu/%lu, z %lu/%lu\n", - UL(x.num_nonempty()), UL(x.size()), - UL(y.num_nonempty()), UL(y.size()), - UL(z.num_nonempty()), UL(z.size())); - - y.resize(48); // should get rid of 48 and 49 - y.resize(70); // 48 and 49 should still be gone - out += snprintf(out, LEFT, "y shrank and grew: it's now %lu/%lu\n", - UL(y.num_nonempty()), UL(y.size())); - out += snprintf(out, LEFT, "y[12] = %s, y.get(12) = %s\n", - static_cast(y[12]).c_str(), y.get(12).c_str()); - y.erase(12); - out += snprintf(out, LEFT, "y[12] cleared. y now %lu/%lu. " - "y[12] = %s, y.get(12) = %s\n", - UL(y.num_nonempty()), UL(y.size()), - static_cast(y[12]).c_str(), - static_cast(y.get(12)).c_str()); - swap(x, y); - - y.clear(); - TEST(y == z); - - y.resize(70); - for ( int i = 10; i < 40; ++i ) - y.set(i, AsString(-i)); - y.erase(y.begin() + 15, y.begin() + 30); - y.erase(y.begin() + 34); - y.erase(12); - y.resize(38); - y.resize(10000); - y.set(9898, AsString(-9898)); - for ( sparsetable::const_iterator it = y.begin(); it != y.end(); ++it ) { - if ( y.test(it) ) - out += snprintf(out, LEFT, "y[%lu] is set\n", UL(it - y.begin())); - } - out += snprintf(out, LEFT, "That's %lu set buckets\n", UL(y.num_nonempty())); - - out += snprintf(out, LEFT, "Starting from y[32]...\n"); - for ( sparsetable::const_nonempty_iterator it = y.get_iter(32); - it != y.nonempty_end(); ++it ) - out += snprintf(out, LEFT, "y[??] = %s\n", it->c_str()); - - out += snprintf(out, LEFT, "From y[32] down...\n"); - for ( sparsetable::nonempty_iterator it = y.get_iter(32); - it != y.nonempty_begin(); ) - out += snprintf(out, LEFT, "y[??] = %s\n", (*--it).c_str()); -} - -// An instrumented allocator that keeps track of all calls to -// allocate/deallocate/construct/destroy. It stores the number of times -// they were called and the values they were called with. Such information is -// stored in the following global variables. - -static size_t sum_allocate_bytes; -static size_t sum_deallocate_bytes; - -void ResetAllocatorCounters() { - sum_allocate_bytes = 0; - sum_deallocate_bytes = 0; -} - -template class instrumented_allocator { - public: - typedef T value_type; - typedef uint16 size_type; - typedef ptrdiff_t difference_type; - - typedef T* pointer; - typedef const T* const_pointer; - typedef T& reference; - typedef const T& const_reference; - - instrumented_allocator() {} - instrumented_allocator(const instrumented_allocator&) {} - ~instrumented_allocator() {} - - pointer address(reference r) const { return &r; } - const_pointer address(const_reference r) const { return &r; } - - pointer allocate(size_type n, const_pointer = 0) { - sum_allocate_bytes += n * sizeof(value_type); - return static_cast(malloc(n * sizeof(value_type))); - } - void deallocate(pointer p, size_type n) { - sum_deallocate_bytes += n * sizeof(value_type); - free(p); - } - - size_type max_size() const { - return static_cast(-1) / sizeof(value_type); - } - - void construct(pointer p, const value_type& val) { - new(p) value_type(val); - } - void destroy(pointer p) { - p->~value_type(); - } - - template - explicit instrumented_allocator(const instrumented_allocator&) {} - - template - struct rebind { - typedef instrumented_allocator other; - }; - - private: - void operator=(const instrumented_allocator&); -}; - -template -inline bool operator==(const instrumented_allocator&, - const instrumented_allocator&) { - return true; -} - -template -inline bool operator!=(const instrumented_allocator&, - const instrumented_allocator&) { - return false; -} - -// Test sparsetable with instrumented_allocator. -void TestAllocator() { - out += snprintf(out, LEFT, "allocator test\n"); - - ResetAllocatorCounters(); - - // POD (int32) with instrumented_allocator. - typedef sparsetable > IntSparseTable; - - IntSparseTable* s1 = new IntSparseTable(10000); - TEST(sum_allocate_bytes > 0); - for (int i = 0; i < 10000; ++i) { - s1->set(i, 0); - } - TEST(sum_allocate_bytes >= 10000 * sizeof(int)); - ResetAllocatorCounters(); - delete s1; - TEST(sum_deallocate_bytes >= 10000 * sizeof(int)); - - IntSparseTable* s2 = new IntSparseTable(1000); - IntSparseTable* s3 = new IntSparseTable(1000); - - for (int i = 0; i < 1000; ++i) { - s2->set(i, 0); - s3->set(i, 0); - } - TEST(sum_allocate_bytes >= 2000 * sizeof(int)); - - ResetAllocatorCounters(); - s3->clear(); - TEST(sum_deallocate_bytes >= 1000 * sizeof(int)); - - ResetAllocatorCounters(); - s2->swap(*s3); // s2 is empty after the swap - s2->clear(); - TEST(sum_deallocate_bytes < 1000 * sizeof(int)); - for (int i = 0; i < s3->size(); ++i) { - s3->erase(i); - } - TEST(sum_deallocate_bytes >= 1000 * sizeof(int)); - delete s2; - delete s3; - - // POD (int) with default allocator. - sparsetable x, y; - for (int s = 1000; s <= 40000; s += 1000) { - x.resize(s); - for (int i = 0; i < s; ++i) { - x.set(i, i + 1); - } - y = x; - for (int i = 0; i < s; ++i) { - y.erase(i); - } - y.swap(x); - } - TEST(x.num_nonempty() == 0); - out += snprintf(out, LEFT, "y[0]: %d\n", int(y[0])); - out += snprintf(out, LEFT, "y[39999]: %d\n", int(y[39999])); - y.clear(); - - // POD (int) with std allocator. - sparsetable > u, v; - for (int s = 1000; s <= 40000; s += 1000) { - u.resize(s); - for (int i = 0; i < s; ++i) { - u.set(i, i + 1); - } - v = u; - for (int i = 0; i < s; ++i) { - v.erase(i); - } - v.swap(u); - } - TEST(u.num_nonempty() == 0); - out += snprintf(out, LEFT, "v[0]: %d\n", int(v[0])); - out += snprintf(out, LEFT, "v[39999]: %d\n", int(v[39999])); - v.clear(); - - // Non-POD (string) with default allocator. - sparsetable a, b; - for (int s = 1000; s <= 40000; s += 1000) { - a.resize(s); - for (int i = 0; i < s; ++i) { - a.set(i, "aa"); - } - b = a; - for (int i = 0; i < s; ++i) { - b.erase(i); - } - b.swap(a); - } - TEST(a.num_nonempty() == 0); - out += snprintf(out, LEFT, "b[0]: %s\n", b.get(0).c_str()); - out += snprintf(out, LEFT, "b[39999]: %s\n", b.get(39999).c_str()); - b.clear(); -} - -// The expected output from all of the above: TestInt(), TestString() and -// TestAllocator(). -static const char g_expected[] = ( - "int test\n" - "x[0]: 0\n" - "x[1]: 0\n" - "x[2]: 0\n" - "x[3]: 0\n" - "x[4]: 10\n" - "x[5]: 0\n" - "x[6]: 0\n" - "x[0]: 0\n" - "x[1]: 0\n" - "x[2]: 0\n" - "x[3]: 0\n" - "x[4]: 10\n" - "x[5]: 0\n" - "x[6]: 0\n" - "x[6]: 0\n" - "x[5]: 0\n" - "x[4]: 10\n" - "x[3]: 0\n" - "x[2]: 0\n" - "x[1]: 0\n" - "x[0]: 0\n" - "x[6]: 0\n" - "x[5]: 0\n" - "x[4]: 10\n" - "x[3]: 0\n" - "x[2]: 0\n" - "x[1]: 0\n" - "x[0]: 0\n" - "x[3]: 0\n" - "x[4]: 10\n" - "x[5]: 0\n" - "x[4]: 10\n" - "x[4]: 10\n" - "x[3]: 0\n" - "x[4]: 10\n" - "x[5]: 55\n" - "x[5]: 55\n" - "x[6]: 66\n" - "it == it? yes\n" - "!(it != it)? yes\n" - "!(it < it)? yes\n" - "!(it > it)? yes\n" - "it <= it? yes\n" - "it >= it? yes\n" - "!(it == it_minus_1)? yes\n" - "it != it_minus_1? yes\n" - "!(it < it_minus_1)? yes\n" - "it > it_minus_1? yes\n" - "!(it <= it_minus_1)? yes\n" - "it >= it_minus_1? yes\n" - "!(it_minus_1 == it)? yes\n" - "it_minus_1 != it? yes\n" - "it_minus_1 < it? yes\n" - "!(it_minus_1 > it)? yes\n" - "it_minus_1 <= it? yes\n" - "!(it_minus_1 >= it)? yes\n" - "!(it == it_plus_1)? yes\n" - "it != it_plus_1? yes\n" - "it < it_plus_1? yes\n" - "!(it > it_plus_1)? yes\n" - "it <= it_plus_1? yes\n" - "!(it >= it_plus_1)? yes\n" - "!(it_plus_1 == it)? yes\n" - "it_plus_1 != it? yes\n" - "!(it_plus_1 < it)? yes\n" - "it_plus_1 > it? yes\n" - "!(it_plus_1 <= it)? yes\n" - "it_plus_1 >= it? yes\n" - "x[4]: 10\n" - "x[4]: 10\n" - "x[3]: 0\n" - "x[4]: 10\n" - "x[5]: 55\n" - "x[6]: 66\n" - "it == it? yes\n" - "!(it != it)? yes\n" - "!(it < it)? yes\n" - "!(it > it)? yes\n" - "it <= it? yes\n" - "it >= it? yes\n" - "!(it == it_minus_1)? yes\n" - "it != it_minus_1? yes\n" - "!(it < it_minus_1)? yes\n" - "it > it_minus_1? yes\n" - "!(it <= it_minus_1)? yes\n" - "it >= it_minus_1? yes\n" - "!(it_minus_1 == it)? yes\n" - "it_minus_1 != it? yes\n" - "it_minus_1 < it? yes\n" - "!(it_minus_1 > it)? yes\n" - "it_minus_1 <= it? yes\n" - "!(it_minus_1 >= it)? yes\n" - "!(it == it_plus_1)? yes\n" - "it != it_plus_1? yes\n" - "it < it_plus_1? yes\n" - "!(it > it_plus_1)? yes\n" - "it <= it_plus_1? yes\n" - "!(it >= it_plus_1)? yes\n" - "!(it_plus_1 == it)? yes\n" - "it_plus_1 != it? yes\n" - "!(it_plus_1 < it)? yes\n" - "it_plus_1 > it? yes\n" - "!(it_plus_1 <= it)? yes\n" - "it_plus_1 >= it? yes\n" - "x.begin() == x.begin() + 1 - 1? yes\n" - "x.begin() < x.end()? yes\n" - "z.begin() < z.end()? no\n" - "z.begin() <= z.end()? yes\n" - "z.begin() == z.end()? yes\n" - "x[??]: 10\n" - "x[??]: 55\n" - "x[??]: 66\n" - "y[??]: -12\n" - "y[??]: -47\n" - "y[??]: -48\n" - "y[??]: -49\n" - "y[??]: -49\n" - "y[??]: -48\n" - "y[??]: -47\n" - "y[??]: -12\n" - "y[??]: -49\n" - "y[??]: -48\n" - "y[??]: -47\n" - "y[??]: -12\n" - "first non-empty y: -12\n" - "first non-empty x: 10\n" - "first non-empty x: 10\n" - "first non-empty x: 10\n" - "first non-empty y: -12\n" - "first non-empty x: 10\n" - "first non-empty x: 10\n" - "first non-empty x: 10\n" - "x.begin() == x.begin() + 1 - 1? yes\n" - "z.begin() != z.end()? no\n" - "get_pos() for const nonempty_iterator: 0 == 0\n" - "get_pos() for const nonempty_iterator: 9 == 9\n" - "get_pos() for const nonempty_iterator: 18 == 18\n" - "get_pos() for const nonempty_iterator: 27 == 27\n" - "get_pos() for const nonempty_iterator: 36 == 36\n" - "get_pos() for const nonempty_iterator: 45 == 45\n" - "get_pos() for const nonempty_iterator: 54 == 54\n" - "get_pos() for const nonempty_iterator: 63 == 63\n" - "get_pos() for const nonempty_iterator: 72 == 72\n" - "get_pos() for const nonempty_iterator: 81 == 81\n" - "get_pos() for const nonempty_iterator: 90 == 90\n" - "get_pos() for const nonempty_iterator: 99 == 99\n" - "get_pos() for nonempty_iterator: 0 == 0\n" - "get_pos() for nonempty_iterator: 9 == 9\n" - "get_pos() for nonempty_iterator: 18 == 18\n" - "get_pos() for nonempty_iterator: 27 == 27\n" - "get_pos() for nonempty_iterator: 36 == 36\n" - "get_pos() for nonempty_iterator: 45 == 45\n" - "get_pos() for nonempty_iterator: 54 == 54\n" - "get_pos() for nonempty_iterator: 63 == 63\n" - "get_pos() for nonempty_iterator: 72 == 72\n" - "get_pos() for nonempty_iterator: 81 == 81\n" - "get_pos() for nonempty_iterator: 90 == 90\n" - "get_pos() for nonempty_iterator: 99 == 99\n" - "x has 3/7 buckets, y 4/70, z 0/0\n" - "y shrank and grew: it's now 2/70\n" - "y[12] = -12, y.get(12) = -12\n" - "y[12] cleared. y now 1/70. y[12] = 0, y.get(12) = 0\n" - "y == z? no\n" - "y[10] is set\n" - "y[11] is set\n" - "y[13] is set\n" - "y[14] is set\n" - "y[30] is set\n" - "y[31] is set\n" - "y[32] is set\n" - "y[33] is set\n" - "y[35] is set\n" - "y[36] is set\n" - "y[37] is set\n" - "y[9898] is set\n" - "That's 12 set buckets\n" - "Starting from y[32]...\n" - "y[??] = -32\n" - "y[??] = -33\n" - "y[??] = -35\n" - "y[??] = -36\n" - "y[??] = -37\n" - "y[??] = -9898\n" - "From y[32] down...\n" - "y[??] = -31\n" - "y[??] = -30\n" - "y[??] = -14\n" - "y[??] = -13\n" - "y[??] = -11\n" - "y[??] = -10\n" - "y2[10] is -10\n" - "y2[11] is -11\n" - "y2[13] is -13\n" - "y2[14] is -14\n" - "y2[30] is -30\n" - "y2[31] is -31\n" - "y2[32] is -32\n" - "y2[33] is -33\n" - "y2[35] is -35\n" - "y2[36] is -36\n" - "y2[37] is -37\n" - "y2[9898] is -9898\n" - "That's 12 set buckets\n" - "y2[10] is -10\n" - "y2[11] is -11\n" - "y2[13] is -13\n" - "y2[14] is -14\n" - "y2[30] is -30\n" - "y2[31] is -31\n" - "y2[32] is -32\n" - "y2[33] is -33\n" - "y2[35] is -35\n" - "y2[36] is -36\n" - "y2[37] is -37\n" - "y2[9898] is -9898\n" - "That's 12 set buckets\n" - "string test\n" - "x[0]: \n" - "x[1]: \n" - "x[2]: \n" - "x[3]: \n" - "x[4]: foo\n" - "x[5]: \n" - "x[6]: \n" - "x.begin() == x.begin() + 1 - 1? yes\n" - "x.begin() < x.end()? yes\n" - "z.begin() < z.end()? no\n" - "z.begin() <= z.end()? yes\n" - "z.begin() == z.end()? yes\n" - "x[??]: foo\n" - "y[??]: orange\n" - "y[??]: grape\n" - "y[??]: pear\n" - "y[??]: apple\n" - "x has 1/7 buckets, y 4/70, z 0/0\n" - "y shrank and grew: it's now 2/70\n" - "y[12] = orange, y.get(12) = orange\n" - "y[12] cleared. y now 1/70. y[12] = , y.get(12) = \n" - "y == z? no\n" - "y[10] is set\n" - "y[11] is set\n" - "y[13] is set\n" - "y[14] is set\n" - "y[30] is set\n" - "y[31] is set\n" - "y[32] is set\n" - "y[33] is set\n" - "y[35] is set\n" - "y[36] is set\n" - "y[37] is set\n" - "y[9898] is set\n" - "That's 12 set buckets\n" - "Starting from y[32]...\n" - "y[??] = -32\n" - "y[??] = -33\n" - "y[??] = -35\n" - "y[??] = -36\n" - "y[??] = -37\n" - "y[??] = -9898\n" - "From y[32] down...\n" - "y[??] = -31\n" - "y[??] = -30\n" - "y[??] = -14\n" - "y[??] = -13\n" - "y[??] = -11\n" - "y[??] = -10\n" - "allocator test\n" - "sum_allocate_bytes > 0? yes\n" - "sum_allocate_bytes >= 10000 * sizeof(int)? yes\n" - "sum_deallocate_bytes >= 10000 * sizeof(int)? yes\n" - "sum_allocate_bytes >= 2000 * sizeof(int)? yes\n" - "sum_deallocate_bytes >= 1000 * sizeof(int)? yes\n" - "sum_deallocate_bytes < 1000 * sizeof(int)? yes\n" - "sum_deallocate_bytes >= 1000 * sizeof(int)? yes\n" - "x.num_nonempty() == 0? yes\n" - "y[0]: 1\n" - "y[39999]: 40000\n" - "u.num_nonempty() == 0? yes\n" - "v[0]: 1\n" - "v[39999]: 40000\n" - "a.num_nonempty() == 0? yes\n" - "b[0]: aa\n" - "b[39999]: aa\n" - ); - -// defined at bottom of file for ease of maintainence -int main(int argc, char **argv) { // though we ignore the args - (void)argc; - (void)argv; - - TestInt(); - TestString(); - TestAllocator(); - - // Finally, check to see if our output (in out) is what it's supposed to be. - const size_t r = sizeof(g_expected) - 1; - if ( r != static_cast(out - outbuf) || // output not the same size - memcmp(outbuf, g_expected, r) ) { // or bytes differed - fprintf(stderr, "TESTS FAILED\n\nEXPECTED:\n\n%s\n\nACTUAL:\n\n%s\n\n", - g_expected, outbuf); - return 1; - } else { - printf("PASS.\n"); - return 0; - } -} diff --git a/clipper/sparsehash-2.0.2/src/template_util_unittest.cc b/clipper/sparsehash-2.0.2/src/template_util_unittest.cc deleted file mode 100644 index ddf40f5..0000000 --- a/clipper/sparsehash-2.0.2/src/template_util_unittest.cc +++ /dev/null @@ -1,134 +0,0 @@ -// Copyright 2005 Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// ---- -// -// These tests are really compile time tests. -// If you try to step through this in a debugger -// you will not see any evaluations, merely that -// value is assigned true or false sequentially. - -#include -#include -#include - -#include "testutil.h" - -using namespace GOOGLE_NAMESPACE; - -namespace { - -TEST(TemplateUtilTest, TestSize) { - EXPECT_GT(sizeof(GOOGLE_NAMESPACE::big_), sizeof(GOOGLE_NAMESPACE::small_)); -} - -TEST(TemplateUtilTest, TestIntegralConstants) { - // test the built-in types. - EXPECT_TRUE(true_type::value); - EXPECT_FALSE(false_type::value); - - typedef integral_constant one_type; - EXPECT_EQ(1, one_type::value); -} - -TEST(TemplateUtilTest, TestTemplateIf) { - typedef if_::type if_true; - EXPECT_TRUE(if_true::value); - - typedef if_::type if_false; - EXPECT_FALSE(if_false::value); -} - -TEST(TemplateUtilTest, TestTemplateTypeEquals) { - // Check that the TemplateTypeEquals works correctly. - bool value = false; - - // Test the same type is true. - value = type_equals_::value; - EXPECT_TRUE(value); - - // Test different types are false. - value = type_equals_::value; - EXPECT_FALSE(value); - - // Test type aliasing. - typedef const int foo; - value = type_equals_::value; - EXPECT_TRUE(value); -} - -TEST(TemplateUtilTest, TestTemplateAndOr) { - // Check that the TemplateTypeEquals works correctly. - bool value = false; - - // Yes && Yes == true. - value = and_::value; - EXPECT_TRUE(value); - // Yes && No == false. - value = and_::value; - EXPECT_FALSE(value); - // No && Yes == false. - value = and_::value; - EXPECT_FALSE(value); - // No && No == false. - value = and_::value; - EXPECT_FALSE(value); - - // Yes || Yes == true. - value = or_::value; - EXPECT_TRUE(value); - // Yes || No == true. - value = or_::value; - EXPECT_TRUE(value); - // No || Yes == true. - value = or_::value; - EXPECT_TRUE(value); - // No || No == false. - value = or_::value; - EXPECT_FALSE(value); -} - -TEST(TemplateUtilTest, TestIdentity) { - EXPECT_TRUE( - (type_equals_::type, int>::value)); - EXPECT_TRUE( - (type_equals_::type, void>::value)); -} - -} // namespace - -#include - -int main(int, char **) { - // All the work is done in the static constructors. If they don't - // die, the tests have all passed. - std::cout << "PASS\n"; - return 0; -} - diff --git a/clipper/sparsehash-2.0.2/src/testutil.h b/clipper/sparsehash-2.0.2/src/testutil.h deleted file mode 100644 index ce7454c..0000000 --- a/clipper/sparsehash-2.0.2/src/testutil.h +++ /dev/null @@ -1,266 +0,0 @@ -// Copyright (c) 2010, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// --- - -// This macro mimics a unittest framework, but is a bit less flexible -// than most. It requires a superclass to derive from, and does all -// work in global constructors. The tricky part is implementing -// TYPED_TEST. - -#ifndef SPARSEHASH_TEST_UTIL_H_ -#define SPARSEHASH_TEST_UTIL_H_ - -#include -#include "config.h" -#include -#include // for exit -#include // for length_error - -_START_GOOGLE_NAMESPACE_ - -namespace testing { - -#define EXPECT_TRUE(cond) do { \ - if (!(cond)) { \ - ::fputs("Test failed: " #cond "\n", stderr); \ - ::exit(1); \ - } \ -} while (0) - -#define EXPECT_FALSE(a) EXPECT_TRUE(!(a)) -#define EXPECT_EQ(a, b) EXPECT_TRUE((a) == (b)) -#define EXPECT_NE(a, b) EXPECT_TRUE((a) != (b)) -#define EXPECT_LT(a, b) EXPECT_TRUE((a) < (b)) -#define EXPECT_GT(a, b) EXPECT_TRUE((a) > (b)) -#define EXPECT_LE(a, b) EXPECT_TRUE((a) <= (b)) -#define EXPECT_GE(a, b) EXPECT_TRUE((a) >= (b)) - -#define EXPECT_DEATH(cmd, expected_error_string) \ - try { \ - cmd; \ - EXPECT_FALSE("did not see expected error: " #expected_error_string); \ - } catch (const std::length_error&) { \ - /* Good, the cmd failed. */ \ - } - -#define TEST(suitename, testname) \ - class TEST_##suitename##_##testname { \ - public: \ - TEST_##suitename##_##testname() { \ - ::fputs("Running " #suitename "." #testname "\n", stderr); \ - Run(); \ - } \ - void Run(); \ - }; \ - static TEST_##suitename##_##testname \ - test_instance_##suitename##_##testname; \ - void TEST_##suitename##_##testname::Run() - - -template struct TypeList6 { - typedef C1 type1; - typedef C2 type2; - typedef C3 type3; - typedef C4 type4; - typedef C5 type5; - typedef C6 type6; -}; - -// I need to list 18 types here, for code below to compile, though -// only the first 6 are ever used. -#define TYPED_TEST_CASE_6(classname, typelist) \ - typedef typelist::type1 classname##_type1; \ - typedef typelist::type2 classname##_type2; \ - typedef typelist::type3 classname##_type3; \ - typedef typelist::type4 classname##_type4; \ - typedef typelist::type5 classname##_type5; \ - typedef typelist::type6 classname##_type6; \ - static const int classname##_numtypes = 6; \ - typedef typelist::type1 classname##_type7; \ - typedef typelist::type1 classname##_type8; \ - typedef typelist::type1 classname##_type9; \ - typedef typelist::type1 classname##_type10; \ - typedef typelist::type1 classname##_type11; \ - typedef typelist::type1 classname##_type12; \ - typedef typelist::type1 classname##_type13; \ - typedef typelist::type1 classname##_type14; \ - typedef typelist::type1 classname##_type15; \ - typedef typelist::type1 classname##_type16; \ - typedef typelist::type1 classname##_type17; \ - typedef typelist::type1 classname##_type18; - -template struct TypeList18 { - typedef C1 type1; - typedef C2 type2; - typedef C3 type3; - typedef C4 type4; - typedef C5 type5; - typedef C6 type6; - typedef C7 type7; - typedef C8 type8; - typedef C9 type9; - typedef C10 type10; - typedef C11 type11; - typedef C12 type12; - typedef C13 type13; - typedef C14 type14; - typedef C15 type15; - typedef C16 type16; - typedef C17 type17; - typedef C18 type18; -}; - -#define TYPED_TEST_CASE_18(classname, typelist) \ - typedef typelist::type1 classname##_type1; \ - typedef typelist::type2 classname##_type2; \ - typedef typelist::type3 classname##_type3; \ - typedef typelist::type4 classname##_type4; \ - typedef typelist::type5 classname##_type5; \ - typedef typelist::type6 classname##_type6; \ - typedef typelist::type7 classname##_type7; \ - typedef typelist::type8 classname##_type8; \ - typedef typelist::type9 classname##_type9; \ - typedef typelist::type10 classname##_type10; \ - typedef typelist::type11 classname##_type11; \ - typedef typelist::type12 classname##_type12; \ - typedef typelist::type13 classname##_type13; \ - typedef typelist::type14 classname##_type14; \ - typedef typelist::type15 classname##_type15; \ - typedef typelist::type16 classname##_type16; \ - typedef typelist::type17 classname##_type17; \ - typedef typelist::type18 classname##_type18; \ - static const int classname##_numtypes = 18; - -#define TYPED_TEST(superclass, testname) \ - template \ - class TEST_onetype_##superclass##_##testname : \ - public superclass { \ - public: \ - TEST_onetype_##superclass##_##testname() { \ - Run(); \ - } \ - private: \ - void Run(); \ - }; \ - class TEST_typed_##superclass##_##testname { \ - public: \ - explicit TEST_typed_##superclass##_##testname() { \ - if (superclass##_numtypes >= 1) { \ - ::fputs("Running " #superclass "." #testname ".1\n", stderr); \ - TEST_onetype_##superclass##_##testname t; \ - } \ - if (superclass##_numtypes >= 2) { \ - ::fputs("Running " #superclass "." #testname ".2\n", stderr); \ - TEST_onetype_##superclass##_##testname t; \ - } \ - if (superclass##_numtypes >= 3) { \ - ::fputs("Running " #superclass "." #testname ".3\n", stderr); \ - TEST_onetype_##superclass##_##testname t; \ - } \ - if (superclass##_numtypes >= 4) { \ - ::fputs("Running " #superclass "." #testname ".4\n", stderr); \ - TEST_onetype_##superclass##_##testname t; \ - } \ - if (superclass##_numtypes >= 5) { \ - ::fputs("Running " #superclass "." #testname ".5\n", stderr); \ - TEST_onetype_##superclass##_##testname t; \ - } \ - if (superclass##_numtypes >= 6) { \ - ::fputs("Running " #superclass "." #testname ".6\n", stderr); \ - TEST_onetype_##superclass##_##testname t; \ - } \ - if (superclass##_numtypes >= 7) { \ - ::fputs("Running " #superclass "." #testname ".7\n", stderr); \ - TEST_onetype_##superclass##_##testname t; \ - } \ - if (superclass##_numtypes >= 8) { \ - ::fputs("Running " #superclass "." #testname ".8\n", stderr); \ - TEST_onetype_##superclass##_##testname t; \ - } \ - if (superclass##_numtypes >= 9) { \ - ::fputs("Running " #superclass "." #testname ".9\n", stderr); \ - TEST_onetype_##superclass##_##testname t; \ - } \ - if (superclass##_numtypes >= 10) { \ - ::fputs("Running " #superclass "." #testname ".10\n", stderr); \ - TEST_onetype_##superclass##_##testname t; \ - } \ - if (superclass##_numtypes >= 11) { \ - ::fputs("Running " #superclass "." #testname ".11\n", stderr); \ - TEST_onetype_##superclass##_##testname t; \ - } \ - if (superclass##_numtypes >= 12) { \ - ::fputs("Running " #superclass "." #testname ".12\n", stderr); \ - TEST_onetype_##superclass##_##testname t; \ - } \ - if (superclass##_numtypes >= 13) { \ - ::fputs("Running " #superclass "." #testname ".13\n", stderr); \ - TEST_onetype_##superclass##_##testname t; \ - } \ - if (superclass##_numtypes >= 14) { \ - ::fputs("Running " #superclass "." #testname ".14\n", stderr); \ - TEST_onetype_##superclass##_##testname t; \ - } \ - if (superclass##_numtypes >= 15) { \ - ::fputs("Running " #superclass "." #testname ".15\n", stderr); \ - TEST_onetype_##superclass##_##testname t; \ - } \ - if (superclass##_numtypes >= 16) { \ - ::fputs("Running " #superclass "." #testname ".16\n", stderr); \ - TEST_onetype_##superclass##_##testname t; \ - } \ - if (superclass##_numtypes >= 17) { \ - ::fputs("Running " #superclass "." #testname ".17\n", stderr); \ - TEST_onetype_##superclass##_##testname t; \ - } \ - if (superclass##_numtypes >= 18) { \ - ::fputs("Running " #superclass "." #testname ".18\n", stderr); \ - TEST_onetype_##superclass##_##testname t; \ - } \ - } \ - }; \ - static TEST_typed_##superclass##_##testname \ - test_instance_typed_##superclass##_##testname; \ - template \ - void TEST_onetype_##superclass##_##testname::Run() - -// This is a dummy class just to make converting from internal-google -// to opensourcing easier. -class Test { }; - -} // namespace testing - -_END_GOOGLE_NAMESPACE_ - -#endif // SPARSEHASH_TEST_UTIL_H_ diff --git a/clipper/sparsehash-2.0.2/src/time_hash_map.cc b/clipper/sparsehash-2.0.2/src/time_hash_map.cc deleted file mode 100644 index 635c5ab..0000000 --- a/clipper/sparsehash-2.0.2/src/time_hash_map.cc +++ /dev/null @@ -1,727 +0,0 @@ -// Copyright (c) 2005, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// --- -// Authors: Sanjay Ghemawat and Craig Silverstein - -// Time various hash map implementations -// -// Below, times are per-call. "Memory use" is "bytes in use by -// application" as reported by tcmalloc, compared before and after the -// function call. This does not really report fragmentation, which is -// not bad for the sparse* routines but bad for the dense* ones. -// -// The tests generally yield best-case performance because the -// code uses sequential keys; on the other hand, "map_fetch_random" does -// lookups in a pseudorandom order. Also, "stresshashfunction" is -// a stress test of sorts. It uses keys from an arithmetic sequence, which, -// if combined with a quick-and-dirty hash function, will yield worse -// performance than the otherwise similar "map_predict/grow." -// -// Consider doing the following to get good numbers: -// -// 1. Run the tests on a machine with no X service. Make sure no other -// processes are running. -// 2. Minimize compiled-code differences. Compare results from the same -// binary, if possible, instead of comparing results from two different -// binaries. -// -// See PERFORMANCE for the output of one example run. - -#include -#include -#ifdef HAVE_INTTYPES_H -# include -#endif // for uintptr_t -#include -#include -#include -extern "C" { -#include -#ifdef HAVE_SYS_TIME_H -# include -#endif -#ifdef HAVE_SYS_RESOURCE_H -# include -#endif -#ifdef HAVE_SYS_UTSNAME_H -# include -#endif // for uname() -} - -// The functions that we call on each map, that differ for different types. -// By default each is a noop, but we redefine them for types that need them. - -#include -#include HASH_MAP_H -#include -#include -#include -#include -#include - -using std::map; -using std::swap; -using std::vector; -using GOOGLE_NAMESPACE::dense_hash_map; -using GOOGLE_NAMESPACE::sparse_hash_map; - -static bool FLAGS_test_sparse_hash_map = true; -static bool FLAGS_test_dense_hash_map = true; -static bool FLAGS_test_hash_map = true; -static bool FLAGS_test_map = true; - -static bool FLAGS_test_4_bytes = true; -static bool FLAGS_test_8_bytes = true; -static bool FLAGS_test_16_bytes = true; -static bool FLAGS_test_256_bytes = true; - -#if defined(HAVE_UNORDERED_MAP) -using HASH_NAMESPACE::unordered_map; -#elif defined(HAVE_HASH_MAP) || defined(_MSC_VER) -using HASH_NAMESPACE::hash_map; -#endif - -static const int kDefaultIters = 10000000; - -// A version of each of the hashtable classes we test, that has been -// augumented to provide a common interface. For instance, the -// sparse_hash_map and dense_hash_map versions set empty-key and -// deleted-key (we can do this because all our tests use int-like -// keys), so the users don't have to. The hash_map version adds -// resize(), so users can just call resize() for all tests without -// worrying about whether the map-type supports it or not. - -template -class EasyUseSparseHashMap : public sparse_hash_map { - public: - EasyUseSparseHashMap() { - this->set_deleted_key(-1); - } -}; - -template -class EasyUseDenseHashMap : public dense_hash_map { - public: - EasyUseDenseHashMap() { - this->set_empty_key(-1); - this->set_deleted_key(-2); - } -}; - -// For pointers, we only set the empty key. -template -class EasyUseSparseHashMap : public sparse_hash_map { - public: - EasyUseSparseHashMap() { } -}; - -template -class EasyUseDenseHashMap : public dense_hash_map { - public: - EasyUseDenseHashMap() { - this->set_empty_key((K*)(~0)); - } -}; - -#if defined(HAVE_UNORDERED_MAP) -template -class EasyUseHashMap : public unordered_map { - public: - // resize() is called rehash() in tr1 - void resize(size_t r) { this->rehash(r); } -}; -#elif defined(_MSC_VER) -template -class EasyUseHashMap : public hash_map { - public: - void resize(size_t r) { } -}; -#elif defined(HAVE_HASH_MAP) -template -class EasyUseHashMap : public hash_map { - public: - // Don't need to do anything: hash_map is already easy to use! -}; -#endif - -template -class EasyUseMap : public map { - public: - void resize(size_t) { } // map<> doesn't support resize -}; - - -// Returns the number of hashes that have been done since the last -// call to NumHashesSinceLastCall(). This is shared across all -// HashObject instances, which isn't super-OO, but avoids two issues: -// (1) making HashObject bigger than it ought to be (this is very -// important for our testing), and (2) having to pass around -// HashObject objects everywhere, which is annoying. -static int g_num_hashes; -static int g_num_copies; - -int NumHashesSinceLastCall() { - int retval = g_num_hashes; - g_num_hashes = 0; - return retval; -} -int NumCopiesSinceLastCall() { - int retval = g_num_copies; - g_num_copies = 0; - return retval; -} - -/* - * These are the objects we hash. Size is the size of the object - * (must be > sizeof(int). Hashsize is how many of these bytes we - * use when hashing (must be > sizeof(int) and < Size). - */ -template class HashObject { - public: - typedef HashObject class_type; - HashObject() {} - HashObject(int i) : i_(i) { - memset(buffer_, i & 255, sizeof(buffer_)); // a "random" char - } - HashObject(const HashObject& that) { - operator=(that); - } - void operator=(const HashObject& that) { - g_num_copies++; - this->i_ = that.i_; - memcpy(this->buffer_, that.buffer_, sizeof(this->buffer_)); - } - - size_t Hash() const { - g_num_hashes++; - int hashval = i_; - for (size_t i = 0; i < Hashsize - sizeof(i_); ++i) { - hashval += buffer_[i]; - } - return SPARSEHASH_HASH()(hashval); - } - - bool operator==(const class_type& that) const { return this->i_ == that.i_; } - bool operator< (const class_type& that) const { return this->i_ < that.i_; } - bool operator<=(const class_type& that) const { return this->i_ <= that.i_; } - - private: - int i_; // the key used for hashing - char buffer_[Size - sizeof(int)]; -}; - -// A specialization for the case sizeof(buffer_) == 0 -template<> class HashObject { - public: - typedef HashObject class_type; - HashObject() {} - HashObject(int i) : i_(i) {} - HashObject(const HashObject& that) { - operator=(that); - } - void operator=(const HashObject& that) { - g_num_copies++; - this->i_ = that.i_; - } - - size_t Hash() const { - g_num_hashes++; - return SPARSEHASH_HASH()(i_); - } - - bool operator==(const class_type& that) const { return this->i_ == that.i_; } - bool operator< (const class_type& that) const { return this->i_ < that.i_; } - bool operator<=(const class_type& that) const { return this->i_ <= that.i_; } - - private: - int i_; // the key used for hashing -}; - -_START_GOOGLE_NAMESPACE_ - -// Let the hashtable implementations know it can use an optimized memcpy, -// because the compiler defines both the destructor and copy constructor. - -template -struct has_trivial_copy< HashObject > : true_type { }; - -template -struct has_trivial_destructor< HashObject > : true_type { }; - -_END_GOOGLE_NAMESPACE_ - -class HashFn { - public: - template - size_t operator()(const HashObject& obj) const { - return obj.Hash(); - } - // Do the identity hash for pointers. - template - size_t operator()(const HashObject* obj) const { - return reinterpret_cast(obj); - } - - // Less operator for MSVC's hash containers. - template - bool operator()(const HashObject& a, - const HashObject& b) const { - return a < b; - } - template - bool operator()(const HashObject* a, - const HashObject* b) const { - return a < b; - } - // These two public members are required by msvc. 4 and 8 are defaults. - static const size_t bucket_size = 4; - static const size_t min_buckets = 8; -}; - -/* - * Measure resource usage. - */ - -class Rusage { - public: - /* Start collecting usage */ - Rusage() { Reset(); } - - /* Reset collection */ - void Reset(); - - /* Show usage, in seconds */ - double UserTime(); - - private: -#if defined HAVE_SYS_RESOURCE_H - struct rusage start; -#elif defined HAVE_WINDOWS_H - long long int start; -#else - time_t start_time_t; -#endif -}; - -inline void Rusage::Reset() { -#if defined HAVE_SYS_RESOURCE_H - getrusage(RUSAGE_SELF, &start); -#elif defined HAVE_WINDOWS_H - start = GetTickCount(); -#else - time(&start_time_t); -#endif -} - -inline double Rusage::UserTime() { -#if defined HAVE_SYS_RESOURCE_H - struct rusage u; - - getrusage(RUSAGE_SELF, &u); - - struct timeval result; - result.tv_sec = u.ru_utime.tv_sec - start.ru_utime.tv_sec; - result.tv_usec = u.ru_utime.tv_usec - start.ru_utime.tv_usec; - - return double(result.tv_sec) + double(result.tv_usec) / 1000000.0; -#elif defined HAVE_WINDOWS_H - return double(GetTickCount() - start) / 1000.0; -#else - time_t now; - time(&now); - return now - start_time_t; -#endif -} - -static void print_uname() { -#ifdef HAVE_SYS_UTSNAME_H - struct utsname u; - if (uname(&u) == 0) { - printf("%s %s %s %s %s\n", - u.sysname, u.nodename, u.release, u.version, u.machine); - } -#endif -} - -// Generate stamp for this run -static void stamp_run(int iters) { - time_t now = time(0); - printf("======\n"); - fflush(stdout); - print_uname(); - printf("Average over %d iterations\n", iters); - fflush(stdout); - // don't need asctime_r/gmtime_r: we're not threaded - printf("Current time (GMT): %s", asctime(gmtime(&now))); -} - -// This depends on the malloc implementation for exactly what it does -// -- and thus requires work after the fact to make sense of the -// numbers -- and also is likely thrown off by the memory management -// STL tries to do on its own. - -#ifdef HAVE_GOOGLE_MALLOC_EXTENSION_H -#include - -static size_t CurrentMemoryUsage() { - size_t result; - if (MallocExtension::instance()->GetNumericProperty( - "generic.current_allocated_bytes", - &result)) { - return result; - } else { - return 0; - } -} - -#else /* not HAVE_GOOGLE_MALLOC_EXTENSION_H */ -static size_t CurrentMemoryUsage() { return 0; } - -#endif - -static void report(char const* title, double t, - int iters, - size_t start_memory, size_t end_memory) { - // Construct heap growth report text if applicable - char heap[100] = ""; - if (end_memory > start_memory) { - snprintf(heap, sizeof(heap), "%7.1f MB", - (end_memory - start_memory) / 1048576.0); - } - - printf("%-20s %6.1f ns (%8d hashes, %8d copies)%s\n", - title, (t * 1000000000.0 / iters), - NumHashesSinceLastCall(), NumCopiesSinceLastCall(), - heap); - fflush(stdout); -} - -template -static void time_map_grow(int iters) { - MapType set; - Rusage t; - - const size_t start = CurrentMemoryUsage(); - t.Reset(); - for (int i = 0; i < iters; i++) { - set[i] = i+1; - } - double ut = t.UserTime(); - const size_t finish = CurrentMemoryUsage(); - report("map_grow", ut, iters, start, finish); -} - -template -static void time_map_grow_predicted(int iters) { - MapType set; - Rusage t; - - const size_t start = CurrentMemoryUsage(); - set.resize(iters); - t.Reset(); - for (int i = 0; i < iters; i++) { - set[i] = i+1; - } - double ut = t.UserTime(); - const size_t finish = CurrentMemoryUsage(); - report("map_predict/grow", ut, iters, start, finish); -} - -template -static void time_map_replace(int iters) { - MapType set; - Rusage t; - int i; - - for (i = 0; i < iters; i++) { - set[i] = i+1; - } - - t.Reset(); - for (i = 0; i < iters; i++) { - set[i] = i+1; - } - double ut = t.UserTime(); - - report("map_replace", ut, iters, 0, 0); -} - -template -static void time_map_fetch(int iters, const vector& indices, - char const* title) { - MapType set; - Rusage t; - int r; - int i; - - for (i = 0; i < iters; i++) { - set[i] = i+1; - } - - r = 1; - t.Reset(); - for (i = 0; i < iters; i++) { - r ^= static_cast(set.find(indices[i]) != set.end()); - } - double ut = t.UserTime(); - - srand(r); // keep compiler from optimizing away r (we never call rand()) - report(title, ut, iters, 0, 0); -} - -template -static void time_map_fetch_sequential(int iters) { - vector v(iters); - for (int i = 0; i < iters; i++) { - v[i] = i; - } - time_map_fetch(iters, v, "map_fetch_sequential"); -} - -// Apply a pseudorandom permutation to the given vector. -static void shuffle(vector* v) { - srand(9); - for (int n = v->size(); n >= 2; n--) { - swap((*v)[n - 1], (*v)[static_cast(rand()) % n]); - } -} - -template -static void time_map_fetch_random(int iters) { - vector v(iters); - for (int i = 0; i < iters; i++) { - v[i] = i; - } - shuffle(&v); - time_map_fetch(iters, v, "map_fetch_random"); -} - -template -static void time_map_fetch_empty(int iters) { - MapType set; - Rusage t; - int r; - int i; - - r = 1; - t.Reset(); - for (i = 0; i < iters; i++) { - r ^= static_cast(set.find(i) != set.end()); - } - double ut = t.UserTime(); - - srand(r); // keep compiler from optimizing away r (we never call rand()) - report("map_fetch_empty", ut, iters, 0, 0); -} - -template -static void time_map_remove(int iters) { - MapType set; - Rusage t; - int i; - - for (i = 0; i < iters; i++) { - set[i] = i+1; - } - - t.Reset(); - for (i = 0; i < iters; i++) { - set.erase(i); - } - double ut = t.UserTime(); - - report("map_remove", ut, iters, 0, 0); -} - -template -static void time_map_toggle(int iters) { - MapType set; - Rusage t; - int i; - - const size_t start = CurrentMemoryUsage(); - t.Reset(); - for (i = 0; i < iters; i++) { - set[i] = i+1; - set.erase(i); - } - - double ut = t.UserTime(); - const size_t finish = CurrentMemoryUsage(); - - report("map_toggle", ut, iters, start, finish); -} - -template -static void time_map_iterate(int iters) { - MapType set; - Rusage t; - int r; - int i; - - for (i = 0; i < iters; i++) { - set[i] = i+1; - } - - r = 1; - t.Reset(); - for (typename MapType::const_iterator it = set.begin(), it_end = set.end(); - it != it_end; - ++it) { - r ^= it->second; - } - - double ut = t.UserTime(); - - srand(r); // keep compiler from optimizing away r (we never call rand()) - report("map_iterate", ut, iters, 0, 0); -} - -template -static void stresshashfunction(int desired_insertions, - int map_size, - int stride) { - Rusage t; - int num_insertions = 0; - // One measurement of user time (in seconds) is done for each iteration of - // the outer loop. The times are summed. - double total_seconds = 0; - const int k = desired_insertions / map_size; - MapType set; - for (int o = 0; o < k; o++) { - set.clear(); - set.resize(map_size); - t.Reset(); - const int maxint = (1ull << (sizeof(int) * 8 - 1)) - 1; - // Use n arithmetic sequences. Using just one may lead to overflow - // if stride * map_size > maxint. Compute n by requiring - // stride * map_size/n < maxint, i.e., map_size/(maxint/stride) < n - char* key; // something we can do math on - const int n = map_size / (maxint / stride) + 1; - for (int i = 0; i < n; i++) { - key = NULL; - key += i; - for (int j = 0; j < map_size/n; j++) { - key += stride; - set[reinterpret_cast(key)] - = ++num_insertions; - } - } - total_seconds += t.UserTime(); - } - printf("stresshashfunction map_size=%d stride=%d: %.1fns/insertion\n", - map_size, stride, total_seconds * 1e9 / num_insertions); -} - -template -static void stresshashfunction(int num_inserts) { - static const int kMapSizes[] = {256, 1024}; - for (unsigned i = 0; i < sizeof(kMapSizes) / sizeof(kMapSizes[0]); i++) { - const int map_size = kMapSizes[i]; - for (int stride = 1; stride <= map_size; stride *= map_size) { - stresshashfunction(num_inserts, map_size, stride); - } - } -} - -template -static void measure_map(const char* label, int obj_size, int iters, - bool stress_hash_function) { - printf("\n%s (%d byte objects, %d iterations):\n", label, obj_size, iters); - if (1) time_map_grow(iters); - if (1) time_map_grow_predicted(iters); - if (1) time_map_replace(iters); - if (1) time_map_fetch_random(iters); - if (1) time_map_fetch_sequential(iters); - if (1) time_map_fetch_empty(iters); - if (1) time_map_remove(iters); - if (1) time_map_toggle(iters); - if (1) time_map_iterate(iters); - // This last test is useful only if the map type uses hashing. - // And it's slow, so use fewer iterations. - if (stress_hash_function) { - // Blank line in the output makes clear that what follows isn't part of the - // table of results that we just printed. - puts(""); - stresshashfunction(iters / 4); - } -} - -template -static void test_all_maps(int obj_size, int iters) { - const bool stress_hash_function = obj_size <= 8; - - if (FLAGS_test_sparse_hash_map) - measure_map< EasyUseSparseHashMap, - EasyUseSparseHashMap >( - "SPARSE_HASH_MAP", obj_size, iters, stress_hash_function); - - if (FLAGS_test_dense_hash_map) - measure_map< EasyUseDenseHashMap, - EasyUseDenseHashMap >( - "DENSE_HASH_MAP", obj_size, iters, stress_hash_function); - - if (FLAGS_test_hash_map) - measure_map< EasyUseHashMap, - EasyUseHashMap >( - "STANDARD HASH_MAP", obj_size, iters, stress_hash_function); - - if (FLAGS_test_map) - measure_map< EasyUseMap, - EasyUseMap >( - "STANDARD MAP", obj_size, iters, false); -} - -int main(int argc, char** argv) { - - int iters = kDefaultIters; - if (argc > 1) { // first arg is # of iterations - iters = atoi(argv[1]); - } - - stamp_run(iters); - -#ifndef HAVE_SYS_RESOURCE_H - printf("\n*** WARNING ***: sys/resources.h was not found, so all times\n" - " reported are wall-clock time, not user time\n"); -#endif - - // It would be nice to set these at run-time, but by setting them at - // compile-time, we allow optimizations that make it as fast to use - // a HashObject as it would be to use just a straight int/char - // buffer. To keep memory use similar, we normalize the number of - // iterations based on size. - if (FLAGS_test_4_bytes) test_all_maps< HashObject<4,4> >(4, iters/1); - if (FLAGS_test_8_bytes) test_all_maps< HashObject<8,8> >(8, iters/2); - if (FLAGS_test_16_bytes) test_all_maps< HashObject<16,16> >(16, iters/4); - if (FLAGS_test_256_bytes) test_all_maps< HashObject<256,256> >(256, iters/32); - - return 0; -} diff --git a/clipper/sparsehash-2.0.2/src/type_traits_unittest.cc b/clipper/sparsehash-2.0.2/src/type_traits_unittest.cc deleted file mode 100644 index 9bcc812..0000000 --- a/clipper/sparsehash-2.0.2/src/type_traits_unittest.cc +++ /dev/null @@ -1,636 +0,0 @@ -// Copyright (c) 2006, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// ---- - -#include -#include -#include - -#include // for exit() -#include -#include -#include -#include "testutil.h" - -typedef int int32; -typedef long int64; - -using std::string; -using std::vector; -using std::pair; - -using GOOGLE_NAMESPACE::add_reference; -using GOOGLE_NAMESPACE::has_trivial_assign; -using GOOGLE_NAMESPACE::has_trivial_constructor; -using GOOGLE_NAMESPACE::has_trivial_copy; -using GOOGLE_NAMESPACE::has_trivial_destructor; -#if !defined(_MSC_VER) && !(defined(__GNUC__) && __GNUC__ <= 3) -using GOOGLE_NAMESPACE::is_convertible; -using GOOGLE_NAMESPACE::is_enum; -#endif -using GOOGLE_NAMESPACE::is_floating_point; -using GOOGLE_NAMESPACE::is_integral; -using GOOGLE_NAMESPACE::is_pointer; -using GOOGLE_NAMESPACE::is_pod; -using GOOGLE_NAMESPACE::is_reference; -using GOOGLE_NAMESPACE::is_same; -using GOOGLE_NAMESPACE::remove_const; -using GOOGLE_NAMESPACE::remove_cv; -using GOOGLE_NAMESPACE::remove_pointer; -using GOOGLE_NAMESPACE::remove_reference; -using GOOGLE_NAMESPACE::remove_volatile; - - -// This assertion produces errors like "error: invalid use of -// incomplete type 'struct ::AssertTypesEq'" -// when it fails. -template struct AssertTypesEq; -template struct AssertTypesEq {}; -#define COMPILE_ASSERT_TYPES_EQ(T, U) static_cast(AssertTypesEq()) - -// A user-defined POD type. -struct A { - int n_; -}; - -// A user-defined non-POD type with a trivial copy constructor. -class B { - public: - explicit B(int n) : n_(n) { } - private: - int n_; -}; - -// Another user-defined non-POD type with a trivial copy constructor. -// We will explicitly declare C to have a trivial copy constructor -// by specializing has_trivial_copy. -class C { - public: - explicit C(int n) : n_(n) { } - private: - int n_; -}; - -_START_GOOGLE_NAMESPACE_ -template<> struct has_trivial_copy : true_type { }; -_END_GOOGLE_NAMESPACE_ - -// Another user-defined non-POD type with a trivial assignment operator. -// We will explicitly declare C to have a trivial assignment operator -// by specializing has_trivial_assign. -class D { - public: - explicit D(int n) : n_(n) { } - private: - int n_; -}; - -_START_GOOGLE_NAMESPACE_ -template<> struct has_trivial_assign : true_type { }; -_END_GOOGLE_NAMESPACE_ - -// Another user-defined non-POD type with a trivial constructor. -// We will explicitly declare E to have a trivial constructor -// by specializing has_trivial_constructor. -class E { - public: - int n_; -}; - -_START_GOOGLE_NAMESPACE_ -template<> struct has_trivial_constructor : true_type { }; -_END_GOOGLE_NAMESPACE_ - -// Another user-defined non-POD type with a trivial destructor. -// We will explicitly declare E to have a trivial destructor -// by specializing has_trivial_destructor. -class F { - public: - explicit F(int n) : n_(n) { } - private: - int n_; -}; - -_START_GOOGLE_NAMESPACE_ -template<> struct has_trivial_destructor : true_type { }; -_END_GOOGLE_NAMESPACE_ - -enum G {}; - -union H {}; - -class I { - public: - operator int() const; -}; - -class J { - private: - operator int() const; -}; - -namespace { - -// A base class and a derived class that inherits from it, used for -// testing conversion type traits. -class Base { - public: - virtual ~Base() { } -}; - -class Derived : public Base { -}; - -TEST(TypeTraitsTest, TestIsInteger) { - // Verify that is_integral is true for all integer types. - EXPECT_TRUE(is_integral::value); - EXPECT_TRUE(is_integral::value); - EXPECT_TRUE(is_integral::value); - EXPECT_TRUE(is_integral::value); - EXPECT_TRUE(is_integral::value); - EXPECT_TRUE(is_integral::value); - EXPECT_TRUE(is_integral::value); - EXPECT_TRUE(is_integral::value); - EXPECT_TRUE(is_integral::value); - EXPECT_TRUE(is_integral::value); - EXPECT_TRUE(is_integral::value); - - // Verify that is_integral is false for a few non-integer types. - EXPECT_FALSE(is_integral::value); - EXPECT_FALSE(is_integral::value); - EXPECT_FALSE(is_integral::value); - EXPECT_FALSE(is_integral::value); - EXPECT_FALSE(is_integral::value); - EXPECT_FALSE((is_integral >::value)); - - // Verify that cv-qualified integral types are still integral, and - // cv-qualified non-integral types are still non-integral. - EXPECT_TRUE(is_integral::value); - EXPECT_TRUE(is_integral::value); - EXPECT_TRUE(is_integral::value); - EXPECT_FALSE(is_integral::value); - EXPECT_FALSE(is_integral::value); - EXPECT_FALSE(is_integral::value); -} - -TEST(TypeTraitsTest, TestIsFloating) { - // Verify that is_floating_point is true for all floating-point types. - EXPECT_TRUE(is_floating_point::value); - EXPECT_TRUE(is_floating_point::value); - EXPECT_TRUE(is_floating_point::value); - - // Verify that is_floating_point is false for a few non-float types. - EXPECT_FALSE(is_floating_point::value); - EXPECT_FALSE(is_floating_point::value); - EXPECT_FALSE(is_floating_point::value); - EXPECT_FALSE(is_floating_point::value); - EXPECT_FALSE(is_floating_point::value); - EXPECT_FALSE((is_floating_point >::value)); - - // Verify that cv-qualified floating point types are still floating, and - // cv-qualified non-floating types are still non-floating. - EXPECT_TRUE(is_floating_point::value); - EXPECT_TRUE(is_floating_point::value); - EXPECT_TRUE(is_floating_point::value); - EXPECT_FALSE(is_floating_point::value); - EXPECT_FALSE(is_floating_point::value); - EXPECT_FALSE(is_floating_point::value); -} - -TEST(TypeTraitsTest, TestIsPointer) { - // Verify that is_pointer is true for some pointer types. - EXPECT_TRUE(is_pointer::value); - EXPECT_TRUE(is_pointer::value); - EXPECT_TRUE(is_pointer::value); - EXPECT_TRUE(is_pointer::value); - EXPECT_TRUE(is_pointer::value); - - // Verify that is_pointer is false for some non-pointer types. - EXPECT_FALSE(is_pointer::value); - EXPECT_FALSE(is_pointer::value); - EXPECT_FALSE(is_pointer::value); - EXPECT_FALSE(is_pointer >::value); - EXPECT_FALSE(is_pointer::value); - - // A function pointer is a pointer, but a function type, or a function - // reference type, is not. - EXPECT_TRUE(is_pointer::value); - EXPECT_FALSE(is_pointer::value); - EXPECT_FALSE(is_pointer::value); - - // Verify that is_pointer is true for some cv-qualified pointer types, - // and false for some cv-qualified non-pointer types. - EXPECT_TRUE(is_pointer::value); - EXPECT_TRUE(is_pointer::value); - EXPECT_TRUE(is_pointer::value); - EXPECT_FALSE(is_pointer::value); - EXPECT_FALSE(is_pointer >::value); - EXPECT_FALSE(is_pointer::value); -} - -TEST(TypeTraitsTest, TestIsEnum) { -// is_enum isn't supported on MSVC or gcc 3.x -#if !defined(_MSC_VER) && !(defined(__GNUC__) && __GNUC__ <= 3) - // Verify that is_enum is true for enum types. - EXPECT_TRUE(is_enum::value); - EXPECT_TRUE(is_enum::value); - EXPECT_TRUE(is_enum::value); - EXPECT_TRUE(is_enum::value); - - // Verify that is_enum is false for a few non-enum types. - EXPECT_FALSE(is_enum::value); - EXPECT_FALSE(is_enum::value); - EXPECT_FALSE(is_enum::value); - EXPECT_FALSE(is_enum::value); - EXPECT_FALSE(is_enum::value); - EXPECT_FALSE(is_enum::value); - EXPECT_FALSE(is_enum::value); - EXPECT_FALSE(is_enum::value); - EXPECT_FALSE(is_enum::value); - EXPECT_FALSE(is_enum::value); - EXPECT_FALSE(is_enum::value); - EXPECT_FALSE(is_enum::value); - EXPECT_FALSE(is_enum::value); - EXPECT_FALSE(is_enum::value); - EXPECT_FALSE(is_enum::value); - EXPECT_FALSE(is_enum::value); - EXPECT_FALSE(is_enum::value); -#endif -} - -TEST(TypeTraitsTest, TestIsReference) { - // Verifies that is_reference is true for all reference types. - typedef float& RefFloat; - EXPECT_TRUE(is_reference::value); - EXPECT_TRUE(is_reference::value); - EXPECT_TRUE(is_reference::value); - EXPECT_TRUE(is_reference::value); - EXPECT_TRUE(is_reference::value); - EXPECT_TRUE(is_reference::value); - EXPECT_TRUE(is_reference::value); - EXPECT_TRUE(is_reference::value); - - - // Verifies that is_reference is false for all non-reference types. - EXPECT_FALSE(is_reference::value); - EXPECT_FALSE(is_reference::value); - EXPECT_FALSE(is_reference::value); - EXPECT_FALSE(is_reference::value); - EXPECT_FALSE(is_reference::value); - EXPECT_FALSE(is_reference::value); - EXPECT_FALSE(is_reference::value); -} - -TEST(TypeTraitsTest, TestAddReference) { - COMPILE_ASSERT_TYPES_EQ(int&, add_reference::type); - COMPILE_ASSERT_TYPES_EQ(const int&, add_reference::type); - COMPILE_ASSERT_TYPES_EQ(volatile int&, - add_reference::type); - COMPILE_ASSERT_TYPES_EQ(const volatile int&, - add_reference::type); - COMPILE_ASSERT_TYPES_EQ(int&, add_reference::type); - COMPILE_ASSERT_TYPES_EQ(const int&, add_reference::type); - COMPILE_ASSERT_TYPES_EQ(volatile int&, - add_reference::type); - COMPILE_ASSERT_TYPES_EQ(const volatile int&, - add_reference::type); -} - -TEST(TypeTraitsTest, TestIsPod) { - // Verify that arithmetic types and pointers are marked as PODs. - EXPECT_TRUE(is_pod::value); - EXPECT_TRUE(is_pod::value); - EXPECT_TRUE(is_pod::value); - EXPECT_TRUE(is_pod::value); - EXPECT_TRUE(is_pod::value); - EXPECT_TRUE(is_pod::value); - EXPECT_TRUE(is_pod::value); - EXPECT_TRUE(is_pod::value); - EXPECT_TRUE(is_pod::value); - EXPECT_TRUE(is_pod::value); - EXPECT_TRUE(is_pod::value); - EXPECT_TRUE(is_pod::value); - EXPECT_TRUE(is_pod::value); - EXPECT_TRUE(is_pod::value); - EXPECT_TRUE(is_pod::value); - EXPECT_TRUE(is_pod::value); - EXPECT_TRUE(is_pod::value); - EXPECT_TRUE(is_pod::value); - EXPECT_TRUE(is_pod::value); - EXPECT_TRUE(is_pod::value); - EXPECT_TRUE(is_pod::value); -#if !defined(_MSC_VER) && !(defined(__GNUC__) && __GNUC__ <= 3) - EXPECT_TRUE(is_pod::value); - EXPECT_TRUE(is_pod::value); - EXPECT_TRUE(is_pod::value); - EXPECT_TRUE(is_pod::value); -#endif - - // Verify that some non-POD types are not marked as PODs. - EXPECT_FALSE(is_pod::value); - EXPECT_FALSE(is_pod::value); - EXPECT_FALSE((is_pod >::value)); - EXPECT_FALSE(is_pod::value); - EXPECT_FALSE(is_pod::value); - EXPECT_FALSE(is_pod::value); - EXPECT_FALSE(is_pod::value); - EXPECT_FALSE(is_pod::value); - EXPECT_FALSE(is_pod::value); -} - -TEST(TypeTraitsTest, TestHasTrivialConstructor) { - // Verify that arithmetic types and pointers have trivial constructors. - EXPECT_TRUE(has_trivial_constructor::value); - EXPECT_TRUE(has_trivial_constructor::value); - EXPECT_TRUE(has_trivial_constructor::value); - EXPECT_TRUE(has_trivial_constructor::value); - EXPECT_TRUE(has_trivial_constructor::value); - EXPECT_TRUE(has_trivial_constructor::value); - EXPECT_TRUE(has_trivial_constructor::value); - EXPECT_TRUE(has_trivial_constructor::value); - EXPECT_TRUE(has_trivial_constructor::value); - EXPECT_TRUE(has_trivial_constructor::value); - EXPECT_TRUE(has_trivial_constructor::value); - EXPECT_TRUE(has_trivial_constructor::value); - EXPECT_TRUE(has_trivial_constructor::value); - EXPECT_TRUE(has_trivial_constructor::value); - EXPECT_TRUE(has_trivial_constructor::value); - EXPECT_TRUE(has_trivial_constructor::value); - EXPECT_TRUE(has_trivial_constructor::value); - EXPECT_TRUE(has_trivial_constructor::value); - - // Verify that pairs and arrays of such types have trivial - // constructors. - typedef int int10[10]; - EXPECT_TRUE((has_trivial_constructor >::value)); - EXPECT_TRUE(has_trivial_constructor::value); - - // Verify that pairs of types without trivial constructors - // are not marked as trivial. - EXPECT_FALSE((has_trivial_constructor >::value)); - EXPECT_FALSE((has_trivial_constructor >::value)); - - // Verify that types without trivial constructors are - // correctly marked as such. - EXPECT_FALSE(has_trivial_constructor::value); - EXPECT_FALSE(has_trivial_constructor >::value); - - // Verify that E, which we have declared to have a trivial - // constructor, is correctly marked as such. - EXPECT_TRUE(has_trivial_constructor::value); -} - -TEST(TypeTraitsTest, TestHasTrivialCopy) { - // Verify that arithmetic types and pointers have trivial copy - // constructors. - EXPECT_TRUE(has_trivial_copy::value); - EXPECT_TRUE(has_trivial_copy::value); - EXPECT_TRUE(has_trivial_copy::value); - EXPECT_TRUE(has_trivial_copy::value); - EXPECT_TRUE(has_trivial_copy::value); - EXPECT_TRUE(has_trivial_copy::value); - EXPECT_TRUE(has_trivial_copy::value); - EXPECT_TRUE(has_trivial_copy::value); - EXPECT_TRUE(has_trivial_copy::value); - EXPECT_TRUE(has_trivial_copy::value); - EXPECT_TRUE(has_trivial_copy::value); - EXPECT_TRUE(has_trivial_copy::value); - EXPECT_TRUE(has_trivial_copy::value); - EXPECT_TRUE(has_trivial_copy::value); - EXPECT_TRUE(has_trivial_copy::value); - EXPECT_TRUE(has_trivial_copy::value); - EXPECT_TRUE(has_trivial_copy::value); - EXPECT_TRUE(has_trivial_copy::value); - - // Verify that pairs and arrays of such types have trivial - // copy constructors. - typedef int int10[10]; - EXPECT_TRUE((has_trivial_copy >::value)); - EXPECT_TRUE(has_trivial_copy::value); - - // Verify that pairs of types without trivial copy constructors - // are not marked as trivial. - EXPECT_FALSE((has_trivial_copy >::value)); - EXPECT_FALSE((has_trivial_copy >::value)); - - // Verify that types without trivial copy constructors are - // correctly marked as such. - EXPECT_FALSE(has_trivial_copy::value); - EXPECT_FALSE(has_trivial_copy >::value); - - // Verify that C, which we have declared to have a trivial - // copy constructor, is correctly marked as such. - EXPECT_TRUE(has_trivial_copy::value); -} - -TEST(TypeTraitsTest, TestHasTrivialAssign) { - // Verify that arithmetic types and pointers have trivial assignment - // operators. - EXPECT_TRUE(has_trivial_assign::value); - EXPECT_TRUE(has_trivial_assign::value); - EXPECT_TRUE(has_trivial_assign::value); - EXPECT_TRUE(has_trivial_assign::value); - EXPECT_TRUE(has_trivial_assign::value); - EXPECT_TRUE(has_trivial_assign::value); - EXPECT_TRUE(has_trivial_assign::value); - EXPECT_TRUE(has_trivial_assign::value); - EXPECT_TRUE(has_trivial_assign::value); - EXPECT_TRUE(has_trivial_assign::value); - EXPECT_TRUE(has_trivial_assign::value); - EXPECT_TRUE(has_trivial_assign::value); - EXPECT_TRUE(has_trivial_assign::value); - EXPECT_TRUE(has_trivial_assign::value); - EXPECT_TRUE(has_trivial_assign::value); - EXPECT_TRUE(has_trivial_assign::value); - EXPECT_TRUE(has_trivial_assign::value); - EXPECT_TRUE(has_trivial_assign::value); - - // Verify that pairs and arrays of such types have trivial - // assignment operators. - typedef int int10[10]; - EXPECT_TRUE((has_trivial_assign >::value)); - EXPECT_TRUE(has_trivial_assign::value); - - // Verify that pairs of types without trivial assignment operators - // are not marked as trivial. - EXPECT_FALSE((has_trivial_assign >::value)); - EXPECT_FALSE((has_trivial_assign >::value)); - - // Verify that types without trivial assignment operators are - // correctly marked as such. - EXPECT_FALSE(has_trivial_assign::value); - EXPECT_FALSE(has_trivial_assign >::value); - - // Verify that D, which we have declared to have a trivial - // assignment operator, is correctly marked as such. - EXPECT_TRUE(has_trivial_assign::value); -} - -TEST(TypeTraitsTest, TestHasTrivialDestructor) { - // Verify that arithmetic types and pointers have trivial destructors. - EXPECT_TRUE(has_trivial_destructor::value); - EXPECT_TRUE(has_trivial_destructor::value); - EXPECT_TRUE(has_trivial_destructor::value); - EXPECT_TRUE(has_trivial_destructor::value); - EXPECT_TRUE(has_trivial_destructor::value); - EXPECT_TRUE(has_trivial_destructor::value); - EXPECT_TRUE(has_trivial_destructor::value); - EXPECT_TRUE(has_trivial_destructor::value); - EXPECT_TRUE(has_trivial_destructor::value); - EXPECT_TRUE(has_trivial_destructor::value); - EXPECT_TRUE(has_trivial_destructor::value); - EXPECT_TRUE(has_trivial_destructor::value); - EXPECT_TRUE(has_trivial_destructor::value); - EXPECT_TRUE(has_trivial_destructor::value); - EXPECT_TRUE(has_trivial_destructor::value); - EXPECT_TRUE(has_trivial_destructor::value); - EXPECT_TRUE(has_trivial_destructor::value); - EXPECT_TRUE(has_trivial_destructor::value); - - // Verify that pairs and arrays of such types have trivial - // destructors. - typedef int int10[10]; - EXPECT_TRUE((has_trivial_destructor >::value)); - EXPECT_TRUE(has_trivial_destructor::value); - - // Verify that pairs of types without trivial destructors - // are not marked as trivial. - EXPECT_FALSE((has_trivial_destructor >::value)); - EXPECT_FALSE((has_trivial_destructor >::value)); - - // Verify that types without trivial destructors are - // correctly marked as such. - EXPECT_FALSE(has_trivial_destructor::value); - EXPECT_FALSE(has_trivial_destructor >::value); - - // Verify that F, which we have declared to have a trivial - // destructor, is correctly marked as such. - EXPECT_TRUE(has_trivial_destructor::value); -} - -// Tests remove_pointer. -TEST(TypeTraitsTest, TestRemovePointer) { - COMPILE_ASSERT_TYPES_EQ(int, remove_pointer::type); - COMPILE_ASSERT_TYPES_EQ(int, remove_pointer::type); - COMPILE_ASSERT_TYPES_EQ(const int, remove_pointer::type); - COMPILE_ASSERT_TYPES_EQ(int, remove_pointer::type); - COMPILE_ASSERT_TYPES_EQ(int, remove_pointer::type); -} - -TEST(TypeTraitsTest, TestRemoveConst) { - COMPILE_ASSERT_TYPES_EQ(int, remove_const::type); - COMPILE_ASSERT_TYPES_EQ(int, remove_const::type); - COMPILE_ASSERT_TYPES_EQ(int *, remove_const::type); - // TR1 examples. - COMPILE_ASSERT_TYPES_EQ(const int *, remove_const::type); - COMPILE_ASSERT_TYPES_EQ(volatile int, - remove_const::type); -} - -TEST(TypeTraitsTest, TestRemoveVolatile) { - COMPILE_ASSERT_TYPES_EQ(int, remove_volatile::type); - COMPILE_ASSERT_TYPES_EQ(int, remove_volatile::type); - COMPILE_ASSERT_TYPES_EQ(int *, remove_volatile::type); - // TR1 examples. - COMPILE_ASSERT_TYPES_EQ(volatile int *, - remove_volatile::type); - COMPILE_ASSERT_TYPES_EQ(const int, - remove_volatile::type); -} - -TEST(TypeTraitsTest, TestRemoveCV) { - COMPILE_ASSERT_TYPES_EQ(int, remove_cv::type); - COMPILE_ASSERT_TYPES_EQ(int, remove_cv::type); - COMPILE_ASSERT_TYPES_EQ(int, remove_cv::type); - COMPILE_ASSERT_TYPES_EQ(int *, remove_cv::type); - // TR1 examples. - COMPILE_ASSERT_TYPES_EQ(const volatile int *, - remove_cv::type); - COMPILE_ASSERT_TYPES_EQ(int, - remove_cv::type); -} - -TEST(TypeTraitsTest, TestRemoveReference) { - COMPILE_ASSERT_TYPES_EQ(int, remove_reference::type); - COMPILE_ASSERT_TYPES_EQ(int, remove_reference::type); - COMPILE_ASSERT_TYPES_EQ(const int, remove_reference::type); - COMPILE_ASSERT_TYPES_EQ(int*, remove_reference::type); -} - -TEST(TypeTraitsTest, TestIsSame) { - EXPECT_TRUE((is_same::value)); - EXPECT_FALSE((is_same::value)); - EXPECT_FALSE((is_same::value)); - EXPECT_FALSE((is_same::value)); - - EXPECT_TRUE((is_same::value)); - EXPECT_FALSE((is_same::value)); - EXPECT_FALSE((is_same::value)); - - EXPECT_TRUE((is_same::value)); - EXPECT_TRUE((is_same::value)); - EXPECT_FALSE((is_same::value)); - EXPECT_FALSE((is_same::value)); - EXPECT_FALSE((is_same::value)); - EXPECT_FALSE((is_same::value)); - - EXPECT_TRUE((is_same::value)); - EXPECT_TRUE((is_same::value)); - EXPECT_FALSE((is_same::value)); - EXPECT_FALSE((is_same::value)); -} - -TEST(TypeTraitsTest, TestConvertible) { -#if !defined(_MSC_VER) && !(defined(__GNUC__) && __GNUC__ <= 3) - EXPECT_TRUE((is_convertible::value)); - EXPECT_TRUE((is_convertible::value)); - EXPECT_TRUE((is_convertible::value)); - - EXPECT_TRUE((is_convertible::value)); - EXPECT_FALSE((is_convertible::value)); - - EXPECT_TRUE((is_convertible::value)); - EXPECT_FALSE((is_convertible::value)); - EXPECT_TRUE((is_convertible::value)); - EXPECT_FALSE((is_convertible::value)); -#endif -} - -} // namespace - -#include - -int main(int, char **) { - // All the work is done in the static constructors. If they don't - // die, the tests have all passed. - std::cout << "PASS\n"; - return 0; -} - diff --git a/clipper/sparsehash-2.0.2/vsprojects/hashtable_test/hashtable_test.vcproj b/clipper/sparsehash-2.0.2/vsprojects/hashtable_test/hashtable_test.vcproj deleted file mode 100755 index 9ecc139..0000000 --- a/clipper/sparsehash-2.0.2/vsprojects/hashtable_test/hashtable_test.vcproj +++ /dev/null @@ -1,197 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/clipper/sparsehash-2.0.2/vsprojects/libc_allocator_with_realloc_test/libc_allocator_with_realloc_test.vcproj b/clipper/sparsehash-2.0.2/vsprojects/libc_allocator_with_realloc_test/libc_allocator_with_realloc_test.vcproj deleted file mode 100755 index 1d2ba69..0000000 --- a/clipper/sparsehash-2.0.2/vsprojects/libc_allocator_with_realloc_test/libc_allocator_with_realloc_test.vcproj +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/clipper/sparsehash-2.0.2/vsprojects/simple_test/simple_test.vcproj b/clipper/sparsehash-2.0.2/vsprojects/simple_test/simple_test.vcproj deleted file mode 100755 index 5e3b05a..0000000 --- a/clipper/sparsehash-2.0.2/vsprojects/simple_test/simple_test.vcproj +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/clipper/sparsehash-2.0.2/vsprojects/sparsetable_unittest/sparsetable_unittest.vcproj b/clipper/sparsehash-2.0.2/vsprojects/sparsetable_unittest/sparsetable_unittest.vcproj deleted file mode 100755 index 2e8429a..0000000 --- a/clipper/sparsehash-2.0.2/vsprojects/sparsetable_unittest/sparsetable_unittest.vcproj +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/clipper/sparsehash-2.0.2/vsprojects/time_hash_map/time_hash_map.vcproj b/clipper/sparsehash-2.0.2/vsprojects/time_hash_map/time_hash_map.vcproj deleted file mode 100755 index c89f1e9..0000000 --- a/clipper/sparsehash-2.0.2/vsprojects/time_hash_map/time_hash_map.vcproj +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/clipper/sparsehash-2.0.2/vsprojects/type_traits_unittest/type_traits_unittest.vcproj b/clipper/sparsehash-2.0.2/vsprojects/type_traits_unittest/type_traits_unittest.vcproj deleted file mode 100755 index 5d9b75b..0000000 --- a/clipper/sparsehash-2.0.2/vsprojects/type_traits_unittest/type_traits_unittest.vcproj +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From ed620599cb2943f6b004f33ee616f936c6445a0d Mon Sep 17 00:00:00 2001 From: Will Trimble Date: Wed, 5 Apr 2017 15:22:21 -0500 Subject: [PATCH 2/4] Added sparsehash 2.0.3 (6af4bcf4ded7cf270ebb190470b8854c6531fa14) --- clipper/sparsehash-2.0.3/AUTHORS | 2 + clipper/sparsehash-2.0.3/COPYING | 28 + clipper/sparsehash-2.0.3/ChangeLog | 279 + clipper/sparsehash-2.0.3/INSTALL | 365 + clipper/sparsehash-2.0.3/Makefile.am | 229 + clipper/sparsehash-2.0.3/Makefile.in | 1336 ++++ clipper/sparsehash-2.0.3/NEWS | 193 + clipper/sparsehash-2.0.3/README | 143 + clipper/sparsehash-2.0.3/README_windows.txt | 25 + clipper/sparsehash-2.0.3/TODO | 28 + clipper/sparsehash-2.0.3/aclocal.m4 | 968 +++ clipper/sparsehash-2.0.3/autogen.sh | 23 + clipper/sparsehash-2.0.3/config.guess | 1517 ++++ clipper/sparsehash-2.0.3/config.sub | 1760 +++++ clipper/sparsehash-2.0.3/configure | 7302 ++++++++++++++++++++ clipper/sparsehash-2.0.3/configure.ac | 73 + clipper/sparsehash-2.0.3/depcomp | 630 ++ clipper/sparsehash-2.0.3/doc/dense_hash_map.html | 1766 +++++ clipper/sparsehash-2.0.3/doc/dense_hash_set.html | 1604 +++++ clipper/sparsehash-2.0.3/doc/designstyle.css | 109 + clipper/sparsehash-2.0.3/doc/implementation.html | 371 + clipper/sparsehash-2.0.3/doc/index.html | 68 + clipper/sparsehash-2.0.3/doc/performance.html | 96 + clipper/sparsehash-2.0.3/doc/sparse_hash_map.html | 1719 +++++ clipper/sparsehash-2.0.3/doc/sparse_hash_set.html | 1551 +++++ clipper/sparsehash-2.0.3/doc/sparsetable.html | 1393 ++++ clipper/sparsehash-2.0.3/experimental/Makefile | 9 + clipper/sparsehash-2.0.3/experimental/README | 14 + clipper/sparsehash-2.0.3/experimental/example.c | 55 + clipper/sparsehash-2.0.3/experimental/libchash.c | 1538 +++++ clipper/sparsehash-2.0.3/experimental/libchash.h | 253 + clipper/sparsehash-2.0.3/google-sparsehash.sln | 71 + clipper/sparsehash-2.0.3/hashtable_test.o | Bin 0 -> 22419180 bytes clipper/sparsehash-2.0.3/install-sh | 520 ++ .../libc_allocator_with_realloc_test.o | Bin 0 -> 194840 bytes clipper/sparsehash-2.0.3/m4/acx_pthread.m4 | 397 ++ clipper/sparsehash-2.0.3/m4/google_namespace.m4 | 42 + clipper/sparsehash-2.0.3/m4/namespaces.m4 | 15 + clipper/sparsehash-2.0.3/m4/stl_hash.m4 | 70 + clipper/sparsehash-2.0.3/m4/stl_hash_fun.m4 | 36 + clipper/sparsehash-2.0.3/missing | 376 + clipper/sparsehash-2.0.3/packages/deb.sh | 74 + clipper/sparsehash-2.0.3/packages/deb/README | 7 + clipper/sparsehash-2.0.3/packages/deb/changelog | 173 + clipper/sparsehash-2.0.3/packages/deb/compat | 1 + clipper/sparsehash-2.0.3/packages/deb/control | 17 + clipper/sparsehash-2.0.3/packages/deb/copyright | 36 + clipper/sparsehash-2.0.3/packages/deb/docs | 16 + clipper/sparsehash-2.0.3/packages/deb/rules | 117 + .../sparsehash-2.0.3/packages/deb/sparsehash.dirs | 5 + .../packages/deb/sparsehash.install | 6 + clipper/sparsehash-2.0.3/packages/rpm.sh | 86 + clipper/sparsehash-2.0.3/packages/rpm/rpm.spec | 63 + clipper/sparsehash-2.0.3/simple_compat_test.o | Bin 0 -> 664776 bytes clipper/sparsehash-2.0.3/simple_test.o | Bin 0 -> 664764 bytes clipper/sparsehash-2.0.3/sparsehash.sln | 63 + clipper/sparsehash-2.0.3/sparsetable_unittest.o | Bin 0 -> 956224 bytes clipper/sparsehash-2.0.3/src/config.h.in | 131 + clipper/sparsehash-2.0.3/src/config.h.include | 22 + clipper/sparsehash-2.0.3/src/google/dense_hash_map | 34 + clipper/sparsehash-2.0.3/src/google/dense_hash_set | 34 + .../sparsehash-2.0.3/src/google/sparse_hash_map | 34 + .../sparsehash-2.0.3/src/google/sparse_hash_set | 34 + .../src/google/sparsehash/densehashtable.h | 34 + .../src/google/sparsehash/hashtable-common.h | 34 + .../sparsehash/libc_allocator_with_realloc.h | 34 + .../src/google/sparsehash/sparsehashtable.h | 34 + clipper/sparsehash-2.0.3/src/google/sparsetable | 34 + .../sparsehash-2.0.3/src/google/template_util.h | 34 + clipper/sparsehash-2.0.3/src/google/type_traits.h | 34 + clipper/sparsehash-2.0.3/src/hash_test_interface.h | 1038 +++ clipper/sparsehash-2.0.3/src/hashtable_test.cc | 2007 ++++++ .../src/libc_allocator_with_realloc_test.cc | 122 + clipper/sparsehash-2.0.3/src/simple_compat_test.cc | 106 + clipper/sparsehash-2.0.3/src/simple_test.cc | 106 + .../sparsehash-2.0.3/src/sparsehash/dense_hash_map | 369 + .../sparsehash-2.0.3/src/sparsehash/dense_hash_set | 338 + .../src/sparsehash/internal/densehashtable.h | 1319 ++++ .../src/sparsehash/internal/hashtable-common.h | 381 + .../internal/libc_allocator_with_realloc.h | 119 + .../src/sparsehash/internal/sparsehashtable.h | 1247 ++++ .../src/sparsehash/sparse_hash_map | 363 + .../src/sparsehash/sparse_hash_set | 338 + .../sparsehash-2.0.3/src/sparsehash/sparsetable | 1820 +++++ .../src/sparsehash/template_util.h | 134 + .../sparsehash-2.0.3/src/sparsehash/type_traits.h | 342 + .../sparsehash-2.0.3/src/sparsetable_unittest.cc | 978 +++ .../sparsehash-2.0.3/src/template_util_unittest.cc | 134 + clipper/sparsehash-2.0.3/src/testutil.h | 266 + clipper/sparsehash-2.0.3/src/time_hash_map.cc | 727 ++ .../sparsehash-2.0.3/src/type_traits_unittest.cc | 636 ++ clipper/sparsehash-2.0.3/src/windows/config.h | 149 + .../src/windows/google/sparsehash/sparseconfig.h | 49 + clipper/sparsehash-2.0.3/src/windows/port.cc | 64 + clipper/sparsehash-2.0.3/src/windows/port.h | 72 + .../src/windows/sparsehash/internal/sparseconfig.h | 49 + clipper/sparsehash-2.0.3/template_util_unittest.o | Bin 0 -> 83332 bytes .../sparsehash-2.0.3/time_hash_map-time_hash_map.o | Bin 0 -> 4756496 bytes clipper/sparsehash-2.0.3/type_traits_unittest.o | Bin 0 -> 92108 bytes .../hashtable_test/hashtable_test.vcproj | 197 + .../libc_allocator_with_realloc_test.vcproj | 161 + .../vsprojects/simple_test/simple_test.vcproj | 188 + .../sparsetable_unittest.vcproj | 170 + .../template_util_unittest.vcproj | 167 + .../vsprojects/time_hash_map/time_hash_map.vcproj | 188 + .../type_traits_unittest.vcproj | 167 + 106 files changed, 42676 insertions(+) create mode 100644 clipper/sparsehash-2.0.3/AUTHORS create mode 100644 clipper/sparsehash-2.0.3/COPYING create mode 100644 clipper/sparsehash-2.0.3/ChangeLog create mode 100644 clipper/sparsehash-2.0.3/INSTALL create mode 100644 clipper/sparsehash-2.0.3/Makefile.am create mode 100644 clipper/sparsehash-2.0.3/Makefile.in create mode 100644 clipper/sparsehash-2.0.3/NEWS create mode 100644 clipper/sparsehash-2.0.3/README create mode 100644 clipper/sparsehash-2.0.3/README_windows.txt create mode 100644 clipper/sparsehash-2.0.3/TODO create mode 100644 clipper/sparsehash-2.0.3/aclocal.m4 create mode 100755 clipper/sparsehash-2.0.3/autogen.sh create mode 100755 clipper/sparsehash-2.0.3/config.guess create mode 100755 clipper/sparsehash-2.0.3/config.sub create mode 100755 clipper/sparsehash-2.0.3/configure create mode 100644 clipper/sparsehash-2.0.3/configure.ac create mode 100755 clipper/sparsehash-2.0.3/depcomp create mode 100644 clipper/sparsehash-2.0.3/doc/dense_hash_map.html create mode 100644 clipper/sparsehash-2.0.3/doc/dense_hash_set.html create mode 100644 clipper/sparsehash-2.0.3/doc/designstyle.css create mode 100644 clipper/sparsehash-2.0.3/doc/implementation.html create mode 100644 clipper/sparsehash-2.0.3/doc/index.html create mode 100644 clipper/sparsehash-2.0.3/doc/performance.html create mode 100644 clipper/sparsehash-2.0.3/doc/sparse_hash_map.html create mode 100644 clipper/sparsehash-2.0.3/doc/sparse_hash_set.html create mode 100644 clipper/sparsehash-2.0.3/doc/sparsetable.html create mode 100644 clipper/sparsehash-2.0.3/experimental/Makefile create mode 100644 clipper/sparsehash-2.0.3/experimental/README create mode 100644 clipper/sparsehash-2.0.3/experimental/example.c create mode 100644 clipper/sparsehash-2.0.3/experimental/libchash.c create mode 100644 clipper/sparsehash-2.0.3/experimental/libchash.h create mode 100755 clipper/sparsehash-2.0.3/google-sparsehash.sln create mode 100644 clipper/sparsehash-2.0.3/hashtable_test.o create mode 100755 clipper/sparsehash-2.0.3/install-sh create mode 100644 clipper/sparsehash-2.0.3/libc_allocator_with_realloc_test.o create mode 100644 clipper/sparsehash-2.0.3/m4/acx_pthread.m4 create mode 100644 clipper/sparsehash-2.0.3/m4/google_namespace.m4 create mode 100644 clipper/sparsehash-2.0.3/m4/namespaces.m4 create mode 100644 clipper/sparsehash-2.0.3/m4/stl_hash.m4 create mode 100644 clipper/sparsehash-2.0.3/m4/stl_hash_fun.m4 create mode 100755 clipper/sparsehash-2.0.3/missing create mode 100755 clipper/sparsehash-2.0.3/packages/deb.sh create mode 100644 clipper/sparsehash-2.0.3/packages/deb/README create mode 100644 clipper/sparsehash-2.0.3/packages/deb/changelog create mode 100644 clipper/sparsehash-2.0.3/packages/deb/compat create mode 100644 clipper/sparsehash-2.0.3/packages/deb/control create mode 100644 clipper/sparsehash-2.0.3/packages/deb/copyright create mode 100644 clipper/sparsehash-2.0.3/packages/deb/docs create mode 100755 clipper/sparsehash-2.0.3/packages/deb/rules create mode 100644 clipper/sparsehash-2.0.3/packages/deb/sparsehash.dirs create mode 100644 clipper/sparsehash-2.0.3/packages/deb/sparsehash.install create mode 100755 clipper/sparsehash-2.0.3/packages/rpm.sh create mode 100644 clipper/sparsehash-2.0.3/packages/rpm/rpm.spec create mode 100644 clipper/sparsehash-2.0.3/simple_compat_test.o create mode 100644 clipper/sparsehash-2.0.3/simple_test.o create mode 100755 clipper/sparsehash-2.0.3/sparsehash.sln create mode 100644 clipper/sparsehash-2.0.3/sparsetable_unittest.o create mode 100644 clipper/sparsehash-2.0.3/src/config.h.in create mode 100644 clipper/sparsehash-2.0.3/src/config.h.include create mode 100644 clipper/sparsehash-2.0.3/src/google/dense_hash_map create mode 100644 clipper/sparsehash-2.0.3/src/google/dense_hash_set create mode 100644 clipper/sparsehash-2.0.3/src/google/sparse_hash_map create mode 100644 clipper/sparsehash-2.0.3/src/google/sparse_hash_set create mode 100644 clipper/sparsehash-2.0.3/src/google/sparsehash/densehashtable.h create mode 100644 clipper/sparsehash-2.0.3/src/google/sparsehash/hashtable-common.h create mode 100644 clipper/sparsehash-2.0.3/src/google/sparsehash/libc_allocator_with_realloc.h create mode 100644 clipper/sparsehash-2.0.3/src/google/sparsehash/sparsehashtable.h create mode 100644 clipper/sparsehash-2.0.3/src/google/sparsetable create mode 100644 clipper/sparsehash-2.0.3/src/google/template_util.h create mode 100644 clipper/sparsehash-2.0.3/src/google/type_traits.h create mode 100644 clipper/sparsehash-2.0.3/src/hash_test_interface.h create mode 100644 clipper/sparsehash-2.0.3/src/hashtable_test.cc create mode 100644 clipper/sparsehash-2.0.3/src/libc_allocator_with_realloc_test.cc create mode 100644 clipper/sparsehash-2.0.3/src/simple_compat_test.cc create mode 100644 clipper/sparsehash-2.0.3/src/simple_test.cc create mode 100644 clipper/sparsehash-2.0.3/src/sparsehash/dense_hash_map create mode 100644 clipper/sparsehash-2.0.3/src/sparsehash/dense_hash_set create mode 100644 clipper/sparsehash-2.0.3/src/sparsehash/internal/densehashtable.h create mode 100644 clipper/sparsehash-2.0.3/src/sparsehash/internal/hashtable-common.h create mode 100644 clipper/sparsehash-2.0.3/src/sparsehash/internal/libc_allocator_with_realloc.h create mode 100644 clipper/sparsehash-2.0.3/src/sparsehash/internal/sparsehashtable.h create mode 100644 clipper/sparsehash-2.0.3/src/sparsehash/sparse_hash_map create mode 100644 clipper/sparsehash-2.0.3/src/sparsehash/sparse_hash_set create mode 100644 clipper/sparsehash-2.0.3/src/sparsehash/sparsetable create mode 100644 clipper/sparsehash-2.0.3/src/sparsehash/template_util.h create mode 100644 clipper/sparsehash-2.0.3/src/sparsehash/type_traits.h create mode 100644 clipper/sparsehash-2.0.3/src/sparsetable_unittest.cc create mode 100644 clipper/sparsehash-2.0.3/src/template_util_unittest.cc create mode 100644 clipper/sparsehash-2.0.3/src/testutil.h create mode 100644 clipper/sparsehash-2.0.3/src/time_hash_map.cc create mode 100644 clipper/sparsehash-2.0.3/src/type_traits_unittest.cc create mode 100644 clipper/sparsehash-2.0.3/src/windows/config.h create mode 100644 clipper/sparsehash-2.0.3/src/windows/google/sparsehash/sparseconfig.h create mode 100644 clipper/sparsehash-2.0.3/src/windows/port.cc create mode 100644 clipper/sparsehash-2.0.3/src/windows/port.h create mode 100644 clipper/sparsehash-2.0.3/src/windows/sparsehash/internal/sparseconfig.h create mode 100644 clipper/sparsehash-2.0.3/template_util_unittest.o create mode 100644 clipper/sparsehash-2.0.3/time_hash_map-time_hash_map.o create mode 100644 clipper/sparsehash-2.0.3/type_traits_unittest.o create mode 100755 clipper/sparsehash-2.0.3/vsprojects/hashtable_test/hashtable_test.vcproj create mode 100755 clipper/sparsehash-2.0.3/vsprojects/libc_allocator_with_realloc_test/libc_allocator_with_realloc_test.vcproj create mode 100755 clipper/sparsehash-2.0.3/vsprojects/simple_test/simple_test.vcproj create mode 100755 clipper/sparsehash-2.0.3/vsprojects/sparsetable_unittest/sparsetable_unittest.vcproj create mode 100755 clipper/sparsehash-2.0.3/vsprojects/template_util_unittest/template_util_unittest.vcproj create mode 100755 clipper/sparsehash-2.0.3/vsprojects/time_hash_map/time_hash_map.vcproj create mode 100755 clipper/sparsehash-2.0.3/vsprojects/type_traits_unittest/type_traits_unittest.vcproj diff --git a/clipper/sparsehash-2.0.3/AUTHORS b/clipper/sparsehash-2.0.3/AUTHORS new file mode 100644 index 0000000..d8c24c6 --- /dev/null +++ b/clipper/sparsehash-2.0.3/AUTHORS @@ -0,0 +1,2 @@ +google-sparsehash@googlegroups.com + diff --git a/clipper/sparsehash-2.0.3/COPYING b/clipper/sparsehash-2.0.3/COPYING new file mode 100644 index 0000000..e4956cf --- /dev/null +++ b/clipper/sparsehash-2.0.3/COPYING @@ -0,0 +1,28 @@ +Copyright (c) 2005, Google Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/clipper/sparsehash-2.0.3/ChangeLog b/clipper/sparsehash-2.0.3/ChangeLog new file mode 100644 index 0000000..fd53c6f --- /dev/null +++ b/clipper/sparsehash-2.0.3/ChangeLog @@ -0,0 +1,279 @@ +Mon Oct 12 21:00:00 2015 Google Inc. + + * sparsehash: version 2.0.3 + * Fix compilation on modern compilers and operating systems + +Thu Feb 23 23:47:18 2012 Google Inc. + + * sparsehash: version 2.0.2 + * BUGFIX: Fix backwards compatibility for include folders + +Wed Feb 01 02:57:48 2012 Google Inc. + + * sparsehash: version 2.0.1 + * BUGFIX: Fix path to malloc_extension.h in time_hash_map.cc + +Tue Jan 31 11:33:04 2012 Google Inc. + + * sparsehash: version 2.0 + * Renamed include directory from google/ to sparsehash/ (csilvers) + * Changed the 'official' sparsehash email in setup.py/etc + * Renamed google-sparsehash.sln to sparsehash.sln + * Changed copyright text to reflect Google's relinquished ownership + +Tue Dec 20 21:04:04 2011 Google Inc. + + * sparsehash: version 1.12 release + * Add support for serializing/unserializing dense_hash_map/set to disk + * New simpler and more flexible serialization API + * Be more consistent about clearing on unserialize() even if it fails + * Quiet some compiler warnings about unused variables + * Add a timing test for iterating (suggested by google code issue 77) + * Add offset_to_pos, the opposite of pos_to_offset, to sparsetable + * PORTING: Add some missing #includes, needed on some systems + * Die at configure-time when g++ isn't installed + * Successfully make rpm's even when dpkg is missing + * Improve deleted key test in util/gtl/{dense,sparse}hashtable + * Update automake to 1.10.1, and autoconf to 2.62 + +Thu Jun 23 21:12:58 2011 Google Inc. + + * sparsehash: version 1.11 release + * Improve performance on pointer keys by ignoring always-0 low bits + * Fix missing $(top_srcdir) in Makefile.am, which broke some compiles + * BUGFIX: Fix a crashing typo-bug in swap() + * PORTING: Remove support for old compilers that do not use 'std' + * Add some new benchmarks to test for a place dense_hash_* does badly + * Some cosmetic changes due to a switch to a new releasing tool + +Thu Jan 20 16:07:39 2011 Google Inc. + + * sparsehash: version 1.10 release + * Follow ExtractKey return type, allowing it to return a reference + * PORTING: fix MSVC 10 warnings (constifying result_type, placement-new) + * Update from autoconf 2.61 to autoconf 2.65 + +Fri Sep 24 11:37:50 2010 Google Inc. + + * sparsehash: version 1.9 release + * Add is_enum; make all enums PODs by default (romanp) + * Make find_or_insert() usable directly (dawidk) + * Use zero-memory trick for allocators to reduce space use (guilin) + * Fix some compiler warnings (chandlerc, eraman) + * BUGFIX: int -> size_type in one function we missed (csilvers) + * Added sparsehash.pc, for pkg-config (csilvers) + +Thu Jul 29 15:01:29 2010 Google Inc. + + * sparsehash: version 1.8.1 release + * Remove -Werror from Makefile: gcc 4.3 gives spurious warnings + +Thu Jul 29 09:53:26 2010 Google Inc. + + * sparsehash: version 1.8 release + * More support for Allocator, including allocator ctor arg (csilvers) + * Repack hasthable vars to reduce container size *more* (giao) + * Speed up clear() (csilvers) + * Change HT_{OCCUPANCY,SHRINK}_FLT from float to int (csilvers) + * Revamp test suite for more complete code & timing coverage (csilvers) + * BUGFIX: Enforce max_size for dense/sparse_hashtable (giao, csilvers) + * BUGFIX: Raise exception instead of crashing on overflow (csilvers) + * BUGFIX: Allow extraneous const in key type (csilvers) + * BUGFIX: Allow same functor for both hasher and key_equals (giao) + * PORTING: remove is_convertible, which gives AIX cc fits (csilvers) + * PORTING: Renamed README.windows to README_windows.txt (csilvers) + * Created non-empty NEWS file (csilvers) + +Wed Mar 31 12:32:03 2010 Google Inc. + + * sparsehash: version 1.7 release + * Add support for Allocator (guilin) + * Add libc_allocator_with_realloc as the new default allocator (guilin) + * Repack {sparse,dense}hashtable vars to reduce container size (giao) + * BUGFIX: operator== no longer requires same table ordering (csilvers) + * BUGFIX: fix dense_hash_*(it,it) by requiring empty-key too (csilvers) + * PORTING: fix language bugs that gcc allowed (csilvers, chandlerc) + * Update from autoconf 2.61 to autoconf 2.64 + +Fri Jan 8 14:47:55 2010 Google Inc. + + * sparsehash: version 1.6 release + * New accessor methods for deleted_key, empty_key (sjackman) + * Use explicit hash functions in sparsehash tests (csilvers) + * BUGFIX: Cast resize to fix SUNWspro bug (csilvers) + * Check for sz overflow in min_size (csilvers) + * Speed up clear() for dense and sparse hashtables (jeff) + * Avoid shrinking in all cases when min-load is 0 (shaunj, csilvers) + * Improve densehashtable code for the deleted key (gpike) + * BUGFIX: Fix operator= when the 2 empty-keys differ (andreidam) + * BUGFIX: Fix ht copying when empty-key isn't set (andreidam) + * PORTING: Use TmpFile() instead of /tmp on MinGW (csilvers) + * PORTING: Use filenames that work with Stratus VOS. + +Tue May 12 14:16:38 2009 Google Inc. + + * sparsehash: version 1.5.2 release + * Fix compile error: not initializing set_key in all constructors + +Fri May 8 15:23:44 2009 Google Inc. + + * sparsehash: version 1.5.1 release + * Fix broken equal_range() for all the hash-classes (csilvers) + +Wed May 6 11:28:49 2009 Google Inc. + + * sparsehash: version 1.5 release + * Support the tr1 unordered_map (and unordered_set) API (csilvers) + * Store only key for delkey; reduces need for 0-arg c-tor (csilvers) + * Prefer unordered_map to hash_map for the timing test (csilvers) + * PORTING: update the resource use for 64-bit machines (csilvers) + * PORTING: fix MIN/MAX collisions by un-#including windows.h (csilvers) + * Updated autoconf version to 2.61 and libtool version to 1.5.26 + +Wed Jan 28 17:11:31 2009 Google Inc. + + * sparsehash: version 1.4 release + * Allow hashtables to be <32 buckets (csilvers) + * Fix initial-sizing bug: was sizing tables too small (csilvers) + * Add asserts that clients don't abuse deleted/empty key (csilvers) + * Improve determination of 32/64 bit for C code (csilvers) + * Small fix for doc files in rpm (csilvers) + +Thu Nov 6 15:06:09 2008 Google Inc. + + * sparsehash: version 1.3 release + * Add an interface to change the parameters for resizing (myl) + * Document another potentially good hash function (csilvers) + +Thu Sep 18 13:53:20 2008 Google Inc. + + * sparsehash: version 1.2 release + * Augment documentation to better describe namespace issues (csilvers) + * BUG FIX: replace hash<> with SPARSEHASH_HASH, for windows (csilvers) + * Add timing test to unittest to test repeated add+delete (csilvers) + * Do better picking a new size when resizing (csilvers) + * Use ::google instead of google as a namespace (csilvers) + * Improve threading test at config time (csilvers) + +Mon Feb 11 16:30:11 2008 Google Inc. + + * sparsehash: version 1.1 release + * Fix brown-paper-bag bug in some constructors (rafferty) + * Fix problem with variables shadowing member vars, add -Wshadow + +Thu Nov 29 11:44:38 2007 Google Inc. + + * sparsehash: version 1.0.2 release + * Fix a final reference to hash<> to use SPARSEHASH_HASH<> instead. + +Wed Nov 14 08:47:48 2007 Google Inc. + + * sparsehash: version 1.0.1 release :-( + * Remove an unnecessary (harmful) "#define hash" in windows' config.h + +Tue Nov 13 15:15:46 2007 Google Inc. + + * sparsehash: version 1.0 release! We are now out of beta. + * Clean up Makefile awk script to be more readable (csilvers) + * Namespace fixes: use fewer #defines, move typedefs into namespace + +Fri Oct 12 12:35:24 2007 Google Inc. + + * sparsehash: version 0.9.1 release + * Fix Makefile awk script to work on more architectures (csilvers) + * Add test to test code in more 'real life' situations (csilvers) + +Tue Oct 9 14:15:21 2007 Google Inc. + + * sparsehash: version 0.9 release + * More type-hygiene improvements, especially for 64-bit (csilvers) + * Some configure improvements to improve portability, utility (austern) + * Small bugfix for operator== for dense_hash_map (jeff) + +Tue Jul 3 12:55:04 2007 Google Inc. + + * sparsehash: version 0.8 release + * Minor type-hygiene improvements: size_t for int, etc. (csilvers) + * Porting improvements: tests pass on OS X, FreeBSD, Solaris (csilvers) + * Full windows port! VS solution provided for all unittests (csilvers) + +Mon Jun 11 11:33:41 2007 Google Inc. + + * sparsehash: version 0.7 release + * Syntax fixes to better support gcc 4.3 and VC++ 7 (mec, csilvers) + * Improved windows/VC++ support (see README.windows) (csilvers) + * Config improvements: better tcmalloc support and config.h (csilvers) + * More robust with missing hash_map + nix 'trampoline' .h's (csilvers) + * Support for STLport's hash_map/hash_fun locations (csilvers) + * Add .m4 files to distribution; now all source is there (csilvers) + * Tiny modification of shrink-threshhold to allow never-shrinking (amc) + * Protect timing tests against aggressive optimizers (csilvers) + * Extend time_hash_map to test bigger objects (csilvers) + * Extend type-trait support to work with const objects (csilvers) + * USER VISIBLE: speed up all code by replacing memmove with memcpy + (csilvers) + +Tue Mar 20 17:29:34 2007 Google Inc. + + * sparsehash: version 0.6 release + * Some improvement to type-traits (jyasskin) + * Better timing results when google-perftools is installed (sanjay) + * Updates and fixes to html documentation and README (csilvers) + * A bit more careful about #includes (csilvers) + * Fix for typo that broken compilation on some systems (csilvers) + * USER VISIBLE: New clear_no_resize() method added to dense_hash_map + (uszkoreit) + +Sat Oct 21 13:47:47 2006 Google Inc. + + * sparsehash: version 0.5 release + * Support uint16_t (SunOS) in addition to u_int16_t (BSD) (csilvers) + * Get rid of UNDERSTANDS_ITERATOR_TAGS; everyone understands (csilvers) + * Test that empty-key and deleted-key differ (rbayardo) + * Fix example docs: strcmp needs to test for NULL (csilvers) + +Sun Apr 23 22:42:35 2006 Google Inc. + + * sparsehash: version 0.4 release + * Remove POD requirement for keys and values! (austern) + * Add tr1-compatible type-traits system to speed up POD ops. (austern) + * Fixed const-iterator bug where postfix ++ didn't compile. (csilvers) + * Fixed iterator comparison bugs where <= was incorrect. (csilvers) + * Clean up config.h to keep its #defines from conflicting. (csilvers) + * Big documentation sweep and cleanup. (csilvers) + * Update documentation to talk more about good hash fns. (csilvers) + * Fixes to compile on MSVC (working around some MSVC bugs). (rennie) + * Avoid resizing hashtable on operator[] lookups (austern) + +Thu Nov 3 20:12:31 2005 Google Inc. + + * sparsehash: version 0.3 release + * Quiet compiler warnings on some compilers. (csilvers) + * Some documentation fixes: example code for dense_hash_map. (csilvers) + * Fix a bug where swap() wasn't swapping delete_key(). (csilvers) + * set_deleted_key() and set_empty_key() now take a key only, + allowing hash-map values to be forward-declared. (csilvers) + * support for std::insert_iterator (and std::inserter). (csilvers) + +Mon May 2 07:04:46 2005 Google Inc. + + * sparsehash: version 0.2 release + * Preliminary support for msvc++ compilation. (csilvers) + * Documentation fixes -- some example code was incomplete! (csilvers) + * Minimize size of config.h to avoid other-package conflicts (csilvers) + * Contribute a C-based version of sparsehash that served as the + inspiration for this code. One day, I hope to clean it up and + support it, but for now it's just in experimental/, for playing + around with. (csilvers) + * Change default namespace from std to google. (csilvers) + +Fri Jan 14 16:53:32 2005 Google Inc. + + * sparsehash: initial release: + The sparsehash package contains several hash-map implementations, + similar in API to SGI's hash_map class, but with different + performance characteristics. sparse_hash_map uses very little + space overhead: 1-2 bits per entry. dense_hash_map is typically + faster than the default SGI STL implementation. This package + also includes hash-set analogues of these classes. + diff --git a/clipper/sparsehash-2.0.3/INSTALL b/clipper/sparsehash-2.0.3/INSTALL new file mode 100644 index 0000000..7d1c323 --- /dev/null +++ b/clipper/sparsehash-2.0.3/INSTALL @@ -0,0 +1,365 @@ +Installation Instructions +************************* + +Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, +2006, 2007, 2008, 2009 Free Software Foundation, Inc. + + Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. + +Basic Installation +================== + + Briefly, the shell commands `./configure; make; make install' should +configure, build, and install this package. The following +more-detailed instructions are generic; see the `README' file for +instructions specific to this package. Some packages provide this +`INSTALL' file but do not implement all of the features documented +below. The lack of an optional feature in a given package is not +necessarily a bug. More recommendations for GNU packages can be found +in *note Makefile Conventions: (standards)Makefile Conventions. + + The `configure' shell script attempts to guess correct values for +various system-dependent variables used during compilation. It uses +those values to create a `Makefile' in each directory of the package. +It may also create one or more `.h' files containing system-dependent +definitions. Finally, it creates a shell script `config.status' that +you can run in the future to recreate the current configuration, and a +file `config.log' containing compiler output (useful mainly for +debugging `configure'). + + It can also use an optional file (typically called `config.cache' +and enabled with `--cache-file=config.cache' or simply `-C') that saves +the results of its tests to speed up reconfiguring. Caching is +disabled by default to prevent problems with accidental use of stale +cache files. + + If you need to do unusual things to compile the package, please try +to figure out how `configure' could check whether to do them, and mail +diffs or instructions to the address given in the `README' so they can +be considered for the next release. If you are using the cache, and at +some point `config.cache' contains results you don't want to keep, you +may remove or edit it. + + The file `configure.ac' (or `configure.in') is used to create +`configure' by a program called `autoconf'. You need `configure.ac' if +you want to change it or regenerate `configure' using a newer version +of `autoconf'. + + The simplest way to compile this package is: + + 1. `cd' to the directory containing the package's source code and type + `./configure' to configure the package for your system. + + Running `configure' might take a while. While running, it prints + some messages telling which features it is checking for. + + 2. Type `make' to compile the package. + + 3. Optionally, type `make check' to run any self-tests that come with + the package, generally using the just-built uninstalled binaries. + + 4. Type `make install' to install the programs and any data files and + documentation. When installing into a prefix owned by root, it is + recommended that the package be configured and built as a regular + user, and only the `make install' phase executed with root + privileges. + + 5. Optionally, type `make installcheck' to repeat any self-tests, but + this time using the binaries in their final installed location. + This target does not install anything. Running this target as a + regular user, particularly if the prior `make install' required + root privileges, verifies that the installation completed + correctly. + + 6. You can remove the program binaries and object files from the + source code directory by typing `make clean'. To also remove the + files that `configure' created (so you can compile the package for + a different kind of computer), type `make distclean'. There is + also a `make maintainer-clean' target, but that is intended mainly + for the package's developers. If you use it, you may have to get + all sorts of other programs in order to regenerate files that came + with the distribution. + + 7. Often, you can also type `make uninstall' to remove the installed + files again. In practice, not all packages have tested that + uninstallation works correctly, even though it is required by the + GNU Coding Standards. + + 8. Some packages, particularly those that use Automake, provide `make + distcheck', which can by used by developers to test that all other + targets like `make install' and `make uninstall' work correctly. + This target is generally not run by end users. + +Compilers and Options +===================== + + Some systems require unusual options for compilation or linking that +the `configure' script does not know about. Run `./configure --help' +for details on some of the pertinent environment variables. + + You can give `configure' initial values for configuration parameters +by setting variables in the command line or in the environment. Here +is an example: + + ./configure CC=c99 CFLAGS=-g LIBS=-lposix + + *Note Defining Variables::, for more details. + +Compiling For Multiple Architectures +==================================== + + You can compile the package for more than one kind of computer at the +same time, by placing the object files for each architecture in their +own directory. To do this, you can use GNU `make'. `cd' to the +directory where you want the object files and executables to go and run +the `configure' script. `configure' automatically checks for the +source code in the directory that `configure' is in and in `..'. This +is known as a "VPATH" build. + + With a non-GNU `make', it is safer to compile the package for one +architecture at a time in the source code directory. After you have +installed the package for one architecture, use `make distclean' before +reconfiguring for another architecture. + + On MacOS X 10.5 and later systems, you can create libraries and +executables that work on multiple system types--known as "fat" or +"universal" binaries--by specifying multiple `-arch' options to the +compiler but only a single `-arch' option to the preprocessor. Like +this: + + ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ + CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ + CPP="gcc -E" CXXCPP="g++ -E" + + This is not guaranteed to produce working output in all cases, you +may have to build one architecture at a time and combine the results +using the `lipo' tool if you have problems. + +Installation Names +================== + + By default, `make install' installs the package's commands under +`/usr/local/bin', include files under `/usr/local/include', etc. You +can specify an installation prefix other than `/usr/local' by giving +`configure' the option `--prefix=PREFIX', where PREFIX must be an +absolute file name. + + You can specify separate installation prefixes for +architecture-specific files and architecture-independent files. If you +pass the option `--exec-prefix=PREFIX' to `configure', the package uses +PREFIX as the prefix for installing programs and libraries. +Documentation and other data files still use the regular prefix. + + In addition, if you use an unusual directory layout you can give +options like `--bindir=DIR' to specify different values for particular +kinds of files. Run `configure --help' for a list of the directories +you can set and what kinds of files go in them. In general, the +default for these options is expressed in terms of `${prefix}', so that +specifying just `--prefix' will affect all of the other directory +specifications that were not explicitly provided. + + The most portable way to affect installation locations is to pass the +correct locations to `configure'; however, many packages provide one or +both of the following shortcuts of passing variable assignments to the +`make install' command line to change installation locations without +having to reconfigure or recompile. + + The first method involves providing an override variable for each +affected directory. For example, `make install +prefix=/alternate/directory' will choose an alternate location for all +directory configuration variables that were expressed in terms of +`${prefix}'. Any directories that were specified during `configure', +but not in terms of `${prefix}', must each be overridden at install +time for the entire installation to be relocated. The approach of +makefile variable overrides for each directory variable is required by +the GNU Coding Standards, and ideally causes no recompilation. +However, some platforms have known limitations with the semantics of +shared libraries that end up requiring recompilation when using this +method, particularly noticeable in packages that use GNU Libtool. + + The second method involves providing the `DESTDIR' variable. For +example, `make install DESTDIR=/alternate/directory' will prepend +`/alternate/directory' before all installation names. The approach of +`DESTDIR' overrides is not required by the GNU Coding Standards, and +does not work on platforms that have drive letters. On the other hand, +it does better at avoiding recompilation issues, and works well even +when some directory options were not specified in terms of `${prefix}' +at `configure' time. + +Optional Features +================= + + If the package supports it, you can cause programs to be installed +with an extra prefix or suffix on their names by giving `configure' the +option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. + + Some packages pay attention to `--enable-FEATURE' options to +`configure', where FEATURE indicates an optional part of the package. +They may also pay attention to `--with-PACKAGE' options, where PACKAGE +is something like `gnu-as' or `x' (for the X Window System). The +`README' should mention any `--enable-' and `--with-' options that the +package recognizes. + + For packages that use the X Window System, `configure' can usually +find the X include and library files automatically, but if it doesn't, +you can use the `configure' options `--x-includes=DIR' and +`--x-libraries=DIR' to specify their locations. + + Some packages offer the ability to configure how verbose the +execution of `make' will be. For these packages, running `./configure +--enable-silent-rules' sets the default to minimal output, which can be +overridden with `make V=1'; while running `./configure +--disable-silent-rules' sets the default to verbose, which can be +overridden with `make V=0'. + +Particular systems +================== + + On HP-UX, the default C compiler is not ANSI C compatible. If GNU +CC is not installed, it is recommended to use the following options in +order to use an ANSI C compiler: + + ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" + +and if that doesn't work, install pre-built binaries of GCC for HP-UX. + + On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot +parse its `' header file. The option `-nodtk' can be used as +a workaround. If GNU CC is not installed, it is therefore recommended +to try + + ./configure CC="cc" + +and if that doesn't work, try + + ./configure CC="cc -nodtk" + + On Solaris, don't put `/usr/ucb' early in your `PATH'. This +directory contains several dysfunctional programs; working variants of +these programs are available in `/usr/bin'. So, if you need `/usr/ucb' +in your `PATH', put it _after_ `/usr/bin'. + + On Haiku, software installed for all users goes in `/boot/common', +not `/usr/local'. It is recommended to use the following options: + + ./configure --prefix=/boot/common + +Specifying the System Type +========================== + + There may be some features `configure' cannot figure out +automatically, but needs to determine by the type of machine the package +will run on. Usually, assuming the package is built to be run on the +_same_ architectures, `configure' can figure that out, but if it prints +a message saying it cannot guess the machine type, give it the +`--build=TYPE' option. TYPE can either be a short name for the system +type, such as `sun4', or a canonical name which has the form: + + CPU-COMPANY-SYSTEM + +where SYSTEM can have one of these forms: + + OS + KERNEL-OS + + See the file `config.sub' for the possible values of each field. If +`config.sub' isn't included in this package, then this package doesn't +need to know the machine type. + + If you are _building_ compiler tools for cross-compiling, you should +use the option `--target=TYPE' to select the type of system they will +produce code for. + + If you want to _use_ a cross compiler, that generates code for a +platform different from the build platform, you should specify the +"host" platform (i.e., that on which the generated programs will +eventually be run) with `--host=TYPE'. + +Sharing Defaults +================ + + If you want to set default values for `configure' scripts to share, +you can create a site shell script called `config.site' that gives +default values for variables like `CC', `cache_file', and `prefix'. +`configure' looks for `PREFIX/share/config.site' if it exists, then +`PREFIX/etc/config.site' if it exists. Or, you can set the +`CONFIG_SITE' environment variable to the location of the site script. +A warning: not all `configure' scripts look for a site script. + +Defining Variables +================== + + Variables not defined in a site shell script can be set in the +environment passed to `configure'. However, some packages may run +configure again during the build, and the customized values of these +variables may be lost. In order to avoid this problem, you should set +them in the `configure' command line, using `VAR=value'. For example: + + ./configure CC=/usr/local2/bin/gcc + +causes the specified `gcc' to be used as the C compiler (unless it is +overridden in the site shell script). + +Unfortunately, this technique does not work for `CONFIG_SHELL' due to +an Autoconf bug. Until the bug is fixed you can use this workaround: + + CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash + +`configure' Invocation +====================== + + `configure' recognizes the following options to control how it +operates. + +`--help' +`-h' + Print a summary of all of the options to `configure', and exit. + +`--help=short' +`--help=recursive' + Print a summary of the options unique to this package's + `configure', and exit. The `short' variant lists options used + only in the top level, while the `recursive' variant lists options + also present in any nested packages. + +`--version' +`-V' + Print the version of Autoconf used to generate the `configure' + script, and exit. + +`--cache-file=FILE' + Enable the cache: use and save the results of the tests in FILE, + traditionally `config.cache'. FILE defaults to `/dev/null' to + disable caching. + +`--config-cache' +`-C' + Alias for `--cache-file=config.cache'. + +`--quiet' +`--silent' +`-q' + Do not print messages saying which checks are being made. To + suppress all normal output, redirect it to `/dev/null' (any error + messages will still be shown). + +`--srcdir=DIR' + Look for the package's source code in directory DIR. Usually + `configure' can determine that directory automatically. + +`--prefix=DIR' + Use DIR as the installation prefix. *note Installation Names:: + for more details, including other options available for fine-tuning + the installation locations. + +`--no-create' +`-n' + Run the configure checks, but stop before creating any output + files. + +`configure' also accepts some other, not widely useful, options. Run +`configure --help' for more details. + diff --git a/clipper/sparsehash-2.0.3/Makefile.am b/clipper/sparsehash-2.0.3/Makefile.am new file mode 100644 index 0000000..0cd4bd8 --- /dev/null +++ b/clipper/sparsehash-2.0.3/Makefile.am @@ -0,0 +1,229 @@ +## Process this file with automake to produce Makefile.in + +# Make sure that when we re-make ./configure, we get the macros we need +ACLOCAL_AMFLAGS = -I m4 + +# This is so we can #include +AM_CPPFLAGS = -I$(top_srcdir)/src + +# These are good warnings to turn on by default +if GCC +AM_CXXFLAGS = -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow +endif + +docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION) +## This is for HTML and other documentation you want to install. +## Add your documentation files (in doc/) in addition to these boilerplate +## Also add a TODO file if you have one +dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README README_windows.txt \ + TODO \ + doc/dense_hash_map.html \ + doc/dense_hash_set.html \ + doc/sparse_hash_map.html \ + doc/sparse_hash_set.html \ + doc/sparsetable.html \ + doc/implementation.html \ + doc/performance.html \ + doc/index.html \ + doc/designstyle.css + +## The libraries (.so's) you want to install +lib_LTLIBRARIES = +## The location of the windows project file for each binary we make +WINDOWS_PROJECTS = sparsehash.sln + +## unittests you want to run when people type 'make check'. +## TESTS is for binary unittests, check_SCRIPTS for script-based unittests. +## TESTS_ENVIRONMENT sets environment variables for when you run unittest, +## but it only seems to take effect for *binary* unittests (argh!) +TESTS = +check_SCRIPTS = +TESTS_ENVIRONMENT = + +## This should always include $(TESTS), but may also include other +## binaries that you compile but don't want automatically installed. +noinst_PROGRAMS = $(TESTS) time_hash_map +WINDOWS_PROJECTS += vsprojects/time_hash_map/time_hash_map.vcproj + + +## vvvv RULES TO MAKE THE LIBRARIES, BINARIES, AND UNITTESTS + +# All our .h files need to read the config information in config.h. The +# autoheader config.h has too much info, including PACKAGENAME, that +# might conflict with other config.h's an application might #include. +# Thus, we create a "minimal" config.h, called sparseconfig.h, that +# includes only the #defines we really need, and that are unlikely to +# change from system to system. NOTE: The awk command is equivalent to +# fgrep -B2 -f$(top_builddir)/src/config.h.include $(top_builddir)/src/config.h +# | fgrep -vx -e -- > _sparsehash_config +# For correctness, it depends on the fact config.h.include does not have +# any lines starting with #. +src/sparsehash/internal/sparseconfig.h: $(top_builddir)/src/config.h \ + $(top_srcdir)/src/config.h.include + [ -d $(@D) ] || mkdir -p $(@D) + echo "/*" > $(@D)/_sparsehash_config + echo " * NOTE: This file is for internal use only." >> $(@D)/_sparsehash_config + echo " * Do not use these #defines in your own program!" >> $(@D)/_sparsehash_config + echo " */" >> $(@D)/_sparsehash_config + $(AWK) '{prevline=currline; currline=$$0;} \ + /^#/ {in_second_file = 1;} \ + !in_second_file {if (currline !~ /^ *$$/) {inc[currline]=0}}; \ + in_second_file { for (i in inc) { \ + if (index(currline, i) != 0) { \ + print "\n"prevline"\n"currline; \ + delete inc[i]; \ + } \ + } }' \ + $(top_srcdir)/src/config.h.include $(top_builddir)/src/config.h \ + >> $(@D)/_sparsehash_config + mv -f $(@D)/_sparsehash_config $@ +# This is how we tell automake about auto-generated .h files +BUILT_SOURCES = src/sparsehash/internal/sparseconfig.h +CLEANFILES = src/sparsehash/internal/sparseconfig.h + +sparsehashincludedir = $(includedir)/sparsehash +## The .h files you want to install (that is, .h files that people +## who install this package can include in their own applications.) +sparsehashinclude_HEADERS = \ + src/sparsehash/dense_hash_map \ + src/sparsehash/dense_hash_set \ + src/sparsehash/sparse_hash_map \ + src/sparsehash/sparse_hash_set \ + src/sparsehash/sparsetable \ + src/sparsehash/template_util.h \ + src/sparsehash/type_traits.h + +internalincludedir = $(sparsehashincludedir)/internal +internalinclude_HEADERS = \ + src/sparsehash/internal/densehashtable.h \ + src/sparsehash/internal/sparsehashtable.h \ + src/sparsehash/internal/hashtable-common.h \ + src/sparsehash/internal/libc_allocator_with_realloc.h +nodist_internalinclude_HEADERS = src/sparsehash/internal/sparseconfig.h + +# This is for backwards compatibility only. +googleincludedir = $(includedir)/google +googleinclude_HEADERS = \ + src/google/dense_hash_map \ + src/google/dense_hash_set \ + src/google/sparse_hash_map \ + src/google/sparse_hash_set \ + src/google/sparsetable \ + src/google/template_util.h \ + src/google/type_traits.h + +googleinternalincludedir = $(includedir)/google/sparsehash +googleinternalinclude_HEADERS= \ + src/google/sparsehash/densehashtable.h \ + src/google/sparsehash/sparsehashtable.h \ + src/google/sparsehash/hashtable-common.h \ + src/google/sparsehash/libc_allocator_with_realloc.h + +TESTS += template_util_unittest +# TODO(csilvers): Update windows projects for template_util_unittest. +# WINDOWS_PROJECTS += vsprojects/template_util_unittest/template_util_unittest.vcproj +template_util_unittest_SOURCES = \ + src/template_util_unittest.cc \ + src/sparsehash/template_util.h +nodist_template_util_unittest_SOURCES = $(nodist_internalinclude_HEADERS) + +TESTS += type_traits_unittest +WINDOWS_PROJECTS += vsprojects/type_traits_unittest/type_traits_unittest.vcproj +type_traits_unittest_SOURCES = \ + src/type_traits_unittest.cc \ + $(internalinclude_HEADERS) \ + src/sparsehash/type_traits.h +nodist_type_traits_unittest_SOURCES = $(nodist_internalinclude_HEADERS) + +TESTS += libc_allocator_with_realloc_test +WINDOWS_PROJECTS += vsprojects/libc_allocator_with_realloc_test/libc_allocator_with_realloc_test.vcproj +libc_allocator_with_realloc_test_SOURCES = \ + src/libc_allocator_with_realloc_test.cc \ + $(internalinclude_HEADERS) \ + src/sparsehash/internal/libc_allocator_with_realloc.h + + +TESTS += sparsetable_unittest +WINDOWS_PROJECTS += vsprojects/sparsetable_unittest/sparsetable_unittest.vcproj +sparsetable_unittest_SOURCES = \ + src/sparsetable_unittest.cc \ + $(internalinclude_HEADERS) \ + src/sparsehash/sparsetable +nodist_sparsetable_unittest_SOURCES = $(nodist_internalinclude_HEADERS) + +TESTS += hashtable_test +WINDOWS_PROJECTS += vsprojects/hashtable_test/hashtable_test.vcproj +hashtable_test_SOURCES = \ + src/hashtable_test.cc \ + src/hash_test_interface.h \ + src/testutil.h \ + $(sparsehashinclude_HEADERS) \ + $(internalinclude_HEADERS) +nodist_hashtable_test_SOURCES = $(nodist_internalinclude_HEADERS) + +TESTS += simple_test +WINDOWS_PROJECTS += vsprojects/simple_test/simple_test.vcproj +simple_test_SOURCES = \ + src/simple_test.cc \ + $(internalinclude_HEADERS) +nodist_simple_test_SOURCES = $(nodist_internalinclude_HEADERS) + +TESTS += simple_compat_test +simple_compat_test_SOURCES = \ + src/simple_compat_test.cc \ + $(internalinclude_HEADERS) \ + $(googleinclude_HEADERS) \ + $(googleinternalinclude_HEADERS) +nodist_simple_compat_test_SOURCES = $(nodist_internalinclude_HEADERS) + +time_hash_map_SOURCES = \ + src/time_hash_map.cc \ + $(internalinclude_HEADERS) \ + $(sparsehashinclude_HEADERS) +nodist_time_hash_map_SOURCES = $(nodist_internalinclude_HEADERS) + +# If tcmalloc is installed, use it with time_hash_map; it gives us +# heap-usage statistics for the hash_map routines, which is very nice +time_hash_map_CXXFLAGS = @tcmalloc_flags@ $(AM_CXXFLAGS) +time_hash_map_LDFLAGS = @tcmalloc_flags@ +time_hash_map_LDADD = @tcmalloc_libs@ + +## ^^^^ END OF RULES TO MAKE THE LIBRARIES, BINARIES, AND UNITTESTS + + +rpm: dist-gzip packages/rpm.sh packages/rpm/rpm.spec + @cd packages && ./rpm.sh ${PACKAGE} ${VERSION} + +deb: dist-gzip packages/deb.sh packages/deb/* + @cd packages && ./deb.sh ${PACKAGE} ${VERSION} + +# http://linux.die.net/man/1/pkg-config, http://pkg-config.freedesktop.org/wiki +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = lib${PACKAGE}.pc +CLEANFILES += $(pkgconfig_DATA) + +# I get the description and URL lines from the rpm spec. I use sed to +# try to rewrite exec_prefix, libdir, and includedir in terms of +# prefix, if possible. +lib${PACKAGE}.pc: Makefile packages/rpm/rpm.spec + echo 'prefix=$(prefix)' > "$@".tmp + echo 'exec_prefix='`echo '$(exec_prefix)' | sed 's@^$(prefix)@$${prefix}@'` >> "$@".tmp + echo 'libdir='`echo '$(libdir)' | sed 's@^$(exec_prefix)@$${exec_prefix}@'` >> "$@".tmp + echo 'includedir='`echo '$(includedir)' | sed 's@^$(prefix)@$${prefix}@'` >> "$@".tmp + echo '' >> "$@".tmp + echo 'Name: $(PACKAGE)' >> "$@".tmp + echo 'Version: $(VERSION)' >> "$@".tmp + -grep '^Summary:' $(top_srcdir)/packages/rpm/rpm.spec | sed s/^Summary:/Description:/ | head -n1 >> "$@".tmp + -grep '^URL: ' $(top_srcdir)/packages/rpm/rpm.spec >> "$@".tmp + echo 'Requires:' >> "$@".tmp + echo 'Libs:' >> "$@".tmp + echo 'Cflags: -I$${includedir}' >> "$@".tmp + mv -f "$@".tmp "$@" + +# Windows wants write permission to .vcproj files and maybe even sln files. +dist-hook: + test -e "$(distdir)/vsprojects" \ + && chmod -R u+w $(distdir)/*.sln $(distdir)/vsprojects/ + +EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec packages/deb.sh packages/deb \ + src/config.h.include src/windows $(WINDOWS_PROJECTS) experimental diff --git a/clipper/sparsehash-2.0.3/Makefile.in b/clipper/sparsehash-2.0.3/Makefile.in new file mode 100644 index 0000000..83bca9b --- /dev/null +++ b/clipper/sparsehash-2.0.3/Makefile.in @@ -0,0 +1,1336 @@ +# Makefile.in generated by automake 1.11.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + + + + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +TESTS = template_util_unittest$(EXEEXT) type_traits_unittest$(EXEEXT) \ + libc_allocator_with_realloc_test$(EXEEXT) \ + sparsetable_unittest$(EXEEXT) hashtable_test$(EXEEXT) \ + simple_test$(EXEEXT) simple_compat_test$(EXEEXT) +noinst_PROGRAMS = $(am__EXEEXT_1) time_hash_map$(EXEEXT) +subdir = . +DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \ + $(googleinclude_HEADERS) $(googleinternalinclude_HEADERS) \ + $(internalinclude_HEADERS) $(sparsehashinclude_HEADERS) \ + $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(top_srcdir)/configure $(top_srcdir)/src/config.h.in AUTHORS \ + COPYING ChangeLog INSTALL NEWS TODO config.guess config.sub \ + depcomp install-sh missing +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \ + $(top_srcdir)/m4/google_namespace.m4 \ + $(top_srcdir)/m4/namespaces.m4 $(top_srcdir)/m4/stl_hash.m4 \ + $(top_srcdir)/m4/stl_hash_fun.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno config.status.lineno +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)" \ + "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(googleincludedir)" \ + "$(DESTDIR)$(googleinternalincludedir)" \ + "$(DESTDIR)$(internalincludedir)" \ + "$(DESTDIR)$(internalincludedir)" \ + "$(DESTDIR)$(sparsehashincludedir)" +LTLIBRARIES = $(lib_LTLIBRARIES) +am__EXEEXT_1 = template_util_unittest$(EXEEXT) \ + type_traits_unittest$(EXEEXT) \ + libc_allocator_with_realloc_test$(EXEEXT) \ + sparsetable_unittest$(EXEEXT) hashtable_test$(EXEEXT) \ + simple_test$(EXEEXT) simple_compat_test$(EXEEXT) +PROGRAMS = $(noinst_PROGRAMS) +am__objects_1 = +am_hashtable_test_OBJECTS = hashtable_test.$(OBJEXT) $(am__objects_1) \ + $(am__objects_1) +nodist_hashtable_test_OBJECTS = $(am__objects_1) +hashtable_test_OBJECTS = $(am_hashtable_test_OBJECTS) \ + $(nodist_hashtable_test_OBJECTS) +hashtable_test_LDADD = $(LDADD) +am_libc_allocator_with_realloc_test_OBJECTS = \ + libc_allocator_with_realloc_test.$(OBJEXT) $(am__objects_1) +libc_allocator_with_realloc_test_OBJECTS = \ + $(am_libc_allocator_with_realloc_test_OBJECTS) +libc_allocator_with_realloc_test_LDADD = $(LDADD) +am_simple_compat_test_OBJECTS = simple_compat_test.$(OBJEXT) \ + $(am__objects_1) $(am__objects_1) $(am__objects_1) +nodist_simple_compat_test_OBJECTS = $(am__objects_1) +simple_compat_test_OBJECTS = $(am_simple_compat_test_OBJECTS) \ + $(nodist_simple_compat_test_OBJECTS) +simple_compat_test_LDADD = $(LDADD) +am_simple_test_OBJECTS = simple_test.$(OBJEXT) $(am__objects_1) +nodist_simple_test_OBJECTS = $(am__objects_1) +simple_test_OBJECTS = $(am_simple_test_OBJECTS) \ + $(nodist_simple_test_OBJECTS) +simple_test_LDADD = $(LDADD) +am_sparsetable_unittest_OBJECTS = sparsetable_unittest.$(OBJEXT) \ + $(am__objects_1) +nodist_sparsetable_unittest_OBJECTS = $(am__objects_1) +sparsetable_unittest_OBJECTS = $(am_sparsetable_unittest_OBJECTS) \ + $(nodist_sparsetable_unittest_OBJECTS) +sparsetable_unittest_LDADD = $(LDADD) +am_template_util_unittest_OBJECTS = template_util_unittest.$(OBJEXT) +nodist_template_util_unittest_OBJECTS = $(am__objects_1) +template_util_unittest_OBJECTS = $(am_template_util_unittest_OBJECTS) \ + $(nodist_template_util_unittest_OBJECTS) +template_util_unittest_LDADD = $(LDADD) +am_time_hash_map_OBJECTS = time_hash_map-time_hash_map.$(OBJEXT) \ + $(am__objects_1) $(am__objects_1) +nodist_time_hash_map_OBJECTS = $(am__objects_1) +time_hash_map_OBJECTS = $(am_time_hash_map_OBJECTS) \ + $(nodist_time_hash_map_OBJECTS) +time_hash_map_DEPENDENCIES = +time_hash_map_LINK = $(CXXLD) $(time_hash_map_CXXFLAGS) $(CXXFLAGS) \ + $(time_hash_map_LDFLAGS) $(LDFLAGS) -o $@ +am_type_traits_unittest_OBJECTS = type_traits_unittest.$(OBJEXT) \ + $(am__objects_1) +nodist_type_traits_unittest_OBJECTS = $(am__objects_1) +type_traits_unittest_OBJECTS = $(am_type_traits_unittest_OBJECTS) \ + $(nodist_type_traits_unittest_OBJECTS) +type_traits_unittest_LDADD = $(LDADD) +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +CXXLD = $(CXX) +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ + -o $@ +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +SOURCES = $(hashtable_test_SOURCES) $(nodist_hashtable_test_SOURCES) \ + $(libc_allocator_with_realloc_test_SOURCES) \ + $(simple_compat_test_SOURCES) \ + $(nodist_simple_compat_test_SOURCES) $(simple_test_SOURCES) \ + $(nodist_simple_test_SOURCES) $(sparsetable_unittest_SOURCES) \ + $(nodist_sparsetable_unittest_SOURCES) \ + $(template_util_unittest_SOURCES) \ + $(nodist_template_util_unittest_SOURCES) \ + $(time_hash_map_SOURCES) $(nodist_time_hash_map_SOURCES) \ + $(type_traits_unittest_SOURCES) \ + $(nodist_type_traits_unittest_SOURCES) +DIST_SOURCES = $(hashtable_test_SOURCES) \ + $(libc_allocator_with_realloc_test_SOURCES) \ + $(simple_compat_test_SOURCES) $(simple_test_SOURCES) \ + $(sparsetable_unittest_SOURCES) \ + $(template_util_unittest_SOURCES) $(time_hash_map_SOURCES) \ + $(type_traits_unittest_SOURCES) +DATA = $(dist_doc_DATA) $(pkgconfig_DATA) +HEADERS = $(googleinclude_HEADERS) $(googleinternalinclude_HEADERS) \ + $(internalinclude_HEADERS) $(nodist_internalinclude_HEADERS) \ + $(sparsehashinclude_HEADERS) +ETAGS = etags +CTAGS = ctags +am__tty_colors = \ +red=; grn=; lgn=; blu=; std= +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +distdir = $(PACKAGE)-$(VERSION) +top_distdir = $(distdir) +am__remove_distdir = \ + { test ! -d "$(distdir)" \ + || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -fr "$(distdir)"; }; } +DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip +GZIP_ENV = --best +distuninstallcheck_listfiles = find . -type f -print +distcleancheck_listfiles = find . -type f -print +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PTHREAD_CC = @PTHREAD_CC@ +PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ +PTHREAD_LIBS = @PTHREAD_LIBS@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +acx_pthread_config = @acx_pthread_config@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION) +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +tcmalloc_flags = @tcmalloc_flags@ +tcmalloc_libs = @tcmalloc_libs@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ + +# Make sure that when we re-make ./configure, we get the macros we need +ACLOCAL_AMFLAGS = -I m4 + +# This is so we can #include +AM_CPPFLAGS = -I$(top_srcdir)/src + +# These are good warnings to turn on by default +@GCC_TRUE@AM_CXXFLAGS = -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow +dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README README_windows.txt \ + TODO \ + doc/dense_hash_map.html \ + doc/dense_hash_set.html \ + doc/sparse_hash_map.html \ + doc/sparse_hash_set.html \ + doc/sparsetable.html \ + doc/implementation.html \ + doc/performance.html \ + doc/index.html \ + doc/designstyle.css + +lib_LTLIBRARIES = +WINDOWS_PROJECTS = sparsehash.sln \ + vsprojects/time_hash_map/time_hash_map.vcproj \ + vsprojects/type_traits_unittest/type_traits_unittest.vcproj \ + vsprojects/libc_allocator_with_realloc_test/libc_allocator_with_realloc_test.vcproj \ + vsprojects/sparsetable_unittest/sparsetable_unittest.vcproj \ + vsprojects/hashtable_test/hashtable_test.vcproj \ + vsprojects/simple_test/simple_test.vcproj +check_SCRIPTS = +TESTS_ENVIRONMENT = +# This is how we tell automake about auto-generated .h files +BUILT_SOURCES = src/sparsehash/internal/sparseconfig.h +CLEANFILES = src/sparsehash/internal/sparseconfig.h $(pkgconfig_DATA) +sparsehashincludedir = $(includedir)/sparsehash +sparsehashinclude_HEADERS = \ + src/sparsehash/dense_hash_map \ + src/sparsehash/dense_hash_set \ + src/sparsehash/sparse_hash_map \ + src/sparsehash/sparse_hash_set \ + src/sparsehash/sparsetable \ + src/sparsehash/template_util.h \ + src/sparsehash/type_traits.h + +internalincludedir = $(sparsehashincludedir)/internal +internalinclude_HEADERS = \ + src/sparsehash/internal/densehashtable.h \ + src/sparsehash/internal/sparsehashtable.h \ + src/sparsehash/internal/hashtable-common.h \ + src/sparsehash/internal/libc_allocator_with_realloc.h + +nodist_internalinclude_HEADERS = src/sparsehash/internal/sparseconfig.h + +# This is for backwards compatibility only. +googleincludedir = $(includedir)/google +googleinclude_HEADERS = \ + src/google/dense_hash_map \ + src/google/dense_hash_set \ + src/google/sparse_hash_map \ + src/google/sparse_hash_set \ + src/google/sparsetable \ + src/google/template_util.h \ + src/google/type_traits.h + +googleinternalincludedir = $(includedir)/google/sparsehash +googleinternalinclude_HEADERS = \ + src/google/sparsehash/densehashtable.h \ + src/google/sparsehash/sparsehashtable.h \ + src/google/sparsehash/hashtable-common.h \ + src/google/sparsehash/libc_allocator_with_realloc.h + +# TODO(csilvers): Update windows projects for template_util_unittest. +# WINDOWS_PROJECTS += vsprojects/template_util_unittest/template_util_unittest.vcproj +template_util_unittest_SOURCES = \ + src/template_util_unittest.cc \ + src/sparsehash/template_util.h + +nodist_template_util_unittest_SOURCES = $(nodist_internalinclude_HEADERS) +type_traits_unittest_SOURCES = \ + src/type_traits_unittest.cc \ + $(internalinclude_HEADERS) \ + src/sparsehash/type_traits.h + +nodist_type_traits_unittest_SOURCES = $(nodist_internalinclude_HEADERS) +libc_allocator_with_realloc_test_SOURCES = \ + src/libc_allocator_with_realloc_test.cc \ + $(internalinclude_HEADERS) \ + src/sparsehash/internal/libc_allocator_with_realloc.h + +sparsetable_unittest_SOURCES = \ + src/sparsetable_unittest.cc \ + $(internalinclude_HEADERS) \ + src/sparsehash/sparsetable + +nodist_sparsetable_unittest_SOURCES = $(nodist_internalinclude_HEADERS) +hashtable_test_SOURCES = \ + src/hashtable_test.cc \ + src/hash_test_interface.h \ + src/testutil.h \ + $(sparsehashinclude_HEADERS) \ + $(internalinclude_HEADERS) + +nodist_hashtable_test_SOURCES = $(nodist_internalinclude_HEADERS) +simple_test_SOURCES = \ + src/simple_test.cc \ + $(internalinclude_HEADERS) + +nodist_simple_test_SOURCES = $(nodist_internalinclude_HEADERS) +simple_compat_test_SOURCES = \ + src/simple_compat_test.cc \ + $(internalinclude_HEADERS) \ + $(googleinclude_HEADERS) \ + $(googleinternalinclude_HEADERS) + +nodist_simple_compat_test_SOURCES = $(nodist_internalinclude_HEADERS) +time_hash_map_SOURCES = \ + src/time_hash_map.cc \ + $(internalinclude_HEADERS) \ + $(sparsehashinclude_HEADERS) + +nodist_time_hash_map_SOURCES = $(nodist_internalinclude_HEADERS) + +# If tcmalloc is installed, use it with time_hash_map; it gives us +# heap-usage statistics for the hash_map routines, which is very nice +time_hash_map_CXXFLAGS = @tcmalloc_flags@ $(AM_CXXFLAGS) +time_hash_map_LDFLAGS = @tcmalloc_flags@ +time_hash_map_LDADD = @tcmalloc_libs@ + +# http://linux.die.net/man/1/pkg-config, http://pkg-config.freedesktop.org/wiki +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = lib${PACKAGE}.pc +EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec packages/deb.sh packages/deb \ + src/config.h.include src/windows $(WINDOWS_PROJECTS) experimental + +all: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) all-am + +.SUFFIXES: +.SUFFIXES: .cc .o .obj +am--refresh: + @: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + echo ' $(SHELL) ./config.status'; \ + $(SHELL) ./config.status;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + $(SHELL) ./config.status --recheck + +$(top_srcdir)/configure: $(am__configure_deps) + $(am__cd) $(srcdir) && $(AUTOCONF) +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +$(am__aclocal_m4_deps): + +src/config.h: src/stamp-h1 + @if test ! -f $@; then \ + rm -f src/stamp-h1; \ + $(MAKE) $(AM_MAKEFLAGS) src/stamp-h1; \ + else :; fi + +src/stamp-h1: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status + @rm -f src/stamp-h1 + cd $(top_builddir) && $(SHELL) ./config.status src/config.h +$(top_srcdir)/src/config.h.in: $(am__configure_deps) + ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) + rm -f src/stamp-h1 + touch $@ + +distclean-hdr: + -rm -f src/config.h src/stamp-h1 +install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(INSTALL) $(INSTALL_STRIP_FLAG) $$list '$(DESTDIR)$(libdir)'"; \ + $(INSTALL) $(INSTALL_STRIP_FLAG) $$list "$(DESTDIR)$(libdir)"; \ + } + +uninstall-libLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " rm -f '$(DESTDIR)$(libdir)/$$f'"; \ + rm -f "$(DESTDIR)$(libdir)/$$f"; \ + done + +clean-libLTLIBRARIES: + -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) + @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ + dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ + test "$$dir" != "$$p" || dir=.; \ + echo "rm -f \"$${dir}/so_locations\""; \ + rm -f "$${dir}/so_locations"; \ + done + +clean-noinstPROGRAMS: + -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) +hashtable_test$(EXEEXT): $(hashtable_test_OBJECTS) $(hashtable_test_DEPENDENCIES) + @rm -f hashtable_test$(EXEEXT) + $(CXXLINK) $(hashtable_test_OBJECTS) $(hashtable_test_LDADD) $(LIBS) +libc_allocator_with_realloc_test$(EXEEXT): $(libc_allocator_with_realloc_test_OBJECTS) $(libc_allocator_with_realloc_test_DEPENDENCIES) + @rm -f libc_allocator_with_realloc_test$(EXEEXT) + $(CXXLINK) $(libc_allocator_with_realloc_test_OBJECTS) $(libc_allocator_with_realloc_test_LDADD) $(LIBS) +simple_compat_test$(EXEEXT): $(simple_compat_test_OBJECTS) $(simple_compat_test_DEPENDENCIES) + @rm -f simple_compat_test$(EXEEXT) + $(CXXLINK) $(simple_compat_test_OBJECTS) $(simple_compat_test_LDADD) $(LIBS) +simple_test$(EXEEXT): $(simple_test_OBJECTS) $(simple_test_DEPENDENCIES) + @rm -f simple_test$(EXEEXT) + $(CXXLINK) $(simple_test_OBJECTS) $(simple_test_LDADD) $(LIBS) +sparsetable_unittest$(EXEEXT): $(sparsetable_unittest_OBJECTS) $(sparsetable_unittest_DEPENDENCIES) + @rm -f sparsetable_unittest$(EXEEXT) + $(CXXLINK) $(sparsetable_unittest_OBJECTS) $(sparsetable_unittest_LDADD) $(LIBS) +template_util_unittest$(EXEEXT): $(template_util_unittest_OBJECTS) $(template_util_unittest_DEPENDENCIES) + @rm -f template_util_unittest$(EXEEXT) + $(CXXLINK) $(template_util_unittest_OBJECTS) $(template_util_unittest_LDADD) $(LIBS) +time_hash_map$(EXEEXT): $(time_hash_map_OBJECTS) $(time_hash_map_DEPENDENCIES) + @rm -f time_hash_map$(EXEEXT) + $(time_hash_map_LINK) $(time_hash_map_OBJECTS) $(time_hash_map_LDADD) $(LIBS) +type_traits_unittest$(EXEEXT): $(type_traits_unittest_OBJECTS) $(type_traits_unittest_DEPENDENCIES) + @rm -f type_traits_unittest$(EXEEXT) + $(CXXLINK) $(type_traits_unittest_OBJECTS) $(type_traits_unittest_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashtable_test.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libc_allocator_with_realloc_test.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple_compat_test.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple_test.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparsetable_unittest.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/template_util_unittest.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time_hash_map-time_hash_map.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/type_traits_unittest.Po@am__quote@ + +.cc.o: +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< + +.cc.obj: +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +hashtable_test.o: src/hashtable_test.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT hashtable_test.o -MD -MP -MF $(DEPDIR)/hashtable_test.Tpo -c -o hashtable_test.o `test -f 'src/hashtable_test.cc' || echo '$(srcdir)/'`src/hashtable_test.cc +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/hashtable_test.Tpo $(DEPDIR)/hashtable_test.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/hashtable_test.cc' object='hashtable_test.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o hashtable_test.o `test -f 'src/hashtable_test.cc' || echo '$(srcdir)/'`src/hashtable_test.cc + +hashtable_test.obj: src/hashtable_test.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT hashtable_test.obj -MD -MP -MF $(DEPDIR)/hashtable_test.Tpo -c -o hashtable_test.obj `if test -f 'src/hashtable_test.cc'; then $(CYGPATH_W) 'src/hashtable_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/hashtable_test.cc'; fi` +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/hashtable_test.Tpo $(DEPDIR)/hashtable_test.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/hashtable_test.cc' object='hashtable_test.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o hashtable_test.obj `if test -f 'src/hashtable_test.cc'; then $(CYGPATH_W) 'src/hashtable_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/hashtable_test.cc'; fi` + +libc_allocator_with_realloc_test.o: src/libc_allocator_with_realloc_test.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libc_allocator_with_realloc_test.o -MD -MP -MF $(DEPDIR)/libc_allocator_with_realloc_test.Tpo -c -o libc_allocator_with_realloc_test.o `test -f 'src/libc_allocator_with_realloc_test.cc' || echo '$(srcdir)/'`src/libc_allocator_with_realloc_test.cc +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libc_allocator_with_realloc_test.Tpo $(DEPDIR)/libc_allocator_with_realloc_test.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/libc_allocator_with_realloc_test.cc' object='libc_allocator_with_realloc_test.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libc_allocator_with_realloc_test.o `test -f 'src/libc_allocator_with_realloc_test.cc' || echo '$(srcdir)/'`src/libc_allocator_with_realloc_test.cc + +libc_allocator_with_realloc_test.obj: src/libc_allocator_with_realloc_test.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libc_allocator_with_realloc_test.obj -MD -MP -MF $(DEPDIR)/libc_allocator_with_realloc_test.Tpo -c -o libc_allocator_with_realloc_test.obj `if test -f 'src/libc_allocator_with_realloc_test.cc'; then $(CYGPATH_W) 'src/libc_allocator_with_realloc_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/libc_allocator_with_realloc_test.cc'; fi` +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libc_allocator_with_realloc_test.Tpo $(DEPDIR)/libc_allocator_with_realloc_test.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/libc_allocator_with_realloc_test.cc' object='libc_allocator_with_realloc_test.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libc_allocator_with_realloc_test.obj `if test -f 'src/libc_allocator_with_realloc_test.cc'; then $(CYGPATH_W) 'src/libc_allocator_with_realloc_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/libc_allocator_with_realloc_test.cc'; fi` + +simple_compat_test.o: src/simple_compat_test.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT simple_compat_test.o -MD -MP -MF $(DEPDIR)/simple_compat_test.Tpo -c -o simple_compat_test.o `test -f 'src/simple_compat_test.cc' || echo '$(srcdir)/'`src/simple_compat_test.cc +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/simple_compat_test.Tpo $(DEPDIR)/simple_compat_test.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/simple_compat_test.cc' object='simple_compat_test.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o simple_compat_test.o `test -f 'src/simple_compat_test.cc' || echo '$(srcdir)/'`src/simple_compat_test.cc + +simple_compat_test.obj: src/simple_compat_test.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT simple_compat_test.obj -MD -MP -MF $(DEPDIR)/simple_compat_test.Tpo -c -o simple_compat_test.obj `if test -f 'src/simple_compat_test.cc'; then $(CYGPATH_W) 'src/simple_compat_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/simple_compat_test.cc'; fi` +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/simple_compat_test.Tpo $(DEPDIR)/simple_compat_test.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/simple_compat_test.cc' object='simple_compat_test.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o simple_compat_test.obj `if test -f 'src/simple_compat_test.cc'; then $(CYGPATH_W) 'src/simple_compat_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/simple_compat_test.cc'; fi` + +simple_test.o: src/simple_test.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT simple_test.o -MD -MP -MF $(DEPDIR)/simple_test.Tpo -c -o simple_test.o `test -f 'src/simple_test.cc' || echo '$(srcdir)/'`src/simple_test.cc +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/simple_test.Tpo $(DEPDIR)/simple_test.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/simple_test.cc' object='simple_test.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o simple_test.o `test -f 'src/simple_test.cc' || echo '$(srcdir)/'`src/simple_test.cc + +simple_test.obj: src/simple_test.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT simple_test.obj -MD -MP -MF $(DEPDIR)/simple_test.Tpo -c -o simple_test.obj `if test -f 'src/simple_test.cc'; then $(CYGPATH_W) 'src/simple_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/simple_test.cc'; fi` +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/simple_test.Tpo $(DEPDIR)/simple_test.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/simple_test.cc' object='simple_test.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o simple_test.obj `if test -f 'src/simple_test.cc'; then $(CYGPATH_W) 'src/simple_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/simple_test.cc'; fi` + +sparsetable_unittest.o: src/sparsetable_unittest.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sparsetable_unittest.o -MD -MP -MF $(DEPDIR)/sparsetable_unittest.Tpo -c -o sparsetable_unittest.o `test -f 'src/sparsetable_unittest.cc' || echo '$(srcdir)/'`src/sparsetable_unittest.cc +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/sparsetable_unittest.Tpo $(DEPDIR)/sparsetable_unittest.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/sparsetable_unittest.cc' object='sparsetable_unittest.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sparsetable_unittest.o `test -f 'src/sparsetable_unittest.cc' || echo '$(srcdir)/'`src/sparsetable_unittest.cc + +sparsetable_unittest.obj: src/sparsetable_unittest.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sparsetable_unittest.obj -MD -MP -MF $(DEPDIR)/sparsetable_unittest.Tpo -c -o sparsetable_unittest.obj `if test -f 'src/sparsetable_unittest.cc'; then $(CYGPATH_W) 'src/sparsetable_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/sparsetable_unittest.cc'; fi` +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/sparsetable_unittest.Tpo $(DEPDIR)/sparsetable_unittest.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/sparsetable_unittest.cc' object='sparsetable_unittest.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sparsetable_unittest.obj `if test -f 'src/sparsetable_unittest.cc'; then $(CYGPATH_W) 'src/sparsetable_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/sparsetable_unittest.cc'; fi` + +template_util_unittest.o: src/template_util_unittest.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT template_util_unittest.o -MD -MP -MF $(DEPDIR)/template_util_unittest.Tpo -c -o template_util_unittest.o `test -f 'src/template_util_unittest.cc' || echo '$(srcdir)/'`src/template_util_unittest.cc +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/template_util_unittest.Tpo $(DEPDIR)/template_util_unittest.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/template_util_unittest.cc' object='template_util_unittest.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o template_util_unittest.o `test -f 'src/template_util_unittest.cc' || echo '$(srcdir)/'`src/template_util_unittest.cc + +template_util_unittest.obj: src/template_util_unittest.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT template_util_unittest.obj -MD -MP -MF $(DEPDIR)/template_util_unittest.Tpo -c -o template_util_unittest.obj `if test -f 'src/template_util_unittest.cc'; then $(CYGPATH_W) 'src/template_util_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/template_util_unittest.cc'; fi` +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/template_util_unittest.Tpo $(DEPDIR)/template_util_unittest.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/template_util_unittest.cc' object='template_util_unittest.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o template_util_unittest.obj `if test -f 'src/template_util_unittest.cc'; then $(CYGPATH_W) 'src/template_util_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/template_util_unittest.cc'; fi` + +time_hash_map-time_hash_map.o: src/time_hash_map.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(time_hash_map_CXXFLAGS) $(CXXFLAGS) -MT time_hash_map-time_hash_map.o -MD -MP -MF $(DEPDIR)/time_hash_map-time_hash_map.Tpo -c -o time_hash_map-time_hash_map.o `test -f 'src/time_hash_map.cc' || echo '$(srcdir)/'`src/time_hash_map.cc +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/time_hash_map-time_hash_map.Tpo $(DEPDIR)/time_hash_map-time_hash_map.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/time_hash_map.cc' object='time_hash_map-time_hash_map.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(time_hash_map_CXXFLAGS) $(CXXFLAGS) -c -o time_hash_map-time_hash_map.o `test -f 'src/time_hash_map.cc' || echo '$(srcdir)/'`src/time_hash_map.cc + +time_hash_map-time_hash_map.obj: src/time_hash_map.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(time_hash_map_CXXFLAGS) $(CXXFLAGS) -MT time_hash_map-time_hash_map.obj -MD -MP -MF $(DEPDIR)/time_hash_map-time_hash_map.Tpo -c -o time_hash_map-time_hash_map.obj `if test -f 'src/time_hash_map.cc'; then $(CYGPATH_W) 'src/time_hash_map.cc'; else $(CYGPATH_W) '$(srcdir)/src/time_hash_map.cc'; fi` +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/time_hash_map-time_hash_map.Tpo $(DEPDIR)/time_hash_map-time_hash_map.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/time_hash_map.cc' object='time_hash_map-time_hash_map.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(time_hash_map_CXXFLAGS) $(CXXFLAGS) -c -o time_hash_map-time_hash_map.obj `if test -f 'src/time_hash_map.cc'; then $(CYGPATH_W) 'src/time_hash_map.cc'; else $(CYGPATH_W) '$(srcdir)/src/time_hash_map.cc'; fi` + +type_traits_unittest.o: src/type_traits_unittest.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT type_traits_unittest.o -MD -MP -MF $(DEPDIR)/type_traits_unittest.Tpo -c -o type_traits_unittest.o `test -f 'src/type_traits_unittest.cc' || echo '$(srcdir)/'`src/type_traits_unittest.cc +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/type_traits_unittest.Tpo $(DEPDIR)/type_traits_unittest.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/type_traits_unittest.cc' object='type_traits_unittest.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o type_traits_unittest.o `test -f 'src/type_traits_unittest.cc' || echo '$(srcdir)/'`src/type_traits_unittest.cc + +type_traits_unittest.obj: src/type_traits_unittest.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT type_traits_unittest.obj -MD -MP -MF $(DEPDIR)/type_traits_unittest.Tpo -c -o type_traits_unittest.obj `if test -f 'src/type_traits_unittest.cc'; then $(CYGPATH_W) 'src/type_traits_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/type_traits_unittest.cc'; fi` +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/type_traits_unittest.Tpo $(DEPDIR)/type_traits_unittest.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/type_traits_unittest.cc' object='type_traits_unittest.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o type_traits_unittest.obj `if test -f 'src/type_traits_unittest.cc'; then $(CYGPATH_W) 'src/type_traits_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/type_traits_unittest.cc'; fi` +install-dist_docDATA: $(dist_doc_DATA) + @$(NORMAL_INSTALL) + test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)" + @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \ + done + +uninstall-dist_docDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(docdir)" && rm -f $$files +install-pkgconfigDATA: $(pkgconfig_DATA) + @$(NORMAL_INSTALL) + test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" + @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ + done + +uninstall-pkgconfigDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files +install-googleincludeHEADERS: $(googleinclude_HEADERS) + @$(NORMAL_INSTALL) + test -z "$(googleincludedir)" || $(MKDIR_P) "$(DESTDIR)$(googleincludedir)" + @list='$(googleinclude_HEADERS)'; test -n "$(googleincludedir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(googleincludedir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(googleincludedir)" || exit $$?; \ + done + +uninstall-googleincludeHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(googleinclude_HEADERS)'; test -n "$(googleincludedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(googleincludedir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(googleincludedir)" && rm -f $$files +install-googleinternalincludeHEADERS: $(googleinternalinclude_HEADERS) + @$(NORMAL_INSTALL) + test -z "$(googleinternalincludedir)" || $(MKDIR_P) "$(DESTDIR)$(googleinternalincludedir)" + @list='$(googleinternalinclude_HEADERS)'; test -n "$(googleinternalincludedir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(googleinternalincludedir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(googleinternalincludedir)" || exit $$?; \ + done + +uninstall-googleinternalincludeHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(googleinternalinclude_HEADERS)'; test -n "$(googleinternalincludedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(googleinternalincludedir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(googleinternalincludedir)" && rm -f $$files +install-internalincludeHEADERS: $(internalinclude_HEADERS) + @$(NORMAL_INSTALL) + test -z "$(internalincludedir)" || $(MKDIR_P) "$(DESTDIR)$(internalincludedir)" + @list='$(internalinclude_HEADERS)'; test -n "$(internalincludedir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(internalincludedir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(internalincludedir)" || exit $$?; \ + done + +uninstall-internalincludeHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(internalinclude_HEADERS)'; test -n "$(internalincludedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(internalincludedir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(internalincludedir)" && rm -f $$files +install-nodist_internalincludeHEADERS: $(nodist_internalinclude_HEADERS) + @$(NORMAL_INSTALL) + test -z "$(internalincludedir)" || $(MKDIR_P) "$(DESTDIR)$(internalincludedir)" + @list='$(nodist_internalinclude_HEADERS)'; test -n "$(internalincludedir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(internalincludedir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(internalincludedir)" || exit $$?; \ + done + +uninstall-nodist_internalincludeHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(nodist_internalinclude_HEADERS)'; test -n "$(internalincludedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(internalincludedir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(internalincludedir)" && rm -f $$files +install-sparsehashincludeHEADERS: $(sparsehashinclude_HEADERS) + @$(NORMAL_INSTALL) + test -z "$(sparsehashincludedir)" || $(MKDIR_P) "$(DESTDIR)$(sparsehashincludedir)" + @list='$(sparsehashinclude_HEADERS)'; test -n "$(sparsehashincludedir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sparsehashincludedir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(sparsehashincludedir)" || exit $$?; \ + done + +uninstall-sparsehashincludeHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(sparsehashinclude_HEADERS)'; test -n "$(sparsehashincludedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(sparsehashincludedir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(sparsehashincludedir)" && rm -f $$files + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + set x; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: CTAGS +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +check-TESTS: $(TESTS) + @failed=0; all=0; xfail=0; xpass=0; skip=0; \ + srcdir=$(srcdir); export srcdir; \ + list=' $(TESTS) '; \ + $(am__tty_colors); \ + if test -n "$$list"; then \ + for tst in $$list; do \ + if test -f ./$$tst; then dir=./; \ + elif test -f $$tst; then dir=; \ + else dir="$(srcdir)/"; fi; \ + if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ + all=`expr $$all + 1`; \ + case " $(XFAIL_TESTS) " in \ + *[\ \ ]$$tst[\ \ ]*) \ + xpass=`expr $$xpass + 1`; \ + failed=`expr $$failed + 1`; \ + col=$$red; res=XPASS; \ + ;; \ + *) \ + col=$$grn; res=PASS; \ + ;; \ + esac; \ + elif test $$? -ne 77; then \ + all=`expr $$all + 1`; \ + case " $(XFAIL_TESTS) " in \ + *[\ \ ]$$tst[\ \ ]*) \ + xfail=`expr $$xfail + 1`; \ + col=$$lgn; res=XFAIL; \ + ;; \ + *) \ + failed=`expr $$failed + 1`; \ + col=$$red; res=FAIL; \ + ;; \ + esac; \ + else \ + skip=`expr $$skip + 1`; \ + col=$$blu; res=SKIP; \ + fi; \ + echo "$${col}$$res$${std}: $$tst"; \ + done; \ + if test "$$all" -eq 1; then \ + tests="test"; \ + All=""; \ + else \ + tests="tests"; \ + All="All "; \ + fi; \ + if test "$$failed" -eq 0; then \ + if test "$$xfail" -eq 0; then \ + banner="$$All$$all $$tests passed"; \ + else \ + if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \ + banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ + fi; \ + else \ + if test "$$xpass" -eq 0; then \ + banner="$$failed of $$all $$tests failed"; \ + else \ + if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ + banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ + fi; \ + fi; \ + dashes="$$banner"; \ + skipped=""; \ + if test "$$skip" -ne 0; then \ + if test "$$skip" -eq 1; then \ + skipped="($$skip test was not run)"; \ + else \ + skipped="($$skip tests were not run)"; \ + fi; \ + test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ + dashes="$$skipped"; \ + fi; \ + report=""; \ + if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ + report="Please report to $(PACKAGE_BUGREPORT)"; \ + test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ + dashes="$$report"; \ + fi; \ + dashes=`echo "$$dashes" | sed s/./=/g`; \ + if test "$$failed" -eq 0; then \ + echo "$$grn$$dashes"; \ + else \ + echo "$$red$$dashes"; \ + fi; \ + echo "$$banner"; \ + test -z "$$skipped" || echo "$$skipped"; \ + test -z "$$report" || echo "$$report"; \ + echo "$$dashes$$std"; \ + test "$$failed" -eq 0; \ + else :; fi + +distdir: $(DISTFILES) + $(am__remove_distdir) + test -d "$(distdir)" || mkdir "$(distdir)" + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$(top_distdir)" distdir="$(distdir)" \ + dist-hook + -test -n "$(am__skip_mode_fix)" \ + || find "$(distdir)" -type d ! -perm -755 \ + -exec chmod u+rwx,go+rx {} \; -o \ + ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ + || chmod -R a+r "$(distdir)" +dist-gzip: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__remove_distdir) + +dist-bzip2: distdir + tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 + $(am__remove_distdir) + +dist-lzma: distdir + tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma + $(am__remove_distdir) + +dist-xz: distdir + tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz + $(am__remove_distdir) + +dist-tarZ: distdir + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z + $(am__remove_distdir) + +dist-shar: distdir + shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz + $(am__remove_distdir) +dist-zip: distdir + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__remove_distdir) + +dist dist-all: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__remove_distdir) + +# This target untars the dist file and tries a VPATH configuration. Then +# it guarantees that the distribution is self-contained by making another +# tarfile. +distcheck: dist + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lzma*) \ + lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ + *.tar.xz*) \ + xz -dc $(distdir).tar.xz | $(am__untar) ;;\ + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + esac + chmod -R a-w $(distdir); chmod a+w $(distdir) + mkdir $(distdir)/_build + mkdir $(distdir)/_inst + chmod a-w $(distdir) + test -d $(distdir)/_build || exit 0; \ + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ + && am__cwd=`pwd` \ + && $(am__cd) $(distdir)/_build \ + && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + $(DISTCHECK_CONFIGURE_FLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) dvi \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ + distuninstallcheck \ + && chmod -R a-w "$$dc_install_base" \ + && ({ \ + (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ + } || { rm -rf "$$dc_destdir"; exit 1; }) \ + && rm -rf "$$dc_destdir" \ + && $(MAKE) $(AM_MAKEFLAGS) dist \ + && rm -rf $(DIST_ARCHIVES) \ + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ + && cd "$$am__cwd" \ + || exit 1 + $(am__remove_distdir) + @(echo "$(distdir) archives ready for distribution: "; \ + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ + sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' +distuninstallcheck: + @$(am__cd) '$(distuninstallcheck_dir)' \ + && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ + || { echo "ERROR: files left after uninstall:" ; \ + if test -n "$(DESTDIR)"; then \ + echo " (check DESTDIR support)"; \ + fi ; \ + $(distuninstallcheck_listfiles) ; \ + exit 1; } >&2 +distcleancheck: distclean + @if test '$(srcdir)' = . ; then \ + echo "ERROR: distcleancheck can only run from a VPATH build" ; \ + exit 1 ; \ + fi + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left in build directory after distclean:" ; \ + $(distcleancheck_listfiles) ; \ + exit 1; } >&2 +check-am: all-am + $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS) + $(MAKE) $(AM_MAKEFLAGS) check-TESTS +check: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) check-am +all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(googleincludedir)" "$(DESTDIR)$(googleinternalincludedir)" "$(DESTDIR)$(internalincludedir)" "$(DESTDIR)$(internalincludedir)" "$(DESTDIR)$(sparsehashincludedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." + -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) +clean: clean-am + +clean-am: clean-generic clean-libLTLIBRARIES clean-noinstPROGRAMS \ + mostlyclean-am + +distclean: distclean-am + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-hdr distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_docDATA install-googleincludeHEADERS \ + install-googleinternalincludeHEADERS \ + install-internalincludeHEADERS \ + install-nodist_internalincludeHEADERS install-pkgconfigDATA \ + install-sparsehashincludeHEADERS + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-libLTLIBRARIES + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_docDATA uninstall-googleincludeHEADERS \ + uninstall-googleinternalincludeHEADERS \ + uninstall-internalincludeHEADERS uninstall-libLTLIBRARIES \ + uninstall-nodist_internalincludeHEADERS \ + uninstall-pkgconfigDATA uninstall-sparsehashincludeHEADERS + +.MAKE: all check check-am install install-am install-strip + +.PHONY: CTAGS GTAGS all all-am am--refresh check check-TESTS check-am \ + clean clean-generic clean-libLTLIBRARIES clean-noinstPROGRAMS \ + ctags dist dist-all dist-bzip2 dist-gzip dist-hook dist-lzma \ + dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \ + distclean-compile distclean-generic distclean-hdr \ + distclean-tags distcleancheck distdir distuninstallcheck dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dist_docDATA install-dvi \ + install-dvi-am install-exec install-exec-am \ + install-googleincludeHEADERS \ + install-googleinternalincludeHEADERS install-html \ + install-html-am install-info install-info-am \ + install-internalincludeHEADERS install-libLTLIBRARIES \ + install-man install-nodist_internalincludeHEADERS install-pdf \ + install-pdf-am install-pkgconfigDATA install-ps install-ps-am \ + install-sparsehashincludeHEADERS install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ + uninstall-am uninstall-dist_docDATA \ + uninstall-googleincludeHEADERS \ + uninstall-googleinternalincludeHEADERS \ + uninstall-internalincludeHEADERS uninstall-libLTLIBRARIES \ + uninstall-nodist_internalincludeHEADERS \ + uninstall-pkgconfigDATA uninstall-sparsehashincludeHEADERS + + +# All our .h files need to read the config information in config.h. The +# autoheader config.h has too much info, including PACKAGENAME, that +# might conflict with other config.h's an application might #include. +# Thus, we create a "minimal" config.h, called sparseconfig.h, that +# includes only the #defines we really need, and that are unlikely to +# change from system to system. NOTE: The awk command is equivalent to +# fgrep -B2 -f$(top_builddir)/src/config.h.include $(top_builddir)/src/config.h +# | fgrep -vx -e -- > _sparsehash_config +# For correctness, it depends on the fact config.h.include does not have +# any lines starting with #. +src/sparsehash/internal/sparseconfig.h: $(top_builddir)/src/config.h \ + $(top_srcdir)/src/config.h.include + [ -d $(@D) ] || mkdir -p $(@D) + echo "/*" > $(@D)/_sparsehash_config + echo " * NOTE: This file is for internal use only." >> $(@D)/_sparsehash_config + echo " * Do not use these #defines in your own program!" >> $(@D)/_sparsehash_config + echo " */" >> $(@D)/_sparsehash_config + $(AWK) '{prevline=currline; currline=$$0;} \ + /^#/ {in_second_file = 1;} \ + !in_second_file {if (currline !~ /^ *$$/) {inc[currline]=0}}; \ + in_second_file { for (i in inc) { \ + if (index(currline, i) != 0) { \ + print "\n"prevline"\n"currline; \ + delete inc[i]; \ + } \ + } }' \ + $(top_srcdir)/src/config.h.include $(top_builddir)/src/config.h \ + >> $(@D)/_sparsehash_config + mv -f $(@D)/_sparsehash_config $@ + +rpm: dist-gzip packages/rpm.sh packages/rpm/rpm.spec + @cd packages && ./rpm.sh ${PACKAGE} ${VERSION} + +deb: dist-gzip packages/deb.sh packages/deb/* + @cd packages && ./deb.sh ${PACKAGE} ${VERSION} + +# I get the description and URL lines from the rpm spec. I use sed to +# try to rewrite exec_prefix, libdir, and includedir in terms of +# prefix, if possible. +lib${PACKAGE}.pc: Makefile packages/rpm/rpm.spec + echo 'prefix=$(prefix)' > "$@".tmp + echo 'exec_prefix='`echo '$(exec_prefix)' | sed 's@^$(prefix)@$${prefix}@'` >> "$@".tmp + echo 'libdir='`echo '$(libdir)' | sed 's@^$(exec_prefix)@$${exec_prefix}@'` >> "$@".tmp + echo 'includedir='`echo '$(includedir)' | sed 's@^$(prefix)@$${prefix}@'` >> "$@".tmp + echo '' >> "$@".tmp + echo 'Name: $(PACKAGE)' >> "$@".tmp + echo 'Version: $(VERSION)' >> "$@".tmp + -grep '^Summary:' $(top_srcdir)/packages/rpm/rpm.spec | sed s/^Summary:/Description:/ | head -n1 >> "$@".tmp + -grep '^URL: ' $(top_srcdir)/packages/rpm/rpm.spec >> "$@".tmp + echo 'Requires:' >> "$@".tmp + echo 'Libs:' >> "$@".tmp + echo 'Cflags: -I$${includedir}' >> "$@".tmp + mv -f "$@".tmp "$@" + +# Windows wants write permission to .vcproj files and maybe even sln files. +dist-hook: + test -e "$(distdir)/vsprojects" \ + && chmod -R u+w $(distdir)/*.sln $(distdir)/vsprojects/ + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/clipper/sparsehash-2.0.3/NEWS b/clipper/sparsehash-2.0.3/NEWS new file mode 100644 index 0000000..4af929c --- /dev/null +++ b/clipper/sparsehash-2.0.3/NEWS @@ -0,0 +1,193 @@ +== 12 October 2015 == + +Various small fixes to ensure compilation on modern compilers and operating +systems. Tagged as 2.0.3 + +== 23 February 2012 == + +A backwards incompatibility arose from flattening the include headers +structure for the folder. + +This is now fixed in 2.0.2. You only need to upgrade if you had previously +included files from the folder. + +== 1 February 2012 == + +A minor bug related to the namespace switch from google to sparsehash +stopped the build from working when perftools is also installed. + +This is now fixed in 2.0.1. You only need to upgrade if you have perftools +installed. + +== 31 January 2012 == + +I've just released sparsehash 2.0. + +The `google-sparsehash` project has been renamed to `sparsehash`. I +(csilvers) am stepping down as maintainer, to be replaced by the team +of Donovan Hide and Geoff Pike. Welcome to the team, Donovan and +Geoff! Donovan has been an active contributor to sparsehash bug +reports and discussions in the past, and Geoff has been closely +involved with sparsehash inside Google (in addition to writing the +[http://code.google.com/p/cityhash CityHash hash function]). The two +of them together should be a formidable force. For good. + +I bumped the major version number up to 2 to reflect the new community +ownership of the project. All the +[http://sparsehash.googlecode.com/svn/tags/sparsehash-2.0/ChangeLog changes] +are related to the renaming. + +The only functional change from sparsehash 1.12 is that I've renamed +the `google/` include-directory to be `sparsehash/` instead. New code +should `#include `/etc. I've kept the old +names around as forwarding headers to the new, so `#include +` will continue to work. + +Note that the classes and functions remain in the `google` C++ +namespace (I didn't change that to `sparsehash` as well); I think +that's a trickier transition, and can happen in a future release. + + +=== 18 January 2011 === + +The `google-sparsehash` Google Code page has been renamed to +`sparsehash`, in preparation for the project being renamed to +`sparsehash`. In the coming weeks, I'll be stepping down as +maintainer for the sparsehash project, and as part of that Google is +relinquishing ownership of the project; it will now be entirely +community run. The name change reflects that shift. + + +=== 20 December 2011 === + +I've just released sparsehash 1.12. This release features improved +I/O (serialization) support. Support is finally added to serialize +and unserialize `dense_hash_map`/`set`, paralleling the existing code +for `sparse_hash_map`/`set`. In addition, the serialization API has +gotten simpler, with a single `serialize()` method to write to disk, +and an `unserialize()` method to read from disk. Finally, support has +gotten more generic, with built-in support for both C `FILE*`s and C++ +streams, and an extension mechanism to support arbitrary sources and +sinks. + +There are also more minor changes, including minor bugfixes, an +improved deleted-key test, and a minor addition to the `sparsetable` +API. See the [http://google-sparsehash.googlecode.com/svn/tags/sparsehash-1.12/ChangeLog ChangeLog] +for full details. + +=== 23 June 2011 === + +I've just released sparsehash 1.11. The major user-visible change is +that the default behavior is improved -- using the hash_map/set is +faster -- for hashtables where the key is a pointer. We now notice +that case and ignore the low 2-3 bits (which are almost always 0 for +pointers) when hashing. + +Another user-visible change is we've removed the tests for whether the +STL (vector, pair, etc) is defined in the 'std' namespace. gcc 2.95 +is the most recent compiler I know of to put STL types and functions +in the global namespace. If you need to use such an old compiler, do +not update to the latest sparsehash release. + +We've also changed the internal tools we use to integrate +Googler-supplied patches to sparsehash into the opensource release. +These new tools should result in more frequent updates with better +change descriptions. They will also result in future ChangeLog +entries being much more verbose (for better or for worse). + +A full list of changes is described in +[http://google-sparsehash.googlecode.com/svn/tags/sparsehash-1.11/ChangeLog ChangeLog]. + +=== 21 January 2011 === + +I've just released sparsehash 1.10. This fixes a performance +regression in sparsehash 1.8, where sparse_hash_map would copy +hashtable keys by value even when the key was explicitly a reference. +It also fixes compiler warnings from MSVC 10, which uses some c++0x +features that did not interact well with sparsehash. + +There is no reason to upgrade unless you use references for your +hashtable keys, or compile with MSVC 10. A full list of changes is +described in +[http://google-sparsehash.googlecode.com/svn/tags/sparsehash-1.10/ChangeLog ChangeLog]. + + +=== 24 September 2010 === + +I've just released sparsehash 1.9. This fixes a size regression in +sparsehash 1.8, where the new allocator would take up space in +`sparse_hash_map`, doubling the sparse_hash_map overhead (from 1-2 +bits per bucket to 3 or so). All users are encouraged to upgrade. + +This change also marks enums as being Plain Old Data, which can speed +up hashtables with enum keys and/or values. A full list of changes is +described in +[http://google-sparsehash.googlecode.com/svn/tags/sparsehash-1.9/ChangeLog ChangeLog]. + +=== 29 July 2010 === + +I've just released sparsehash 1.8. This includes improved support for +`Allocator`, including supporting the allocator constructor arg and +`get_allocator()` access method. + +To work around a bug in gcc 4.0.x, I've renamed the static variables +`HT_OCCUPANCY_FLT` and `HT_SHRINK_FLT` to `HT_OCCUPANCY_PCT` and +`HT_SHRINK_PCT`, and changed their type from float to int. This +should not be a user-visible change, since these variables are only +used in the internal hashtable classes (sparsehash clients should use +`max_load_factor()` and `min_load_factor()` instead of modifying these +static variables), but if you do access these constants, you will need +to change your code. + +Internally, the biggest change is a revamp of the test suite. It now +has more complete coverage, and a more capable timing tester. There +are other, more minor changes as well. A full list of changes is +described in the +[http://google-sparsehash.googlecode.com/svn/tags/sparsehash-1.8/ChangeLog ChangeLog]. + +=== 31 March 2010 === + +I've just released sparsehash 1.7. The major news here is the +addition of `Allocator` support. Previously, these hashtable classes +would just ignore the `Allocator` template parameter. They now +respect it, and even inherit `size_type`, `pointer`, etc. from the +allocator class. By default, they use a special allocator we provide +that uses libc `malloc` and `free` to allocate. The hash classes +notice when this special allocator is being used, and use `realloc` +when it can. This means that the default allocator is significantly +faster than custom allocators are likely to be (since realloc-like +functionality is not supported by STL allocators). + +There are a few more minor changes as well. A full list of changes is +described in the +[http://google-sparsehash.googlecode.com/svn/tags/sparsehash-1.7/ChangeLog ChangeLog]. + +=== 11 January 2010 === + +I've just released sparsehash 1.6. The API has widened a bit with the +addition of `deleted_key()` and `empty_key()`, which let you query +what values these keys have. A few rather obscure bugs have been +fixed (such as an error when copying one hashtable into another when +the empty_keys differ). A full list of changes is described in the +[http://google-sparsehash.googlecode.com/svn/tags/sparsehash-1.6/ChangeLog ChangeLog]. + +=== 9 May 2009 === + +I've just released sparsehash 1.5.1. Hot on the heels of sparsehash +1.5, this release fixes a longstanding bug in the sparsehash code, +where `equal_range` would always return an empty range. It now works +as documented. All sparsehash users are encouraged to upgrade. + +=== 7 May 2009 === + +I've just released sparsehash 1.5. This release introduces tr1 +compatibility: I've added `rehash`, `begin(i)`, and other methods that +are expected to be part of the `unordered_map` API once `tr1` in +introduced. This allows `sparse_hash_map`, `dense_hash_map`, +`sparse_hash_set`, and `dense_hash_set` to be (almost) drop-in +replacements for `unordered_map` and `unordered_set`. + +There is no need to upgrade unless you need this functionality, or +need one of the other, more minor, changes described in the +[http://google-sparsehash.googlecode.com/svn/tags/sparsehash-1.5/ChangeLog ChangeLog]. + diff --git a/clipper/sparsehash-2.0.3/README b/clipper/sparsehash-2.0.3/README new file mode 100644 index 0000000..8c806b4 --- /dev/null +++ b/clipper/sparsehash-2.0.3/README @@ -0,0 +1,143 @@ +This directory contains several hash-map implementations, similar in +API to SGI's hash_map class, but with different performance +characteristics. sparse_hash_map uses very little space overhead, 1-2 +bits per entry. dense_hash_map is very fast, particulary on lookup. +(sparse_hash_set and dense_hash_set are the set versions of these +routines.) On the other hand, these classes have requirements that +may not make them appropriate for all applications. + +All these implementation use a hashtable with internal quadratic +probing. This method is space-efficient -- there is no pointer +overhead -- and time-efficient for good hash functions. + +COMPILING +--------- +To compile test applications with these classes, run ./configure +followed by make. To install these header files on your system, run +'make install'. (On Windows, the instructions are different; see +README_windows.txt.) See INSTALL for more details. + +This code should work on any modern C++ system. It has been tested on +Linux (Ubuntu, Fedora, RedHat, Debian), Solaris 10 x86, FreeBSD 6.0, +OS X 10.3 and 10.4, and Windows under both VC++7 and VC++8. + +USING +----- +See the html files in the doc directory for small example programs +that use these classes. It's enough to just include the header file: + + #include // or sparse_hash_set, dense_hash_map, ... + google::sparse_hash_set number_mapper; + +and use the class the way you would other hash-map implementations. +(Though see "API" below for caveats.) + +By default (you can change it via a flag to ./configure), these hash +implementations are defined in the google namespace. + +API +--- +The API for sparse_hash_map, dense_hash_map, sparse_hash_set, and +dense_hash_set, are a superset of the API of SGI's hash_map class. +See doc/sparse_hash_map.html, et al., for more information about the +API. + +The usage of these classes differ from SGI's hash_map, and other +hashtable implementations, in the following major ways: + +1) dense_hash_map requires you to set aside one key value as the + 'empty bucket' value, set via the set_empty_key() method. This + *MUST* be called before you can use the dense_hash_map. It is + illegal to insert any elements into a dense_hash_map whose key is + equal to the empty-key. + +2) For both dense_hash_map and sparse_hash_map, if you wish to delete + elements from the hashtable, you must set aside a key value as the + 'deleted bucket' value, set via the set_deleted_key() method. If + your hash-map is insert-only, there is no need to call this + method. If you call set_deleted_key(), it is illegal to insert any + elements into a dense_hash_map or sparse_hash_map whose key is + equal to the deleted-key. + +3) These hash-map implementation support I/O. See below. + +There are also some smaller differences: + +1) The constructor takes an optional argument that specifies the + number of elements you expect to insert into the hashtable. This + differs from SGI's hash_map implementation, which takes an optional + number of buckets. + +2) erase() does not immediately reclaim memory. As a consequence, + erase() does not invalidate any iterators, making loops like this + correct: + for (it = ht.begin(); it != ht.end(); ++it) + if (...) ht.erase(it); + As another consequence, a series of erase() calls can leave your + hashtable using more memory than it needs to. The hashtable will + automatically compact at the next call to insert(), but to + manually compact a hashtable, you can call + ht.resize(0) + +I/O +--- +In addition to the normal hash-map operations, sparse_hash_map can +read and write hashtables to disk. (dense_hash_map also has the API, +but it has not yet been implemented, and writes will always fail.) + +In the simplest case, writing a hashtable is as easy as calling two +methods on the hashtable: + ht.write_metadata(fp); + ht.write_nopointer_data(fp); + +Reading in this data is equally simple: + google::sparse_hash_map<...> ht; + ht.read_metadata(fp); + ht.read_nopointer_data(fp); + +The above is sufficient if the key and value do not contain any +pointers: they are basic C types or agglomorations of basic C types. +If the key and/or value do contain pointers, you can still store the +hashtable by replacing write_nopointer_data() with a custom writing +routine. See sparse_hash_map.html et al. for more information. + +SPARSETABLE +----------- +In addition to the hash-map and hash-set classes, this package also +provides sparsetable.h, an array implementation that uses space +proportional to the number of elements in the array, rather than the +maximum element index. It uses very little space overhead: 1 bit per +entry. See doc/sparsetable.html for the API. + +RESOURCE USAGE +-------------- +* sparse_hash_map has memory overhead of about 2 bits per hash-map + entry. +* dense_hash_map has a factor of 2-3 memory overhead: if your + hashtable data takes X bytes, dense_hash_map will use 3X-4X memory + total. + +Hashtables tend to double in size when resizing, creating an +additional 50% space overhead. dense_hash_map does in fact have a +significant "high water mark" memory use requirement. +sparse_hash_map, however, is written to need very little space +overhead when resizing: only a few bits per hashtable entry. + +PERFORMANCE +----------- +You can compile and run the included file time_hash_map.cc to examine +the performance of sparse_hash_map, dense_hash_map, and your native +hash_map implementation on your system. One test against the +SGI hash_map implementation gave the following timing information for +a simple find() call: + SGI hash_map: 22 ns + dense_hash_map: 13 ns + sparse_hash_map: 117 ns + SGI map: 113 ns + +See doc/performance.html for more detailed charts on resource usage +and performance data. + +--- +16 March 2005 +(Last updated: 12 September 2010) diff --git a/clipper/sparsehash-2.0.3/README_windows.txt b/clipper/sparsehash-2.0.3/README_windows.txt new file mode 100644 index 0000000..54df6f8 --- /dev/null +++ b/clipper/sparsehash-2.0.3/README_windows.txt @@ -0,0 +1,25 @@ +This project has been ported to Windows. A working solution file +exists in this directory: + sparsehash.sln + +You can load this solution file into either VC++ 7.1 (Visual Studio +2003) or VC++ 8.0 (Visual Studio 2005) -- in the latter case, it will +automatically convert the files to the latest format for you. + +When you build the solution, it will create a number of +unittests,which you can run by hand (or, more easily, under the Visual +Studio debugger) to make sure everything is working properly on your +system. The binaries will end up in a directory called "debug" or +"release" in the top-level directory (next to the .sln file). + +Note that these systems are set to build in Debug mode by default. +You may want to change them to Release mode. + +I have little experience with Windows programming, so there may be +better ways to set this up than I've done! If you run across any +problems, please post to the google-sparsehash Google Group, or report +them on the sparsehash Google Code site: + http://groups.google.com/group/google-sparsehash + http://code.google.com/p/sparsehash/issues/list + +-- craig diff --git a/clipper/sparsehash-2.0.3/TODO b/clipper/sparsehash-2.0.3/TODO new file mode 100644 index 0000000..e9b0263 --- /dev/null +++ b/clipper/sparsehash-2.0.3/TODO @@ -0,0 +1,28 @@ +1) TODO: I/O implementation in densehashtable.h + +2) TODO: document SPARSEHASH_STAT_UPDATE macro, and also macros that + tweak performance. Perhaps add support to these to the API? + +3) TODO: support exceptions? + +4) BUG: sparsetable's operator[] doesn't work well with printf: you + need to explicitly cast the result to value_type to print it. (It + works fine with streams.) + +5) TODO: consider rewriting dense_hash_map to use a 'groups' scheme, + like sparsetable, but without the sparse-allocation within a + group. This makes resizing have better memory-use properties. The + downside is that probes across groups might take longer since + groups are not contiguous in memory. Making groups the same size + as a cache-line, and ensuring they're loaded on cache-line + boundaries, might help. Needs careful testing to make sure it + doesn't hurt performance. + +6) TODO: Get the C-only version of sparsehash in experimental/ ready + for prime-time. + +7) TODO: use cmake (www.cmake.org) to make it easy to isntall this on + a windows system. + +--- +28 February 2007 diff --git a/clipper/sparsehash-2.0.3/aclocal.m4 b/clipper/sparsehash-2.0.3/aclocal.m4 new file mode 100644 index 0000000..09d60ad --- /dev/null +++ b/clipper/sparsehash-2.0.3/aclocal.m4 @@ -0,0 +1,968 @@ +# generated automatically by aclocal 1.11.1 -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],, +[m4_warning([this file was generated for autoconf 2.68. +You have another version of autoconf. It may work, but is not guaranteed to. +If you have problems, you may need to regenerate the build system entirely. +To do so, use the procedure documented by the package, typically `autoreconf'.])]) + +# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_AUTOMAKE_VERSION(VERSION) +# ---------------------------- +# Automake X.Y traces this macro to ensure aclocal.m4 has been +# generated from the m4 files accompanying Automake X.Y. +# (This private macro should not be called outside this file.) +AC_DEFUN([AM_AUTOMAKE_VERSION], +[am__api_version='1.11' +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +dnl require some minimum version. Point them to the right macro. +m4_if([$1], [1.11.1], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +]) + +# _AM_AUTOCONF_VERSION(VERSION) +# ----------------------------- +# aclocal traces this macro to find the Autoconf version. +# This is a private macro too. Using m4_define simplifies +# the logic in aclocal, which can simply ignore this definition. +m4_define([_AM_AUTOCONF_VERSION], []) + +# AM_SET_CURRENT_AUTOMAKE_VERSION +# ------------------------------- +# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. +# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +[AM_AUTOMAKE_VERSION([1.11.1])dnl +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) + +# AM_AUX_DIR_EXPAND -*- Autoconf -*- + +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets +# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to +# `$srcdir', `$srcdir/..', or `$srcdir/../..'. +# +# Of course, Automake must honor this variable whenever it calls a +# tool from the auxiliary directory. The problem is that $srcdir (and +# therefore $ac_aux_dir as well) can be either absolute or relative, +# depending on how configure is run. This is pretty annoying, since +# it makes $ac_aux_dir quite unusable in subdirectories: in the top +# source directory, any form will work fine, but in subdirectories a +# relative path needs to be adjusted first. +# +# $ac_aux_dir/missing +# fails when called from a subdirectory if $ac_aux_dir is relative +# $top_srcdir/$ac_aux_dir/missing +# fails if $ac_aux_dir is absolute, +# fails when called from a subdirectory in a VPATH build with +# a relative $ac_aux_dir +# +# The reason of the latter failure is that $top_srcdir and $ac_aux_dir +# are both prefixed by $srcdir. In an in-source build this is usually +# harmless because $srcdir is `.', but things will broke when you +# start a VPATH build or use an absolute $srcdir. +# +# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, +# iff we strip the leading $srcdir from $ac_aux_dir. That would be: +# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` +# and then we would define $MISSING as +# MISSING="\${SHELL} $am_aux_dir/missing" +# This will work as long as MISSING is not called from configure, because +# unfortunately $(top_srcdir) has no meaning in configure. +# However there are other variables, like CC, which are often used in +# configure, and could therefore not use this "fixed" $ac_aux_dir. +# +# Another solution, used here, is to always expand $ac_aux_dir to an +# absolute PATH. The drawback is that using absolute paths prevent a +# configured tree to be moved without reconfiguration. + +AC_DEFUN([AM_AUX_DIR_EXPAND], +[dnl Rely on autoconf to set up CDPATH properly. +AC_PREREQ([2.50])dnl +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` +]) + +# AM_CONDITIONAL -*- Autoconf -*- + +# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 9 + +# AM_CONDITIONAL(NAME, SHELL-CONDITION) +# ------------------------------------- +# Define a conditional. +AC_DEFUN([AM_CONDITIONAL], +[AC_PREREQ(2.52)dnl + ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE])dnl +AC_SUBST([$1_FALSE])dnl +_AM_SUBST_NOTMAKE([$1_TRUE])dnl +_AM_SUBST_NOTMAKE([$1_FALSE])dnl +m4_define([_AM_COND_VALUE_$1], [$2])dnl +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi +AC_CONFIG_COMMANDS_PRE( +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then + AC_MSG_ERROR([[conditional "$1" was never defined. +Usually this means the macro was only invoked conditionally.]]) +fi])]) + +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 10 + +# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be +# written in clear, in which case automake, when reading aclocal.m4, +# will think it sees a *use*, and therefore will trigger all it's +# C support machinery. Also note that it means that autoscan, seeing +# CC etc. in the Makefile, will ask for an AC_PROG_CC use... + + +# _AM_DEPENDENCIES(NAME) +# ---------------------- +# See how the compiler implements dependency checking. +# NAME is "CC", "CXX", "GCJ", or "OBJC". +# We try a few techniques and use that to set a single cache variable. +# +# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was +# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular +# dependency, and given that the user is not expected to run this macro, +# just rely on AC_PROG_CC. +AC_DEFUN([_AM_DEPENDENCIES], +[AC_REQUIRE([AM_SET_DEPDIR])dnl +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl +AC_REQUIRE([AM_MAKE_INCLUDE])dnl +AC_REQUIRE([AM_DEP_TRACK])dnl + +ifelse([$1], CC, [depcc="$CC" am_compiler_list=], + [$1], CXX, [depcc="$CXX" am_compiler_list=], + [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], UPC, [depcc="$UPC" am_compiler_list=], + [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) + +AC_CACHE_CHECK([dependency style of $depcc], + [am_cv_$1_dependencies_compiler_type], +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_$1_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` + fi + am__universal=false + m4_case([$1], [CC], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac], + [CXX], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac]) + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with + # Solaris 8's {/usr,}/bin/sh. + touch sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with `-c' and `-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle `-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvisualcpp | msvcmsys) + # This compiler won't grok `-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_$1_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_$1_dependencies_compiler_type=none +fi +]) +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) +AM_CONDITIONAL([am__fastdep$1], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) +]) + + +# AM_SET_DEPDIR +# ------------- +# Choose a directory name for dependency files. +# This macro is AC_REQUIREd in _AM_DEPENDENCIES +AC_DEFUN([AM_SET_DEPDIR], +[AC_REQUIRE([AM_SET_LEADING_DOT])dnl +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl +]) + + +# AM_DEP_TRACK +# ------------ +AC_DEFUN([AM_DEP_TRACK], +[AC_ARG_ENABLE(dependency-tracking, +[ --disable-dependency-tracking speeds up one-time build + --enable-dependency-tracking do not reject slow dependency extractors]) +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' +fi +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +AC_SUBST([AMDEPBACKSLASH])dnl +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +]) + +# Generate code to set up dependency tracking. -*- Autoconf -*- + +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +#serial 5 + +# _AM_OUTPUT_DEPENDENCY_COMMANDS +# ------------------------------ +AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], +[{ + # Autoconf 2.62 quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + case $CONFIG_FILES in + *\'*) eval set x "$CONFIG_FILES" ;; + *) set x $CONFIG_FILES ;; + esac + shift + for mf + do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named `Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`AS_DIRNAME("$mf")` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running `make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # When using ansi2knr, U may be empty or an underscore; expand it + U=`sed -n 's/^U = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`AS_DIRNAME(["$file"])` + AS_MKDIR_P([$dirpart/$fdir]) + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done + done +} +])# _AM_OUTPUT_DEPENDENCY_COMMANDS + + +# AM_OUTPUT_DEPENDENCY_COMMANDS +# ----------------------------- +# This macro should only be invoked once -- use via AC_REQUIRE. +# +# This code is only required when automatic dependency tracking +# is enabled. FIXME. This creates each `.P' file that we will +# need in order to bootstrap the dependency handling code. +AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], +[AC_CONFIG_COMMANDS([depfiles], + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], + [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) +]) + +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 8 + +# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. +AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) + +# Do all the work for Automake. -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006, 2008, 2009 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 16 + +# This macro actually does too much. Some checks are only needed if +# your package does certain things. But this isn't really a big deal. + +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) +# AM_INIT_AUTOMAKE([OPTIONS]) +# ----------------------------------------------- +# The call with PACKAGE and VERSION arguments is the old style +# call (pre autoconf-2.50), which is being phased out. PACKAGE +# and VERSION should now be passed to AC_INIT and removed from +# the call to AM_INIT_AUTOMAKE. +# We support both call styles for the transition. After +# the next Automake release, Autoconf can make the AC_INIT +# arguments mandatory, and then we can depend on a new Autoconf +# release and drop the old call support. +AC_DEFUN([AM_INIT_AUTOMAKE], +[AC_PREREQ([2.62])dnl +dnl Autoconf wants to disallow AM_ names. We explicitly allow +dnl the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +AC_REQUIRE([AC_PROG_INSTALL])dnl +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi +AC_SUBST([CYGPATH_W]) + +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl + +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) + AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl + +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) +AM_MISSING_PROG(AUTOCONF, autoconf) +AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) +AM_MISSING_PROG(AUTOHEADER, autoheader) +AM_MISSING_PROG(MAKEINFO, makeinfo) +AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl +AC_REQUIRE([AM_PROG_MKDIR_P])dnl +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES(CC)], + [define([AC_PROG_CC], + defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES(CXX)], + [define([AC_PROG_CXX], + defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES(OBJC)], + [define([AC_PROG_OBJC], + defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl +]) +_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl +dnl The `parallel-tests' driver may need to know about EXEEXT, so add the +dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro +dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_CONFIG_COMMANDS_PRE(dnl +[m4_provide_if([_AM_COMPILER_EXEEXT], + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl +]) + +dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not +dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further +dnl mangled by Autoconf and run in a shell conditional statement. +m4_define([_AC_COMPILER_EXEEXT], +m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) + + +# When config.status generates a header, we must update the stamp-h file. +# This file resides in the same directory as the config header +# that is generated. The stamp files are numbered to have different names. + +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the +# loop where config.status creates the headers, so we can generate +# our stamp files there. +AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], +[# Compute $1's index in $config_headers. +_am_arg=$1 +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) + +# Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_SH +# ------------------ +# Define $install_sh. +AC_DEFUN([AM_PROG_INSTALL_SH], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +if test x"${install_sh}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi +AC_SUBST(install_sh)]) + +# Copyright (C) 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# Check whether the underlying file-system supports filenames +# with a leading dot. For instance MS-DOS doesn't. +AC_DEFUN([AM_SET_LEADING_DOT], +[rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) + +# Check to see how 'make' treats includes. -*- Autoconf -*- + +# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 4 + +# AM_MAKE_INCLUDE() +# ----------------- +# Check to see how make treats includes. +AC_DEFUN([AM_MAKE_INCLUDE], +[am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo this is the am__doit target +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +AC_MSG_CHECKING([for style of include used by $am_make]) +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# Ignore all kinds of additional output from `make'. +case `$am_make -s -f confmf 2> /dev/null` in #( +*the\ am__doit\ target*) + am__include=include + am__quote= + _am_result=GNU + ;; +esac +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + case `$am_make -s -f confmf 2> /dev/null` in #( + *the\ am__doit\ target*) + am__include=.include + am__quote="\"" + _am_result=BSD + ;; + esac +fi +AC_SUBST([am__include]) +AC_SUBST([am__quote]) +AC_MSG_RESULT([$_am_result]) +rm -f confinc confmf +]) + +# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 6 + +# AM_MISSING_PROG(NAME, PROGRAM) +# ------------------------------ +AC_DEFUN([AM_MISSING_PROG], +[AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) + + +# AM_MISSING_HAS_RUN +# ------------------ +# Define MISSING if not defined so far and test if it supports --run. +# If it does, set am_missing_run to use it, otherwise, to nothing. +AC_DEFUN([AM_MISSING_HAS_RUN], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([missing])dnl +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --run true"; then + am_missing_run="$MISSING --run " +else + am_missing_run= + AC_MSG_WARN([`missing' script is too old or missing]) +fi +]) + +# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_MKDIR_P +# --------------- +# Check for `mkdir -p'. +AC_DEFUN([AM_PROG_MKDIR_P], +[AC_PREREQ([2.60])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, +dnl while keeping a definition of mkdir_p for backward compatibility. +dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. +dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of +dnl Makefile.ins that do not define MKDIR_P, so we do our own +dnl adjustment using top_builddir (which is defined more often than +dnl MKDIR_P). +AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl +case $mkdir_p in + [[\\/$]]* | ?:[[\\/]]*) ;; + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +esac +]) + +# Helper functions for option handling. -*- Autoconf -*- + +# Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 4 + +# _AM_MANGLE_OPTION(NAME) +# ----------------------- +AC_DEFUN([_AM_MANGLE_OPTION], +[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) + +# _AM_SET_OPTION(NAME) +# ------------------------------ +# Set option NAME. Presently that only means defining a flag for this option. +AC_DEFUN([_AM_SET_OPTION], +[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) + +# _AM_SET_OPTIONS(OPTIONS) +# ---------------------------------- +# OPTIONS is a space-separated list of Automake options. +AC_DEFUN([_AM_SET_OPTIONS], +[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) + +# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) +# ------------------------------------------- +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +AC_DEFUN([_AM_IF_OPTION], +[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +# Check to make sure that the build environment is sane. -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 5 + +# AM_SANITY_CHECK +# --------------- +AC_DEFUN([AM_SANITY_CHECK], +[AC_MSG_CHECKING([whether build environment is sane]) +# Just in case +sleep 1 +echo timestamp > conftest.file +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[[\\\"\#\$\&\'\`$am_lf]]*) + AC_MSG_ERROR([unsafe absolute working directory name]);; +esac +case $srcdir in + *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) + AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; +esac + +# Do `set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + rm -f conftest.file + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken +alias in your environment]) + fi + + test "$[2]" = conftest.file + ) +then + # Ok. + : +else + AC_MSG_ERROR([newly created file is older than distributed files! +Check your system clock]) +fi +AC_MSG_RESULT(yes)]) + +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_STRIP +# --------------------- +# One issue with vendor `install' (even GNU) is that you can't +# specify the program used to strip binaries. This is especially +# annoying in cross-compiling environments, where the build's strip +# is unlikely to handle the host's binaries. +# Fortunately install-sh will honor a STRIPPROG variable, so we +# always use install-sh in `make install-strip', and initialize +# STRIPPROG with the value of the STRIP variable (set by the user). +AC_DEFUN([AM_PROG_INSTALL_STRIP], +[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# Installed binaries are usually stripped using `strip' when the user +# run `make install-strip'. However `strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the `STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be `maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +# Copyright (C) 2006, 2008 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# _AM_SUBST_NOTMAKE(VARIABLE) +# --------------------------- +# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. +# This macro is traced by Automake. +AC_DEFUN([_AM_SUBST_NOTMAKE]) + +# AM_SUBST_NOTMAKE(VARIABLE) +# --------------------------- +# Public sister of _AM_SUBST_NOTMAKE. +AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) + +# Check how to create a tarball. -*- Autoconf -*- + +# Copyright (C) 2004, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# _AM_PROG_TAR(FORMAT) +# -------------------- +# Check how to create a tarball in format FORMAT. +# FORMAT should be one of `v7', `ustar', or `pax'. +# +# Substitute a variable $(am__tar) that is a command +# writing to stdout a FORMAT-tarball containing the directory +# $tardir. +# tardir=directory && $(am__tar) > result.tar +# +# Substitute a variable $(am__untar) that extract such +# a tarball read from stdin. +# $(am__untar) < result.tar +AC_DEFUN([_AM_PROG_TAR], +[# Always define AMTAR for backward compatibility. +AM_MISSING_PROG([AMTAR], [tar]) +m4_if([$1], [v7], + [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], + [m4_case([$1], [ustar],, [pax],, + [m4_fatal([Unknown tar format])]) +AC_MSG_CHECKING([how to create a $1 tar archive]) +# Loop over all known methods to create a tar archive until one works. +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' +_am_tools=${am_cv_prog_tar_$1-$_am_tools} +# Do not fold the above two line into one, because Tru64 sh and +# Solaris sh will not grok spaces in the rhs of `-'. +for _am_tool in $_am_tools +do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; + do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi +done +rm -rf conftest.dir + +AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) +AC_MSG_RESULT([$am_cv_prog_tar_$1])]) +AC_SUBST([am__tar]) +AC_SUBST([am__untar]) +]) # _AM_PROG_TAR + +m4_include([m4/acx_pthread.m4]) +m4_include([m4/google_namespace.m4]) +m4_include([m4/namespaces.m4]) +m4_include([m4/stl_hash.m4]) +m4_include([m4/stl_hash_fun.m4]) diff --git a/clipper/sparsehash-2.0.3/autogen.sh b/clipper/sparsehash-2.0.3/autogen.sh new file mode 100755 index 0000000..11b085d --- /dev/null +++ b/clipper/sparsehash-2.0.3/autogen.sh @@ -0,0 +1,23 @@ +#!/bin/sh + +# Before using, you should figure out all the .m4 macros that your +# configure.m4 script needs and make sure they exist in the m4/ +# directory. +# +# These are the files that this script might edit: +# aclocal.m4 configure Makefile.in src/config.h.in \ +# compile config.guess config.sub depcomp install-sh missing mkinstalldirs +# +# Here's a command you can run to see what files aclocal will import: +# aclocal -I ../autoconf --output=- | sed -n 's/^m4_include..\([^]]*\).*/\1/p' + +set -ex +rm -rf autom4te.cache + +aclocal --force -I m4 +autoconf -f -W all,no-obsolete +autoheader -f -W all +automake -a -c -f -W all + +rm -rf autom4te.cache +exit 0 diff --git a/clipper/sparsehash-2.0.3/config.guess b/clipper/sparsehash-2.0.3/config.guess new file mode 100755 index 0000000..40eaed4 --- /dev/null +++ b/clipper/sparsehash-2.0.3/config.guess @@ -0,0 +1,1517 @@ +#! /bin/sh +# Attempt to guess a canonical system name. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +# 2011 Free Software Foundation, Inc. + +timestamp='2011-05-11' + +# This file is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA +# 02110-1301, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + + +# Originally written by Per Bothner. Please send patches (context +# diff format) to and include a ChangeLog +# entry. +# +# This script attempts to guess a canonical system name similar to +# config.sub. If it succeeds, it prints the system name on stdout, and +# exits with 0. Otherwise, it exits with 1. +# +# You can get the latest version of this script from: +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] + +Output the configuration name of the system \`$me' is run on. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.guess ($timestamp) + +Originally written by Per Bothner. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free +Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" >&2 + exit 1 ;; + * ) + break ;; + esac +done + +if test $# != 0; then + echo "$me: too many arguments$help" >&2 + exit 1 +fi + +trap 'exit 1' 1 2 15 + +# CC_FOR_BUILD -- compiler used by this script. Note that the use of a +# compiler to aid in system detection is discouraged as it requires +# temporary files to be created and, as you can see below, it is a +# headache to deal with in a portable fashion. + +# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still +# use `HOST_CC' if defined, but it is deprecated. + +# Portable tmp directory creation inspired by the Autoconf team. + +set_cc_for_build=' +trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; +trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; +: ${TMPDIR=/tmp} ; + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || + { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || + { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; +dummy=$tmp/dummy ; +tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; +case $CC_FOR_BUILD,$HOST_CC,$CC in + ,,) echo "int x;" > $dummy.c ; + for c in cc gcc c89 c99 ; do + if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then + CC_FOR_BUILD="$c"; break ; + fi ; + done ; + if test x"$CC_FOR_BUILD" = x ; then + CC_FOR_BUILD=no_compiler_found ; + fi + ;; + ,,*) CC_FOR_BUILD=$CC ;; + ,*,*) CC_FOR_BUILD=$HOST_CC ;; +esac ; set_cc_for_build= ;' + +# This is needed to find uname on a Pyramid OSx when run in the BSD universe. +# (ghazi@noc.rutgers.edu 1994-08-24) +if (test -f /.attbin/uname) >/dev/null 2>&1 ; then + PATH=$PATH:/.attbin ; export PATH +fi + +UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown +UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown +UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown +UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown + +# Note: order is significant - the case branches are not exclusive. + +case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in + *:NetBSD:*:*) + # NetBSD (nbsd) targets should (where applicable) match one or + # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, + # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently + # switched to ELF, *-*-netbsd* would select the old + # object file format. This provides both forward + # compatibility and a consistent mechanism for selecting the + # object file format. + # + # Note: NetBSD doesn't particularly care about the vendor + # portion of the name. We always set it to "unknown". + sysctl="sysctl -n hw.machine_arch" + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` + case "${UNAME_MACHINE_ARCH}" in + armeb) machine=armeb-unknown ;; + arm*) machine=arm-unknown ;; + sh3el) machine=shl-unknown ;; + sh3eb) machine=sh-unknown ;; + sh5el) machine=sh5le-unknown ;; + *) machine=${UNAME_MACHINE_ARCH}-unknown ;; + esac + # The Operating System including object format, if it has switched + # to ELF recently, or will in the future. + case "${UNAME_MACHINE_ARCH}" in + arm*|i386|m68k|ns32k|sh3*|sparc|vax) + eval $set_cc_for_build + if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ELF__ + then + # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). + # Return netbsd for either. FIX? + os=netbsd + else + os=netbsdelf + fi + ;; + *) + os=netbsd + ;; + esac + # The OS release + # Debian GNU/NetBSD machines have a different userland, and + # thus, need a distinct triplet. However, they do not need + # kernel version information, so it can be replaced with a + # suitable tag, in the style of linux-gnu. + case "${UNAME_VERSION}" in + Debian*) + release='-gnu' + ;; + *) + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + ;; + esac + # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: + # contains redundant information, the shorter form: + # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. + echo "${machine}-${os}${release}" + exit ;; + *:OpenBSD:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} + exit ;; + *:ekkoBSD:*:*) + echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} + exit ;; + *:SolidBSD:*:*) + echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} + exit ;; + macppc:MirBSD:*:*) + echo powerpc-unknown-mirbsd${UNAME_RELEASE} + exit ;; + *:MirBSD:*:*) + echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} + exit ;; + alpha:OSF1:*:*) + case $UNAME_RELEASE in + *4.0) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` + ;; + *5.*) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + ;; + esac + # According to Compaq, /usr/sbin/psrinfo has been available on + # OSF/1 and Tru64 systems produced since 1995. I hope that + # covers most systems running today. This code pipes the CPU + # types through head -n 1, so we only detect the type of CPU 0. + ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` + case "$ALPHA_CPU_TYPE" in + "EV4 (21064)") + UNAME_MACHINE="alpha" ;; + "EV4.5 (21064)") + UNAME_MACHINE="alpha" ;; + "LCA4 (21066/21068)") + UNAME_MACHINE="alpha" ;; + "EV5 (21164)") + UNAME_MACHINE="alphaev5" ;; + "EV5.6 (21164A)") + UNAME_MACHINE="alphaev56" ;; + "EV5.6 (21164PC)") + UNAME_MACHINE="alphapca56" ;; + "EV5.7 (21164PC)") + UNAME_MACHINE="alphapca57" ;; + "EV6 (21264)") + UNAME_MACHINE="alphaev6" ;; + "EV6.7 (21264A)") + UNAME_MACHINE="alphaev67" ;; + "EV6.8CB (21264C)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8AL (21264B)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8CX (21264D)") + UNAME_MACHINE="alphaev68" ;; + "EV6.9A (21264/EV69A)") + UNAME_MACHINE="alphaev69" ;; + "EV7 (21364)") + UNAME_MACHINE="alphaev7" ;; + "EV7.9 (21364A)") + UNAME_MACHINE="alphaev79" ;; + esac + # A Pn.n version is a patched version. + # A Vn.n version is a released version. + # A Tn.n version is a released field test version. + # A Xn.n version is an unreleased experimental baselevel. + # 1.2 uses "1.2" for uname -r. + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + # Reset EXIT trap before exiting to avoid spurious non-zero exit code. + exitcode=$? + trap '' 0 + exit $exitcode ;; + Alpha\ *:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # Should we change UNAME_MACHINE based on the output of uname instead + # of the specific Alpha model? + echo alpha-pc-interix + exit ;; + 21064:Windows_NT:50:3) + echo alpha-dec-winnt3.5 + exit ;; + Amiga*:UNIX_System_V:4.0:*) + echo m68k-unknown-sysv4 + exit ;; + *:[Aa]miga[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-amigaos + exit ;; + *:[Mm]orph[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-morphos + exit ;; + *:OS/390:*:*) + echo i370-ibm-openedition + exit ;; + *:z/VM:*:*) + echo s390-ibm-zvmoe + exit ;; + *:OS400:*:*) + echo powerpc-ibm-os400 + exit ;; + arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) + echo arm-acorn-riscix${UNAME_RELEASE} + exit ;; + arm:riscos:*:*|arm:RISCOS:*:*) + echo arm-unknown-riscos + exit ;; + SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) + echo hppa1.1-hitachi-hiuxmpp + exit ;; + Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) + # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. + if test "`(/bin/universe) 2>/dev/null`" = att ; then + echo pyramid-pyramid-sysv3 + else + echo pyramid-pyramid-bsd + fi + exit ;; + NILE*:*:*:dcosx) + echo pyramid-pyramid-svr4 + exit ;; + DRS?6000:unix:4.0:6*) + echo sparc-icl-nx6 + exit ;; + DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) + case `/usr/bin/uname -p` in + sparc) echo sparc-icl-nx7; exit ;; + esac ;; + s390x:SunOS:*:*) + echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4H:SunOS:5.*:*) + echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) + echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) + echo i386-pc-auroraux${UNAME_RELEASE} + exit ;; + i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) + eval $set_cc_for_build + SUN_ARCH="i386" + # If there is a compiler, see if it is configured for 64-bit objects. + # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. + # This test works for both compilers. + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + SUN_ARCH="x86_64" + fi + fi + echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:6*:*) + # According to config.sub, this is the proper way to canonicalize + # SunOS6. Hard to guess exactly what SunOS6 will be like, but + # it's likely to be more like Solaris than SunOS4. + echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:*:*) + case "`/usr/bin/arch -k`" in + Series*|S4*) + UNAME_RELEASE=`uname -v` + ;; + esac + # Japanese Language versions have a version number like `4.1.3-JL'. + echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` + exit ;; + sun3*:SunOS:*:*) + echo m68k-sun-sunos${UNAME_RELEASE} + exit ;; + sun*:*:4.2BSD:*) + UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 + case "`/bin/arch`" in + sun3) + echo m68k-sun-sunos${UNAME_RELEASE} + ;; + sun4) + echo sparc-sun-sunos${UNAME_RELEASE} + ;; + esac + exit ;; + aushp:SunOS:*:*) + echo sparc-auspex-sunos${UNAME_RELEASE} + exit ;; + # The situation for MiNT is a little confusing. The machine name + # can be virtually everything (everything which is not + # "atarist" or "atariste" at least should have a processor + # > m68000). The system name ranges from "MiNT" over "FreeMiNT" + # to the lowercase version "mint" (or "freemint"). Finally + # the system name "TOS" denotes a system which is actually not + # MiNT. But MiNT is downward compatible to TOS, so this should + # be no problem. + atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) + echo m68k-milan-mint${UNAME_RELEASE} + exit ;; + hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) + echo m68k-hades-mint${UNAME_RELEASE} + exit ;; + *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) + echo m68k-unknown-mint${UNAME_RELEASE} + exit ;; + m68k:machten:*:*) + echo m68k-apple-machten${UNAME_RELEASE} + exit ;; + powerpc:machten:*:*) + echo powerpc-apple-machten${UNAME_RELEASE} + exit ;; + RISC*:Mach:*:*) + echo mips-dec-mach_bsd4.3 + exit ;; + RISC*:ULTRIX:*:*) + echo mips-dec-ultrix${UNAME_RELEASE} + exit ;; + VAX*:ULTRIX*:*:*) + echo vax-dec-ultrix${UNAME_RELEASE} + exit ;; + 2020:CLIX:*:* | 2430:CLIX:*:*) + echo clipper-intergraph-clix${UNAME_RELEASE} + exit ;; + mips:*:*:UMIPS | mips:*:*:RISCos) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c +#ifdef __cplusplus +#include /* for printf() prototype */ + int main (int argc, char *argv[]) { +#else + int main (argc, argv) int argc; char *argv[]; { +#endif + #if defined (host_mips) && defined (MIPSEB) + #if defined (SYSTYPE_SYSV) + printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_SVR4) + printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) + printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); + #endif + #endif + exit (-1); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && + dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && + SYSTEM_NAME=`$dummy $dummyarg` && + { echo "$SYSTEM_NAME"; exit; } + echo mips-mips-riscos${UNAME_RELEASE} + exit ;; + Motorola:PowerMAX_OS:*:*) + echo powerpc-motorola-powermax + exit ;; + Motorola:*:4.3:PL8-*) + echo powerpc-harris-powermax + exit ;; + Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) + echo powerpc-harris-powermax + exit ;; + Night_Hawk:Power_UNIX:*:*) + echo powerpc-harris-powerunix + exit ;; + m88k:CX/UX:7*:*) + echo m88k-harris-cxux7 + exit ;; + m88k:*:4*:R4*) + echo m88k-motorola-sysv4 + exit ;; + m88k:*:3*:R3*) + echo m88k-motorola-sysv3 + exit ;; + AViiON:dgux:*:*) + # DG/UX returns AViiON for all architectures + UNAME_PROCESSOR=`/usr/bin/uname -p` + if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] + then + if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ + [ ${TARGET_BINARY_INTERFACE}x = x ] + then + echo m88k-dg-dgux${UNAME_RELEASE} + else + echo m88k-dg-dguxbcs${UNAME_RELEASE} + fi + else + echo i586-dg-dgux${UNAME_RELEASE} + fi + exit ;; + M88*:DolphinOS:*:*) # DolphinOS (SVR3) + echo m88k-dolphin-sysv3 + exit ;; + M88*:*:R3*:*) + # Delta 88k system running SVR3 + echo m88k-motorola-sysv3 + exit ;; + XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) + echo m88k-tektronix-sysv3 + exit ;; + Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) + echo m68k-tektronix-bsd + exit ;; + *:IRIX*:*:*) + echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` + exit ;; + ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. + echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id + exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' + i*86:AIX:*:*) + echo i386-ibm-aix + exit ;; + ia64:AIX:*:*) + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} + exit ;; + *:AIX:2:3) + if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + + main() + { + if (!__power_pc()) + exit(1); + puts("powerpc-ibm-aix3.2.5"); + exit(0); + } +EOF + if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` + then + echo "$SYSTEM_NAME" + else + echo rs6000-ibm-aix3.2.5 + fi + elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then + echo rs6000-ibm-aix3.2.4 + else + echo rs6000-ibm-aix3.2 + fi + exit ;; + *:AIX:*:[4567]) + IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` + if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then + IBM_ARCH=rs6000 + else + IBM_ARCH=powerpc + fi + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${IBM_ARCH}-ibm-aix${IBM_REV} + exit ;; + *:AIX:*:*) + echo rs6000-ibm-aix + exit ;; + ibmrt:4.4BSD:*|romp-ibm:BSD:*) + echo romp-ibm-bsd4.4 + exit ;; + ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and + echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to + exit ;; # report: romp-ibm BSD 4.3 + *:BOSX:*:*) + echo rs6000-bull-bosx + exit ;; + DPX/2?00:B.O.S.:*:*) + echo m68k-bull-sysv3 + exit ;; + 9000/[34]??:4.3bsd:1.*:*) + echo m68k-hp-bsd + exit ;; + hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) + echo m68k-hp-bsd4.4 + exit ;; + 9000/[34678]??:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + case "${UNAME_MACHINE}" in + 9000/31? ) HP_ARCH=m68000 ;; + 9000/[34]?? ) HP_ARCH=m68k ;; + 9000/[678][0-9][0-9]) + if [ -x /usr/bin/getconf ]; then + sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` + sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` + case "${sc_cpu_version}" in + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 + 532) # CPU_PA_RISC2_0 + case "${sc_kernel_bits}" in + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 + esac ;; + esac + fi + if [ "${HP_ARCH}" = "" ]; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + + #define _HPUX_SOURCE + #include + #include + + int main () + { + #if defined(_SC_KERNEL_BITS) + long bits = sysconf(_SC_KERNEL_BITS); + #endif + long cpu = sysconf (_SC_CPU_VERSION); + + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1"); break; + case CPU_PA_RISC2_0: + #if defined(_SC_KERNEL_BITS) + switch (bits) + { + case 64: puts ("hppa2.0w"); break; + case 32: puts ("hppa2.0n"); break; + default: puts ("hppa2.0"); break; + } break; + #else /* !defined(_SC_KERNEL_BITS) */ + puts ("hppa2.0"); break; + #endif + default: puts ("hppa1.0"); break; + } + exit (0); + } +EOF + (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` + test -z "$HP_ARCH" && HP_ARCH=hppa + fi ;; + esac + if [ ${HP_ARCH} = "hppa2.0w" ] + then + eval $set_cc_for_build + + # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating + # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler + # generating 64-bit code. GNU and HP use different nomenclature: + # + # $ CC_FOR_BUILD=cc ./config.guess + # => hppa2.0w-hp-hpux11.23 + # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess + # => hppa64-hp-hpux11.23 + + if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | + grep -q __LP64__ + then + HP_ARCH="hppa2.0w" + else + HP_ARCH="hppa64" + fi + fi + echo ${HP_ARCH}-hp-hpux${HPUX_REV} + exit ;; + ia64:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + echo ia64-hp-hpux${HPUX_REV} + exit ;; + 3050*:HI-UX:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + int + main () + { + long cpu = sysconf (_SC_CPU_VERSION); + /* The order matters, because CPU_IS_HP_MC68K erroneously returns + true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct + results, however. */ + if (CPU_IS_PA_RISC (cpu)) + { + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; + case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; + default: puts ("hppa-hitachi-hiuxwe2"); break; + } + } + else if (CPU_IS_HP_MC68K (cpu)) + puts ("m68k-hitachi-hiuxwe2"); + else puts ("unknown-hitachi-hiuxwe2"); + exit (0); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } + echo unknown-hitachi-hiuxwe2 + exit ;; + 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) + echo hppa1.1-hp-bsd + exit ;; + 9000/8??:4.3bsd:*:*) + echo hppa1.0-hp-bsd + exit ;; + *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) + echo hppa1.0-hp-mpeix + exit ;; + hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) + echo hppa1.1-hp-osf + exit ;; + hp8??:OSF1:*:*) + echo hppa1.0-hp-osf + exit ;; + i*86:OSF1:*:*) + if [ -x /usr/sbin/sysversion ] ; then + echo ${UNAME_MACHINE}-unknown-osf1mk + else + echo ${UNAME_MACHINE}-unknown-osf1 + fi + exit ;; + parisc*:Lites*:*:*) + echo hppa1.1-hp-lites + exit ;; + C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) + echo c1-convex-bsd + exit ;; + C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit ;; + C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) + echo c34-convex-bsd + exit ;; + C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) + echo c38-convex-bsd + exit ;; + C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) + echo c4-convex-bsd + exit ;; + CRAY*Y-MP:*:*:*) + echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*[A-Z]90:*:*:*) + echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ + | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ + -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ + -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*TS:*:*:*) + echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*T3E:*:*:*) + echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*SV1:*:*:*) + echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + *:UNICOS/mp:*:*) + echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) + FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` + echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; + 5000:UNIX_System_V:4.*:*) + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; + i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) + echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} + exit ;; + sparc*:BSD/OS:*:*) + echo sparc-unknown-bsdi${UNAME_RELEASE} + exit ;; + *:BSD/OS:*:*) + echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} + exit ;; + *:FreeBSD:*:*) + case ${UNAME_MACHINE} in + pc98) + echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + amd64) + echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + *) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + esac + exit ;; + i*:CYGWIN*:*) + echo ${UNAME_MACHINE}-pc-cygwin + exit ;; + *:MINGW*:*) + echo ${UNAME_MACHINE}-pc-mingw32 + exit ;; + i*:windows32*:*) + # uname -m includes "-pc" on this system. + echo ${UNAME_MACHINE}-mingw32 + exit ;; + i*:PW*:*) + echo ${UNAME_MACHINE}-pc-pw32 + exit ;; + *:Interix*:*) + case ${UNAME_MACHINE} in + x86) + echo i586-pc-interix${UNAME_RELEASE} + exit ;; + authenticamd | genuineintel | EM64T) + echo x86_64-unknown-interix${UNAME_RELEASE} + exit ;; + IA64) + echo ia64-unknown-interix${UNAME_RELEASE} + exit ;; + esac ;; + [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) + echo i${UNAME_MACHINE}-pc-mks + exit ;; + 8664:Windows_NT:*) + echo x86_64-pc-mks + exit ;; + i*:Windows_NT*:* | Pentium*:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we + # UNAME_MACHINE based on the output of uname instead of i386? + echo i586-pc-interix + exit ;; + i*:UWIN*:*) + echo ${UNAME_MACHINE}-pc-uwin + exit ;; + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) + echo x86_64-unknown-cygwin + exit ;; + p*:CYGWIN*:*) + echo powerpcle-unknown-cygwin + exit ;; + prep*:SunOS:5.*:*) + echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + *:GNU:*:*) + # the GNU system + echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + exit ;; + *:GNU/*:*:*) + # other systems with GNU libc and userland + echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu + exit ;; + i*86:Minix:*:*) + echo ${UNAME_MACHINE}-pc-minix + exit ;; + alpha:Linux:*:*) + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in + EV5) UNAME_MACHINE=alphaev5 ;; + EV56) UNAME_MACHINE=alphaev56 ;; + PCA56) UNAME_MACHINE=alphapca56 ;; + PCA57) UNAME_MACHINE=alphapca56 ;; + EV6) UNAME_MACHINE=alphaev6 ;; + EV67) UNAME_MACHINE=alphaev67 ;; + EV68*) UNAME_MACHINE=alphaev68 ;; + esac + objdump --private-headers /bin/sh | grep -q ld.so.1 + if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi + echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} + exit ;; + arm*:Linux:*:*) + eval $set_cc_for_build + if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_EABI__ + then + echo ${UNAME_MACHINE}-unknown-linux-gnu + else + if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_PCS_VFP + then + echo ${UNAME_MACHINE}-unknown-linux-gnueabi + else + echo ${UNAME_MACHINE}-unknown-linux-gnueabihf + fi + fi + exit ;; + avr32*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + cris:Linux:*:*) + echo cris-axis-linux-gnu + exit ;; + crisv32:Linux:*:*) + echo crisv32-axis-linux-gnu + exit ;; + frv:Linux:*:*) + echo frv-unknown-linux-gnu + exit ;; + i*86:Linux:*:*) + LIBC=gnu + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #ifdef __dietlibc__ + LIBC=dietlibc + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` + echo "${UNAME_MACHINE}-pc-linux-${LIBC}" + exit ;; + ia64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + m32r*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + m68*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + mips:Linux:*:* | mips64:Linux:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #undef CPU + #undef ${UNAME_MACHINE} + #undef ${UNAME_MACHINE}el + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + CPU=${UNAME_MACHINE}el + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + CPU=${UNAME_MACHINE} + #else + CPU= + #endif + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } + ;; + or32:Linux:*:*) + echo or32-unknown-linux-gnu + exit ;; + padre:Linux:*:*) + echo sparc-unknown-linux-gnu + exit ;; + parisc64:Linux:*:* | hppa64:Linux:*:*) + echo hppa64-unknown-linux-gnu + exit ;; + parisc:Linux:*:* | hppa:Linux:*:*) + # Look for CPU level + case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in + PA7*) echo hppa1.1-unknown-linux-gnu ;; + PA8*) echo hppa2.0-unknown-linux-gnu ;; + *) echo hppa-unknown-linux-gnu ;; + esac + exit ;; + ppc64:Linux:*:*) + echo powerpc64-unknown-linux-gnu + exit ;; + ppc:Linux:*:*) + echo powerpc-unknown-linux-gnu + exit ;; + s390:Linux:*:* | s390x:Linux:*:*) + echo ${UNAME_MACHINE}-ibm-linux + exit ;; + sh64*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + sh*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + sparc:Linux:*:* | sparc64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + tile*:Linux:*:*) + echo ${UNAME_MACHINE}-tilera-linux-gnu + exit ;; + vax:Linux:*:*) + echo ${UNAME_MACHINE}-dec-linux-gnu + exit ;; + x86_64:Linux:*:*) + echo x86_64-unknown-linux-gnu + exit ;; + xtensa*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + i*86:DYNIX/ptx:4*:*) + # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. + # earlier versions are messed up and put the nodename in both + # sysname and nodename. + echo i386-sequent-sysv4 + exit ;; + i*86:UNIX_SV:4.2MP:2.*) + # Unixware is an offshoot of SVR4, but it has its own version + # number series starting with 2... + # I am not positive that other SVR4 systems won't match this, + # I just have to hope. -- rms. + # Use sysv4.2uw... so that sysv4* matches it. + echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} + exit ;; + i*86:OS/2:*:*) + # If we were able to find `uname', then EMX Unix compatibility + # is probably installed. + echo ${UNAME_MACHINE}-pc-os2-emx + exit ;; + i*86:XTS-300:*:STOP) + echo ${UNAME_MACHINE}-unknown-stop + exit ;; + i*86:atheos:*:*) + echo ${UNAME_MACHINE}-unknown-atheos + exit ;; + i*86:syllable:*:*) + echo ${UNAME_MACHINE}-pc-syllable + exit ;; + i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) + echo i386-unknown-lynxos${UNAME_RELEASE} + exit ;; + i*86:*DOS:*:*) + echo ${UNAME_MACHINE}-pc-msdosdjgpp + exit ;; + i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) + UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` + if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then + echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} + else + echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} + fi + exit ;; + i*86:*:5:[678]*) + # UnixWare 7.x, OpenUNIX and OpenServer 6. + case `/bin/uname -X | grep "^Machine"` in + *486*) UNAME_MACHINE=i486 ;; + *Pentium) UNAME_MACHINE=i586 ;; + *Pent*|*Celeron) UNAME_MACHINE=i686 ;; + esac + echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} + exit ;; + i*86:*:3.2:*) + if test -f /usr/options/cb.name; then + UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then + UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` + (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 + (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ + && UNAME_MACHINE=i586 + (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ + && UNAME_MACHINE=i686 + (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ + && UNAME_MACHINE=i686 + echo ${UNAME_MACHINE}-pc-sco$UNAME_REL + else + echo ${UNAME_MACHINE}-pc-sysv32 + fi + exit ;; + pc:*:*:*) + # Left here for compatibility: + # uname -m prints for DJGPP always 'pc', but it prints nothing about + # the processor, so we play safe by assuming i586. + # Note: whatever this is, it MUST be the same as what config.sub + # prints for the "djgpp" host, or else GDB configury will decide that + # this is a cross-build. + echo i586-pc-msdosdjgpp + exit ;; + Intel:Mach:3*:*) + echo i386-pc-mach3 + exit ;; + paragon:*:*:*) + echo i860-intel-osf1 + exit ;; + i860:*:4.*:*) # i860-SVR4 + if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then + echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 + else # Add other i860-SVR4 vendors below as they are discovered. + echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 + fi + exit ;; + mini*:CTIX:SYS*5:*) + # "miniframe" + echo m68010-convergent-sysv + exit ;; + mc68k:UNIX:SYSTEM5:3.51m) + echo m68k-convergent-sysv + exit ;; + M680?0:D-NIX:5.3:*) + echo m68k-diab-dnix + exit ;; + M68*:*:R3V[5678]*:*) + test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; + 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) + OS_REL='' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4; exit; } ;; + NCR*:*:4.2:* | MPRAS*:*:4.2:*) + OS_REL='.3' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) + echo m68k-unknown-lynxos${UNAME_RELEASE} + exit ;; + mc68030:UNIX_System_V:4.*:*) + echo m68k-atari-sysv4 + exit ;; + TSUNAMI:LynxOS:2.*:*) + echo sparc-unknown-lynxos${UNAME_RELEASE} + exit ;; + rs6000:LynxOS:2.*:*) + echo rs6000-unknown-lynxos${UNAME_RELEASE} + exit ;; + PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) + echo powerpc-unknown-lynxos${UNAME_RELEASE} + exit ;; + SM[BE]S:UNIX_SV:*:*) + echo mips-dde-sysv${UNAME_RELEASE} + exit ;; + RM*:ReliantUNIX-*:*:*) + echo mips-sni-sysv4 + exit ;; + RM*:SINIX-*:*:*) + echo mips-sni-sysv4 + exit ;; + *:SINIX-*:*:*) + if uname -p 2>/dev/null >/dev/null ; then + UNAME_MACHINE=`(uname -p) 2>/dev/null` + echo ${UNAME_MACHINE}-sni-sysv4 + else + echo ns32k-sni-sysv + fi + exit ;; + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + # says + echo i586-unisys-sysv4 + exit ;; + *:UNIX_System_V:4*:FTX*) + # From Gerald Hewes . + # How about differentiating between stratus architectures? -djm + echo hppa1.1-stratus-sysv4 + exit ;; + *:*:*:FTX*) + # From seanf@swdc.stratus.com. + echo i860-stratus-sysv4 + exit ;; + i*86:VOS:*:*) + # From Paul.Green@stratus.com. + echo ${UNAME_MACHINE}-stratus-vos + exit ;; + *:VOS:*:*) + # From Paul.Green@stratus.com. + echo hppa1.1-stratus-vos + exit ;; + mc68*:A/UX:*:*) + echo m68k-apple-aux${UNAME_RELEASE} + exit ;; + news*:NEWS-OS:6*:*) + echo mips-sony-newsos6 + exit ;; + R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) + if [ -d /usr/nec ]; then + echo mips-nec-sysv${UNAME_RELEASE} + else + echo mips-unknown-sysv${UNAME_RELEASE} + fi + exit ;; + BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. + echo powerpc-be-beos + exit ;; + BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. + echo powerpc-apple-beos + exit ;; + BePC:BeOS:*:*) # BeOS running on Intel PC compatible. + echo i586-pc-beos + exit ;; + BePC:Haiku:*:*) # Haiku running on Intel PC compatible. + echo i586-pc-haiku + exit ;; + SX-4:SUPER-UX:*:*) + echo sx4-nec-superux${UNAME_RELEASE} + exit ;; + SX-5:SUPER-UX:*:*) + echo sx5-nec-superux${UNAME_RELEASE} + exit ;; + SX-6:SUPER-UX:*:*) + echo sx6-nec-superux${UNAME_RELEASE} + exit ;; + SX-7:SUPER-UX:*:*) + echo sx7-nec-superux${UNAME_RELEASE} + exit ;; + SX-8:SUPER-UX:*:*) + echo sx8-nec-superux${UNAME_RELEASE} + exit ;; + SX-8R:SUPER-UX:*:*) + echo sx8r-nec-superux${UNAME_RELEASE} + exit ;; + Power*:Rhapsody:*:*) + echo powerpc-apple-rhapsody${UNAME_RELEASE} + exit ;; + *:Rhapsody:*:*) + echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} + exit ;; + *:Darwin:*:*) + UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown + case $UNAME_PROCESSOR in + i386) + eval $set_cc_for_build + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + UNAME_PROCESSOR="x86_64" + fi + fi ;; + unknown) UNAME_PROCESSOR=powerpc ;; + esac + echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} + exit ;; + *:procnto*:*:* | *:QNX:[0123456789]*:*) + UNAME_PROCESSOR=`uname -p` + if test "$UNAME_PROCESSOR" = "x86"; then + UNAME_PROCESSOR=i386 + UNAME_MACHINE=pc + fi + echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} + exit ;; + *:QNX:*:4*) + echo i386-pc-qnx + exit ;; + NEO-?:NONSTOP_KERNEL:*:*) + echo neo-tandem-nsk${UNAME_RELEASE} + exit ;; + NSE-?:NONSTOP_KERNEL:*:*) + echo nse-tandem-nsk${UNAME_RELEASE} + exit ;; + NSR-?:NONSTOP_KERNEL:*:*) + echo nsr-tandem-nsk${UNAME_RELEASE} + exit ;; + *:NonStop-UX:*:*) + echo mips-compaq-nonstopux + exit ;; + BS2000:POSIX*:*:*) + echo bs2000-siemens-sysv + exit ;; + DS/*:UNIX_System_V:*:*) + echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} + exit ;; + *:Plan9:*:*) + # "uname -m" is not consistent, so use $cputype instead. 386 + # is converted to i386 for consistency with other x86 + # operating systems. + if test "$cputype" = "386"; then + UNAME_MACHINE=i386 + else + UNAME_MACHINE="$cputype" + fi + echo ${UNAME_MACHINE}-unknown-plan9 + exit ;; + *:TOPS-10:*:*) + echo pdp10-unknown-tops10 + exit ;; + *:TENEX:*:*) + echo pdp10-unknown-tenex + exit ;; + KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) + echo pdp10-dec-tops20 + exit ;; + XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) + echo pdp10-xkl-tops20 + exit ;; + *:TOPS-20:*:*) + echo pdp10-unknown-tops20 + exit ;; + *:ITS:*:*) + echo pdp10-unknown-its + exit ;; + SEI:*:*:SEIUX) + echo mips-sei-seiux${UNAME_RELEASE} + exit ;; + *:DragonFly:*:*) + echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit ;; + *:*VMS:*:*) + UNAME_MACHINE=`(uname -p) 2>/dev/null` + case "${UNAME_MACHINE}" in + A*) echo alpha-dec-vms ; exit ;; + I*) echo ia64-dec-vms ; exit ;; + V*) echo vax-dec-vms ; exit ;; + esac ;; + *:XENIX:*:SysV) + echo i386-pc-xenix + exit ;; + i*86:skyos:*:*) + echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' + exit ;; + i*86:rdos:*:*) + echo ${UNAME_MACHINE}-pc-rdos + exit ;; + i*86:AROS:*:*) + echo ${UNAME_MACHINE}-pc-aros + exit ;; +esac + +#echo '(No uname command or uname output not recognized.)' 1>&2 +#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 + +eval $set_cc_for_build +cat >$dummy.c < +# include +#endif +main () +{ +#if defined (sony) +#if defined (MIPSEB) + /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, + I don't know.... */ + printf ("mips-sony-bsd\n"); exit (0); +#else +#include + printf ("m68k-sony-newsos%s\n", +#ifdef NEWSOS4 + "4" +#else + "" +#endif + ); exit (0); +#endif +#endif + +#if defined (__arm) && defined (__acorn) && defined (__unix) + printf ("arm-acorn-riscix\n"); exit (0); +#endif + +#if defined (hp300) && !defined (hpux) + printf ("m68k-hp-bsd\n"); exit (0); +#endif + +#if defined (NeXT) +#if !defined (__ARCHITECTURE__) +#define __ARCHITECTURE__ "m68k" +#endif + int version; + version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; + if (version < 4) + printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); + else + printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); + exit (0); +#endif + +#if defined (MULTIMAX) || defined (n16) +#if defined (UMAXV) + printf ("ns32k-encore-sysv\n"); exit (0); +#else +#if defined (CMU) + printf ("ns32k-encore-mach\n"); exit (0); +#else + printf ("ns32k-encore-bsd\n"); exit (0); +#endif +#endif +#endif + +#if defined (__386BSD__) + printf ("i386-pc-bsd\n"); exit (0); +#endif + +#if defined (sequent) +#if defined (i386) + printf ("i386-sequent-dynix\n"); exit (0); +#endif +#if defined (ns32000) + printf ("ns32k-sequent-dynix\n"); exit (0); +#endif +#endif + +#if defined (_SEQUENT_) + struct utsname un; + + uname(&un); + + if (strncmp(un.version, "V2", 2) == 0) { + printf ("i386-sequent-ptx2\n"); exit (0); + } + if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ + printf ("i386-sequent-ptx1\n"); exit (0); + } + printf ("i386-sequent-ptx\n"); exit (0); + +#endif + +#if defined (vax) +# if !defined (ultrix) +# include +# if defined (BSD) +# if BSD == 43 + printf ("vax-dec-bsd4.3\n"); exit (0); +# else +# if BSD == 199006 + printf ("vax-dec-bsd4.3reno\n"); exit (0); +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# endif +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# else + printf ("vax-dec-ultrix\n"); exit (0); +# endif +#endif + +#if defined (alliant) && defined (i860) + printf ("i860-alliant-bsd\n"); exit (0); +#endif + + exit (1); +} +EOF + +$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } + +# Apollos put the system type in the environment. + +test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } + +# Convex versions that predate uname can use getsysinfo(1) + +if [ -x /usr/convex/getsysinfo ] +then + case `getsysinfo -f cpu_type` in + c1*) + echo c1-convex-bsd + exit ;; + c2*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit ;; + c34*) + echo c34-convex-bsd + exit ;; + c38*) + echo c38-convex-bsd + exit ;; + c4*) + echo c4-convex-bsd + exit ;; + esac +fi + +cat >&2 < in order to provide the needed +information to handle your system. + +config.guess timestamp = $timestamp + +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null` + +hostinfo = `(hostinfo) 2>/dev/null` +/bin/universe = `(/bin/universe) 2>/dev/null` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` +/bin/arch = `(/bin/arch) 2>/dev/null` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` + +UNAME_MACHINE = ${UNAME_MACHINE} +UNAME_RELEASE = ${UNAME_RELEASE} +UNAME_SYSTEM = ${UNAME_SYSTEM} +UNAME_VERSION = ${UNAME_VERSION} +EOF + +exit 1 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/clipper/sparsehash-2.0.3/config.sub b/clipper/sparsehash-2.0.3/config.sub new file mode 100755 index 0000000..30fdca8 --- /dev/null +++ b/clipper/sparsehash-2.0.3/config.sub @@ -0,0 +1,1760 @@ +#! /bin/sh +# Configuration validation subroutine script. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +# 2011 Free Software Foundation, Inc. + +timestamp='2011-03-23' + +# This file is (in principle) common to ALL GNU software. +# The presence of a machine in this file suggests that SOME GNU software +# can handle that machine. It does not imply ALL GNU software can. +# +# This file is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA +# 02110-1301, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + + +# Please send patches to . Submit a context +# diff and a properly formatted GNU ChangeLog entry. +# +# Configuration subroutine to validate and canonicalize a configuration type. +# Supply the specified configuration type as an argument. +# If it is invalid, we print an error message on stderr and exit with code 1. +# Otherwise, we print the canonical config type on stdout and succeed. + +# You can get the latest version of this script from: +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD + +# This file is supposed to be the same for all GNU packages +# and recognize all the CPU types, system types and aliases +# that are meaningful with *any* GNU software. +# Each package is responsible for reporting which valid configurations +# it does not support. The user should be able to distinguish +# a failure to support a valid configuration from a meaningless +# configuration. + +# The goal of this file is to map all the various variations of a given +# machine specification into a single specification in the form: +# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM +# or in some cases, the newer four-part form: +# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM +# It is wrong to echo any other type of specification. + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] CPU-MFR-OPSYS + $0 [OPTION] ALIAS + +Canonicalize a configuration name. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.sub ($timestamp) + +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free +Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" + exit 1 ;; + + *local*) + # First pass through any local machine types. + echo $1 + exit ;; + + * ) + break ;; + esac +done + +case $# in + 0) echo "$me: missing argument$help" >&2 + exit 1;; + 1) ;; + *) echo "$me: too many arguments$help" >&2 + exit 1;; +esac + +# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). +# Here we must recognize all the valid KERNEL-OS combinations. +maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` +case $maybe_os in + nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ + linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ + knetbsd*-gnu* | netbsd*-gnu* | \ + kopensolaris*-gnu* | \ + storm-chaos* | os2-emx* | rtmk-nova*) + os=-$maybe_os + basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` + ;; + *) + basic_machine=`echo $1 | sed 's/-[^-]*$//'` + if [ $basic_machine != $1 ] + then os=`echo $1 | sed 's/.*-/-/'` + else os=; fi + ;; +esac + +### Let's recognize common machines as not being operating systems so +### that things like config.sub decstation-3100 work. We also +### recognize some manufacturers as not being operating systems, so we +### can provide default operating systems below. +case $os in + -sun*os*) + # Prevent following clause from handling this invalid input. + ;; + -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ + -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ + -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ + -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ + -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ + -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ + -apple | -axis | -knuth | -cray | -microblaze) + os= + basic_machine=$1 + ;; + -bluegene*) + os=-cnk + ;; + -sim | -cisco | -oki | -wec | -winbond) + os= + basic_machine=$1 + ;; + -scout) + ;; + -wrs) + os=-vxworks + basic_machine=$1 + ;; + -chorusos*) + os=-chorusos + basic_machine=$1 + ;; + -chorusrdb) + os=-chorusrdb + basic_machine=$1 + ;; + -hiux*) + os=-hiuxwe2 + ;; + -sco6) + os=-sco5v6 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco5) + os=-sco3.2v5 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco4) + os=-sco3.2v4 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2.[4-9]*) + os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2v[4-9]*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco5v6*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco*) + os=-sco3.2v2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -udk*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -isc) + os=-isc2.2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -clix*) + basic_machine=clipper-intergraph + ;; + -isc*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -lynx*) + os=-lynxos + ;; + -ptx*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` + ;; + -windowsnt*) + os=`echo $os | sed -e 's/windowsnt/winnt/'` + ;; + -psos*) + os=-psos + ;; + -mint | -mint[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; +esac + +# Decode aliases for certain CPU-COMPANY combinations. +case $basic_machine in + # Recognize the basic CPU types without company name. + # Some are omitted here because they have special meanings below. + 1750a | 580 \ + | a29k \ + | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ + | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ + | am33_2.0 \ + | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ + | bfin \ + | c4x | clipper \ + | d10v | d30v | dlx | dsp16xx \ + | fido | fr30 | frv \ + | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ + | i370 | i860 | i960 | ia64 \ + | ip2k | iq2000 \ + | lm32 \ + | m32c | m32r | m32rle | m68000 | m68k | m88k \ + | maxq | mb | microblaze | mcore | mep | metag \ + | mips | mipsbe | mipseb | mipsel | mipsle \ + | mips16 \ + | mips64 | mips64el \ + | mips64octeon | mips64octeonel \ + | mips64orion | mips64orionel \ + | mips64r5900 | mips64r5900el \ + | mips64vr | mips64vrel \ + | mips64vr4100 | mips64vr4100el \ + | mips64vr4300 | mips64vr4300el \ + | mips64vr5000 | mips64vr5000el \ + | mips64vr5900 | mips64vr5900el \ + | mipsisa32 | mipsisa32el \ + | mipsisa32r2 | mipsisa32r2el \ + | mipsisa64 | mipsisa64el \ + | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64sb1 | mipsisa64sb1el \ + | mipsisa64sr71k | mipsisa64sr71kel \ + | mipstx39 | mipstx39el \ + | mn10200 | mn10300 \ + | moxie \ + | mt \ + | msp430 \ + | nds32 | nds32le | nds32be \ + | nios | nios2 \ + | ns16k | ns32k \ + | open8 \ + | or32 \ + | pdp10 | pdp11 | pj | pjl \ + | powerpc | powerpc64 | powerpc64le | powerpcle \ + | pyramid \ + | rx \ + | score \ + | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ + | sh64 | sh64le \ + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ + | spu \ + | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ + | ubicom32 \ + | v850 | v850e \ + | we32k \ + | x86 | xc16x | xstormy16 | xtensa \ + | z8k | z80) + basic_machine=$basic_machine-unknown + ;; + c54x) + basic_machine=tic54x-unknown + ;; + c55x) + basic_machine=tic55x-unknown + ;; + c6x) + basic_machine=tic6x-unknown + ;; + m6811 | m68hc11 | m6812 | m68hc12 | picochip) + # Motorola 68HC11/12. + basic_machine=$basic_machine-unknown + os=-none + ;; + m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) + ;; + ms1) + basic_machine=mt-unknown + ;; + + strongarm | thumb | xscale) + basic_machine=arm-unknown + ;; + + xscaleeb) + basic_machine=armeb-unknown + ;; + + xscaleel) + basic_machine=armel-unknown + ;; + + # We use `pc' rather than `unknown' + # because (1) that's what they normally are, and + # (2) the word "unknown" tends to confuse beginning users. + i*86 | x86_64) + basic_machine=$basic_machine-pc + ;; + # Object if more than one company name word. + *-*-*) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; + # Recognize the basic CPU types with company name. + 580-* \ + | a29k-* \ + | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ + | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ + | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ + | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ + | avr-* | avr32-* \ + | bfin-* | bs2000-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* \ + | clipper-* | craynv-* | cydra-* \ + | d10v-* | d30v-* | dlx-* \ + | elxsi-* \ + | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ + | h8300-* | h8500-* \ + | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ + | i*86-* | i860-* | i960-* | ia64-* \ + | ip2k-* | iq2000-* \ + | lm32-* \ + | m32c-* | m32r-* | m32rle-* \ + | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ + | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \ + | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ + | mips16-* \ + | mips64-* | mips64el-* \ + | mips64octeon-* | mips64octeonel-* \ + | mips64orion-* | mips64orionel-* \ + | mips64r5900-* | mips64r5900el-* \ + | mips64vr-* | mips64vrel-* \ + | mips64vr4100-* | mips64vr4100el-* \ + | mips64vr4300-* | mips64vr4300el-* \ + | mips64vr5000-* | mips64vr5000el-* \ + | mips64vr5900-* | mips64vr5900el-* \ + | mipsisa32-* | mipsisa32el-* \ + | mipsisa32r2-* | mipsisa32r2el-* \ + | mipsisa64-* | mipsisa64el-* \ + | mipsisa64r2-* | mipsisa64r2el-* \ + | mipsisa64sb1-* | mipsisa64sb1el-* \ + | mipsisa64sr71k-* | mipsisa64sr71kel-* \ + | mipstx39-* | mipstx39el-* \ + | mmix-* \ + | mt-* \ + | msp430-* \ + | nds32-* | nds32le-* | nds32be-* \ + | nios-* | nios2-* \ + | none-* | np1-* | ns16k-* | ns32k-* \ + | open8-* \ + | orion-* \ + | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ + | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ + | pyramid-* \ + | romp-* | rs6000-* | rx-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ + | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ + | sparclite-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \ + | tahoe-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tile-* | tilegx-* \ + | tron-* \ + | ubicom32-* \ + | v850-* | v850e-* | vax-* \ + | we32k-* \ + | x86-* | x86_64-* | xc16x-* | xps100-* \ + | xstormy16-* | xtensa*-* \ + | ymp-* \ + | z8k-* | z80-*) + ;; + # Recognize the basic CPU types without company name, with glob match. + xtensa*) + basic_machine=$basic_machine-unknown + ;; + # Recognize the various machine names and aliases which stand + # for a CPU type and a company and sometimes even an OS. + 386bsd) + basic_machine=i386-unknown + os=-bsd + ;; + 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) + basic_machine=m68000-att + ;; + 3b*) + basic_machine=we32k-att + ;; + a29khif) + basic_machine=a29k-amd + os=-udi + ;; + abacus) + basic_machine=abacus-unknown + ;; + adobe68k) + basic_machine=m68010-adobe + os=-scout + ;; + alliant | fx80) + basic_machine=fx80-alliant + ;; + altos | altos3068) + basic_machine=m68k-altos + ;; + am29k) + basic_machine=a29k-none + os=-bsd + ;; + amd64) + basic_machine=x86_64-pc + ;; + amd64-*) + basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + amdahl) + basic_machine=580-amdahl + os=-sysv + ;; + amiga | amiga-*) + basic_machine=m68k-unknown + ;; + amigaos | amigados) + basic_machine=m68k-unknown + os=-amigaos + ;; + amigaunix | amix) + basic_machine=m68k-unknown + os=-sysv4 + ;; + apollo68) + basic_machine=m68k-apollo + os=-sysv + ;; + apollo68bsd) + basic_machine=m68k-apollo + os=-bsd + ;; + aros) + basic_machine=i386-pc + os=-aros + ;; + aux) + basic_machine=m68k-apple + os=-aux + ;; + balance) + basic_machine=ns32k-sequent + os=-dynix + ;; + blackfin) + basic_machine=bfin-unknown + os=-linux + ;; + blackfin-*) + basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; + bluegene*) + basic_machine=powerpc-ibm + os=-cnk + ;; + c54x-*) + basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c55x-*) + basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c6x-*) + basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c90) + basic_machine=c90-cray + os=-unicos + ;; + cegcc) + basic_machine=arm-unknown + os=-cegcc + ;; + convex-c1) + basic_machine=c1-convex + os=-bsd + ;; + convex-c2) + basic_machine=c2-convex + os=-bsd + ;; + convex-c32) + basic_machine=c32-convex + os=-bsd + ;; + convex-c34) + basic_machine=c34-convex + os=-bsd + ;; + convex-c38) + basic_machine=c38-convex + os=-bsd + ;; + cray | j90) + basic_machine=j90-cray + os=-unicos + ;; + craynv) + basic_machine=craynv-cray + os=-unicosmp + ;; + cr16 | cr16-*) + basic_machine=cr16-unknown + os=-elf + ;; + crds | unos) + basic_machine=m68k-crds + ;; + crisv32 | crisv32-* | etraxfs*) + basic_machine=crisv32-axis + ;; + cris | cris-* | etrax*) + basic_machine=cris-axis + ;; + crx) + basic_machine=crx-unknown + os=-elf + ;; + da30 | da30-*) + basic_machine=m68k-da30 + ;; + decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) + basic_machine=mips-dec + ;; + decsystem10* | dec10*) + basic_machine=pdp10-dec + os=-tops10 + ;; + decsystem20* | dec20*) + basic_machine=pdp10-dec + os=-tops20 + ;; + delta | 3300 | motorola-3300 | motorola-delta \ + | 3300-motorola | delta-motorola) + basic_machine=m68k-motorola + ;; + delta88) + basic_machine=m88k-motorola + os=-sysv3 + ;; + dicos) + basic_machine=i686-pc + os=-dicos + ;; + djgpp) + basic_machine=i586-pc + os=-msdosdjgpp + ;; + dpx20 | dpx20-*) + basic_machine=rs6000-bull + os=-bosx + ;; + dpx2* | dpx2*-bull) + basic_machine=m68k-bull + os=-sysv3 + ;; + ebmon29k) + basic_machine=a29k-amd + os=-ebmon + ;; + elxsi) + basic_machine=elxsi-elxsi + os=-bsd + ;; + encore | umax | mmax) + basic_machine=ns32k-encore + ;; + es1800 | OSE68k | ose68k | ose | OSE) + basic_machine=m68k-ericsson + os=-ose + ;; + fx2800) + basic_machine=i860-alliant + ;; + genix) + basic_machine=ns32k-ns + ;; + gmicro) + basic_machine=tron-gmicro + os=-sysv + ;; + go32) + basic_machine=i386-pc + os=-go32 + ;; + h3050r* | hiux*) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + h8300hms) + basic_machine=h8300-hitachi + os=-hms + ;; + h8300xray) + basic_machine=h8300-hitachi + os=-xray + ;; + h8500hms) + basic_machine=h8500-hitachi + os=-hms + ;; + harris) + basic_machine=m88k-harris + os=-sysv3 + ;; + hp300-*) + basic_machine=m68k-hp + ;; + hp300bsd) + basic_machine=m68k-hp + os=-bsd + ;; + hp300hpux) + basic_machine=m68k-hp + os=-hpux + ;; + hp3k9[0-9][0-9] | hp9[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k2[0-9][0-9] | hp9k31[0-9]) + basic_machine=m68000-hp + ;; + hp9k3[2-9][0-9]) + basic_machine=m68k-hp + ;; + hp9k6[0-9][0-9] | hp6[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k7[0-79][0-9] | hp7[0-79][0-9]) + basic_machine=hppa1.1-hp + ;; + hp9k78[0-9] | hp78[0-9]) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][13679] | hp8[0-9][13679]) + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][0-9] | hp8[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hppa-next) + os=-nextstep3 + ;; + hppaosf) + basic_machine=hppa1.1-hp + os=-osf + ;; + hppro) + basic_machine=hppa1.1-hp + os=-proelf + ;; + i370-ibm* | ibm*) + basic_machine=i370-ibm + ;; +# I'm not sure what "Sysv32" means. Should this be sysv3.2? + i*86v32) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv32 + ;; + i*86v4*) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv4 + ;; + i*86v) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv + ;; + i*86sol2) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-solaris2 + ;; + i386mach) + basic_machine=i386-mach + os=-mach + ;; + i386-vsta | vsta) + basic_machine=i386-unknown + os=-vsta + ;; + iris | iris4d) + basic_machine=mips-sgi + case $os in + -irix*) + ;; + *) + os=-irix4 + ;; + esac + ;; + isi68 | isi) + basic_machine=m68k-isi + os=-sysv + ;; + m68knommu) + basic_machine=m68k-unknown + os=-linux + ;; + m68knommu-*) + basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; + m88k-omron*) + basic_machine=m88k-omron + ;; + magnum | m3230) + basic_machine=mips-mips + os=-sysv + ;; + merlin) + basic_machine=ns32k-utek + os=-sysv + ;; + microblaze) + basic_machine=microblaze-xilinx + ;; + mingw32) + basic_machine=i386-pc + os=-mingw32 + ;; + mingw32ce) + basic_machine=arm-unknown + os=-mingw32ce + ;; + miniframe) + basic_machine=m68000-convergent + ;; + *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; + mips3*-*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` + ;; + mips3*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown + ;; + monitor) + basic_machine=m68k-rom68k + os=-coff + ;; + morphos) + basic_machine=powerpc-unknown + os=-morphos + ;; + msdos) + basic_machine=i386-pc + os=-msdos + ;; + ms1-*) + basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` + ;; + mvs) + basic_machine=i370-ibm + os=-mvs + ;; + ncr3000) + basic_machine=i486-ncr + os=-sysv4 + ;; + netbsd386) + basic_machine=i386-unknown + os=-netbsd + ;; + netwinder) + basic_machine=armv4l-rebel + os=-linux + ;; + news | news700 | news800 | news900) + basic_machine=m68k-sony + os=-newsos + ;; + news1000) + basic_machine=m68030-sony + os=-newsos + ;; + news-3600 | risc-news) + basic_machine=mips-sony + os=-newsos + ;; + necv70) + basic_machine=v70-nec + os=-sysv + ;; + next | m*-next ) + basic_machine=m68k-next + case $os in + -nextstep* ) + ;; + -ns2*) + os=-nextstep2 + ;; + *) + os=-nextstep3 + ;; + esac + ;; + nh3000) + basic_machine=m68k-harris + os=-cxux + ;; + nh[45]000) + basic_machine=m88k-harris + os=-cxux + ;; + nindy960) + basic_machine=i960-intel + os=-nindy + ;; + mon960) + basic_machine=i960-intel + os=-mon960 + ;; + nonstopux) + basic_machine=mips-compaq + os=-nonstopux + ;; + np1) + basic_machine=np1-gould + ;; + neo-tandem) + basic_machine=neo-tandem + ;; + nse-tandem) + basic_machine=nse-tandem + ;; + nsr-tandem) + basic_machine=nsr-tandem + ;; + op50n-* | op60c-*) + basic_machine=hppa1.1-oki + os=-proelf + ;; + openrisc | openrisc-*) + basic_machine=or32-unknown + ;; + os400) + basic_machine=powerpc-ibm + os=-os400 + ;; + OSE68000 | ose68000) + basic_machine=m68000-ericsson + os=-ose + ;; + os68k) + basic_machine=m68k-none + os=-os68k + ;; + pa-hitachi) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + paragon) + basic_machine=i860-intel + os=-osf + ;; + parisc) + basic_machine=hppa-unknown + os=-linux + ;; + parisc-*) + basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; + pbd) + basic_machine=sparc-tti + ;; + pbb) + basic_machine=m68k-tti + ;; + pc532 | pc532-*) + basic_machine=ns32k-pc532 + ;; + pc98) + basic_machine=i386-pc + ;; + pc98-*) + basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium | p5 | k5 | k6 | nexgen | viac3) + basic_machine=i586-pc + ;; + pentiumpro | p6 | 6x86 | athlon | athlon_*) + basic_machine=i686-pc + ;; + pentiumii | pentium2 | pentiumiii | pentium3) + basic_machine=i686-pc + ;; + pentium4) + basic_machine=i786-pc + ;; + pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) + basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumpro-* | p6-* | 6x86-* | athlon-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium4-*) + basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pn) + basic_machine=pn-gould + ;; + power) basic_machine=power-ibm + ;; + ppc | ppcbe) basic_machine=powerpc-unknown + ;; + ppc-* | ppcbe-*) + basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppcle | powerpclittle | ppc-le | powerpc-little) + basic_machine=powerpcle-unknown + ;; + ppcle-* | powerpclittle-*) + basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64) basic_machine=powerpc64-unknown + ;; + ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64le | powerpc64little | ppc64-le | powerpc64-little) + basic_machine=powerpc64le-unknown + ;; + ppc64le-* | powerpc64little-*) + basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ps2) + basic_machine=i386-ibm + ;; + pw32) + basic_machine=i586-unknown + os=-pw32 + ;; + rdos) + basic_machine=i386-pc + os=-rdos + ;; + rom68k) + basic_machine=m68k-rom68k + os=-coff + ;; + rm[46]00) + basic_machine=mips-siemens + ;; + rtpc | rtpc-*) + basic_machine=romp-ibm + ;; + s390 | s390-*) + basic_machine=s390-ibm + ;; + s390x | s390x-*) + basic_machine=s390x-ibm + ;; + sa29200) + basic_machine=a29k-amd + os=-udi + ;; + sb1) + basic_machine=mipsisa64sb1-unknown + ;; + sb1el) + basic_machine=mipsisa64sb1el-unknown + ;; + sde) + basic_machine=mipsisa32-sde + os=-elf + ;; + sei) + basic_machine=mips-sei + os=-seiux + ;; + sequent) + basic_machine=i386-sequent + ;; + sh) + basic_machine=sh-hitachi + os=-hms + ;; + sh5el) + basic_machine=sh5le-unknown + ;; + sh64) + basic_machine=sh64-unknown + ;; + sparclite-wrs | simso-wrs) + basic_machine=sparclite-wrs + os=-vxworks + ;; + sps7) + basic_machine=m68k-bull + os=-sysv2 + ;; + spur) + basic_machine=spur-unknown + ;; + st2000) + basic_machine=m68k-tandem + ;; + stratus) + basic_machine=i860-stratus + os=-sysv4 + ;; + strongarm-* | thumb-*) + basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + sun2) + basic_machine=m68000-sun + ;; + sun2os3) + basic_machine=m68000-sun + os=-sunos3 + ;; + sun2os4) + basic_machine=m68000-sun + os=-sunos4 + ;; + sun3os3) + basic_machine=m68k-sun + os=-sunos3 + ;; + sun3os4) + basic_machine=m68k-sun + os=-sunos4 + ;; + sun4os3) + basic_machine=sparc-sun + os=-sunos3 + ;; + sun4os4) + basic_machine=sparc-sun + os=-sunos4 + ;; + sun4sol2) + basic_machine=sparc-sun + os=-solaris2 + ;; + sun3 | sun3-*) + basic_machine=m68k-sun + ;; + sun4) + basic_machine=sparc-sun + ;; + sun386 | sun386i | roadrunner) + basic_machine=i386-sun + ;; + sv1) + basic_machine=sv1-cray + os=-unicos + ;; + symmetry) + basic_machine=i386-sequent + os=-dynix + ;; + t3e) + basic_machine=alphaev5-cray + os=-unicos + ;; + t90) + basic_machine=t90-cray + os=-unicos + ;; + # This must be matched before tile*. + tilegx*) + basic_machine=tilegx-unknown + os=-linux-gnu + ;; + tile*) + basic_machine=tile-unknown + os=-linux-gnu + ;; + tx39) + basic_machine=mipstx39-unknown + ;; + tx39el) + basic_machine=mipstx39el-unknown + ;; + toad1) + basic_machine=pdp10-xkl + os=-tops20 + ;; + tower | tower-32) + basic_machine=m68k-ncr + ;; + tpf) + basic_machine=s390x-ibm + os=-tpf + ;; + udi29k) + basic_machine=a29k-amd + os=-udi + ;; + ultra3) + basic_machine=a29k-nyu + os=-sym1 + ;; + v810 | necv810) + basic_machine=v810-nec + os=-none + ;; + vaxv) + basic_machine=vax-dec + os=-sysv + ;; + vms) + basic_machine=vax-dec + os=-vms + ;; + vpp*|vx|vx-*) + basic_machine=f301-fujitsu + ;; + vxworks960) + basic_machine=i960-wrs + os=-vxworks + ;; + vxworks68) + basic_machine=m68k-wrs + os=-vxworks + ;; + vxworks29k) + basic_machine=a29k-wrs + os=-vxworks + ;; + w65*) + basic_machine=w65-wdc + os=-none + ;; + w89k-*) + basic_machine=hppa1.1-winbond + os=-proelf + ;; + xbox) + basic_machine=i686-pc + os=-mingw32 + ;; + xps | xps100) + basic_machine=xps100-honeywell + ;; + xscale-* | xscalee[bl]-*) + basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` + ;; + ymp) + basic_machine=ymp-cray + os=-unicos + ;; + z8k-*-coff) + basic_machine=z8k-unknown + os=-sim + ;; + z80-*-coff) + basic_machine=z80-unknown + os=-sim + ;; + none) + basic_machine=none-none + os=-none + ;; + +# Here we handle the default manufacturer of certain CPU types. It is in +# some cases the only manufacturer, in others, it is the most popular. + w89k) + basic_machine=hppa1.1-winbond + ;; + op50n) + basic_machine=hppa1.1-oki + ;; + op60c) + basic_machine=hppa1.1-oki + ;; + romp) + basic_machine=romp-ibm + ;; + mmix) + basic_machine=mmix-knuth + ;; + rs6000) + basic_machine=rs6000-ibm + ;; + vax) + basic_machine=vax-dec + ;; + pdp10) + # there are many clones, so DEC is not a safe bet + basic_machine=pdp10-unknown + ;; + pdp11) + basic_machine=pdp11-dec + ;; + we32k) + basic_machine=we32k-att + ;; + sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) + basic_machine=sh-unknown + ;; + sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) + basic_machine=sparc-sun + ;; + cydra) + basic_machine=cydra-cydrome + ;; + orion) + basic_machine=orion-highlevel + ;; + orion105) + basic_machine=clipper-highlevel + ;; + mac | mpw | mac-mpw) + basic_machine=m68k-apple + ;; + pmac | pmac-mpw) + basic_machine=powerpc-apple + ;; + *-unknown) + # Make sure to match an already-canonicalized machine name. + ;; + *) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; +esac + +# Here we canonicalize certain aliases for manufacturers. +case $basic_machine in + *-digital*) + basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` + ;; + *-commodore*) + basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` + ;; + *) + ;; +esac + +# Decode manufacturer-specific aliases for certain operating systems. + +if [ x"$os" != x"" ] +then +case $os in + # First match some system type aliases + # that might get confused with valid system types. + # -solaris* is a basic system type, with this one exception. + -auroraux) + os=-auroraux + ;; + -solaris1 | -solaris1.*) + os=`echo $os | sed -e 's|solaris1|sunos4|'` + ;; + -solaris) + os=-solaris2 + ;; + -svr4*) + os=-sysv4 + ;; + -unixware*) + os=-sysv4.2uw + ;; + -gnu/linux*) + os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` + ;; + # First accept the basic system types. + # The portable systems comes first. + # Each alternative MUST END IN A *, to match a version number. + # -sysv* is not here because it comes later, after sysvr4. + -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ + | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ + | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ + | -sym* | -kopensolaris* \ + | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ + | -aos* | -aros* \ + | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ + | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ + | -openbsd* | -solidbsd* \ + | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ + | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ + | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ + | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ + | -chorusos* | -chorusrdb* | -cegcc* \ + | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ + | -mingw32* | -linux-gnu* | -linux-android* \ + | -linux-newlib* | -linux-uclibc* \ + | -uxpv* | -beos* | -mpeix* | -udk* \ + | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ + | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ + | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ + | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ + | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ + | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) + # Remember, each alternative MUST END IN *, to match a version number. + ;; + -qnx*) + case $basic_machine in + x86-* | i*86-*) + ;; + *) + os=-nto$os + ;; + esac + ;; + -nto-qnx*) + ;; + -nto*) + os=`echo $os | sed -e 's|nto|nto-qnx|'` + ;; + -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ + | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ + | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) + ;; + -mac*) + os=`echo $os | sed -e 's|mac|macos|'` + ;; + -linux-dietlibc) + os=-linux-dietlibc + ;; + -linux*) + os=`echo $os | sed -e 's|linux|linux-gnu|'` + ;; + -sunos5*) + os=`echo $os | sed -e 's|sunos5|solaris2|'` + ;; + -sunos6*) + os=`echo $os | sed -e 's|sunos6|solaris3|'` + ;; + -opened*) + os=-openedition + ;; + -os400*) + os=-os400 + ;; + -wince*) + os=-wince + ;; + -osfrose*) + os=-osfrose + ;; + -osf*) + os=-osf + ;; + -utek*) + os=-bsd + ;; + -dynix*) + os=-bsd + ;; + -acis*) + os=-aos + ;; + -atheos*) + os=-atheos + ;; + -syllable*) + os=-syllable + ;; + -386bsd) + os=-bsd + ;; + -ctix* | -uts*) + os=-sysv + ;; + -nova*) + os=-rtmk-nova + ;; + -ns2 ) + os=-nextstep2 + ;; + -nsk*) + os=-nsk + ;; + # Preserve the version number of sinix5. + -sinix5.*) + os=`echo $os | sed -e 's|sinix|sysv|'` + ;; + -sinix*) + os=-sysv4 + ;; + -tpf*) + os=-tpf + ;; + -triton*) + os=-sysv3 + ;; + -oss*) + os=-sysv3 + ;; + -svr4) + os=-sysv4 + ;; + -svr3) + os=-sysv3 + ;; + -sysvr4) + os=-sysv4 + ;; + # This must come after -sysvr4. + -sysv*) + ;; + -ose*) + os=-ose + ;; + -es1800*) + os=-ose + ;; + -xenix) + os=-xenix + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + os=-mint + ;; + -aros*) + os=-aros + ;; + -kaos*) + os=-kaos + ;; + -zvmoe) + os=-zvmoe + ;; + -dicos*) + os=-dicos + ;; + -nacl*) + ;; + -none) + ;; + *) + # Get rid of the `-' at the beginning of $os. + os=`echo $os | sed 's/[^-]*-//'` + echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 + exit 1 + ;; +esac +else + +# Here we handle the default operating systems that come with various machines. +# The value should be what the vendor currently ships out the door with their +# machine or put another way, the most popular os provided with the machine. + +# Note that if you're going to try to match "-MANUFACTURER" here (say, +# "-sun"), then you have to tell the case statement up towards the top +# that MANUFACTURER isn't an operating system. Otherwise, code above +# will signal an error saying that MANUFACTURER isn't an operating +# system, and we'll never get to this point. + +case $basic_machine in + score-*) + os=-elf + ;; + spu-*) + os=-elf + ;; + *-acorn) + os=-riscix1.2 + ;; + arm*-rebel) + os=-linux + ;; + arm*-semi) + os=-aout + ;; + c4x-* | tic4x-*) + os=-coff + ;; + tic54x-*) + os=-coff + ;; + tic55x-*) + os=-coff + ;; + tic6x-*) + os=-coff + ;; + # This must come before the *-dec entry. + pdp10-*) + os=-tops20 + ;; + pdp11-*) + os=-none + ;; + *-dec | vax-*) + os=-ultrix4.2 + ;; + m68*-apollo) + os=-domain + ;; + i386-sun) + os=-sunos4.0.2 + ;; + m68000-sun) + os=-sunos3 + # This also exists in the configure program, but was not the + # default. + # os=-sunos4 + ;; + m68*-cisco) + os=-aout + ;; + mep-*) + os=-elf + ;; + mips*-cisco) + os=-elf + ;; + mips*-*) + os=-elf + ;; + or32-*) + os=-coff + ;; + *-tti) # must be before sparc entry or we get the wrong os. + os=-sysv3 + ;; + sparc-* | *-sun) + os=-sunos4.1.1 + ;; + *-be) + os=-beos + ;; + *-haiku) + os=-haiku + ;; + *-ibm) + os=-aix + ;; + *-knuth) + os=-mmixware + ;; + *-wec) + os=-proelf + ;; + *-winbond) + os=-proelf + ;; + *-oki) + os=-proelf + ;; + *-hp) + os=-hpux + ;; + *-hitachi) + os=-hiux + ;; + i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) + os=-sysv + ;; + *-cbm) + os=-amigaos + ;; + *-dg) + os=-dgux + ;; + *-dolphin) + os=-sysv3 + ;; + m68k-ccur) + os=-rtu + ;; + m88k-omron*) + os=-luna + ;; + *-next ) + os=-nextstep + ;; + *-sequent) + os=-ptx + ;; + *-crds) + os=-unos + ;; + *-ns) + os=-genix + ;; + i370-*) + os=-mvs + ;; + *-next) + os=-nextstep3 + ;; + *-gould) + os=-sysv + ;; + *-highlevel) + os=-bsd + ;; + *-encore) + os=-bsd + ;; + *-sgi) + os=-irix + ;; + *-siemens) + os=-sysv4 + ;; + *-masscomp) + os=-rtu + ;; + f30[01]-fujitsu | f700-fujitsu) + os=-uxpv + ;; + *-rom68k) + os=-coff + ;; + *-*bug) + os=-coff + ;; + *-apple) + os=-macos + ;; + *-atari*) + os=-mint + ;; + *) + os=-none + ;; +esac +fi + +# Here we handle the case where we know the os, and the CPU type, but not the +# manufacturer. We pick the logical manufacturer. +vendor=unknown +case $basic_machine in + *-unknown) + case $os in + -riscix*) + vendor=acorn + ;; + -sunos*) + vendor=sun + ;; + -cnk*|-aix*) + vendor=ibm + ;; + -beos*) + vendor=be + ;; + -hpux*) + vendor=hp + ;; + -mpeix*) + vendor=hp + ;; + -hiux*) + vendor=hitachi + ;; + -unos*) + vendor=crds + ;; + -dgux*) + vendor=dg + ;; + -luna*) + vendor=omron + ;; + -genix*) + vendor=ns + ;; + -mvs* | -opened*) + vendor=ibm + ;; + -os400*) + vendor=ibm + ;; + -ptx*) + vendor=sequent + ;; + -tpf*) + vendor=ibm + ;; + -vxsim* | -vxworks* | -windiss*) + vendor=wrs + ;; + -aux*) + vendor=apple + ;; + -hms*) + vendor=hitachi + ;; + -mpw* | -macos*) + vendor=apple + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + vendor=atari + ;; + -vos*) + vendor=stratus + ;; + esac + basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` + ;; +esac + +echo $basic_machine$os +exit + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/clipper/sparsehash-2.0.3/configure b/clipper/sparsehash-2.0.3/configure new file mode 100755 index 0000000..1c4d4cb --- /dev/null +++ b/clipper/sparsehash-2.0.3/configure @@ -0,0 +1,7302 @@ +#! /bin/sh +# Guess values for system-dependent variables and create Makefiles. +# Generated by GNU Autoconf 2.68 for sparsehash 2.0.2. +# +# Report bugs to . +# +# +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software +# Foundation, Inc. +# +# +# This configure script is free software; the Free Software Foundation +# gives unlimited permission to copy, distribute and modify it. +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in #( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +if test "x$CONFIG_SHELL" = x; then + as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else + case \`(set -o) 2>/dev/null\` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi +" + as_required="as_fn_return () { (exit \$1); } +as_fn_success () { as_fn_return 0; } +as_fn_failure () { as_fn_return 1; } +as_fn_ret_success () { return 0; } +as_fn_ret_failure () { return 1; } + +exitcode=0 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : + +else + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 +test \$(( 1 + 1 )) = 2 || exit 1" + if (eval "$as_required") 2>/dev/null; then : + as_have_required=yes +else + as_have_required=no +fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : + +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + as_found=: + case $as_dir in #( + /*) + for as_base in sh bash ksh sh5; do + # Try only shells that exist, to save several forks. + as_shell=$as_dir/$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : + CONFIG_SHELL=$as_shell as_have_required=yes + if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : + break 2 +fi +fi + done;; + esac + as_found=false +done +$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi; } +IFS=$as_save_IFS + + + if test "x$CONFIG_SHELL" != x; then : + # We cannot yet assume a decent shell, so we have to provide a + # neutralization value for shells without unset; and this also + # works around shells that cannot unset nonexistent variables. + # Preserve -v and -x to the replacement shell. + BASH_ENV=/dev/null + ENV=/dev/null + (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV + export CONFIG_SHELL + case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; + esac + exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} +fi + + if test x$as_have_required = xno; then : + $as_echo "$0: This script requires a shell more modern than all" + $as_echo "$0: the shells that I found on your system." + if test x${ZSH_VERSION+set} = xset ; then + $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" + $as_echo "$0: be upgraded to zsh 4.3.4 or later." + else + $as_echo "$0: Please tell bug-autoconf@gnu.org and +$0: google-sparsehash@googlegroups.com about your system, +$0: including any error possibly output before this +$0: message. Then install a modern shell, or manually run +$0: the script under such a shell if you do have one." + fi + exit 1 +fi +fi +fi +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +# Unset more variables known to interfere with behavior of common tools. +CLICOLOR_FORCE= GREP_OPTIONS= +unset CLICOLOR_FORCE GREP_OPTIONS + +## --------------------- ## +## M4sh Shell Functions. ## +## --------------------- ## +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + + as_lineno_1=$LINENO as_lineno_1a=$LINENO + as_lineno_2=$LINENO as_lineno_2a=$LINENO + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -p' + fi +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in #( + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +test -n "$DJDIR" || exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIBOBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= + +# Identity of this package. +PACKAGE_NAME='sparsehash' +PACKAGE_TARNAME='sparsehash' +PACKAGE_VERSION='2.0.2' +PACKAGE_STRING='sparsehash 2.0.2' +PACKAGE_BUGREPORT='google-sparsehash@googlegroups.com' +PACKAGE_URL='' + +ac_unique_file="README" +# Factoring default headers for most tests. +ac_includes_default="\ +#include +#ifdef HAVE_SYS_TYPES_H +# include +#endif +#ifdef HAVE_SYS_STAT_H +# include +#endif +#ifdef STDC_HEADERS +# include +# include +#else +# ifdef HAVE_STDLIB_H +# include +# endif +#endif +#ifdef HAVE_STRING_H +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H +# include +# endif +# include +#endif +#ifdef HAVE_STRINGS_H +# include +#endif +#ifdef HAVE_INTTYPES_H +# include +#endif +#ifdef HAVE_STDINT_H +# include +#endif +#ifdef HAVE_UNISTD_H +# include +#endif" + +ac_subst_vars='am__EXEEXT_FALSE +am__EXEEXT_TRUE +LTLIBOBJS +LIBOBJS +tcmalloc_libs +tcmalloc_flags +PTHREAD_CFLAGS +PTHREAD_LIBS +PTHREAD_CC +acx_pthread_config +host_os +host_vendor +host_cpu +host +build_os +build_vendor +build_cpu +build +CXXCPP +EGREP +GREP +GCC_FALSE +GCC_TRUE +CPP +am__fastdepCC_FALSE +am__fastdepCC_TRUE +CCDEPMODE +ac_ct_CC +CFLAGS +CC +am__fastdepCXX_FALSE +am__fastdepCXX_TRUE +CXXDEPMODE +AMDEPBACKSLASH +AMDEP_FALSE +AMDEP_TRUE +am__quote +am__include +DEPDIR +OBJEXT +EXEEXT +ac_ct_CXX +CPPFLAGS +LDFLAGS +CXXFLAGS +CXX +am__untar +am__tar +AMTAR +am__leading_dot +SET_MAKE +AWK +mkdir_p +MKDIR_P +INSTALL_STRIP_PROGRAM +STRIP +install_sh +MAKEINFO +AUTOHEADER +AUTOMAKE +AUTOCONF +ACLOCAL +VERSION +PACKAGE +CYGPATH_W +am__isrc +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_URL +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_dependency_tracking +enable_namespace +' + ac_precious_vars='build_alias +host_alias +target_alias +CXX +CXXFLAGS +LDFLAGS +LIBS +CPPFLAGS +CCC +CC +CFLAGS +CPP +CXXCPP' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *=) ac_optarg= ;; + *) ac_optarg=yes ;; + esac + + # Accept the important Cygnus configure options, so we can diagnose typos. + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) as_fn_error $? "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information" + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + as_fn_error $? "missing argument to $ac_option" +fi + +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; + *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir +do + eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. + If a cross compiler is detected then cross compile mode will be used" >&2 + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + as_fn_error $? "working directory cannot be determined" +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + as_fn_error $? "pwd does not report name of working directory" + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures sparsehash 2.0.2 to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking ...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + [$ac_default_prefix] + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + [PREFIX] + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root [DATAROOTDIR/doc/sparsehash] + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names + +System types: + --build=BUILD configure for building on BUILD [guessed] + --host=HOST cross-compile to build programs to run on HOST [BUILD] +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of sparsehash 2.0.2:";; + esac + cat <<\_ACEOF + +Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --disable-dependency-tracking speeds up one-time build + --enable-dependency-tracking do not reject slow dependency extractors + --enable-namespace=FOO to define these Google + classes in the FOO namespace. --disable-namespace + to define them in the global namespace. Default + is to define them in namespace google. + +Some influential environment variables: + CXX C++ compiler command + CXXFLAGS C++ compiler flags + LDFLAGS linker flags, e.g. -L if you have libraries in a + nonstandard directory + LIBS libraries to pass to the linker, e.g. -l + CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if + you have headers in a nonstandard directory + CC C compiler command + CFLAGS C compiler flags + CPP C preprocessor + CXXCPP C++ preprocessor + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to . +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for guested configure. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +sparsehash configure 2.0.2 +generated by GNU Autoconf 2.68 + +Copyright (C) 2010 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## + +# ac_fn_cxx_try_compile LINENO +# ---------------------------- +# Try to compile conftest.$ac_ext, and return whether this succeeded. +ac_fn_cxx_try_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext + if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_cxx_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_cxx_try_compile + +# ac_fn_c_try_compile LINENO +# -------------------------- +# Try to compile conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext + if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_compile + +# ac_fn_c_try_cpp LINENO +# ---------------------- +# Try to preprocess conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_cpp () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } > conftest.i && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_cpp + +# ac_fn_c_try_run LINENO +# ---------------------- +# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes +# that executables *can* be run. +ac_fn_c_try_run () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then : + ac_retval=0 +else + $as_echo "$as_me: program exited with status $ac_status" >&5 + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=$ac_status +fi + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_run + +# ac_fn_c_try_link LINENO +# ----------------------- +# Try to link conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_link () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest$ac_exeext + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would + # interfere with the next link command; also delete a directory that is + # left behind by Apple's compiler. We do this before executing the actions. + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_link + +# ac_fn_c_check_func LINENO FUNC VAR +# ---------------------------------- +# Tests whether FUNC exists, setting the cache variable VAR accordingly +ac_fn_c_check_func () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +/* Define $2 to an innocuous variant, in case declares $2. + For example, HP-UX 11i declares gettimeofday. */ +#define $2 innocuous_$2 + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $2 (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $2 + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $2 (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$2 || defined __stub___$2 +choke me +#endif + +int +main () +{ +return $2 (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + eval "$3=yes" +else + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_func + +# ac_fn_c_check_type LINENO TYPE VAR INCLUDES +# ------------------------------------------- +# Tests whether TYPE exists after having included INCLUDES, setting cache +# variable VAR accordingly. +ac_fn_c_check_type () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + eval "$3=no" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main () +{ +if (sizeof ($2)) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main () +{ +if (sizeof (($2))) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + +else + eval "$3=yes" +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_type + +# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES +# ------------------------------------------------------- +# Tests whether HEADER exists and can be compiled using the include files in +# INCLUDES, setting the cache variable VAR accordingly. +ac_fn_c_check_header_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +#include <$2> +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + eval "$3=yes" +else + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_header_compile + +# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES +# ------------------------------------------------------- +# Tests whether HEADER exists, giving a warning if it cannot be compiled using +# the include files in INCLUDES and setting the cache variable VAR +# accordingly. +ac_fn_c_check_header_mongrel () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if eval \${$3+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +else + # Is the header compilable? +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 +$as_echo_n "checking $2 usability... " >&6; } +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +#include <$2> +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_header_compiler=yes +else + ac_header_compiler=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } + +# Is the header present? +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 +$as_echo_n "checking $2 presence... " >&6; } +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include <$2> +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + ac_header_preproc=yes +else + ac_header_preproc=no +fi +rm -f conftest.err conftest.i conftest.$ac_ext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( + yes:no: ) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} + ;; + no:yes:* ) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} +( $as_echo "## ------------------------------------------------- ## +## Report this to google-sparsehash@googlegroups.com ## +## ------------------------------------------------- ##" + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + eval "$3=\$ac_header_compiler" +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_header_mongrel + +# ac_fn_cxx_try_cpp LINENO +# ------------------------ +# Try to preprocess conftest.$ac_ext, and return whether this succeeded. +ac_fn_cxx_try_cpp () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } > conftest.i && { + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || + test ! -s conftest.err + }; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_cxx_try_cpp + +# ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES +# --------------------------------------------------------- +# Tests whether HEADER exists, giving a warning if it cannot be compiled using +# the include files in INCLUDES and setting the cache variable VAR +# accordingly. +ac_fn_cxx_check_header_mongrel () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if eval \${$3+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +else + # Is the header compilable? +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 +$as_echo_n "checking $2 usability... " >&6; } +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +#include <$2> +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_header_compiler=yes +else + ac_header_compiler=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } + +# Is the header present? +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 +$as_echo_n "checking $2 presence... " >&6; } +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include <$2> +_ACEOF +if ac_fn_cxx_try_cpp "$LINENO"; then : + ac_header_preproc=yes +else + ac_header_preproc=no +fi +rm -f conftest.err conftest.i conftest.$ac_ext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #(( + yes:no: ) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} + ;; + no:yes:* ) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} +( $as_echo "## ------------------------------------------------- ## +## Report this to google-sparsehash@googlegroups.com ## +## ------------------------------------------------- ##" + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + eval "$3=\$ac_header_compiler" +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_cxx_check_header_mongrel +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by sparsehash $as_me 2.0.2, which was +generated by GNU Autoconf 2.68. Invocation command line was + + $ $0 $@ + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + $as_echo "PATH: $as_dir" + done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; + 2) + as_fn_append ac_configure_args1 " '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + as_fn_append ac_configure_args " '$ac_arg'" + ;; + esac + done +done +{ ac_configure_args0=; unset ac_configure_args0;} +{ ac_configure_args1=; unset ac_configure_args1;} + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Save into config.log some information that might help in debugging. + { + echo + + $as_echo "## ---------------- ## +## Cache variables. ## +## ---------------- ##" + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + $as_echo "## ----------------- ## +## Output variables. ## +## ----------------- ##" + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + $as_echo "## ------------------- ## +## File substitutions. ## +## ------------------- ##" + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + $as_echo "## ----------- ## +## confdefs.h. ## +## ----------- ##" + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + $as_echo "$as_me: caught signal $ac_signal" + $as_echo "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +$as_echo "/* confdefs.h */" > confdefs.h + +# Predefined preprocessor variables. + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_NAME "$PACKAGE_NAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_TARNAME "$PACKAGE_TARNAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_VERSION "$PACKAGE_VERSION" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_STRING "$PACKAGE_STRING" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_URL "$PACKAGE_URL" +_ACEOF + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +ac_site_file1=NONE +ac_site_file2=NONE +if test -n "$CONFIG_SITE"; then + # We do not want a PATH search for config.site. + case $CONFIG_SITE in #(( + -*) ac_site_file1=./$CONFIG_SITE;; + */*) ac_site_file1=$CONFIG_SITE;; + *) ac_site_file1=./$CONFIG_SITE;; + esac +elif test "x$prefix" != xNONE; then + ac_site_file1=$prefix/share/config.site + ac_site_file2=$prefix/etc/config.site +else + ac_site_file1=$ac_default_prefix/share/config.site + ac_site_file2=$ac_default_prefix/etc/config.site +fi +for ac_site_file in "$ac_site_file1" "$ac_site_file2" +do + test "x$ac_site_file" = xNONE && continue + if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ + || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "failed to load site script $ac_site_file +See \`config.log' for more details" "$LINENO" 5; } + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +$as_echo "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +$as_echo "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) as_fn_append ac_configure_args " '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 +fi +## -------------------- ## +## Main body of script. ## +## -------------------- ## + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +# The argument here is just something that should be in the current directory +# (for sanity checking) + +am__api_version='1.11' + +ac_aux_dir= +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do + if test -f "$ac_dir/install-sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install-sh -c" + break + elif test -f "$ac_dir/install.sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install.sh -c" + break + elif test -f "$ac_dir/shtool"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/shtool install -c" + break + fi +done +if test -z "$ac_aux_dir"; then + as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 +fi + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. + + +# Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +# Reject install programs that cannot install multiple files. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +$as_echo_n "checking for a BSD-compatible install... " >&6; } +if test -z "$INSTALL"; then +if ${ac_cv_path_install+:} false; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + # Account for people who put trailing slashes in PATH elements. +case $as_dir/ in #(( + ./ | .// | /[cC]/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then + if test $ac_prog = install && + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + fi + done + done + ;; +esac + + done +IFS=$as_save_IFS + +rm -rf conftest.one conftest.two conftest.dir + +fi + if test "${ac_cv_path_install+set}" = set; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +$as_echo "$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +$as_echo_n "checking whether build environment is sane... " >&6; } +# Just in case +sleep 1 +echo timestamp > conftest.file +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[\\\"\#\$\&\'\`$am_lf]*) + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; +esac +case $srcdir in + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; +esac + +# Do `set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + rm -f conftest.file + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken +alias in your environment" "$LINENO" 5 + fi + + test "$2" = conftest.file + ) +then + # Ok. + : +else + as_fn_error $? "newly created file is older than distributed files! +Check your system clock" "$LINENO" 5 +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. +# By default was `s,x,x', remove it if useless. +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` + +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` + +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --run true"; then + am_missing_run="$MISSING --run " +else + am_missing_run= + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} +fi + +if test x"${install_sh}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi + +# Installed binaries are usually stripped using `strip' when the user +# run `make install-strip'. However `strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the `STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_STRIP="strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 +$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } +if test -z "$MKDIR_P"; then + if ${ac_cv_path_mkdir+:} false; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue + case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir (GNU coreutils) '* | \ + 'mkdir (coreutils) '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext + break 3;; + esac + done + done + done +IFS=$as_save_IFS + +fi + + test -d ./--version && rmdir ./--version + if test "${ac_cv_path_mkdir+set}" = set; then + MKDIR_P="$ac_cv_path_mkdir -p" + else + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + MKDIR_P="$ac_install_sh -d" + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +$as_echo "$MKDIR_P" >&6; } + +mkdir_p="$MKDIR_P" +case $mkdir_p in + [\\/$]* | ?:[\\/]*) ;; + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +esac + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_AWK+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_AWK="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +$as_echo "$AWK" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + SET_MAKE= +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE='sparsehash' + VERSION='2.0.2' + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE "$PACKAGE" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define VERSION "$VERSION" +_ACEOF + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +# Always define AMTAR for backward compatibility. + +AMTAR=${AMTAR-"${am_missing_run}tar"} + +am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' + + + + + +ac_config_headers="$ac_config_headers src/config.h" + + +# Checks for programs. +ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu +if test -z "$CXX"; then + if test -n "$CCC"; then + CXX=$CCC + else + if test -n "$ac_tool_prefix"; then + for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CXX"; then + ac_cv_prog_CXX="$CXX" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CXX=$ac_cv_prog_CXX +if test -n "$CXX"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5 +$as_echo "$CXX" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$CXX" && break + done +fi +if test -z "$CXX"; then + ac_ct_CXX=$CXX + for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CXX"; then + ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_CXX="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CXX=$ac_cv_prog_ac_ct_CXX +if test -n "$ac_ct_CXX"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5 +$as_echo "$ac_ct_CXX" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$ac_ct_CXX" && break +done + + if test "x$ac_ct_CXX" = x; then + CXX="g++" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CXX=$ac_ct_CXX + fi +fi + + fi +fi +# Provide some information about the compiler. +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" +# Try to create an executable without -o first, disregard a.out. +# It will help us diagnose broken compilers, and finding out an intuition +# of exeext. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler works" >&5 +$as_echo_n "checking whether the C++ compiler works... " >&6; } +ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + +# The possible output files: +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" + +ac_rmfiles= +for ac_file in $ac_files +do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + * ) ac_rmfiles="$ac_rmfiles $ac_file";; + esac +done +rm -f $ac_rmfiles + +if { { ac_try="$ac_link_default" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' +# in a Makefile. We should not override ac_cv_exeext if it was cached, +# so that the user can short-circuit this test for compilers unknown to +# Autoconf. +for ac_file in $ac_files '' +do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not + # safe: cross compilers may not add the suffix if given an `-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. + break;; + * ) + break;; + esac +done +test "$ac_cv_exeext" = no && ac_cv_exeext= + +else + ac_file='' +fi +if test -z "$ac_file"; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +$as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "C++ compiler cannot create executables +See \`config.log' for more details" "$LINENO" 5; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler default output file name" >&5 +$as_echo_n "checking for C++ compiler default output file name... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 +$as_echo "$ac_file" >&6; } +ac_exeext=$ac_cv_exeext + +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out +ac_clean_files=$ac_clean_files_save +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 +$as_echo_n "checking for suffix of executables... " >&6; } +if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + # If both `conftest.exe' and `conftest' are `present' (well, observable) +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +# work properly (i.e., refer to `conftest.exe'), while it won't with +# `rm'. +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + break;; + * ) break;; + esac +done +else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest conftest$ac_cv_exeext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 +$as_echo "$ac_cv_exeext" >&6; } + +rm -f conftest.$ac_ext +EXEEXT=$ac_cv_exeext +ac_exeext=$EXEEXT +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +FILE *f = fopen ("conftest.out", "w"); + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +ac_clean_files="$ac_clean_files conftest.out" +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 +$as_echo_n "checking whether we are cross compiling... " >&6; } +if test "$cross_compiling" != yes; then + { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if { ac_try='./conftest$ac_cv_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot run C++ compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details" "$LINENO" 5; } + fi + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 +$as_echo "$cross_compiling" >&6; } + +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out +ac_clean_files=$ac_clean_files_save +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 +$as_echo_n "checking for suffix of object files... " >&6; } +if ${ac_cv_objext+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.o conftest.obj +if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of object files: cannot compile +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest.$ac_cv_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 +$as_echo "$ac_cv_objext" >&6; } +OBJEXT=$ac_cv_objext +ac_objext=$OBJEXT +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 +$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } +if ${ac_cv_cxx_compiler_gnu+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_compiler_gnu=yes +else + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_cxx_compiler_gnu=$ac_compiler_gnu + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5 +$as_echo "$ac_cv_cxx_compiler_gnu" >&6; } +if test $ac_compiler_gnu = yes; then + GXX=yes +else + GXX= +fi +ac_test_CXXFLAGS=${CXXFLAGS+set} +ac_save_CXXFLAGS=$CXXFLAGS +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 +$as_echo_n "checking whether $CXX accepts -g... " >&6; } +if ${ac_cv_prog_cxx_g+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_save_cxx_werror_flag=$ac_cxx_werror_flag + ac_cxx_werror_flag=yes + ac_cv_prog_cxx_g=no + CXXFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_cv_prog_cxx_g=yes +else + CXXFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + +else + ac_cxx_werror_flag=$ac_save_cxx_werror_flag + CXXFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_cv_prog_cxx_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_cxx_werror_flag=$ac_save_cxx_werror_flag +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5 +$as_echo "$ac_cv_prog_cxx_g" >&6; } +if test "$ac_test_CXXFLAGS" = set; then + CXXFLAGS=$ac_save_CXXFLAGS +elif test $ac_cv_prog_cxx_g = yes; then + if test "$GXX" = yes; then + CXXFLAGS="-g -O2" + else + CXXFLAGS="-g" + fi +else + if test "$GXX" = yes; then + CXXFLAGS="-O2" + else + CXXFLAGS= + fi +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +DEPDIR="${am__leading_dot}deps" + +ac_config_commands="$ac_config_commands depfiles" + + +am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo this is the am__doit target +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 +$as_echo_n "checking for style of include used by $am_make... " >&6; } +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# Ignore all kinds of additional output from `make'. +case `$am_make -s -f confmf 2> /dev/null` in #( +*the\ am__doit\ target*) + am__include=include + am__quote= + _am_result=GNU + ;; +esac +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + case `$am_make -s -f confmf 2> /dev/null` in #( + *the\ am__doit\ target*) + am__include=.include + am__quote="\"" + _am_result=BSD + ;; + esac +fi + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 +$as_echo "$_am_result" >&6; } +rm -f confinc confmf + +# Check whether --enable-dependency-tracking was given. +if test "${enable_dependency_tracking+set}" = set; then : + enableval=$enable_dependency_tracking; +fi + +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' +fi + if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' +else + AMDEP_TRUE='#' + AMDEP_FALSE= +fi + + + +depcc="$CXX" am_compiler_list= + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +$as_echo_n "checking dependency style of $depcc... " >&6; } +if ${am_cv_CXX_dependencies_compiler_type+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CXX_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with + # Solaris 8's {/usr,}/bin/sh. + touch sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with `-c' and `-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle `-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvisualcpp | msvcmsys) + # This compiler won't grok `-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CXX_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CXX_dependencies_compiler_type=none +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5 +$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; } +CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then + am__fastdepCXX_TRUE= + am__fastdepCXX_FALSE='#' +else + am__fastdepCXX_TRUE='#' + am__fastdepCXX_FALSE= +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_CC="gcc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $# != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_CC="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi + + +test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "no acceptable C compiler found in \$PATH +See \`config.log' for more details" "$LINENO" 5; } + +# Provide some information about the compiler. +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } +if ${ac_cv_c_compiler_gnu+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_compiler_gnu=yes +else + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +$as_echo "$ac_cv_c_compiler_gnu" >&6; } +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi +ac_test_CFLAGS=${CFLAGS+set} +ac_save_CFLAGS=$CFLAGS +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 +$as_echo_n "checking whether $CC accepts -g... " >&6; } +if ${ac_cv_prog_cc_g+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_g=yes +else + CFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + +else + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +$as_echo "$ac_cv_prog_cc_g" >&6; } +if test "$ac_test_CFLAGS" = set; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } +if ${ac_cv_prog_cc_c89+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#include +#include +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ +struct buf { int x; }; +FILE * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not '\xHH' hex character constants. + These don't provoke an error unfortunately, instead are silently treated + as 'x'. The following induces an error, until -std is added to get + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an + array size at least. It's necessary to write '\x00'==0 to get something + that's true only with -std. */ +int osf4_cc_array ['\x00' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) 'x' +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); +int argc; +char **argv; +int +main () +{ +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; + ; + return 0; +} +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_c89=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC + +fi +# AC_CACHE_VAL +case "x$ac_cv_prog_cc_c89" in + x) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +$as_echo "none needed" >&6; } ;; + xno) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +$as_echo "unsupported" >&6; } ;; + *) + CC="$CC $ac_cv_prog_cc_c89" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; +esac +if test "x$ac_cv_prog_cc_c89" != xno; then : + +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +depcc="$CC" am_compiler_list= + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +$as_echo_n "checking dependency style of $depcc... " >&6; } +if ${am_cv_CC_dependencies_compiler_type+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CC_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with + # Solaris 8's {/usr,}/bin/sh. + touch sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with `-c' and `-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle `-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvisualcpp | msvcmsys) + # This compiler won't grok `-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 +$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= + am__fastdepCC_FALSE='#' +else + am__fastdepCC_TRUE='#' + am__fastdepCC_FALSE= +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 +$as_echo_n "checking how to run the C preprocessor... " >&6; } +# On Suns, sometimes $CPP names a directory. +if test -n "$CPP" && test -d "$CPP"; then + CPP= +fi +if test -z "$CPP"; then + if ${ac_cv_prog_CPP+:} false; then : + $as_echo_n "(cached) " >&6 +else + # Double quotes because CPP needs to be expanded + for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" + do + ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + break +fi + + done + ac_cv_prog_CPP=$CPP + +fi + CPP=$ac_cv_prog_CPP +else + ac_cv_prog_CPP=$CPP +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 +$as_echo "$CPP" >&6; } +ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + +else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details" "$LINENO" 5; } +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + if test "$GCC" = yes; then + GCC_TRUE= + GCC_FALSE='#' +else + GCC_TRUE='#' + GCC_FALSE= +fi + # let the Makefile know if we're gcc + +# Check whether some low-level functions/files are available + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 +$as_echo_n "checking for grep that handles long lines and -e... " >&6; } +if ${ac_cv_path_GREP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$GREP"; then + ac_path_GREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in grep ggrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue +# Check for GNU ac_path_GREP and select it if it is found. + # Check for GNU $ac_path_GREP +case `"$ac_path_GREP" --version 2>&1` in +*GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_GREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_GREP="$ac_path_GREP" + ac_path_GREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_GREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_GREP"; then + as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_GREP=$GREP +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 +$as_echo "$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +$as_echo_n "checking for egrep... " >&6; } +if ${ac_cv_path_EGREP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then + ac_path_EGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in egrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue +# Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_EGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_EGREP"; then + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_EGREP=$EGREP +fi + + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +$as_echo "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 +$as_echo_n "checking for ANSI C header files... " >&6; } +if ${ac_cv_header_stdc+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#include +#include + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_header_stdc=yes +else + ac_cv_header_stdc=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +if test $ac_cv_header_stdc = yes; then + # SunOS 4.x string.h does not declare mem*, contrary to ANSI. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "memchr" >/dev/null 2>&1; then : + +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "free" >/dev/null 2>&1; then : + +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. + if test "$cross_compiling" = yes; then : + : +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#if ((' ' & 0x0FF) == 0x020) +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) +#else +# define ISLOWER(c) \ + (('a' <= (c) && (c) <= 'i') \ + || ('j' <= (c) && (c) <= 'r') \ + || ('s' <= (c) && (c) <= 'z')) +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) +#endif + +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) +int +main () +{ + int i; + for (i = 0; i < 256; i++) + if (XOR (islower (i), ISLOWER (i)) + || toupper (i) != TOUPPER (i)) + return 2; + return 0; +} +_ACEOF +if ac_fn_c_try_run "$LINENO"; then : + +else + ac_cv_header_stdc=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 +$as_echo "$ac_cv_header_stdc" >&6; } +if test $ac_cv_header_stdc = yes; then + +$as_echo "#define STDC_HEADERS 1" >>confdefs.h + +fi + +for ac_func in memcpy memmove +do : + as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" +if eval test \"x\$"$as_ac_var"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +fi +done + +# On IRIX 5.3, sys/types and inttypes.h are conflicting. +for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ + inttypes.h stdint.h unistd.h +do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default +" +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + +ac_fn_c_check_type "$LINENO" "uint16_t" "ac_cv_type_uint16_t" "$ac_includes_default" +if test "x$ac_cv_type_uint16_t" = xyes; then : + +cat >>confdefs.h <<_ACEOF +#define HAVE_UINT16_T 1 +_ACEOF + + +fi + # defined in C99 systems +ac_fn_c_check_type "$LINENO" "u_int16_t" "ac_cv_type_u_int16_t" "$ac_includes_default" +if test "x$ac_cv_type_u_int16_t" = xyes; then : + +cat >>confdefs.h <<_ACEOF +#define HAVE_U_INT16_T 1 +_ACEOF + + +fi + # defined in BSD-derived systems, and gnu +ac_fn_c_check_type "$LINENO" "__uint16" "ac_cv_type___uint16" "$ac_includes_default" +if test "x$ac_cv_type___uint16" = xyes; then : + +cat >>confdefs.h <<_ACEOF +#define HAVE___UINT16 1 +_ACEOF + + +fi + # defined in some windows systems (vc7) +ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default" +if test "x$ac_cv_type_long_long" = xyes; then : + +cat >>confdefs.h <<_ACEOF +#define HAVE_LONG_LONG 1 +_ACEOF + + +fi + # probably defined everywhere, but... + +# These are 'only' needed for unittests +for ac_header in sys/resource.h unistd.h sys/time.h sys/utsname.h +do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + +# If you have google-perftools installed, we can do a bit more testing. +# We not only want to set HAVE_MALLOC_EXTENSION_H, we also want to set +# a variable to let the Makefile to know to link in tcmalloc. +ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + + +ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5 +$as_echo_n "checking how to run the C++ preprocessor... " >&6; } +if test -z "$CXXCPP"; then + if ${ac_cv_prog_CXXCPP+:} false; then : + $as_echo_n "(cached) " >&6 +else + # Double quotes because CXXCPP needs to be expanded + for CXXCPP in "$CXX -E" "/lib/cpp" + do + ac_preproc_ok=false +for ac_cxx_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if ac_fn_cxx_try_cpp "$LINENO"; then : + +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_cxx_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + break +fi + + done + ac_cv_prog_CXXCPP=$CXXCPP + +fi + CXXCPP=$ac_cv_prog_CXXCPP +else + ac_cv_prog_CXXCPP=$CXXCPP +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5 +$as_echo "$CXXCPP" >&6; } +ac_preproc_ok=false +for ac_cxx_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if ac_fn_cxx_try_cpp "$LINENO"; then : + +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_cxx_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + +else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check +See \`config.log' for more details" "$LINENO" 5; } +fi + +ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + + +for ac_header in google/malloc_extension.h +do : + ac_fn_cxx_check_header_mongrel "$LINENO" "google/malloc_extension.h" "ac_cv_header_google_malloc_extension_h" "$ac_includes_default" +if test "x$ac_cv_header_google_malloc_extension_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_GOOGLE_MALLOC_EXTENSION_H 1 +_ACEOF + tcmalloc_libs=-ltcmalloc +else + tcmalloc_libs= +fi + +done + +# On some systems, when linking in tcmalloc you also need to link in +# pthread. That's a bug somewhere, but we'll work around it for now. +tcmalloc_flags="" +if test -n "$tcmalloc_libs"; then + # Make sure we can run config.sub. +$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || + as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 +$as_echo_n "checking build system type... " >&6; } +if ${ac_cv_build+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_build_alias=$build_alias +test "x$ac_build_alias" = x && + ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` +test "x$ac_build_alias" = x && + as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 +ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || + as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 +$as_echo "$ac_cv_build" >&6; } +case $ac_cv_build in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; +esac +build=$ac_cv_build +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_build +shift +build_cpu=$1 +build_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +build_os=$* +IFS=$ac_save_IFS +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 +$as_echo_n "checking host system type... " >&6; } +if ${ac_cv_host+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test "x$host_alias" = x; then + ac_cv_host=$ac_cv_build +else + ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || + as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 +$as_echo "$ac_cv_host" >&6; } +case $ac_cv_host in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; +esac +host=$ac_cv_host +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_host +shift +host_cpu=$1 +host_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +host_os=$* +IFS=$ac_save_IFS +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac + + + + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +acx_pthread_ok=no + +# We used to check for pthread.h first, but this fails if pthread.h +# requires special compiler flags (e.g. on True64 or Sequent). +# It gets checked for in the link test anyway. + +# First of all, check if the user has set any of the PTHREAD_LIBS, +# etcetera environment variables, and if threads linking works using +# them: +if test x"$PTHREAD_LIBS$PTHREAD_CFLAGS" != x; then + save_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS $PTHREAD_CFLAGS" + save_LIBS="$LIBS" + LIBS="$PTHREAD_LIBS $LIBS" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS" >&5 +$as_echo_n "checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char pthread_join (); +int +main () +{ +return pthread_join (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + acx_pthread_ok=yes +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_pthread_ok" >&5 +$as_echo "$acx_pthread_ok" >&6; } + if test x"$acx_pthread_ok" = xno; then + PTHREAD_LIBS="" + PTHREAD_CFLAGS="" + fi + LIBS="$save_LIBS" + CFLAGS="$save_CFLAGS" +fi + +# We must check for the threads library under a number of different +# names; the ordering is very important because some systems +# (e.g. DEC) have both -lpthread and -lpthreads, where one of the +# libraries is broken (non-POSIX). + +# Create a list of thread flags to try. Items starting with a "-" are +# C compiler flags, and other items are library names, except for "none" +# which indicates that we try without any flags at all, and "pthread-config" +# which is a program returning the flags for the Pth emulation library. + +acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config" + +# The ordering *is* (sometimes) important. Some notes on the +# individual items follow: + +# pthreads: AIX (must check this before -lpthread) +# none: in case threads are in libc; should be tried before -Kthread and +# other compiler flags to prevent continual compiler warnings +# -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h) +# -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able) +# lthread: LinuxThreads port on FreeBSD (also preferred to -pthread) +# -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads) +# -pthreads: Solaris/gcc +# -mthreads: Mingw32/gcc, Lynx/gcc +# -mt: Sun Workshop C (may only link SunOS threads [-lthread], but it +# doesn't hurt to check since this sometimes defines pthreads too; +# also defines -D_REENTRANT) +# ... -mt is also the pthreads flag for HP/aCC +# pthread: Linux, etcetera +# --thread-safe: KAI C++ +# pthread-config: use pthread-config program (for GNU Pth library) + +case "${host_cpu}-${host_os}" in + *solaris*) + + # On Solaris (at least, for some versions), libc contains stubbed + # (non-functional) versions of the pthreads routines, so link-based + # tests will erroneously succeed. (We need to link with -pthreads/-mt/ + # -lpthread.) (The stubs are missing pthread_cleanup_push, or rather + # a function called by this macro, so we could check for that, but + # who knows whether they'll stub that too in a future libc.) So, + # we'll just look for -pthreads and -lpthread first: + + acx_pthread_flags="-pthreads pthread -mt -pthread $acx_pthread_flags" + ;; +esac + +if test x"$acx_pthread_ok" = xno; then +for flag in $acx_pthread_flags; do + + case $flag in + none) + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work without any flags" >&5 +$as_echo_n "checking whether pthreads work without any flags... " >&6; } + ;; + + -*) + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work with $flag" >&5 +$as_echo_n "checking whether pthreads work with $flag... " >&6; } + PTHREAD_CFLAGS="$flag" + ;; + + pthread-config) + # Extract the first word of "pthread-config", so it can be a program name with args. +set dummy pthread-config; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_acx_pthread_config+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$acx_pthread_config"; then + ac_cv_prog_acx_pthread_config="$acx_pthread_config" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_acx_pthread_config="yes" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + test -z "$ac_cv_prog_acx_pthread_config" && ac_cv_prog_acx_pthread_config="no" +fi +fi +acx_pthread_config=$ac_cv_prog_acx_pthread_config +if test -n "$acx_pthread_config"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_pthread_config" >&5 +$as_echo "$acx_pthread_config" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + if test x"$acx_pthread_config" = xno; then continue; fi + PTHREAD_CFLAGS="`pthread-config --cflags`" + PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`" + ;; + + *) + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the pthreads library -l$flag" >&5 +$as_echo_n "checking for the pthreads library -l$flag... " >&6; } + PTHREAD_LIBS="-l$flag" + ;; + esac + + save_LIBS="$LIBS" + save_CFLAGS="$CFLAGS" + LIBS="$PTHREAD_LIBS $LIBS" + CFLAGS="$CFLAGS $PTHREAD_CFLAGS" + + # Check for various functions. We must include pthread.h, + # since some functions may be macros. (On the Sequent, we + # need a special flag -Kthread to make this header compile.) + # We check for pthread_join because it is in -lpthread on IRIX + # while pthread_create is in libc. We check for pthread_attr_init + # due to DEC craziness with -lpthreads. We check for + # pthread_cleanup_push because it is one of the few pthread + # functions on Solaris that doesn't have a non-functional libc stub. + # We try pthread_create on general principles. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +pthread_t th; pthread_join(th, 0); + pthread_attr_init(0); pthread_cleanup_push(0, 0); + pthread_create(0,0,0,0); pthread_cleanup_pop(0); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + acx_pthread_ok=yes +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + + LIBS="$save_LIBS" + CFLAGS="$save_CFLAGS" + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_pthread_ok" >&5 +$as_echo "$acx_pthread_ok" >&6; } + if test "x$acx_pthread_ok" = xyes; then + break; + fi + + PTHREAD_LIBS="" + PTHREAD_CFLAGS="" +done +fi + +# Various other checks: +if test "x$acx_pthread_ok" = xyes; then + save_LIBS="$LIBS" + LIBS="$PTHREAD_LIBS $LIBS" + save_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS $PTHREAD_CFLAGS" + + # Detect AIX lossage: JOINABLE attribute is called UNDETACHED. + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for joinable pthread attribute" >&5 +$as_echo_n "checking for joinable pthread attribute... " >&6; } + attr_name=unknown + for attr in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +int attr=$attr; return attr; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + attr_name=$attr; break +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + done + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $attr_name" >&5 +$as_echo "$attr_name" >&6; } + if test "$attr_name" != PTHREAD_CREATE_JOINABLE; then + +cat >>confdefs.h <<_ACEOF +#define PTHREAD_CREATE_JOINABLE $attr_name +_ACEOF + + fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if more special flags are required for pthreads" >&5 +$as_echo_n "checking if more special flags are required for pthreads... " >&6; } + flag=no + case "${host_cpu}-${host_os}" in + *-aix* | *-freebsd* | *-darwin*) flag="-D_THREAD_SAFE";; + *solaris* | *-osf* | *-hpux*) flag="-D_REENTRANT";; + esac + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${flag}" >&5 +$as_echo "${flag}" >&6; } + if test "x$flag" != xno; then + PTHREAD_CFLAGS="$flag $PTHREAD_CFLAGS" + fi + + LIBS="$save_LIBS" + CFLAGS="$save_CFLAGS" + # More AIX lossage: must compile with xlc_r or cc_r + if test x"$GCC" != xyes; then + for ac_prog in xlc_r cc_r +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_PTHREAD_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$PTHREAD_CC"; then + ac_cv_prog_PTHREAD_CC="$PTHREAD_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_PTHREAD_CC="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +PTHREAD_CC=$ac_cv_prog_PTHREAD_CC +if test -n "$PTHREAD_CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PTHREAD_CC" >&5 +$as_echo "$PTHREAD_CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$PTHREAD_CC" && break +done +test -n "$PTHREAD_CC" || PTHREAD_CC="${CC}" + + else + PTHREAD_CC=$CC + fi + + # The next part tries to detect GCC inconsistency with -shared on some + # architectures and systems. The problem is that in certain + # configurations, when -shared is specified, GCC "forgets" to + # internally use various flags which are still necessary. + + # + # Prepare the flags + # + save_CFLAGS="$CFLAGS" + save_LIBS="$LIBS" + save_CC="$CC" + + # Try with the flags determined by the earlier checks. + # + # -Wl,-z,defs forces link-time symbol resolution, so that the + # linking checks with -shared actually have any value + # + # FIXME: -fPIC is required for -shared on many architectures, + # so we specify it here, but the right way would probably be to + # properly detect whether it is actually required. + CFLAGS="-shared -fPIC -Wl,-z,defs $CFLAGS $PTHREAD_CFLAGS" + LIBS="$PTHREAD_LIBS $LIBS" + CC="$PTHREAD_CC" + + # In order not to create several levels of indentation, we test + # the value of "$done" until we find the cure or run out of ideas. + done="no" + + # First, make sure the CFLAGS we added are actually accepted by our + # compiler. If not (and OS X's ld, for instance, does not accept -z), + # then we can't do this test. + if test x"$done" = xno; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to check for GCC pthread/shared inconsistencies" >&5 +$as_echo_n "checking whether to check for GCC pthread/shared inconsistencies... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + +else + done=yes +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + + if test "x$done" = xyes ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + fi + fi + + if test x"$done" = xno; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -pthread is sufficient with -shared" >&5 +$as_echo_n "checking whether -pthread is sufficient with -shared... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +pthread_t th; pthread_join(th, 0); + pthread_attr_init(0); pthread_cleanup_push(0, 0); + pthread_create(0,0,0,0); pthread_cleanup_pop(0); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + done=yes +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + + if test "x$done" = xyes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + fi + fi + + # + # Linux gcc on some architectures such as mips/mipsel forgets + # about -lpthread + # + if test x"$done" = xno; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lpthread fixes that" >&5 +$as_echo_n "checking whether -lpthread fixes that... " >&6; } + LIBS="-lpthread $PTHREAD_LIBS $save_LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +pthread_t th; pthread_join(th, 0); + pthread_attr_init(0); pthread_cleanup_push(0, 0); + pthread_create(0,0,0,0); pthread_cleanup_pop(0); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + done=yes +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + + if test "x$done" = xyes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + PTHREAD_LIBS="-lpthread $PTHREAD_LIBS" + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + fi + fi + # + # FreeBSD 4.10 gcc forgets to use -lc_r instead of -lc + # + if test x"$done" = xno; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc_r fixes that" >&5 +$as_echo_n "checking whether -lc_r fixes that... " >&6; } + LIBS="-lc_r $PTHREAD_LIBS $save_LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +pthread_t th; pthread_join(th, 0); + pthread_attr_init(0); pthread_cleanup_push(0, 0); + pthread_create(0,0,0,0); pthread_cleanup_pop(0); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + done=yes +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + + if test "x$done" = xyes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + PTHREAD_LIBS="-lc_r $PTHREAD_LIBS" + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + fi + fi + if test x"$done" = xno; then + # OK, we have run out of ideas + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Impossible to determine how to use pthreads with shared libraries" >&5 +$as_echo "$as_me: WARNING: Impossible to determine how to use pthreads with shared libraries" >&2;} + + # so it's not safe to assume that we may use pthreads + acx_pthread_ok=no + fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether what we have so far is sufficient with -nostdlib" >&5 +$as_echo_n "checking whether what we have so far is sufficient with -nostdlib... " >&6; } + CFLAGS="-nostdlib $CFLAGS" + # we need c with nostdlib + LIBS="$LIBS -lc" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +pthread_t th; pthread_join(th, 0); + pthread_attr_init(0); pthread_cleanup_push(0, 0); + pthread_create(0,0,0,0); pthread_cleanup_pop(0); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + done=yes +else + done=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + + if test "x$done" = xyes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + fi + + if test x"$done" = xno; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lpthread saves the day" >&5 +$as_echo_n "checking whether -lpthread saves the day... " >&6; } + LIBS="-lpthread $LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +pthread_t th; pthread_join(th, 0); + pthread_attr_init(0); pthread_cleanup_push(0, 0); + pthread_create(0,0,0,0); pthread_cleanup_pop(0); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + done=yes +else + done=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + + if test "x$done" = xyes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + PTHREAD_LIBS="$PTHREAD_LIBS -lpthread" + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Impossible to determine how to use pthreads with shared libraries and -nostdlib" >&5 +$as_echo "$as_me: WARNING: Impossible to determine how to use pthreads with shared libraries and -nostdlib" >&2;} + fi + fi + + CFLAGS="$save_CFLAGS" + LIBS="$save_LIBS" + CC="$save_CC" +else + PTHREAD_CC="$CC" +fi + + + + + +# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND: +if test x"$acx_pthread_ok" = xyes; then + +$as_echo "#define HAVE_PTHREAD 1" >>confdefs.h + + : +else + acx_pthread_ok=no + +fi +ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + + + tcmalloc_flags="\$(PTHREAD_CFLAGS)" + tcmalloc_libs="$tcmalloc_libs \$(PTHREAD_LIBS)" +fi + + + +# Figure out where hash_map lives and also hash_fun.h (or stl_hash_fun.h). +# This also tells us what namespace hash code lives in. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler implements namespaces" >&5 +$as_echo_n "checking whether the compiler implements namespaces... " >&6; } +if ${ac_cv_cxx_namespaces+:} false; then : + $as_echo_n "(cached) " >&6 +else + + ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +namespace Outer { + namespace Inner { int i = 0; }} +int +main () +{ +using namespace Outer::Inner; return i; + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_cv_cxx_namespaces=yes +else + ac_cv_cxx_namespaces=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_namespaces" >&5 +$as_echo "$ac_cv_cxx_namespaces" >&6; } + if test "$ac_cv_cxx_namespaces" = yes; then + +$as_echo "#define HAVE_NAMESPACES 1" >>confdefs.h + + fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking the location of hash_map" >&5 +$as_echo_n "checking the location of hash_map... " >&6; } + + ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + + ac_cv_cxx_hash_map="" + # First try unordered_map, but not on gcc's before 4.2 -- I've + # seen unexplainable unordered_map bugs with -O2 on older gcc's. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#if defined(__GNUC__) && (__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 2)) + # error GCC too old for unordered_map + #endif + +int +main () +{ +/* no program body necessary */ + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + stl_hash_old_gcc=no +else + stl_hash_old_gcc=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + for location in unordered_map tr1/unordered_map; do + for namespace in std std::tr1; do + if test -z "$ac_cv_cxx_hash_map" -a "$stl_hash_old_gcc" != yes; then + # Some older gcc's have a buggy tr1, so test a bit of code. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include <$location> +int +main () +{ +const ${namespace}::unordered_map t; + return t.find(5) == t.end(); + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_cv_cxx_hash_map="<$location>"; + ac_cv_cxx_hash_namespace="$namespace"; + ac_cv_cxx_have_unordered_map="yes"; +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + done + done + # Now try hash_map + for location in ext/hash_map hash_map; do + for namespace in __gnu_cxx "" std stdext; do + if test -z "$ac_cv_cxx_hash_map"; then + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include <$location> +int +main () +{ +${namespace}::hash_map t + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_cv_cxx_hash_map="<$location>"; + ac_cv_cxx_hash_namespace="$namespace"; + ac_cv_cxx_have_unordered_map="no"; +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + done + done + ac_cv_cxx_hash_set=`echo "$ac_cv_cxx_hash_map" | sed s/map/set/`; + if test -n "$ac_cv_cxx_hash_map"; then + +$as_echo "#define HAVE_HASH_MAP 1" >>confdefs.h + + +$as_echo "#define HAVE_HASH_SET 1" >>confdefs.h + + +cat >>confdefs.h <<_ACEOF +#define HASH_MAP_H $ac_cv_cxx_hash_map +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define HASH_SET_H $ac_cv_cxx_hash_set +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define HASH_NAMESPACE $ac_cv_cxx_hash_namespace +_ACEOF + + if test "$ac_cv_cxx_have_unordered_map" = yes; then + +$as_echo "#define HAVE_UNORDERED_MAP 1" >>confdefs.h + + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_hash_map" >&5 +$as_echo "$ac_cv_cxx_hash_map" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5 +$as_echo "" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: could not find an STL hash_map" >&5 +$as_echo "$as_me: WARNING: could not find an STL hash_map" >&2;} + fi + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to include hash_fun directly" >&5 +$as_echo_n "checking how to include hash_fun directly... " >&6; } + + ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + + ac_cv_cxx_stl_hash_fun="" + for location in functional tr1/functional \ + ext/hash_fun.h ext/stl_hash_fun.h \ + hash_fun.h stl_hash_fun.h \ + stl/_hash_fun.h; do + if test -z "$ac_cv_cxx_stl_hash_fun"; then + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include <$location> +int +main () +{ +int x = ${ac_cv_cxx_hash_namespace}::hash()(5) + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_cv_cxx_stl_hash_fun="<$location>"; +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + done + ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + + +cat >>confdefs.h <<_ACEOF +#define HASH_FUN_H $ac_cv_cxx_stl_hash_fun +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define HASH_NAMESPACE $ac_cv_cxx_hash_namespace +_ACEOF + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_stl_hash_fun" >&5 +$as_echo "$ac_cv_cxx_stl_hash_fun" >&6; } + + +# Find out what namespace the user wants our classes to be defined in. +# TODO(csilvers): change this to default to sparsehash instead. +google_namespace_default=google + # Check whether --enable-namespace was given. +if test "${enable_namespace+set}" = set; then : + enableval=$enable_namespace; case "$enableval" in + yes) google_namespace="$google_namespace_default" ;; + no) google_namespace="" ;; + *) google_namespace="$enableval" ;; + esac +else + google_namespace="$google_namespace_default" +fi + + if test -n "$google_namespace"; then + ac_google_namespace="::$google_namespace" + ac_google_start_namespace="namespace $google_namespace {" + ac_google_end_namespace="}" + else + ac_google_namespace="" + ac_google_start_namespace="" + ac_google_end_namespace="" + fi + +cat >>confdefs.h <<_ACEOF +#define GOOGLE_NAMESPACE $ac_google_namespace +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define _START_GOOGLE_NAMESPACE_ $ac_google_start_namespace +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define _END_GOOGLE_NAMESPACE_ $ac_google_end_namespace +_ACEOF + + + +# In unix-based systems, hash is always defined as hash<> (in namespace. +# HASH_NAMESPACE.) So we can use a simple AC_DEFINE here. On +# windows, and possibly on future unix STL implementations, this +# macro will evaluate to something different.) + +$as_echo "#define SPARSEHASH_HASH_NO_NAMESPACE hash" >>confdefs.h + + +# Do *not* define this in terms of SPARSEHASH_HASH_NO_NAMESPACE, because +# SPARSEHASH_HASH is exported to sparseconfig.h, but S_H_NO_NAMESPACE isn't. + +$as_echo "#define SPARSEHASH_HASH HASH_NAMESPACE::hash" >>confdefs.h + + + +# Write generated configuration file +ac_config_files="$ac_config_files Makefile" + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes: double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \. + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + if test "x$cache_file" != "x/dev/null"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +$as_echo "$as_me: updating cache $cache_file" >&6;} + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else + case $cache_file in #( + */* | ?:*) + mv -f confcache "$cache_file"$$ && + mv -f "$cache_file"$$ "$cache_file" ;; #( + *) + mv -f confcache "$cache_file" ;; + esac + fi + fi + else + { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +DEFS=-DHAVE_CONFIG_H + +ac_libobjs= +ac_ltlibobjs= +U= +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIBOBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + + if test -n "$EXEEXT"; then + am__EXEEXT_TRUE= + am__EXEEXT_FALSE='#' +else + am__EXEEXT_TRUE='#' + am__EXEEXT_FALSE= +fi + +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then + as_fn_error $? "conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then + as_fn_error $? "conditional \"am__fastdepCXX\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${GCC_TRUE}" && test -z "${GCC_FALSE}"; then + as_fn_error $? "conditional \"GCC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi + +: "${CONFIG_STATUS=./config.status}" +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} +as_write_fail=0 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false + +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in #( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -p' + fi +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in #( + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by sparsehash $as_me 2.0.2, which was +generated by GNU Autoconf 2.68. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + +case $ac_config_headers in *" +"*) set x $ac_config_headers; shift; ac_config_headers=$*;; +esac + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# Files that config.status was made for. +config_files="$ac_config_files" +config_headers="$ac_config_headers" +config_commands="$ac_config_commands" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Configuration commands: +$config_commands + +Report bugs to ." + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" +ac_cs_version="\\ +sparsehash config.status 2.0.2 +configured by $0, generated by GNU Autoconf 2.68, + with options \\"\$ac_cs_config\\" + +Copyright (C) 2010 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' +AWK='$AWK' +test -n "\$AWK" || AWK=awk +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=?*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + --*=) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg= + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + $as_echo "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + $as_echo "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_HEADERS " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + as_fn_error $? "ambiguous option: \`$1' +Try \`$0 --help' for more information.";; + --help | --hel | -h ) + $as_echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error $? "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +if \$ac_cs_recheck; then + set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX + $as_echo "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# +# INIT-COMMANDS +# +AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;; + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files + test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers + test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= ac_tmp= + trap 'exit_status=$? + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && +_ACEOF + + +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + . ./conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\)..*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\)..*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 +_ACEOF + +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// +s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +fi # test -n "$CONFIG_FILES" + +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$ac_tmp/defines.awk" <<\_ACAWK || +BEGIN { +_ACEOF + +# Transform confdefs.h into an awk script `defines.awk', embedded as +# here-document in config.status, that substitutes the proper values into +# config.h.in to produce config.h. + +# Create a delimiter string that does not exist in confdefs.h, to ease +# handling of long lines. +ac_delim='%!_!# ' +for ac_last_try in false false :; do + ac_tt=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_tt"; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +# For the awk script, D is an array of macro values keyed by name, +# likewise P contains macro parameters if any. Preserve backslash +# newline sequences. + +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +sed -n ' +s/.\{148\}/&'"$ac_delim"'/g +t rset +:rset +s/^[ ]*#[ ]*define[ ][ ]*/ / +t def +d +:def +s/\\$// +t bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3"/p +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p +d +:bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3\\\\\\n"\\/p +t cont +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p +t cont +d +:cont +n +s/.\{148\}/&'"$ac_delim"'/g +t clear +:clear +s/\\$// +t bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/"/p +d +:bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p +b cont +' >$CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { + line = \$ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + prefix = substr(line, 1, index(line, defundef) - 1) + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #undef with comments. This is necessary, for example, + # in the case of _POSIX_SOURCE, which is predefined and required + # on some systems where configure will not decide to define it. + if (defundef == "undef") { + print "/*", prefix defundef, macro, "*/" + next + } + } +} +{ print } +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 +fi # test -n "$CONFIG_HEADERS" + + +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$ac_tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$ac_tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&5 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" + case $ac_file in + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; + esac \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + ;; + :H) + # + # CONFIG_HEADER + # + if test x"$ac_file" != x-; then + { + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" + } >"$ac_tmp/config.h" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then + { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +$as_echo "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$ac_tmp/config.h" "$ac_file" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + fi + else + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ + || as_fn_error $? "could not create -" "$LINENO" 5 + fi +# Compute "$ac_file"'s index in $config_headers. +_am_arg="$ac_file" +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$_am_arg" : 'X\(//\)[^/]' \| \ + X"$_am_arg" : 'X\(//\)$' \| \ + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$_am_arg" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'`/stamp-h$_am_stamp_count + ;; + + :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 +$as_echo "$as_me: executing $ac_file commands" >&6;} + ;; + esac + + + case $ac_file$ac_mode in + "depfiles":C) test x"$AMDEP_TRUE" != x"" || { + # Autoconf 2.62 quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + case $CONFIG_FILES in + *\'*) eval set x "$CONFIG_FILES" ;; + *) set x $CONFIG_FILES ;; + esac + shift + for mf + do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named `Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`$as_dirname -- "$mf" || +$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$mf" : 'X\(//\)[^/]' \| \ + X"$mf" : 'X\(//\)$' \| \ + X"$mf" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running `make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # When using ansi2knr, U may be empty or an underscore; expand it + U=`sed -n 's/^U = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`$as_dirname -- "$file" || +$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$file" : 'X\(//\)[^/]' \| \ + X"$file" : 'X\(//\)$' \| \ + X"$file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir=$dirpart/$fdir; as_fn_mkdir_p + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done + done +} + ;; + + esac +done # for ac_tag + + +as_fn_exit 0 +_ACEOF +ac_clean_files=$ac_clean_files_save + +test $ac_write_fail = 0 || + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || as_fn_exit 1 +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + diff --git a/clipper/sparsehash-2.0.3/configure.ac b/clipper/sparsehash-2.0.3/configure.ac new file mode 100644 index 0000000..9b4e86d --- /dev/null +++ b/clipper/sparsehash-2.0.3/configure.ac @@ -0,0 +1,73 @@ +## Process this file with autoconf to produce configure. +## In general, the safest way to proceed is to run ./autogen.sh + +# make sure we're interpreted by some minimal autoconf +AC_PREREQ(2.57) + +AC_INIT(sparsehash, 2.0.2, google-sparsehash@googlegroups.com) +# The argument here is just something that should be in the current directory +# (for sanity checking) +AC_CONFIG_SRCDIR(README) +AM_INIT_AUTOMAKE([dist-zip]) +AM_CONFIG_HEADER(src/config.h) + +# Checks for programs. +AC_PROG_CXX +AC_PROG_CC +AC_PROG_CPP +AM_CONDITIONAL(GCC, test "$GCC" = yes) # let the Makefile know if we're gcc + +# Check whether some low-level functions/files are available +AC_HEADER_STDC +AC_CHECK_FUNCS(memcpy memmove) +AC_CHECK_TYPES([uint16_t]) # defined in C99 systems +AC_CHECK_TYPES([u_int16_t]) # defined in BSD-derived systems, and gnu +AC_CHECK_TYPES([__uint16]) # defined in some windows systems (vc7) +AC_CHECK_TYPES([long long]) # probably defined everywhere, but... + +# These are 'only' needed for unittests +AC_CHECK_HEADERS(sys/resource.h unistd.h sys/time.h sys/utsname.h) + +# If you have google-perftools installed, we can do a bit more testing. +# We not only want to set HAVE_MALLOC_EXTENSION_H, we also want to set +# a variable to let the Makefile to know to link in tcmalloc. +AC_LANG([C++]) +AC_CHECK_HEADERS(google/malloc_extension.h, + tcmalloc_libs=-ltcmalloc, + tcmalloc_libs=) +# On some systems, when linking in tcmalloc you also need to link in +# pthread. That's a bug somewhere, but we'll work around it for now. +tcmalloc_flags="" +if test -n "$tcmalloc_libs"; then + ACX_PTHREAD + tcmalloc_flags="\$(PTHREAD_CFLAGS)" + tcmalloc_libs="$tcmalloc_libs \$(PTHREAD_LIBS)" +fi +AC_SUBST(tcmalloc_flags) +AC_SUBST(tcmalloc_libs) + +# Figure out where hash_map lives and also hash_fun.h (or stl_hash_fun.h). +# This also tells us what namespace hash code lives in. +AC_CXX_STL_HASH +AC_CXX_STL_HASH_FUN + +# Find out what namespace the user wants our classes to be defined in. +# TODO(csilvers): change this to default to sparsehash instead. +AC_DEFINE_GOOGLE_NAMESPACE(google) + +# In unix-based systems, hash is always defined as hash<> (in namespace. +# HASH_NAMESPACE.) So we can use a simple AC_DEFINE here. On +# windows, and possibly on future unix STL implementations, this +# macro will evaluate to something different.) +AC_DEFINE(SPARSEHASH_HASH_NO_NAMESPACE, hash, + [The system-provided hash function, in namespace HASH_NAMESPACE.]) + +# Do *not* define this in terms of SPARSEHASH_HASH_NO_NAMESPACE, because +# SPARSEHASH_HASH is exported to sparseconfig.h, but S_H_NO_NAMESPACE isn't. +AC_DEFINE(SPARSEHASH_HASH, HASH_NAMESPACE::hash, + [The system-provided hash function including the namespace.]) + + +# Write generated configuration file +AC_CONFIG_FILES([Makefile]) +AC_OUTPUT diff --git a/clipper/sparsehash-2.0.3/depcomp b/clipper/sparsehash-2.0.3/depcomp new file mode 100755 index 0000000..df8eea7 --- /dev/null +++ b/clipper/sparsehash-2.0.3/depcomp @@ -0,0 +1,630 @@ +#! /bin/sh +# depcomp - compile a program generating dependencies as side-effects + +scriptversion=2009-04-28.21; # UTC + +# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 Free +# Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# Originally written by Alexandre Oliva . + +case $1 in + '') + echo "$0: No command. Try \`$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: depcomp [--help] [--version] PROGRAM [ARGS] + +Run PROGRAMS ARGS to compile a file, generating dependencies +as side-effects. + +Environment variables: + depmode Dependency tracking mode. + source Source file read by `PROGRAMS ARGS'. + object Object file output by `PROGRAMS ARGS'. + DEPDIR directory where to store dependencies. + depfile Dependency file to output. + tmpdepfile Temporary file to use when outputing dependencies. + libtool Whether libtool is used (yes/no). + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "depcomp $scriptversion" + exit $? + ;; +esac + +if test -z "$depmode" || test -z "$source" || test -z "$object"; then + echo "depcomp: Variables source, object and depmode must be set" 1>&2 + exit 1 +fi + +# Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. +depfile=${depfile-`echo "$object" | + sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} +tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} + +rm -f "$tmpdepfile" + +# Some modes work just like other modes, but use different flags. We +# parameterize here, but still list the modes in the big case below, +# to make depend.m4 easier to write. Note that we *cannot* use a case +# here, because this file can only contain one case statement. +if test "$depmode" = hp; then + # HP compiler uses -M and no extra arg. + gccflag=-M + depmode=gcc +fi + +if test "$depmode" = dashXmstdout; then + # This is just like dashmstdout with a different argument. + dashmflag=-xM + depmode=dashmstdout +fi + +cygpath_u="cygpath -u -f -" +if test "$depmode" = msvcmsys; then + # This is just like msvisualcpp but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u="sed s,\\\\\\\\,/,g" + depmode=msvisualcpp +fi + +case "$depmode" in +gcc3) +## gcc 3 implements dependency tracking that does exactly what +## we want. Yay! Note: for some reason libtool 1.4 doesn't like +## it if -MD -MP comes after the -MF stuff. Hmm. +## Unfortunately, FreeBSD c89 acceptance of flags depends upon +## the command line argument order; so add the flags where they +## appear in depend2.am. Note that the slowdown incurred here +## affects only configure: in makefiles, %FASTDEP% shortcuts this. + for arg + do + case $arg in + -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; + *) set fnord "$@" "$arg" ;; + esac + shift # fnord + shift # $arg + done + "$@" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + mv "$tmpdepfile" "$depfile" + ;; + +gcc) +## There are various ways to get dependency output from gcc. Here's +## why we pick this rather obscure method: +## - Don't want to use -MD because we'd like the dependencies to end +## up in a subdir. Having to rename by hand is ugly. +## (We might end up doing this anyway to support other compilers.) +## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like +## -MM, not -M (despite what the docs say). +## - Using -M directly means running the compiler twice (even worse +## than renaming). + if test -z "$gccflag"; then + gccflag=-MD, + fi + "$@" -Wp,"$gccflag$tmpdepfile" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz +## The second -e expression handles DOS-style file names with drive letters. + sed -e 's/^[^:]*: / /' \ + -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" +## This next piece of magic avoids the `deleted header file' problem. +## The problem is that when a header file which appears in a .P file +## is deleted, the dependency causes make to die (because there is +## typically no way to rebuild the header). We avoid this by adding +## dummy dependencies for each header file. Too bad gcc doesn't do +## this for us directly. + tr ' ' ' +' < "$tmpdepfile" | +## Some versions of gcc put a space before the `:'. On the theory +## that the space means something, we add a space to the output as +## well. +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +sgi) + if test "$libtool" = yes; then + "$@" "-Wp,-MDupdate,$tmpdepfile" + else + "$@" -MDupdate "$tmpdepfile" + fi + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + + if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files + echo "$object : \\" > "$depfile" + + # Clip off the initial element (the dependent). Don't try to be + # clever and replace this with sed code, as IRIX sed won't handle + # lines with more than a fixed number of characters (4096 in + # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; + # the IRIX cc adds comments like `#:fec' to the end of the + # dependency line. + tr ' ' ' +' < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ + tr ' +' ' ' >> "$depfile" + echo >> "$depfile" + + # The second pass generates a dummy entry for each header file. + tr ' ' ' +' < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> "$depfile" + else + # The sourcefile does not contain any dependencies, so just + # store a dummy comment line, to avoid errors with the Makefile + # "include basename.Plo" scheme. + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +aix) + # The C for AIX Compiler uses -M and outputs the dependencies + # in a .u file. In older versions, this file always lives in the + # current directory. Also, the AIX compiler puts `$object:' at the + # start of each line; $object doesn't have directory information. + # Version 6 uses the directory in both cases. + dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` + test "x$dir" = "x$object" && dir= + base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + if test "$libtool" = yes; then + tmpdepfile1=$dir$base.u + tmpdepfile2=$base.u + tmpdepfile3=$dir.libs/$base.u + "$@" -Wc,-M + else + tmpdepfile1=$dir$base.u + tmpdepfile2=$dir$base.u + tmpdepfile3=$dir$base.u + "$@" -M + fi + stat=$? + + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + if test -f "$tmpdepfile"; then + # Each line is of the form `foo.o: dependent.h'. + # Do two passes, one to just change these to + # `$object: dependent.h' and one to simply `dependent.h:'. + sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" + # That's a tab and a space in the []. + sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" + else + # The sourcefile does not contain any dependencies, so just + # store a dummy comment line, to avoid errors with the Makefile + # "include basename.Plo" scheme. + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +icc) + # Intel's C compiler understands `-MD -MF file'. However on + # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c + # ICC 7.0 will fill foo.d with something like + # foo.o: sub/foo.c + # foo.o: sub/foo.h + # which is wrong. We want: + # sub/foo.o: sub/foo.c + # sub/foo.o: sub/foo.h + # sub/foo.c: + # sub/foo.h: + # ICC 7.1 will output + # foo.o: sub/foo.c sub/foo.h + # and will wrap long lines using \ : + # foo.o: sub/foo.c ... \ + # sub/foo.h ... \ + # ... + + "$@" -MD -MF "$tmpdepfile" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + # Each line is of the form `foo.o: dependent.h', + # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. + # Do two passes, one to just change these to + # `$object: dependent.h' and one to simply `dependent.h:'. + sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process this invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | + sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp2) + # The "hp" stanza above does not work with aCC (C++) and HP's ia64 + # compilers, which have integrated preprocessors. The correct option + # to use with these is +Maked; it writes dependencies to a file named + # 'foo.d', which lands next to the object file, wherever that + # happens to be. + # Much of this is similar to the tru64 case; see comments there. + dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` + test "x$dir" = "x$object" && dir= + base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + if test "$libtool" = yes; then + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir.libs/$base.d + "$@" -Wc,+Maked + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + "$@" +Maked + fi + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile1" "$tmpdepfile2" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" + do + test -f "$tmpdepfile" && break + done + if test -f "$tmpdepfile"; then + sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile" + # Add `dependent.h:' lines. + sed -ne '2,${ + s/^ *// + s/ \\*$// + s/$/:/ + p + }' "$tmpdepfile" >> "$depfile" + else + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" "$tmpdepfile2" + ;; + +tru64) + # The Tru64 compiler uses -MD to generate dependencies as a side + # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'. + # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put + # dependencies in `foo.d' instead, so we check for that too. + # Subdirectories are respected. + dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` + test "x$dir" = "x$object" && dir= + base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + + if test "$libtool" = yes; then + # With Tru64 cc, shared objects can also be used to make a + # static library. This mechanism is used in libtool 1.4 series to + # handle both shared and static libraries in a single compilation. + # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. + # + # With libtool 1.5 this exception was removed, and libtool now + # generates 2 separate objects for the 2 libraries. These two + # compilations output dependencies in $dir.libs/$base.o.d and + # in $dir$base.o.d. We have to check for both files, because + # one of the two compilations can be disabled. We should prefer + # $dir$base.o.d over $dir.libs/$base.o.d because the latter is + # automatically cleaned when .libs/ is deleted, while ignoring + # the former would cause a distcleancheck panic. + tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4 + tmpdepfile2=$dir$base.o.d # libtool 1.5 + tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5 + tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504 + "$@" -Wc,-MD + else + tmpdepfile1=$dir$base.o.d + tmpdepfile2=$dir$base.d + tmpdepfile3=$dir$base.d + tmpdepfile4=$dir$base.d + "$@" -MD + fi + + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" + do + test -f "$tmpdepfile" && break + done + if test -f "$tmpdepfile"; then + sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" + # That's a tab and a space in the []. + sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" + else + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +#nosideeffect) + # This comment above is used by automake to tell side-effect + # dependency tracking mechanisms from slower ones. + +dashmstdout) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout, regardless of -o. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + # Remove `-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + test -z "$dashmflag" && dashmflag=-M + # Require at least two characters before searching for `:' + # in the target name. This is to cope with DOS-style filenames: + # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise. + "$@" $dashmflag | + sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile" + rm -f "$depfile" + cat < "$tmpdepfile" > "$depfile" + tr ' ' ' +' < "$tmpdepfile" | \ +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +dashXmstdout) + # This case only exists to satisfy depend.m4. It is never actually + # run, as this mode is specially recognized in the preamble. + exit 1 + ;; + +makedepend) + "$@" || exit $? + # Remove any Libtool call + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + # X makedepend + shift + cleared=no eat=no + for arg + do + case $cleared in + no) + set ""; shift + cleared=yes ;; + esac + if test $eat = yes; then + eat=no + continue + fi + case "$arg" in + -D*|-I*) + set fnord "$@" "$arg"; shift ;; + # Strip any option that makedepend may not understand. Remove + # the object too, otherwise makedepend will parse it as a source file. + -arch) + eat=yes ;; + -*|$object) + ;; + *) + set fnord "$@" "$arg"; shift ;; + esac + done + obj_suffix=`echo "$object" | sed 's/^.*\././'` + touch "$tmpdepfile" + ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" + rm -f "$depfile" + cat < "$tmpdepfile" > "$depfile" + sed '1,2d' "$tmpdepfile" | tr ' ' ' +' | \ +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" "$tmpdepfile".bak + ;; + +cpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + # Remove `-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + "$@" -E | + sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | + sed '$ s: \\$::' > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + cat < "$tmpdepfile" >> "$depfile" + sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvisualcpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + IFS=" " + for arg + do + case "$arg" in + -o) + shift + ;; + $object) + shift + ;; + "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") + set fnord "$@" + shift + shift + ;; + *) + set fnord "$@" "$arg" + shift + shift + ;; + esac + done + "$@" -E 2>/dev/null | + sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile" + echo " " >> "$depfile" + sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvcmsys) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +none) + exec "$@" + ;; + +*) + echo "Unknown depmode $depmode" 1>&2 + exit 1 + ;; +esac + +exit 0 + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff --git a/clipper/sparsehash-2.0.3/doc/dense_hash_map.html b/clipper/sparsehash-2.0.3/doc/dense_hash_map.html new file mode 100644 index 0000000..3825781 --- /dev/null +++ b/clipper/sparsehash-2.0.3/doc/dense_hash_map.html @@ -0,0 +1,1766 @@ + + + + + +dense_hash_map<Key, Data, HashFcn, EqualKey, Alloc> + + + + +

[Note: this document is formatted similarly to the SGI STL +implementation documentation pages, and refers to concepts and classes +defined there. However, neither this document nor the code it +describes is associated with SGI, nor is it necessary to have SGI's +STL implementation installed in order to use this class.]

+ + +

dense_hash_map<Key, Data, HashFcn, EqualKey, Alloc>

+ +
+ +

Looking up an element in a dense_hash_map by its key is +efficient, so dense_hash_map is useful for "dictionaries" +where the order of elements is irrelevant. If it is important for the +elements to be in a particular order, however, then map is more appropriate.

+ +

dense_hash_map is distinguished from other hash-map +implementations by its speed and by the ability to save +and restore contents to disk. On the other hand, this hash-map +implementation can use significantly more space than other hash-map +implementations, and it also has requirements -- for instance, for a +distinguished "empty key" -- that may not be easy for all +applications to satisfy.

+ +

This class is appropriate for applications that need speedy access +to relatively small "dictionaries" stored in memory, or for +applications that need these dictionaries to be persistent. [implementation note])

+ + +

Example

+ +(Note: this example uses SGI semantics for hash<> +-- the kind used by gcc and most Unix compiler suites -- and not +Dinkumware semantics -- the kind used by Microsoft Visual Studio. If +you are using MSVC, this example will not compile as-is: you'll need +to change hash to hash_compare, and you +won't use eqstr at all. See the MSVC documentation for +hash_map and hash_compare, for more +details.) + +
+#include <iostream>
+#include <sparsehash/dense_hash_map>
+
+using google::dense_hash_map;      // namespace where class lives by default
+using std::cout;
+using std::endl;
+using ext::hash;  // or __gnu_cxx::hash, or maybe tr1::hash, depending on your OS
+
+struct eqstr
+{
+  bool operator()(const char* s1, const char* s2) const
+  {
+    return (s1 == s2) || (s1 && s2 && strcmp(s1, s2) == 0);
+  }
+};
+
+int main()
+{
+  dense_hash_map<const char*, int, hash<const char*>, eqstr> months;
+  
+  months.set_empty_key(NULL);
+  months["january"] = 31;
+  months["february"] = 28;
+  months["march"] = 31;
+  months["april"] = 30;
+  months["may"] = 31;
+  months["june"] = 30;
+  months["july"] = 31;
+  months["august"] = 31;
+  months["september"] = 30;
+  months["october"] = 31;
+  months["november"] = 30;
+  months["december"] = 31;
+  
+  cout << "september -> " << months["september"] << endl;
+  cout << "april     -> " << months["april"] << endl;
+  cout << "june      -> " << months["june"] << endl;
+  cout << "november  -> " << months["november"] << endl;
+}
+
+ + +

Definition

+ +Defined in the header dense_hash_map. +This class is not part of the C++ standard, though it is mostly +compatible with the tr1 class unordered_map. + + +

Template parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterDescriptionDefault
+ Key + + The hash_map's key type. This is also defined as + dense_hash_map::key_type. + +   +
+ Data + + The hash_map's data type. This is also defined as + dense_hash_map::data_type. [7] + +   +
+ HashFcn + + The hash function used by the + hash_map. This is also defined as dense_hash_map::hasher. +
Note: Hashtable performance depends heavily on the choice of + hash function. See the performance + page for more information. +
+ hash<Key> +
+ EqualKey + + The hash_map key equality function: a binary predicate that determines + whether two keys are equal. This is also defined as + dense_hash_map::key_equal. + + equal_to<Key> +
+ Alloc + + The STL allocator to use. By default, uses the provided allocator + libc_allocator_with_realloc, which likely gives better + performance than other STL allocators due to its built-in support + for realloc, which this container takes advantage of. + If you use an allocator other than the default, note that this + container imposes an additional requirement on the STL allocator + type beyond those in [lib.allocator.requirements]: it does not + support allocators that define alternate memory models. That is, + it assumes that pointer, const_pointer, + size_type, and difference_type are just + T*, const T*, size_t, and + ptrdiff_t, respectively. This is also defined as + dense_hash_map::allocator_type. + +
+ + +

Model of

+ +Unique Hashed Associative Container, +Pair Associative Container + + +

Type requirements

+ +
    +
  • +Key is Assignable. +
  • +EqualKey is a Binary Predicate whose argument type is Key. +
  • +EqualKey is an equivalence relation. +
  • +Alloc is an Allocator. +
+ + +

Public base classes

+ +None. + + +

Members

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MemberWhere definedDescription
+ key_type + + Associative + Container + + The dense_hash_map's key type, Key. +
+ data_type + + Pair + Associative Container + + The type of object associated with the keys. +
+ value_type + + Pair + Associative Container + + The type of object, pair<const key_type, data_type>, + stored in the hash_map. +
+ hasher + + Hashed + Associative Container + + The dense_hash_map's hash + function. +
+ key_equal + + Hashed + Associative Container + + Function + object that compares keys for equality. +
+ allocator_type + + Unordered Associative Container (tr1) + + The type of the Allocator given as a template parameter. +
+ pointer + + Container + + Pointer to T. +
+ reference + + Container + + Reference to T +
+ const_reference + + Container + + Const reference to T +
+ size_type + + Container + + An unsigned integral type. +
+ difference_type + + Container + + A signed integral type. +
+ iterator + + Container + + Iterator used to iterate through a dense_hash_map. [1] +
+ const_iterator + + Container + + Const iterator used to iterate through a dense_hash_map. +
+ local_iterator + + Unordered Associative Container (tr1) + + Iterator used to iterate through a subset of + dense_hash_map. [1] +
+ const_local_iterator + + Unordered Associative Container (tr1) + + Const iterator used to iterate through a subset of + dense_hash_map. +
+ iterator begin() + + Container + + Returns an iterator pointing to the beginning of the + dense_hash_map. +
+ iterator end() + + Container + + Returns an iterator pointing to the end of the + dense_hash_map. +
+ const_iterator begin() const + + Container + + Returns an const_iterator pointing to the beginning of the + dense_hash_map. +
+ const_iterator end() const + + Container + + Returns an const_iterator pointing to the end of the + dense_hash_map. +
+ local_iterator begin(size_type i) + + Unordered Associative Container (tr1) + + Returns a local_iterator pointing to the beginning of bucket + i in the dense_hash_map. +
+ local_iterator end(size_type i) + + Unordered Associative Container (tr1) + + Returns a local_iterator pointing to the end of bucket + i in the dense_hash_map. For + dense_hash_map, each bucket contains either 0 or 1 item. +
+ const_local_iterator begin(size_type i) const + + Unordered Associative Container (tr1) + + Returns a const_local_iterator pointing to the beginning of bucket + i in the dense_hash_map. +
+ const_local_iterator end(size_type i) const + + Unordered Associative Container (tr1) + + Returns a const_local_iterator pointing to the end of bucket + i in the dense_hash_map. For + dense_hash_map, each bucket contains either 0 or 1 item. +
+ size_type size() const + + Container + + Returns the size of the dense_hash_map. +
+ size_type max_size() const + + Container + + Returns the largest possible size of the dense_hash_map. +
+ bool empty() const + + Container + + true if the dense_hash_map's size is 0. +
+ size_type bucket_count() const + + Hashed + Associative Container + + Returns the number of buckets used by the dense_hash_map. +
+ size_type max_bucket_count() const + + Hashed + Associative Container + + Returns the largest possible number of buckets used by the dense_hash_map. +
+ size_type bucket_size(size_type i) const + + Unordered Associative Container (tr1) + + Returns the number of elements in bucket i. For + dense_hash_map, this will be either 0 or 1. +
+ size_type bucket(const key_type& key) const + + Unordered Associative Container (tr1) + + If the key exists in the map, returns the index of the bucket + containing the given key, otherwise, return the bucket the key + would be inserted into. + This value may be passed to begin(size_type) and + end(size_type). +
+ float load_factor() const + + Unordered Associative Container (tr1) + + The number of elements in the dense_hash_map divided by + the number of buckets. +
+ float max_load_factor() const + + Unordered Associative Container (tr1) + + The maximum load factor before increasing the number of buckets in + the dense_hash_map. +
+ void max_load_factor(float new_grow) + + Unordered Associative Container (tr1) + + Sets the maximum load factor before increasing the number of + buckets in the dense_hash_map. +
+ float min_load_factor() const + + dense_hash_map + + The minimum load factor before decreasing the number of buckets in + the dense_hash_map. +
+ void min_load_factor(float new_grow) + + dense_hash_map + + Sets the minimum load factor before decreasing the number of + buckets in the dense_hash_map. +
+ void set_resizing_parameters(float shrink, float grow) + + dense_hash_map + + DEPRECATED. See below. +
+ void resize(size_type n) + + Hashed + Associative Container + + Increases the bucket count to hold at least n items. + [4] [5] +
+ void rehash(size_type n) + + Unordered Associative Container (tr1) + + Increases the bucket count to hold at least n items. + This is identical to resize. + [4] [5] +
+ hasher hash_funct() const + + Hashed + Associative Container + + Returns the hasher object used by the dense_hash_map. +
+ hasher hash_function() const + + Unordered Associative Container (tr1) + + Returns the hasher object used by the dense_hash_map. + This is idential to hash_funct. +
+ key_equal key_eq() const + + Hashed + Associative Container + + Returns the key_equal object used by the + dense_hash_map. +
+ allocator_type get_allocator() const + + Unordered Associative Container (tr1) + + Returns the allocator_type object used by the + dense_hash_map: either the one passed in to the + constructor, or a default Alloc instance. +
+ dense_hash_map() + + Container + + Creates an empty dense_hash_map. +
+ dense_hash_map(size_type n) + + Hashed + Associative Container + + Creates an empty dense_hash_map that's optimized for holding + up to n items. + [5] +
+ dense_hash_map(size_type n, const hasher& h) + + Hashed + Associative Container + + Creates an empty dense_hash_map that's optimized for up + to n items, using h as the hash function. +
+ dense_hash_map(size_type n, const hasher& h, const + key_equal& k) + + Hashed + Associative Container + + Creates an empty dense_hash_map that's optimized for up + to n items, using h as the hash function and + k as the key equal function. +
+ dense_hash_map(size_type n, const hasher& h, const + key_equal& k, const allocator_type& a) + + Unordered Associative Container (tr1) + + Creates an empty dense_hash_map that's optimized for up + to n items, using h as the hash function, + k as the key equal function, and a as the + allocator object. +
+
template <class InputIterator>
+dense_hash_map(InputIterator f, InputIterator l) 
+[2] +
+ Unique + Hashed Associative Container + + Creates a dense_hash_map with a copy of a range. +
+
template <class InputIterator>
+dense_hash_map(InputIterator f, InputIterator l, size_type n) 
+[2] +
+ Unique + Hashed Associative Container + + Creates a hash_map with a copy of a range that's optimized to + hold up to n items. +
+
template <class InputIterator>
+dense_hash_map(InputIterator f, InputIterator l, size_type n, const
+hasher& h) 
[2] +
+ Unique + Hashed Associative Container + + Creates a hash_map with a copy of a range that's optimized to hold + up to n items, using h as the hash function. +
+
template <class InputIterator>
+dense_hash_map(InputIterator f, InputIterator l, size_type n, const
+hasher& h, const key_equal& k) 
[2] +
+ Unique + Hashed Associative Container + + Creates a hash_map with a copy of a range that's optimized for + holding up to n items, using h as the hash + function and k as the key equal function. +
+
template <class InputIterator>
+dense_hash_map(InputIterator f, InputIterator l, size_type n, const
+hasher& h, const key_equal& k, const allocator_type& a) 
+ [2] +
+ Unordered Associative Container (tr1) + + Creates a hash_map with a copy of a range that's optimized for + holding up to n items, using h as the hash + function, k as the key equal function, and a as + the allocator object. +
+ dense_hash_map(const hash_map&) + + Container + + The copy constructor. +
+ dense_hash_map& operator=(const hash_map&) + + Container + + The assignment operator +
+ void swap(hash_map&) + + Container + + Swaps the contents of two hash_maps. +
+
pair<iterator, bool> insert(const value_type& x)
+
+
+ Unique + Associative Container + + Inserts x into the dense_hash_map. +
+
template <class InputIterator>
+void insert(InputIterator f, InputIterator l) 
[2] +
+ Unique + Associative Container + + Inserts a range into the dense_hash_map. +
+ void set_empty_key(const key_type& key) [6] + + dense_hash_map + + See below. +
+ void set_deleted_key(const key_type& key) [6] + + dense_hash_map + + See below. +
+ void clear_deleted_key() [6] + + dense_hash_map + + See below. +
+ void erase(iterator pos) + + Associative + Container + + Erases the element pointed to by pos. + [6] +
+ size_type erase(const key_type& k) + + Associative + Container + + Erases the element whose key is k. + [6] +
+ void erase(iterator first, iterator last) + + Associative + Container + + Erases all elements in a range. + [6] +
+ void clear() + + Associative + Container + + Erases all of the elements. +
+ void clear_no_resize() + + dense_hash_map + + See below. +
+ const_iterator find(const key_type& k) const + + Associative + Container + + Finds an element whose key is k. +
+ iterator find(const key_type& k) + + Associative + Container + + Finds an element whose key is k. +
+ size_type count(const key_type& k) const + + Unique + Associative Container + + Counts the number of elements whose key is k. +
+
pair<const_iterator, const_iterator> equal_range(const
+key_type& k) const 
+
+ Associative + Container + + Finds a range containing all elements whose key is k. +
+
pair<iterator, iterator> equal_range(const
+key_type& k) 
+
+ Associative + Container + + Finds a range containing all elements whose key is k. +
+
data_type& operator[](const key_type& k) [3] 
+
+ dense_hash_map + + See below. +
+ template <ValueSerializer, OUTPUT> + bool serialize(ValueSerializer serializer, OUTPUT *fp) + + dense_hash_map + + See below. +
+ template <ValueSerializer, INPUT> + bool unserialize(ValueSerializer serializer, INPUT *fp) + + dense_hash_map + + See below. +
+ NopointerSerializer + + dense_hash_map + + See below. +
+ bool write_metadata(FILE *fp) + + dense_hash_map + + DEPRECATED. See below. +
+ bool read_metadata(FILE *fp) + + dense_hash_map + + DEPRECATED. See below. +
+ bool write_nopointer_data(FILE *fp) + + dense_hash_map + + DEPRECATED. See below. +
+ bool read_nopointer_data(FILE *fp) + + dense_hash_map + + DEPRECATED. See below. +
+
bool operator==(const hash_map&, const hash_map&)
+
+
+ Hashed + Associative Container + + Tests two hash_maps for equality. This is a global function, not a + member function. +
+ + +

New members

+ +These members are not defined in the Unique +Hashed Associative Container, Pair +Associative Container, or tr1's +Unordered Associative +Container requirements, but are specific to +dense_hash_map. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MemberDescription
+ void set_empty_key(const key_type& key) + + Sets the distinguished "empty" key to key. This must be + called immediately after construct time, before calls to another + other dense_hash_map operation. [6] +
+ void set_deleted_key(const key_type& key) + + Sets the distinguished "deleted" key to key. This must be + called before any calls to erase(). [6] +
+ void clear_deleted_key() + + Clears the distinguished "deleted" key. After this is called, + calls to erase() are not valid on this object. + [6] +
+ void clear_no_resize() + + Clears the hashtable like clear() does, but does not + recover the memory used for hashtable buckets. (The memory + used by the items in the hashtable is still recovered.) + This can save time for applications that want to reuse a + dense_hash_map many times, each time with a similar number + of objects. +
+
+data_type& 
+operator[](const key_type& k) [3]
+
+
+ Returns a reference to the object that is associated with + a particular key. If the dense_hash_map does not already + contain such an object, operator[] inserts the default + object data_type(). [3] +
+ void set_resizing_parameters(float shrink, float grow) + + This function is DEPRECATED. It is equivalent to calling + min_load_factor(shrink); max_load_factor(grow). +
+ template <ValueSerializer, OUTPUT> + bool serialize(ValueSerializer serializer, OUTPUT *fp) + + Emit a serialization of the hash_map to a stream. + See below. +
+ template <ValueSerializer, INPUT> + bool unserialize(ValueSerializer serializer, INPUT *fp) + + Read in a serialization of a hash_map from a stream, replacing the + existing hash_map contents with the serialized contents. + See below. +
+ bool write_metadata(FILE *fp) + + This function is DEPRECATED. See below. +
+ bool read_metadata(FILE *fp) + + This function is DEPRECATED. See below. +
+ bool write_nopointer_data(FILE *fp) + + This function is DEPRECATED. See below. +
+ bool read_nopointer_data(FILE *fp) + + This function is DEPRECATED. See below. +
+ + +

Notes

+ +

[1] + +dense_hash_map::iterator is not a mutable iterator, because +dense_hash_map::value_type is not Assignable. +That is, if i is of type dense_hash_map::iterator +and p is of type dense_hash_map::value_type, then +*i = p is not a valid expression. However, +dense_hash_map::iterator isn't a constant iterator either, +because it can be used to modify the object that it points to. Using +the same notation as above, (*i).second = p is a valid +expression.

+ +

[2] + +This member function relies on member template functions, which +may not be supported by all compilers. If your compiler supports +member templates, you can call this function with any type of input +iterator. If your compiler does not yet support member templates, +though, then the arguments must either be of type const +value_type* or of type dense_hash_map::const_iterator.

+ +

[3] + +Since operator[] might insert a new element into the +dense_hash_map, it can't possibly be a const member +function. Note that the definition of operator[] is +extremely simple: m[k] is equivalent to +(*((m.insert(value_type(k, data_type()))).first)).second. +Strictly speaking, this member function is unnecessary: it exists only +for convenience.

+ +

[4] + +In order to preserve iterators, erasing hashtable elements does not +cause a hashtable to resize. This means that after a string of +erase() calls, the hashtable will use more space than is +required. At a cost of invalidating all current iterators, you can +call resize() to manually compact the hashtable. The +hashtable promotes too-small resize() arguments to the +smallest legal value, so to compact a hashtable, it's sufficient to +call resize(0).

+ +

[5] + +Unlike some other hashtable implementations, the optional n in +the calls to the constructor, resize, and rehash +indicates not the desired number of buckets that +should be allocated, but instead the expected number of items to be +inserted. The class then sizes the hash-map appropriately for the +number of items specified. It's not an error to actually insert more +or fewer items into the hashtable, but the implementation is most +efficient -- does the fewest hashtable resizes -- if the number of +inserted items is n or slightly less.

+ +

[6] + +dense_hash_map requires you call +set_empty_key() immediately after constructing the hash-map, +and before calling any other dense_hash_map method. (This is +the largest difference between the dense_hash_map API and +other hash-map APIs. See implementation.html +for why this is necessary.) +The argument to set_empty_key() should be a key-value that +is never used for legitimate hash-map entries. If you have no such +key value, you will be unable to use dense_hash_map. It is +an error to call insert() with an item whose key is the +"empty key."

+ +dense_hash_map also requires you call +set_deleted_key() before calling erase(). +The argument to set_deleted_key() should be a key-value that +is never used for legitimate hash-map entries. It must be different +from the key-value used for set_empty_key(). It is an error to call +erase() without first calling set_deleted_key(), and +it is also an error to call insert() with an item whose key +is the "deleted key."

+ +

There is no need to call set_deleted_key if you do not +wish to call erase() on the hash-map.

+ +

It is acceptable to change the deleted-key at any time by calling +set_deleted_key() with a new argument. You can also call +clear_deleted_key(), at which point all keys become valid for +insertion but no hashtable entries can be deleted until +set_deleted_key() is called again.

+ +

[7] + +dense_hash_map requires that data_type has a +zero-argument default constructor. This is because +dense_hash_map uses the special value pair(empty_key, +data_type()) to denote empty buckets, and thus needs to be able +to create data_type using a zero-argument constructor.

+ +

If your data_type does not have a zero-argument default +constructor, there are several workarounds:

+
    +
  • Store a pointer to data_type in the map, instead of + data_type directly. This may yield faster code as + well, since hashtable-resizes will just have to move pointers + around, rather than copying the entire data_type. +
  • Add a zero-argument default constructor to data_type. +
  • Subclass data_type and add a zero-argument default + constructor to the subclass. +
+ + +

Input/Output

+ +

It is possible to save and restore dense_hash_map objects +to an arbitrary stream (such as a disk file) using the +serialize() and unserialize() methods.

+ +

Each of these methods takes two arguments: a serializer, +which says how to write hashtable items to disk, and a stream, +which can be a C++ stream (istream or its subclasses for +input, ostream or its subclasses for output), a +FILE*, or a user-defined type (as described below).

+ +

dense_hash_map is a Hashed +Associative Container that associates objects of type Key +with objects of type Data. dense_hash_map is a Pair +Associative Container, meaning that its value type is pair<const Key, Data>. It is also a +Unique +Associative Container, meaning that no two elements have keys that +compare equal using EqualKey.

The serializer is a functor that takes a stream and a +single hashtable element (a value_type, which is a pair of +the key and data) and copies the hashtable element to the stream (for +serialize()) or fills the hashtable element contents from the +stream (for unserialize()), and returns true on success or +false on error. The copy-in and copy-out functions can be provided in +a single functor. Here is a sample serializer that read/writes a hashtable +element for an int-to-string hash_map to a FILE*:

+ +
+struct StringToIntSerializer {
+  bool operator()(FILE* fp, const std::pair<const int, std::string>& value) const {
+    // Write the key.  We ignore endianness for this example.
+    if (fwrite(&value.first, sizeof(value.first), 1, fp) != 1)
+      return false;
+    // Write the value.
+    assert(value.second.length() <= 255);   // we only support writing small strings
+    const unsigned char size = value.second.length();
+    if (fwrite(&size, 1, 1, fp) != 1)
+      return false;
+    if (fwrite(value.second.data(), size, 1, fp) != 1)
+      return false;
+    return true;
+  }
+  bool operator()(FILE* fp, std::pair<const int, std::string>* value) const {
+    // Read the key.  Note the need for const_cast to get around
+    // the fact hash_map keys are always const.
+    if (fread(const_cast<int*>(&value->first), sizeof(value->first), 1, fp) != 1)
+      return false;
+    // Read the value.
+    unsigned char size;    // all strings are <= 255 chars long
+    if (fread(&size, 1, 1, fp) != 1)
+      return false;
+    char* buf = new char[size];
+    if (fread(buf, size, 1, fp) != 1) {
+      delete[] buf;
+      return false;
+    }
+    value->second.assign(buf, size);
+    delete[] buf;
+    return true;
+  }
+};
+
+ +

Here is the functor being used in code (error checking omitted):

+
+   dense_hash_map<string, int> mymap = CreateMap();
+   FILE* fp = fopen("hashtable.data", "w");
+   mymap.serialize(StringToIntSerializer(), fp);
+   fclose(fp);
+
+   dense_hash_map<string, int> mymap2;
+   FILE* fp_in = fopen("hashtable.data", "r");
+   mymap2.unserialize(StringToIntSerializer(), fp_in);
+   fclose(fp_in);
+   assert(mymap == mymap2);
+
+ +

Note that this example serializer can only serialize to a FILE*. +If you want to also be able to use this serializer with C++ streams, +you will need to write two more overloads of operator()'s, +one that reads from an istream, and one that writes to an +ostream. Likewise if you want to support serializing to a +custom class.

+ +

If both the key and data are "simple" enough, you can use the +pre-supplied functor NopointerSerializer. This copies the +hashtable data using the equivalent of a memcpy<>. Native C +data types can be serialized this way, as can structs of native C data +types. Pointers and STL objects cannot.

+ +

Note that NopointerSerializer() does not do any endian +conversion. Thus, it is only appropriate when you intend to read the +data on the same endian architecture as you write the data.

+ +

If you wish to serialize to your own stream type, you can do so by +creating an object which supports two methods:

+
+   bool Write(const void* data, size_t length);
+   bool Read(void* data, size_t length);
+
+

Write() writes length bytes of data to a +stream (presumably a stream owned by the object), while +Read() reads data bytes from the stream into +data. Both return true on success or false on error.

+ +

To unserialize a hashtable from a stream, you wil typically create +a new dense_hash_map object, then call unserialize() +on it. unserialize() destroys the old contents of the +object. You must pass in the appropriate ValueSerializer for +the data being read in.

+ +

Both serialize() and unserialize() return +true on success, or false if there was an error +streaming the data.

+ +

Note that serialize() is not a const method, since it +purges deleted elements before serializing. It is not safe to +serialize from two threads at once, without synchronization.

+ +

NOTE: older versions of dense_hash_map provided a +different API, consisting of read_metadata(), +read_nopointer_data(), write_metadata(), +write_nopointer_data(). These methods were never implemented +and always did nothing but return false. You should +exclusively use the new API for serialization.

+ + +

Validity of Iterators

+ +

erase() is guaranteed not to invalidate any iterators -- +except for any iterators pointing to the item being erased, of course. +insert() invalidates all iterators, as does +resize().

+ +

This is implemented by making erase() not resize the +hashtable. If you desire maximum space efficiency, you can call +resize(0) after a string of erase() calls, to force +the hashtable to resize to the smallest possible size.

+ +

In addition to invalidating iterators, insert() +and resize() invalidate all pointers into the hashtable. If +you want to store a pointer to an object held in a dense_hash_map, +either do so after finishing hashtable inserts, or store the object on +the heap and a pointer to it in the dense_hash_map.

+ + +

See also

+ +

The following are SGI STL, and some Google STL, concepts and +classes related to dense_hash_map.

+ +hash_map, +Associative Container, +Hashed Associative Container, +Pair Associative Container, +Unique Hashed Associative Container, +set, +map +multiset, +multimap, +hash_set, +hash_multiset, +hash_multimap, +sparse_hash_map, +sparse_hash_set, +dense_hash_set + + + diff --git a/clipper/sparsehash-2.0.3/doc/dense_hash_set.html b/clipper/sparsehash-2.0.3/doc/dense_hash_set.html new file mode 100644 index 0000000..58e24bb --- /dev/null +++ b/clipper/sparsehash-2.0.3/doc/dense_hash_set.html @@ -0,0 +1,1604 @@ + + + + + +dense_hash_set<Key, HashFcn, EqualKey, Alloc> + + + + +

[Note: this document is formatted similarly to the SGI STL +implementation documentation pages, and refers to concepts and classes +defined there. However, neither this document nor the code it +describes is associated with SGI, nor is it necessary to have SGI's +STL implementation installed in order to use this class.]

+ + +

dense_hash_set<Key, HashFcn, EqualKey, Alloc>

+ +

dense_hash_set is a Hashed +Associative Container that stores objects of type Key. +dense_hash_set is a Simple +Associative Container, meaning that its value type, as well as its +key type, is key. It is also a +Unique +Associative Container, meaning that no two elements have keys that +compare equal using EqualKey.

+ +

Looking up an element in a dense_hash_set by its key is +efficient, so dense_hash_set is useful for "dictionaries" +where the order of elements is irrelevant. If it is important for the +elements to be in a particular order, however, then map is more appropriate.

+ +

dense_hash_set is distinguished from other hash-set +implementations by its speed and by the ability to save +and restore contents to disk. On the other hand, this hash-set +implementation can use significantly more space than other hash-set +implementations, and it also has requirements -- for instance, for a +distinguished "empty key" -- that may not be easy for all +applications to satisfy.

+ +

This class is appropriate for applications that need speedy access +to relatively small "dictionaries" stored in memory, or for +applications that need these dictionaries to be persistent. [implementation note])

+ + +

Example

+ +(Note: this example uses SGI semantics for hash<> +-- the kind used by gcc and most Unix compiler suites -- and not +Dinkumware semantics -- the kind used by Microsoft Visual Studio. If +you are using MSVC, this example will not compile as-is: you'll need +to change hash to hash_compare, and you +won't use eqstr at all. See the MSVC documentation for +hash_map and hash_compare, for more +details.) + +
+#include <iostream>
+#include <sparsehash/dense_hash_set>
+
+using google::dense_hash_set;      // namespace where class lives by default
+using std::cout;
+using std::endl;
+using ext::hash;  // or __gnu_cxx::hash, or maybe tr1::hash, depending on your OS
+
+struct eqstr
+{
+  bool operator()(const char* s1, const char* s2) const
+  {
+    return (s1 == s2) || (s1 && s2 && strcmp(s1, s2) == 0);
+  }
+};
+
+void lookup(const hash_set<const char*, hash<const char*>, eqstr>& Set,
+            const char* word)
+{
+  dense_hash_set<const char*, hash<const char*>, eqstr>::const_iterator it
+    = Set.find(word);
+  cout << word << ": "
+       << (it != Set.end() ? "present" : "not present")
+       << endl;
+}
+
+int main()
+{
+  dense_hash_set<const char*, hash<const char*>, eqstr> Set;
+  Set.set_empty_key(NULL);
+  Set.insert("kiwi");
+  Set.insert("plum");
+  Set.insert("apple");
+  Set.insert("mango");
+  Set.insert("apricot");
+  Set.insert("banana");
+
+  lookup(Set, "mango");
+  lookup(Set, "apple");
+  lookup(Set, "durian");
+}
+
+ + +

Definition

+ +Defined in the header dense_hash_set. +This class is not part of the C++ standard, though it is mostly +compatible with the tr1 class unordered_set. + + +

Template parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterDescriptionDefault
+ Key + + The hash_set's key and value type. This is also defined as + dense_hash_set::key_type and + dense_hash_set::value_type. + +   +
+ HashFcn + + The hash function used by the + hash_set. This is also defined as dense_hash_set::hasher. +
Note: Hashtable performance depends heavily on the choice of + hash function. See the performance + page for more information. +
+ hash<Key> +
+ EqualKey + + The hash_set key equality function: a binary predicate that determines + whether two keys are equal. This is also defined as + dense_hash_set::key_equal. + + equal_to<Key> +
+ Alloc + + The STL allocator to use. By default, uses the provided allocator + libc_allocator_with_realloc, which likely gives better + performance than other STL allocators due to its built-in support + for realloc, which this container takes advantage of. + If you use an allocator other than the default, note that this + container imposes an additional requirement on the STL allocator + type beyond those in [lib.allocator.requirements]: it does not + support allocators that define alternate memory models. That is, + it assumes that pointer, const_pointer, + size_type, and difference_type are just + T*, const T*, size_t, and + ptrdiff_t, respectively. This is also defined as + dense_hash_set::allocator_type. + +
+ + +

Model of

+ +Unique Hashed Associative Container, +Simple Associative Container + + +

Type requirements

+ +
    +
  • +Key is Assignable. +
  • +EqualKey is a Binary Predicate whose argument type is Key. +
  • +EqualKey is an equivalence relation. +
  • +Alloc is an Allocator. +
+ + +

Public base classes

+ +None. + + +

Members

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MemberWhere definedDescription
+ value_type + + Container + + The type of object, T, stored in the hash_set. +
+ key_type + + Associative + Container + + The key type associated with value_type. +
+ hasher + + Hashed + Associative Container + + The dense_hash_set's hash + function. +
+ key_equal + + Hashed + Associative Container + + Function + object that compares keys for equality. +
+ allocator_type + + Unordered Associative Container (tr1) + + The type of the Allocator given as a template parameter. +
+ pointer + + Container + + Pointer to T. +
+ reference + + Container + + Reference to T +
+ const_reference + + Container + + Const reference to T +
+ size_type + + Container + + An unsigned integral type. +
+ difference_type + + Container + + A signed integral type. +
+ iterator + + Container + + Iterator used to iterate through a dense_hash_set. +
+ const_iterator + + Container + + Const iterator used to iterate through a dense_hash_set. + (iterator and const_iterator are the same type.) +
+ local_iterator + + Unordered Associative Container (tr1) + + Iterator used to iterate through a subset of + dense_hash_set. +
+ const_local_iterator + + Unordered Associative Container (tr1) + + Const iterator used to iterate through a subset of + dense_hash_set. +
+ iterator begin() const + + Container + + Returns an iterator pointing to the beginning of the + dense_hash_set. +
+ iterator end() const + + Container + + Returns an iterator pointing to the end of the + dense_hash_set. +
+ local_iterator begin(size_type i) + + Unordered Associative Container (tr1) + + Returns a local_iterator pointing to the beginning of bucket + i in the dense_hash_set. +
+ local_iterator end(size_type i) + + Unordered Associative Container (tr1) + + Returns a local_iterator pointing to the end of bucket + i in the dense_hash_set. For + dense_hash_set, each bucket contains either 0 or 1 item. +
+ const_local_iterator begin(size_type i) const + + Unordered Associative Container (tr1) + + Returns a const_local_iterator pointing to the beginning of bucket + i in the dense_hash_set. +
+ const_local_iterator end(size_type i) const + + Unordered Associative Container (tr1) + + Returns a const_local_iterator pointing to the end of bucket + i in the dense_hash_set. For + dense_hash_set, each bucket contains either 0 or 1 item. +
+ size_type size() const + + Container + + Returns the size of the dense_hash_set. +
+ size_type max_size() const + + Container + + Returns the largest possible size of the dense_hash_set. +
+ bool empty() const + + Container + + true if the dense_hash_set's size is 0. +
+ size_type bucket_count() const + + Hashed + Associative Container + + Returns the number of buckets used by the dense_hash_set. +
+ size_type max_bucket_count() const + + Hashed + Associative Container + + Returns the largest possible number of buckets used by the dense_hash_set. +
+ size_type bucket_size(size_type i) const + + Unordered Associative Container (tr1) + + Returns the number of elements in bucket i. For + dense_hash_set, this will be either 0 or 1. +
+ size_type bucket(const key_type& key) const + + Unordered Associative Container (tr1) + + If the key exists in the set, returns the index of the bucket + containing the given key, otherwise, return the bucket the key + would be inserted into. + This value may be passed to begin(size_type) and + end(size_type). +
+ float load_factor() const + + Unordered Associative Container (tr1) + + The number of elements in the dense_hash_set divided by + the number of buckets. +
+ float max_load_factor() const + + Unordered Associative Container (tr1) + + The maximum load factor before increasing the number of buckets in + the dense_hash_set. +
+ void max_load_factor(float new_grow) + + Unordered Associative Container (tr1) + + Sets the maximum load factor before increasing the number of + buckets in the dense_hash_set. +
+ float min_load_factor() const + + dense_hash_set + + The minimum load factor before decreasing the number of buckets in + the dense_hash_set. +
+ void min_load_factor(float new_grow) + + dense_hash_set + + Sets the minimum load factor before decreasing the number of + buckets in the dense_hash_set. +
+ void set_resizing_parameters(float shrink, float grow) + + dense_hash_set + + DEPRECATED. See below. +
+ void resize(size_type n) + + Hashed + Associative Container + + Increases the bucket count to hold at least n items. + [2] [3] +
+ void rehash(size_type n) + + Unordered Associative Container (tr1) + + Increases the bucket count to hold at least n items. + This is identical to resize. + [2] [3] +
+ hasher hash_funct() const + + Hashed + Associative Container + + Returns the hasher object used by the dense_hash_set. +
+ hasher hash_function() const + + Unordered Associative Container (tr1) + + Returns the hasher object used by the dense_hash_set. + This is idential to hash_funct. +
+ key_equal key_eq() const + + Hashed + Associative Container + + Returns the key_equal object used by the + dense_hash_set. +
+ allocator_type get_allocator() const + + Unordered Associative Container (tr1) + + Returns the allocator_type object used by the + dense_hash_set: either the one passed in to the + constructor, or a default Alloc instance. +
+ dense_hash_set() + + Container + + Creates an empty dense_hash_set. +
+ dense_hash_set(size_type n) + + Hashed + Associative Container + + Creates an empty dense_hash_set that's optimized for holding + up to n items. + [3] +
+ dense_hash_set(size_type n, const hasher& h) + + Hashed + Associative Container + + Creates an empty dense_hash_set that's optimized for up + to n items, using h as the hash function. +
+ dense_hash_set(size_type n, const hasher& h, const + key_equal& k) + + Hashed + Associative Container + + Creates an empty dense_hash_set that's optimized for up + to n items, using h as the hash function and + k as the key equal function. +
+ dense_hash_set(size_type n, const hasher& h, const + key_equal& k, const allocator_type& a) + + Unordered Associative Container (tr1) + + Creates an empty dense_hash_set that's optimized for up + to n items, using h as the hash function, + k as the key equal function, and a as the + allocator object. +
+
template <class InputIterator>
+dense_hash_set(InputIterator f, InputIterator l) 
+[2] +
+ Unique + Hashed Associative Container + + Creates a dense_hash_set with a copy of a range. +
+
template <class InputIterator>
+dense_hash_set(InputIterator f, InputIterator l, size_type n) 
+[2] +
+ Unique + Hashed Associative Container + + Creates a hash_set with a copy of a range that's optimized to + hold up to n items. +
+
template <class InputIterator>
+dense_hash_set(InputIterator f, InputIterator l, size_type n, const
+hasher& h) 
[2] +
+ Unique + Hashed Associative Container + + Creates a hash_set with a copy of a range that's optimized to hold + up to n items, using h as the hash function. +
+
template <class InputIterator>
+dense_hash_set(InputIterator f, InputIterator l, size_type n, const
+hasher& h, const key_equal& k) 
[2] +
+ Unique + Hashed Associative Container + + Creates a hash_set with a copy of a range that's optimized for + holding up to n items, using h as the hash + function and k as the key equal function. +
+
template <class InputIterator>
+dense_hash_set(InputIterator f, InputIterator l, size_type n, const
+hasher& h, const key_equal& k, const allocator_type& a) 
+ [2] +
+ Unordered Associative Container (tr1) + + Creates a hash_set with a copy of a range that's optimized for + holding up to n items, using h as the hash + function, k as the key equal function, and a as + the allocator object. +
+ dense_hash_set(const hash_set&) + + Container + + The copy constructor. +
+ dense_hash_set& operator=(const hash_set&) + + Container + + The assignment operator +
+ void swap(hash_set&) + + Container + + Swaps the contents of two hash_sets. +
+
pair<iterator, bool> insert(const value_type& x)
+
+
+ Unique + Associative Container + + Inserts x into the dense_hash_set. +
+
template <class InputIterator>
+void insert(InputIterator f, InputIterator l) 
[2] +
+ Unique + Associative Container + + Inserts a range into the dense_hash_set. +
+ void set_empty_key(const key_type& key) [4] + + dense_hash_set + + See below. +
+ void set_deleted_key(const key_type& key) [4] + + dense_hash_set + + See below. +
+ void clear_deleted_key() [4] + + dense_hash_set + + See below. +
+ void erase(iterator pos) + + Associative + Container + + Erases the element pointed to by pos. + [4] +
+ size_type erase(const key_type& k) + + Associative + Container + + Erases the element whose key is k. + [4] +
+ void erase(iterator first, iterator last) + + Associative + Container + + Erases all elements in a range. + [4] +
+ void clear() + + Associative + Container + + Erases all of the elements. +
+ void clear_no_resize() + + dense_hash_set + + See below. +
+ iterator find(const key_type& k) const + + Associative + Container + + Finds an element whose key is k. +
+ size_type count(const key_type& k) const + + Unique + Associative Container + + Counts the number of elements whose key is k. +
+
pair<iterator, iterator> equal_range(const
+key_type& k) const
+
+ Associative + Container + + Finds a range containing all elements whose key is k. +
+ template <ValueSerializer, OUTPUT> + bool serialize(ValueSerializer serializer, OUTPUT *fp) + + dense_hash_set + + See below. +
+ template <ValueSerializer, INPUT> + bool unserialize(ValueSerializer serializer, INPUT *fp) + + dense_hash_set + + See below. +
+ NopointerSerializer + + dense_hash_set + + See below. +
+ bool write_metadata(FILE *fp) + + dense_hash_set + + DEPRECATED. See below. +
+ bool read_metadata(FILE *fp) + + dense_hash_set + + DEPRECATED. See below. +
+ bool write_nopointer_data(FILE *fp) + + dense_hash_set + + DEPRECATED. See below. +
+ bool read_nopointer_data(FILE *fp) + + dense_hash_set + + DEPRECATED. See below. +
+
bool operator==(const hash_set&, const hash_set&)
+
+
+ Hashed + Associative Container + + Tests two hash_sets for equality. This is a global function, not a + member function. +
+ + +

New members

+ +These members are not defined in the Unique +Hashed Associative Container, Simple +Associative Container, or tr1's Unordered Associative +Container requirements, but are specific to +dense_hash_set. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MemberDescription
+ void set_empty_key(const key_type& key) + + Sets the distinguished "empty" key to key. This must be + called immediately after construct time, before calls to another + other dense_hash_set operation. [4] +
+ void set_deleted_key(const key_type& key) + + Sets the distinguished "deleted" key to key. This must be + called before any calls to erase(). [4] +
+ void clear_deleted_key() + + Clears the distinguished "deleted" key. After this is called, + calls to erase() are not valid on this object. + [4] +
+ void clear_no_resize() + + Clears the hashtable like clear() does, but does not + recover the memory used for hashtable buckets. (The memory + used by the items in the hashtable is still recovered.) + This can save time for applications that want to reuse a + dense_hash_set many times, each time with a similar number + of objects. +
+ void set_resizing_parameters(float shrink, float grow) + + This function is DEPRECATED. It is equivalent to calling + min_load_factor(shrink); max_load_factor(grow). +
+ template <ValueSerializer, OUTPUT> + bool serialize(ValueSerializer serializer, OUTPUT *fp) + + Emit a serialization of the hash_set to a stream. + See below. +
+ template <ValueSerializer, INPUT> + bool unserialize(ValueSerializer serializer, INPUT *fp) + + Read in a serialization of a hash_set from a stream, replacing the + existing hash_set contents with the serialized contents. + See below. +
+ bool write_metadata(FILE *fp) + + This function is DEPRECATED. See below. +
+ bool read_metadata(FILE *fp) + + This function is DEPRECATED. See below. +
+ bool write_nopointer_data(FILE *fp) + + This function is DEPRECATED. See below. +
+ bool read_nopointer_data(FILE *fp) + + This function is DEPRECATED. See below. +
+ + +

Notes

+ +

[1] + +This member function relies on member template functions, which +may not be supported by all compilers. If your compiler supports +member templates, you can call this function with any type of input +iterator. If your compiler does not yet support member templates, +though, then the arguments must either be of type const +value_type* or of type dense_hash_set::const_iterator.

+ +

[2] + +In order to preserve iterators, erasing hashtable elements does not +cause a hashtable to resize. This means that after a string of +erase() calls, the hashtable will use more space than is +required. At a cost of invalidating all current iterators, you can +call resize() to manually compact the hashtable. The +hashtable promotes too-small resize() arguments to the +smallest legal value, so to compact a hashtable, it's sufficient to +call resize(0). + +

[3] + +Unlike some other hashtable implementations, the optional n in +the calls to the constructor, resize, and rehash +indicates not the desired number of buckets that +should be allocated, but instead the expected number of items to be +inserted. The class then sizes the hash-set appropriately for the +number of items specified. It's not an error to actually insert more +or fewer items into the hashtable, but the implementation is most +efficient -- does the fewest hashtable resizes -- if the number of +inserted items is n or slightly less.

+ +

[4] + +dense_hash_set requires you call +set_empty_key() immediately after constructing the hash-set, +and before calling any other dense_hash_set method. (This is +the largest difference between the dense_hash_set API and +other hash-set APIs. See implementation.html +for why this is necessary.) +The argument to set_empty_key() should be a key-value that +is never used for legitimate hash-set entries. If you have no such +key value, you will be unable to use dense_hash_set. It is +an error to call insert() with an item whose key is the +"empty key."

+ +dense_hash_set also requires you call +set_deleted_key() before calling erase(). +The argument to set_deleted_key() should be a key-value that +is never used for legitimate hash-set entries. It must be different +from the key-value used for set_empty_key(). It is an error to call +erase() without first calling set_deleted_key(), and +it is also an error to call insert() with an item whose key +is the "deleted key."

+ +

There is no need to call set_deleted_key if you do not +wish to call erase() on the hash-set.

+ +

It is acceptable to change the deleted-key at any time by calling +set_deleted_key() with a new argument. You can also call +clear_deleted_key(), at which point all keys become valid for +insertion but no hashtable entries can be deleted until +set_deleted_key() is called again.

+ + +

Input/Output

+ +

It is possible to save and restore dense_hash_set objects +to an arbitrary stream (such as a disk file) using the +serialize() and unserialize() methods.

+ +

Each of these methods takes two arguments: a serializer, +which says how to write hashtable items to disk, and a stream, +which can be a C++ stream (istream or its subclasses for +input, ostream or its subclasses for output), a +FILE*, or a user-defined type (as described below).

+ +

The serializer is a functor that takes a stream and a +single hashtable element (a value_type) and copies the +hashtable element to the stream (for serialize()) or fills +the hashtable element contents from the stream (for +unserialize()), and returns true on success or false on +error. The copy-in and copy-out functions can be provided in a single +functor. Here is a sample serializer that read/writes a hashtable +element for a string hash_set to a FILE*:

+ +
+struct StringSerializer {
+  bool operator()(FILE* fp, const std::string& value) const {
+    assert(value.length() <= 255);   // we only support writing small strings
+    const unsigned char size = value.length();
+    if (fwrite(&size, 1, 1, fp) != 1)
+      return false;
+    if (fwrite(value.data(), size, 1, fp) != 1)
+      return false;
+    return true;
+  }
+  bool operator()(FILE* fp, std::string* value) const {
+    unsigned char size;    // all strings are <= 255 chars long
+    if (fread(&size, 1, 1, fp) != 1)
+      return false;
+    char* buf = new char[size];
+    if (fread(buf, size, 1, fp) != 1) {
+      delete[] buf;
+      return false;
+    }
+    value->assign(buf, size);
+    delete[] buf;
+    return true;
+  }
+};
+
+ +

Here is the functor being used in code (error checking omitted):

+
+   dense_hash_set<string> myset = CreateSet();
+   FILE* fp = fopen("hashtable.data", "w");
+   myset.serialize(StringSerializer(), fp);
+   fclose(fp);
+
+   dense_hash_set<string> myset2;
+   FILE* fp_in = fopen("hashtable.data", "r");
+   myset2.unserialize(StringSerializer(), fp_in);
+   fclose(fp_in);
+   assert(myset == myset2);
+
+ +

Note that this example serializer can only serialize to a FILE*. +If you want to also be able to use this serializer with C++ streams, +you will need to write two more overloads of operator()'s, +one that reads from an istream, and one that writes to an +ostream. Likewise if you want to support serializing to a +custom class.

+ +

If the key is "simple" enough, you can use the pre-supplied functor +NopointerSerializer. This copies the hashtable data using +the equivalent of a memcpy<>. Native C data types can be +serialized this way, as can structs of native C data types. Pointers +and STL objects cannot.

+ +

Note that NopointerSerializer() does not do any endian +conversion. Thus, it is only appropriate when you intend to read the +data on the same endian architecture as you write the data.

+ +

If you wish to serialize to your own stream type, you can do so by +creating an object which supports two methods:

+
+   bool Write(const void* data, size_t length);
+   bool Read(void* data, size_t length);
+
+

Write() writes length bytes of data to a +stream (presumably a stream owned by the object), while +Read() reads data bytes from the stream into +data. Both return true on success or false on error.

+ +

To unserialize a hashtable from a stream, you wil typically create +a new dense_hash_set object, then call unserialize() +on it. unserialize() destroys the old contents of the +object. You must pass in the appropriate ValueSerializer for +the data being read in.

+ +

Both serialize() and unserialize() return +true on success, or false if there was an error +streaming the data.

+ +

Note that serialize() is not a const method, since it +purges deleted elements before serializing. It is not safe to +serialize from two threads at once, without synchronization.

+ +

NOTE: older versions of dense_hash_set provided a +different API, consisting of read_metadata(), +read_nopointer_data(), write_metadata(), +write_nopointer_data(). These methods were never implemented +and always did nothing but return false. You should +exclusively use the new API for serialization.

+ + +

Validity of Iterators

+ +

erase() is guaranteed not to invalidate any iterators -- +except for any iterators pointing to the item being erased, of course. +insert() invalidates all iterators, as does +resize().

+ +

This is implemented by making erase() not resize the +hashtable. If you desire maximum space efficiency, you can call +resize(0) after a string of erase() calls, to force +the hashtable to resize to the smallest possible size.

+ +

In addition to invalidating iterators, insert() +and resize() invalidate all pointers into the hashtable. If +you want to store a pointer to an object held in a dense_hash_set, +either do so after finishing hashtable inserts, or store the object on +the heap and a pointer to it in the dense_hash_set.

+ + + +

See also

+ +

The following are SGI STL, and some Google STL, concepts and +classes related to dense_hash_set.

+ +hash_set, +Associative Container, +Hashed Associative Container, +Simple Associative Container, +Unique Hashed Associative Container, +set, +map +multiset, +multimap, +hash_map, +hash_multiset, +hash_multimap, +sparse_hash_set, +sparse_hash_map, +dense_hash_map + + + diff --git a/clipper/sparsehash-2.0.3/doc/designstyle.css b/clipper/sparsehash-2.0.3/doc/designstyle.css new file mode 100644 index 0000000..29299af --- /dev/null +++ b/clipper/sparsehash-2.0.3/doc/designstyle.css @@ -0,0 +1,109 @@ +body { + background-color: #ffffff; + color: black; + margin-right: 1in; + margin-left: 1in; +} + + +h1, h2, h3, h4, h5, h6 { + color: #3366ff; + font-family: sans-serif; +} +@media print { + /* Darker version for printing */ + h1, h2, h3, h4, h5, h6 { + color: #000080; + font-family: helvetica, sans-serif; + } +} + +h1 { + text-align: center; + font-size: 18pt; +} +h2 { + margin-left: -0.5in; +} +h3 { + margin-left: -0.25in; +} +h4 { + margin-left: -0.125in; +} +hr { + margin-left: -1in; +} + +/* Definition lists: definition term bold */ +dt { + font-weight: bold; +} + +address { + text-align: right; +} +/* Use the tag for bits of code and for variables and objects. */ +code,pre,samp,var { + color: #006000; +} +/* Use the tag for file and directory paths and names. */ +file { + color: #905050; + font-family: monospace; +} +/* Use the tag for stuff the user should type. */ +kbd { + color: #600000; +} +div.note p { + float: right; + width: 3in; + margin-right: 0%; + padding: 1px; + border: 2px solid #6060a0; + background-color: #fffff0; +} + +UL.nobullets { + list-style-type: none; + list-style-image: none; + margin-left: -1em; +} + +/* pretty printing styles. See prettify.js */ +.str { color: #080; } +.kwd { color: #008; } +.com { color: #800; } +.typ { color: #606; } +.lit { color: #066; } +.pun { color: #660; } +.pln { color: #000; } +.tag { color: #008; } +.atn { color: #606; } +.atv { color: #080; } +pre.prettyprint { padding: 2px; border: 1px solid #888; } + +.embsrc { background: #eee; } + +@media print { + .str { color: #060; } + .kwd { color: #006; font-weight: bold; } + .com { color: #600; font-style: italic; } + .typ { color: #404; font-weight: bold; } + .lit { color: #044; } + .pun { color: #440; } + .pln { color: #000; } + .tag { color: #006; font-weight: bold; } + .atn { color: #404; } + .atv { color: #060; } +} + +/* Table Column Headers */ +.hdr { + color: #006; + font-weight: bold; + background-color: #dddddd; } +.hdr2 { + color: #006; + background-color: #eeeeee; } \ No newline at end of file diff --git a/clipper/sparsehash-2.0.3/doc/implementation.html b/clipper/sparsehash-2.0.3/doc/implementation.html new file mode 100644 index 0000000..2050d54 --- /dev/null +++ b/clipper/sparsehash-2.0.3/doc/implementation.html @@ -0,0 +1,371 @@ + + + +Implementation notes: sparse_hash, dense_hash, sparsetable + + + + +

Implementation of sparse_hash_map, dense_hash_map, and +sparsetable

+ +This document contains a few notes on how the data structures in this +package are implemented. This discussion refers at several points to +the classic text in this area: Knuth, The Art of Computer +Programming, Vol 3, Hashing. + + +
+

sparsetable

+ +

For specificity, consider the declaration

+ +
+   sparsetable<Foo> t(100);        // a sparse array with 100 elements
+
+ +

A sparsetable is a random container that implements a sparse array, +that is, an array that uses very little memory to store unassigned +indices (in this case, between 1-2 bits per unassigned index). For +instance, if you allocate an array of size 5 and assign a[2] = [big +struct], then a[2] will take up a lot of memory but a[0], a[1], a[3], +and a[4] will not. Array elements that have a value are called +"assigned". Array elements that have no value yet, or have had their +value cleared using erase() or clear(), are called "unassigned". +For assigned elements, lookups return the assigned value; for +unassigned elements, they return the default value, which for t is +Foo().

+ +

sparsetable is implemented as an array of "groups". Each group is +responsible for M array indices. The first group knows about +t[0]..t[M-1], the second about t[M]..t[2M-1], and so forth. (M is 48 +by default.) At construct time, t creates an array of (99/M + 1) +groups. From this point on, all operations -- insert, delete, lookup +-- are passed to the appropriate group. In particular, any operation +on t[i] is actually performed on (t.group[i / M])[i % M].

+ +

Each group contains of a vector, which holds assigned values, and a +bitmap of size M, which indicates which indices are assigned. A +lookup works as follows: the group is asked to look up index i, where +i < M. The group looks at bitmap[i]. If it's 0, the lookup fails. +If it's 1, then the group has to find the appropriate value in the +vector.

+ +

find()

+ +

Finding the appropriate vector element is the most expensive part of +the lookup. The code counts all bitmap entries <= i that are set to +1. (There's at least 1 of them, since bitmap[i] is 1.) Suppose there +are 4 such entries. Then the right value to return is the 4th element +of the vector: vector[3]. This takes time O(M), which is a constant +since M is a constant.

+ +

insert()

+ +

Insert starts with a lookup. If the lookup succeeds, the code merely +replaces vector[3] with the new value. If the lookup fails, then the +code must insert a new entry into the middle of the vector. Again, to +insert at position i, the code must count all the bitmap entries <= i +that are set to i. This indicates the position to insert into the +vector. All vector entries above that position must be moved to make +room for the new entry. This takes time, but still constant time +since the vector has size at most M.

+ +

(Inserts could be made faster by using a list instead of a vector to +hold group values, but this would use much more memory, since each +list element requires a full pointer of overhead.)

+ +

The only metadata that needs to be updated, after the actual value is +inserted, is to set bitmap[i] to 1. No other counts must be +maintained.

+ +

delete()

+ +

Deletes are similar to inserts. They start with a lookup. If it +fails, the delete is a noop. Otherwise, the appropriate entry is +removed from the vector, all the vector elements above it are moved +down one, and bitmap[i] is set to 0.

+ +

iterators

+ +

Sparsetable iterators pose a special burden. They must iterate over +unassigned array values, but the act of iterating should not cause an +assignment to happen -- otherwise, iterating over a sparsetable would +cause it to take up much more room. For const iterators, the matter +is simple: the iterator is merely programmed to return the default +value -- Foo() -- when dereferenced while pointing to an unassigned +entry.

+ +

For non-const iterators, such simple techniques fail. Instead, +dereferencing a sparsetable_iterator returns an opaque object that +acts like a Foo in almost all situations, but isn't actually a Foo. +(It does this by defining operator=(), operator value_type(), and, +most sneakily, operator&().) This works in almost all cases. If it +doesn't, an explicit cast to value_type will solve the problem:

+ +
+   printf("%d", static_cast<Foo>(*t.find(0)));
+
+ +

To avoid such problems, consider using get() and set() instead of an +iterator:

+ +
+   for (int i = 0; i < t.size(); ++i)
+      if (t.get(i) == ...)  t.set(i, ...);
+
+ +

Sparsetable also has a special class of iterator, besides normal and +const: nonempty_iterator. This only iterates over array values that +are assigned. This is particularly fast given the sparsetable +implementation, since it can ignore the bitmaps entirely and just +iterate over the various group vectors.

+ +

Resource use

+ +

The space overhead for an sparsetable of size N is N + 48N/M bits. +For the default value of M, this is exactly 2 bits per array entry. +(That's for 32-bit pointers; for machines with 64-bit pointers, it's N ++ 80N/M bits, or 2.67 bits per entry.) +A larger M would use less overhead -- approaching 1 bit per array +entry -- but take longer for inserts, deletes, and lookups. A smaller +M would use more overhead but make operations somewhat faster.

+ +

You can also look at some specific performance numbers.

+ + +
+

sparse_hash_set

+ +

For specificity, consider the declaration

+ +
+   sparse_hash_set<Foo> t;
+
+ +

sparse_hash_set is a hashtable. For more information on hashtables, +see Knuth. Hashtables are basically arrays with complicated logic on +top of them. sparse_hash_set uses a sparsetable to implement the +underlying array.

+ +

In particular, sparse_hash_set stores its data in a sparsetable using +quadratic internal probing (see Knuth). Many hashtable +implementations use external probing, so each table element is +actually a pointer chain, holding many hashtable values. +sparse_hash_set, on the other hand, always stores at most one value in +each table location. If the hashtable wants to store a second value +at a given table location, it can't; it's forced to look somewhere +else.

+ +

insert()

+ +

As a specific example, suppose t is a new sparse_hash_set. It then +holds a sparsetable of size 32. The code for t.insert(foo) works as +follows:

+ +

+1) Call hash<Foo>(foo) to convert foo into an integer i. (hash<Foo> is + the default hash function; you can specify a different one in the + template arguments.) + +

+2a) Look at t.sparsetable[i % 32]. If it's unassigned, assign it to + foo. foo is now in the hashtable. + +

+2b) If t.sparsetable[i % 32] is assigned, and its value is foo, then + do nothing: foo was already in t and the insert is a noop. + +

+2c) If t.sparsetable[i % 32] is assigned, but to a value other than + foo, look at t.sparsetable[(i+1) % 32]. If that also fails, try + t.sparsetable[(i+3) % 32], then t.sparsetable[(i+6) % 32]. In + general, keep trying the next triangular number. + +

+3) If the table is now "too full" -- say, 25 of the 32 table entries + are now assigned -- grow the table by creating a new sparsetable + that's twice as big, and rehashing every single element from the + old table into the new one. This keeps the table from ever filling + up. + +

+4) If the table is now "too empty" -- say, only 3 of the 32 table + entries are now assigned -- shrink the table by creating a new + sparsetable that's half as big, and rehashing every element as in + the growing case. This keeps the table overhead proportional to + the number of elements in the table. +

+ +

Instead of using triangular numbers as offsets, one could just use +regular integers: try i, then i+1, then i+2, then i+3. This has bad +'clumping' behavior, as explored in Knuth. Quadratic probing, using +the triangular numbers, avoids the clumping while keeping cache +coherency in the common case. As long as the table size is a power of +2, the quadratic-probing method described above will explore every +table element if necessary, to find a good place to insert.

+ +

(As a side note, using a table size that's a power of two has several +advantages, including the speed of calculating (i % table_size). On +the other hand, power-of-two tables are not very forgiving of a poor +hash function. Make sure your hash function is a good one! There are +plenty of dos and don'ts on the web (and in Knuth), for writing hash +functions.)

+ +

The "too full" value, also called the "maximum occupancy", determines +a time-space tradeoff: in general, the higher it is, the less space is +wasted but the more probes must be performed for each insert. +sparse_hash_set uses a high maximum occupancy, since space is more +important than speed for this data structure.

+ +

The "too empty" value is not necessary for performance but helps with +space use. It's rare for hashtable implementations to check this +value at insert() time -- after all, how will inserting cause a +hashtable to get too small? However, the sparse_hash_set +implementation never resizes on erase(); it's nice to have an erase() +that does not invalidate iterators. Thus, the first insert() after a +long string of erase()s could well trigger a hashtable shrink.

+ +

find()

+ +

find() works similarly to insert. The only difference is in step +(2a): if the value is unassigned, then the lookup fails immediately.

+ +

delete()

+ +

delete() is tricky in an internal-probing scheme. The obvious +implementation of just "unassigning" the relevant table entry doesn't +work. Consider the following scenario:

+ +
+    t.insert(foo1);         // foo1 hashes to 4, is put in table[4]
+    t.insert(foo2);         // foo2 hashes to 4, is put in table[5]
+    t.erase(foo1);          // table[4] is now 'unassigned'
+    t.lookup(foo2);         // fails since table[hash(foo2)] is unassigned
+
+ +

To avoid these failure situations, delete(foo1) is actually +implemented by replacing foo1 by a special 'delete' value in the +hashtable. This 'delete' value causes the table entry to be +considered unassigned for the purposes of insertion -- if foo3 hashes +to 4 as well, it can go into table[4] no problem -- but assigned for +the purposes of lookup.

+ +

What is this special 'delete' value? The delete value has to be an +element of type Foo, since the table can't hold anything else. It +obviously must be an element the client would never want to insert on +its own, or else the code couldn't distinguish deleted entries from +'real' entries with the same value. There's no way to determine a +good value automatically. The client has to specify it explicitly. +This is what the set_deleted_key() method does.

+ +

Note that set_deleted_key() is only necessary if the client actually +wants to call t.erase(). For insert-only hash-sets, set_deleted_key() +is unnecessary.

+ +

When copying the hashtable, either to grow it or shrink it, the +special 'delete' values are not copied into the new table. The +copy-time rehash makes them unnecessary.

+ +

Resource use

+ +

The data is stored in a sparsetable, so space use is the same as +for sparsetable. However, by default the sparse_hash_set +implementation tries to keep about half the table buckets empty, to +keep lookup-chains short. Since sparsehashmap has about 2 bits +overhead per bucket (or 2.5 bits on 64-bit systems), sparse_hash_map +has about 4-5 bits overhead per hashtable item.

+ +

Time use is also determined in large part by the sparsetable +implementation. However, there is also an extra probing cost in +hashtables, which depends in large part on the "too full" value. It +should be rare to need more than 4-5 probes per lookup, and usually +significantly less will suffice.

+ +

A note on growing and shrinking the hashtable: all hashtable +implementations use the most memory when growing a hashtable, since +they must have room for both the old table and the new table at the +same time. sparse_hash_set is careful to delete entries from the old +hashtable as soon as they're copied into the new one, to minimize this +space overhead. (It does this efficiently by using its knowledge of +the sparsetable class and copying one sparsetable group at a time.)

+ +

You can also look at some specific performance numbers.

+ + +
+

sparse_hash_map

+ +

sparse_hash_map is implemented identically to sparse_hash_set. The +only difference is instead of storing just Foo in each table entry, +the data structure stores pair<Foo, Value>.

+ + +
+

dense_hash_set

+ +

The hashtable aspects of dense_hash_set are identical to +sparse_hash_set: it uses quadratic internal probing, and resizes +hashtables in exactly the same way. The difference is in the +underlying array: instead of using a sparsetable, dense_hash_set uses +a C array. This means much more space is used, especially if Foo is +big. However, it makes all operations faster, since sparsetable has +memory management overhead that C arrays do not.

+ +

The use of C arrays instead of sparsetables points to one immediate +complication dense_hash_set has that sparse_hash_set does not: the +need to distinguish assigned from unassigned entries. In a +sparsetable, this is accomplished by a bitmap. dense_hash_set, on the +other hand, uses a dedicated value to specify unassigned entries. +Thus, dense_hash_set has two special values: one to indicate deleted +table entries, and one to indicated unassigned table entries. At +construct time, all table entries are initialized to 'unassigned'.

+ +

dense_hash_set provides the method set_empty_key() to indicate the +value that should be used for unassigned entries. Like +set_deleted_key(), set_empty_key() requires a value that will not be +used by the client for any legitimate purpose. Unlike +set_deleted_key(), set_empty_key() is always required, no matter what +hashtable operations the client wishes to perform.

+ +

Resource use

+ +

This implementation is fast because even though dense_hash_set may not +be space efficient, most lookups are localized: a single lookup may +need to access table[i], and maybe table[i+1] and table[i+3], but +nothing other than that. For all but the biggest data structures, +these will frequently be in a single cache line.

+ +

This implementation takes, for every unused bucket, space as big as +the key-type. Usually between half and two-thirds of the buckets are +empty.

+ +

The doubling method used by dense_hash_set tends to work poorly +with most memory allocators. This is because memory allocators tend +to have memory 'buckets' which are a power of two. Since each +doubling of a dense_hash_set doubles the memory use, a single +hashtable doubling will require a new memory 'bucket' from the memory +allocator, leaving the old bucket stranded as fragmented memory. +Hence, it's not recommended this data structure be used with many +inserts in memory-constrained situations.

+ +

You can also look at some specific performance numbers.

+ + +
+

dense_hash_map

+ +

dense_hash_map is identical to dense_hash_set except for what values +are stored in each table entry.

+ +
+ +Craig Silverstein
+Thu Jan 6 20:15:42 PST 2005 +
+ + + diff --git a/clipper/sparsehash-2.0.3/doc/index.html b/clipper/sparsehash-2.0.3/doc/index.html new file mode 100644 index 0000000..750ab03 --- /dev/null +++ b/clipper/sparsehash-2.0.3/doc/index.html @@ -0,0 +1,68 @@ + + + + Sparsehash Package (formerly Google Sparsehash) + + + + + + + +

Sparsehash Package (formerly +Google Sparsehash)

+
+ +

The sparsehash package consists of two hashtable +implementations: sparse, which is designed to be very space +efficient, and dense, which is designed to be very time +efficient. For each one, the package provides both a hash-map and a +hash-set, to mirror the classes in the common STL implementation.

+ +

Documentation on how to use these classes:

+ + +

In addition to the hash-map (and hash-set) classes, there's also a +lower-level class that implements a "sparse" array. This class can be +useful in its own right; consider using it when you'd normally use a +sparse_hash_map, but your keys are all small-ish +integers.

+ + +

There is also a doc explaining the implementation details of these +classes, for those who are curious. And finally, you can see some +performance comparisons, both between +the various classes here, but also between these implementations and +other standard hashtable implementations.

+ +
+
+Craig Silverstein
+Last modified: Thu Jan 25 17:58:02 PST 2007 +
+ + + diff --git a/clipper/sparsehash-2.0.3/doc/performance.html b/clipper/sparsehash-2.0.3/doc/performance.html new file mode 100644 index 0000000..99a6b9d --- /dev/null +++ b/clipper/sparsehash-2.0.3/doc/performance.html @@ -0,0 +1,96 @@ + + + +Performance notes: sparse_hash, dense_hash, sparsetable + + + + +

Performance Numbers

+ +

Here are some performance numbers from an example desktop machine, +taken from a version of time_hash_map that was instrumented to also +report memory allocation information (this modification is not +included by default because it required a big hack to do, including +modifying the STL code to not try to do its own freelist management).

+ +

Note there are lots of caveats on these numbers: they may differ from +machine to machine and compiler to compiler, and they only test a very +particular usage pattern that may not match how you use hashtables -- +for instance, they test hashtables with very small keys. However, +they're still useful for a baseline comparison of the various +hashtable implementations.

+ +

These figures are from a 2.80GHz Pentium 4 with 2G of memory. The +'standard' hash_map and map implementations are the SGI STL code +included with gcc2. Compiled with gcc2.95.3 -g +-O2

+ +
+======
+Average over 10000000 iterations
+Wed Dec  8 14:56:38 PST 2004
+
+SPARSE_HASH_MAP:
+map_grow                  665 ns
+map_predict/grow          303 ns
+map_replace               177 ns
+map_fetch                 117 ns
+map_remove                192 ns
+memory used in map_grow    84.3956 Mbytes
+
+DENSE_HASH_MAP:
+map_grow                   84 ns
+map_predict/grow           22 ns
+map_replace                18 ns
+map_fetch                  13 ns
+map_remove                 23 ns
+memory used in map_grow   256.0000 Mbytes
+
+STANDARD HASH_MAP:
+map_grow                  162 ns
+map_predict/grow          107 ns
+map_replace                44 ns
+map_fetch                  22 ns
+map_remove                124 ns
+memory used in map_grow   204.1643 Mbytes
+
+STANDARD MAP:
+map_grow                  297 ns
+map_predict/grow          282 ns
+map_replace               113 ns
+map_fetch                 113 ns
+map_remove                238 ns
+memory used in map_grow   236.8081 Mbytes
+
+ + +

A Note on Hash Functions

+ +

For good performance, the sparsehash hash routines depend on a good +hash function: one that distributes data evenly. Many hashtable +implementations come with sub-optimal hash functions that can degrade +performance. For instance, the hash function given in Knuth's _Art of +Computer Programming_, and the default string hash function in SGI's +STL implementation, both distribute certain data sets unevenly, +leading to poor performance.

+ +

As an example, in one test of the default SGI STL string hash +function against the Hsieh hash function (see below), for a particular +set of string keys, the Hsieh function resulted in hashtable lookups +that were 20 times as fast as the STLPort hash function. The string +keys were chosen to be "hard" to hash well, so these results may not +be typical, but they are suggestive.

+ +

There has been much research over the years into good hash +functions. Here are some hash functions of note.

+ + + + + diff --git a/clipper/sparsehash-2.0.3/doc/sparse_hash_map.html b/clipper/sparsehash-2.0.3/doc/sparse_hash_map.html new file mode 100644 index 0000000..9eaf894 --- /dev/null +++ b/clipper/sparsehash-2.0.3/doc/sparse_hash_map.html @@ -0,0 +1,1719 @@ + + + + + +sparse_hash_map<Key, Data, HashFcn, EqualKey, Alloc> + + + + +

[Note: this document is formatted similarly to the SGI STL +implementation documentation pages, and refers to concepts and classes +defined there. However, neither this document nor the code it +describes is associated with SGI, nor is it necessary to have SGI's +STL implementation installed in order to use this class.]

+ + +

sparse_hash_map<Key, Data, HashFcn, EqualKey, Alloc>

+ +

sparse_hash_map is a Hashed +Associative Container that associates objects of type Key +with objects of type Data. sparse_hash_map is a Pair +Associative Container, meaning that its value type is pair<const Key, Data>. It is also a +Unique +Associative Container, meaning that no two elements have keys that +compare equal using EqualKey.

+ +

Looking up an element in a sparse_hash_map by its key is +efficient, so sparse_hash_map is useful for "dictionaries" +where the order of elements is irrelevant. If it is important for the +elements to be in a particular order, however, then map is more appropriate.

+ +

sparse_hash_map is distinguished from other hash-map +implementations by its stingy use of memory and by the ability to save +and restore contents to disk. On the other hand, this hash-map +implementation, while still efficient, is slower than other hash-map +implementations, and it also has requirements -- for instance, for a +distinguished "deleted key" -- that may not be easy for all +applications to satisfy.

+ +

This class is appropriate for applications that need to store +large "dictionaries" in memory, or for applications that need these +dictionaries to be persistent.

+ + +

Example

+ +(Note: this example uses SGI semantics for hash<> +-- the kind used by gcc and most Unix compiler suites -- and not +Dinkumware semantics -- the kind used by Microsoft Visual Studio. If +you are using MSVC, this example will not compile as-is: you'll need +to change hash to hash_compare, and you +won't use eqstr at all. See the MSVC documentation for +hash_map and hash_compare, for more +details.) + +
+#include <iostream>
+#include <sparsehash/sparse_hash_map>
+
+using google::sparse_hash_map;      // namespace where class lives by default
+using std::cout;
+using std::endl;
+using ext::hash;  // or __gnu_cxx::hash, or maybe tr1::hash, depending on your OS
+
+struct eqstr
+{
+  bool operator()(const char* s1, const char* s2) const
+  {
+    return (s1 == s2) || (s1 && s2 && strcmp(s1, s2) == 0);
+  }
+};
+
+int main()
+{
+  sparse_hash_map<const char*, int, hash<const char*>, eqstr> months;
+  
+  months["january"] = 31;
+  months["february"] = 28;
+  months["march"] = 31;
+  months["april"] = 30;
+  months["may"] = 31;
+  months["june"] = 30;
+  months["july"] = 31;
+  months["august"] = 31;
+  months["september"] = 30;
+  months["october"] = 31;
+  months["november"] = 30;
+  months["december"] = 31;
+  
+  cout << "september -> " << months["september"] << endl;
+  cout << "april     -> " << months["april"] << endl;
+  cout << "june      -> " << months["june"] << endl;
+  cout << "november  -> " << months["november"] << endl;
+}
+
+ + +

Definition

+ +Defined in the header sparse_hash_map. +This class is not part of the C++ standard, though it is mostly +compatible with the tr1 class unordered_map. + + +

Template parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterDescriptionDefault
+ Key + + The hash_map's key type. This is also defined as + sparse_hash_map::key_type. + +   +
+ Data + + The hash_map's data type. This is also defined as + sparse_hash_map::data_type. + +   +
+ HashFcn + + The hash function used by the + hash_map. This is also defined as sparse_hash_map::hasher. +
Note: Hashtable performance depends heavily on the choice of + hash function. See the performance + page for more information. +
+ hash<Key> +
+ EqualKey + + The hash_map key equality function: a binary predicate that determines + whether two keys are equal. This is also defined as + sparse_hash_map::key_equal. + + equal_to<Key> +
+ Alloc + + The STL allocator to use. By default, uses the provided allocator + libc_allocator_with_realloc, which likely gives better + performance than other STL allocators due to its built-in support + for realloc, which this container takes advantage of. + If you use an allocator other than the default, note that this + container imposes an additional requirement on the STL allocator + type beyond those in [lib.allocator.requirements]: it does not + support allocators that define alternate memory models. That is, + it assumes that pointer, const_pointer, + size_type, and difference_type are just + T*, const T*, size_t, and + ptrdiff_t, respectively. This is also defined as + sparse_hash_map::allocator_type. + +
+ + +

Model of

+ +Unique Hashed Associative Container, +Pair Associative Container + + +

Type requirements

+ +
    +
  • +Key is Assignable. +
  • +EqualKey is a Binary Predicate whose argument type is Key. +
  • +EqualKey is an equivalence relation. +
  • +Alloc is an Allocator. +
+ + +

Public base classes

+ +None. + + +

Members

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MemberWhere definedDescription
+ key_type + + Associative + Container + + The sparse_hash_map's key type, Key. +
+ data_type + + Pair + Associative Container + + The type of object associated with the keys. +
+ value_type + + Pair + Associative Container + + The type of object, pair<const key_type, data_type>, + stored in the hash_map. +
+ hasher + + Hashed + Associative Container + + The sparse_hash_map's hash + function. +
+ key_equal + + Hashed + Associative Container + + Function + object that compares keys for equality. +
+ allocator_type + + Unordered Associative Container (tr1) + + The type of the Allocator given as a template parameter. +
+ pointer + + Container + + Pointer to T. +
+ reference + + Container + + Reference to T +
+ const_reference + + Container + + Const reference to T +
+ size_type + + Container + + An unsigned integral type. +
+ difference_type + + Container + + A signed integral type. +
+ iterator + + Container + + Iterator used to iterate through a sparse_hash_map. [1] +
+ const_iterator + + Container + + Const iterator used to iterate through a sparse_hash_map. +
+ local_iterator + + Unordered Associative Container (tr1) + + Iterator used to iterate through a subset of + sparse_hash_map. [1] +
+ const_local_iterator + + Unordered Associative Container (tr1) + + Const iterator used to iterate through a subset of + sparse_hash_map. +
+ iterator begin() + + Container + + Returns an iterator pointing to the beginning of the + sparse_hash_map. +
+ iterator end() + + Container + + Returns an iterator pointing to the end of the + sparse_hash_map. +
+ const_iterator begin() const + + Container + + Returns an const_iterator pointing to the beginning of the + sparse_hash_map. +
+ const_iterator end() const + + Container + + Returns an const_iterator pointing to the end of the + sparse_hash_map. +
+ local_iterator begin(size_type i) + + Unordered Associative Container (tr1) + + Returns a local_iterator pointing to the beginning of bucket + i in the sparse_hash_map. +
+ local_iterator end(size_type i) + + Unordered Associative Container (tr1) + + Returns a local_iterator pointing to the end of bucket + i in the sparse_hash_map. For + sparse_hash_map, each bucket contains either 0 or 1 item. +
+ const_local_iterator begin(size_type i) const + + Unordered Associative Container (tr1) + + Returns a const_local_iterator pointing to the beginning of bucket + i in the sparse_hash_map. +
+ const_local_iterator end(size_type i) const + + Unordered Associative Container (tr1) + + Returns a const_local_iterator pointing to the end of bucket + i in the sparse_hash_map. For + sparse_hash_map, each bucket contains either 0 or 1 item. +
+ size_type size() const + + Container + + Returns the size of the sparse_hash_map. +
+ size_type max_size() const + + Container + + Returns the largest possible size of the sparse_hash_map. +
+ bool empty() const + + Container + + true if the sparse_hash_map's size is 0. +
+ size_type bucket_count() const + + Hashed + Associative Container + + Returns the number of buckets used by the sparse_hash_map. +
+ size_type max_bucket_count() const + + Hashed + Associative Container + + Returns the largest possible number of buckets used by the sparse_hash_map. +
+ size_type bucket_size(size_type i) const + + Unordered Associative Container (tr1) + + Returns the number of elements in bucket i. For + sparse_hash_map, this will be either 0 or 1. +
+ size_type bucket(const key_type& key) const + + Unordered Associative Container (tr1) + + If the key exists in the map, returns the index of the bucket + containing the given key, otherwise, return the bucket the key + would be inserted into. + This value may be passed to begin(size_type) and + end(size_type). +
+ float load_factor() const + + Unordered Associative Container (tr1) + + The number of elements in the sparse_hash_map divided by + the number of buckets. +
+ float max_load_factor() const + + Unordered Associative Container (tr1) + + The maximum load factor before increasing the number of buckets in + the sparse_hash_map. +
+ void max_load_factor(float new_grow) + + Unordered Associative Container (tr1) + + Sets the maximum load factor before increasing the number of + buckets in the sparse_hash_map. +
+ float min_load_factor() const + + sparse_hash_map + + The minimum load factor before decreasing the number of buckets in + the sparse_hash_map. +
+ void min_load_factor(float new_grow) + + sparse_hash_map + + Sets the minimum load factor before decreasing the number of + buckets in the sparse_hash_map. +
+ void set_resizing_parameters(float shrink, float grow) + + sparse_hash_map + + DEPRECATED. See below. +
+ void resize(size_type n) + + Hashed + Associative Container + + Increases the bucket count to hold at least n items. + [4] [5] +
+ void rehash(size_type n) + + Unordered Associative Container (tr1) + + Increases the bucket count to hold at least n items. + This is identical to resize. + [4] [5] +
+ hasher hash_funct() const + + Hashed + Associative Container + + Returns the hasher object used by the sparse_hash_map. +
+ hasher hash_function() const + + Unordered Associative Container (tr1) + + Returns the hasher object used by the sparse_hash_map. + This is idential to hash_funct. +
+ key_equal key_eq() const + + Hashed + Associative Container + + Returns the key_equal object used by the + sparse_hash_map. +
+ allocator_type get_allocator() const + + Unordered Associative Container (tr1) + + Returns the allocator_type object used by the + sparse_hash_map: either the one passed in to the + constructor, or a default Alloc instance. +
+ sparse_hash_map() + + Container + + Creates an empty sparse_hash_map. +
+ sparse_hash_map(size_type n) + + Hashed + Associative Container + + Creates an empty sparse_hash_map that's optimized for holding + up to n items. + [5] +
+ sparse_hash_map(size_type n, const hasher& h) + + Hashed + Associative Container + + Creates an empty sparse_hash_map that's optimized for up + to n items, using h as the hash function. +
+ sparse_hash_map(size_type n, const hasher& h, const + key_equal& k) + + Hashed + Associative Container + + Creates an empty sparse_hash_map that's optimized for up + to n items, using h as the hash function and + k as the key equal function. +
+ sparse_hash_map(size_type n, const hasher& h, const + key_equal& k, const allocator_type& a) + + Unordered Associative Container (tr1) + + Creates an empty sparse_hash_map that's optimized for up + to n items, using h as the hash function, + k as the key equal function, and a as the + allocator object. +
+
template <class InputIterator>
+sparse_hash_map(InputIterator f, InputIterator l) 
+[2] +
+ Unique + Hashed Associative Container + + Creates a sparse_hash_map with a copy of a range. +
+
template <class InputIterator>
+sparse_hash_map(InputIterator f, InputIterator l, size_type n) 
+[2] +
+ Unique + Hashed Associative Container + + Creates a hash_map with a copy of a range that's optimized to + hold up to n items. +
+
template <class InputIterator>
+sparse_hash_map(InputIterator f, InputIterator l, size_type n, const
+hasher& h) 
[2] +
+ Unique + Hashed Associative Container + + Creates a hash_map with a copy of a range that's optimized to hold + up to n items, using h as the hash function. +
+
template <class InputIterator>
+sparse_hash_map(InputIterator f, InputIterator l, size_type n, const
+hasher& h, const key_equal& k) 
[2] +
+ Unique + Hashed Associative Container + + Creates a hash_map with a copy of a range that's optimized for + holding up to n items, using h as the hash + function and k as the key equal function. +
+
template <class InputIterator>
+sparse_hash_map(InputIterator f, InputIterator l, size_type n, const
+hasher& h, const key_equal& k, const allocator_type& a) 
+ [2] +
+ Unordered Associative Container (tr1) + + Creates a hash_map with a copy of a range that's optimized for + holding up to n items, using h as the hash + function, k as the key equal function, and a as + the allocator object. +
+ sparse_hash_map(const hash_map&) + + Container + + The copy constructor. +
+ sparse_hash_map& operator=(const hash_map&) + + Container + + The assignment operator +
+ void swap(hash_map&) + + Container + + Swaps the contents of two hash_maps. +
+
pair<iterator, bool> insert(const value_type& x)
+
+
+ Unique + Associative Container + + Inserts x into the sparse_hash_map. +
+
template <class InputIterator>
+void insert(InputIterator f, InputIterator l) 
[2] +
+ Unique + Associative Container + + Inserts a range into the sparse_hash_map. +
+ void set_deleted_key(const key_type& key) [6] + + sparse_hash_map + + See below. +
+ void clear_deleted_key() [6] + + sparse_hash_map + + See below. +
+ void erase(iterator pos) + + Associative + Container + + Erases the element pointed to by pos. + [6] +
+ size_type erase(const key_type& k) + + Associative + Container + + Erases the element whose key is k. + [6] +
+ void erase(iterator first, iterator last) + + Associative + Container + + Erases all elements in a range. + [6] +
+ void clear() + + Associative + Container + + Erases all of the elements. +
+ const_iterator find(const key_type& k) const + + Associative + Container + + Finds an element whose key is k. +
+ iterator find(const key_type& k) + + Associative + Container + + Finds an element whose key is k. +
+ size_type count(const key_type& k) const + + Unique + Associative Container + + Counts the number of elements whose key is k. +
+
pair<const_iterator, const_iterator> equal_range(const
+key_type& k) const 
+
+ Associative + Container + + Finds a range containing all elements whose key is k. +
+
pair<iterator, iterator> equal_range(const
+key_type& k) 
+
+ Associative + Container + + Finds a range containing all elements whose key is k. +
+
data_type& operator[](const key_type& k) [3] 
+
+ sparse_hash_map + + See below. +
+ template <ValueSerializer, OUTPUT> + bool serialize(ValueSerializer serializer, OUTPUT *fp) + + sparse_hash_map + + See below. +
+ template <ValueSerializer, INPUT> + bool unserialize(ValueSerializer serializer, INPUT *fp) + + sparse_hash_map + + See below. +
+ NopointerSerializer + + sparse_hash_map + + See below. +
+ bool write_metadata(FILE *fp) + + sparse_hash_map + + DEPRECATED. See below. +
+ bool read_metadata(FILE *fp) + + sparse_hash_map + + DEPRECATED. See below. +
+ bool write_nopointer_data(FILE *fp) + + sparse_hash_map + + DEPRECATED. See below. +
+ bool read_nopointer_data(FILE *fp) + + sparse_hash_map + + DEPRECATED. See below. +
+
bool operator==(const hash_map&, const hash_map&)
+
+
+ Hashed + Associative Container + + Tests two hash_maps for equality. This is a global function, not a + member function. +
+ + +

New members

+ +These members are not defined in the Unique +Hashed Associative Container, Pair +Associative Container, or tr1's +Unordered Associative Container requirements, +but are specific to sparse_hash_map. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MemberDescription
+ void set_deleted_key(const key_type& key) + + Sets the distinguished "deleted" key to key. This must be + called before any calls to erase(). [6] +
+ void clear_deleted_key() + + Clears the distinguished "deleted" key. After this is called, + calls to erase() are not valid on this object. + [6] +
+
+data_type& 
+operator[](const key_type& k) [3]
+
+
+ Returns a reference to the object that is associated with + a particular key. If the sparse_hash_map does not already + contain such an object, operator[] inserts the default + object data_type(). [3] +
+ void set_resizing_parameters(float shrink, float grow) + + This function is DEPRECATED. It is equivalent to calling + min_load_factor(shrink); max_load_factor(grow). +
+ template <ValueSerializer, OUTPUT> + bool serialize(ValueSerializer serializer, OUTPUT *fp) + + Emit a serialization of the hash_map to a stream. + See below. +
+ template <ValueSerializer, INPUT> + bool unserialize(ValueSerializer serializer, INPUT *fp) + + Read in a serialization of a hash_map from a stream, replacing the + existing hash_map contents with the serialized contents. + See below. +
+ bool write_metadata(FILE *fp) + + This function is DEPRECATED. See below. +
+ bool read_metadata(FILE *fp) + + This function is DEPRECATED. See below. +
+ bool write_nopointer_data(FILE *fp) + + This function is DEPRECATED. See below. +
+ bool read_nopointer_data(FILE *fp) + + This function is DEPRECATED. See below. +
+ + +

Notes

+ +

[1] + +sparse_hash_map::iterator is not a mutable iterator, because +sparse_hash_map::value_type is not Assignable. +That is, if i is of type sparse_hash_map::iterator +and p is of type sparse_hash_map::value_type, then +*i = p is not a valid expression. However, +sparse_hash_map::iterator isn't a constant iterator either, +because it can be used to modify the object that it points to. Using +the same notation as above, (*i).second = p is a valid +expression.

+ +

[2] + +This member function relies on member template functions, which +may not be supported by all compilers. If your compiler supports +member templates, you can call this function with any type of input +iterator. If your compiler does not yet support member templates, +though, then the arguments must either be of type const +value_type* or of type sparse_hash_map::const_iterator.

+ +

[3] + +Since operator[] might insert a new element into the +sparse_hash_map, it can't possibly be a const member +function. Note that the definition of operator[] is +extremely simple: m[k] is equivalent to +(*((m.insert(value_type(k, data_type()))).first)).second. +Strictly speaking, this member function is unnecessary: it exists only +for convenience.

+ +

[4] + +In order to preserve iterators, erasing hashtable elements does not +cause a hashtable to resize. This means that after a string of +erase() calls, the hashtable will use more space than is +required. At a cost of invalidating all current iterators, you can +call resize() to manually compact the hashtable. The +hashtable promotes too-small resize() arguments to the +smallest legal value, so to compact a hashtable, it's sufficient to +call resize(0). + +

[5] + +Unlike some other hashtable implementations, the optional n in +the calls to the constructor, resize, and rehash +indicates not the desired number of buckets that +should be allocated, but instead the expected number of items to be +inserted. The class then sizes the hash-map appropriately for the +number of items specified. It's not an error to actually insert more +or fewer items into the hashtable, but the implementation is most +efficient -- does the fewest hashtable resizes -- if the number of +inserted items is n or slightly less.

+ +

[6] + +sparse_hash_map requires you call +set_deleted_key() before calling erase(). (This is +the largest difference between the sparse_hash_map API and +other hash-map APIs. See implementation.html +for why this is necessary.) +The argument to set_deleted_key() should be a key-value that +is never used for legitimate hash-map entries. It is an error to call +erase() without first calling set_deleted_key(), and +it is also an error to call insert() with an item whose key +is the "deleted key."

+ +

There is no need to call set_deleted_key if you do not +wish to call erase() on the hash-map.

+ +

It is acceptable to change the deleted-key at any time by calling +set_deleted_key() with a new argument. You can also call +clear_deleted_key(), at which point all keys become valid for +insertion but no hashtable entries can be deleted until +set_deleted_key() is called again.

+ +

Note: If you use set_deleted_key, it is also +necessary that data_type has a zero-argument default +constructor. This is because sparse_hash_map uses the +special value pair(deleted_key, data_type()) to denote +deleted buckets, and thus needs to be able to create +data_type using a zero-argument constructor.

+ +

If your data_type does not have a zero-argument default +constructor, there are several workarounds:

+
    +
  • Store a pointer to data_type in the map, instead of + data_type directly. This may yield faster code as + well, since hashtable-resizes will just have to move pointers + around, rather than copying the entire data_type. +
  • Add a zero-argument default constructor to data_type. +
  • Subclass data_type and add a zero-argument default + constructor to the subclass. +
+ +

If you do not use set_deleted_key, then there is no +requirement that data_type havea zero-argument default +constructor. + + +

Input/Output

+ +

It is possible to save and restore sparse_hash_map objects +to an arbitrary stream (such as a disk file) using the +serialize() and unserialize() methods.

+ +

Each of these methods takes two arguments: a serializer, +which says how to write hashtable items to disk, and a stream, +which can be a C++ stream (istream or its subclasses for +input, ostream or its subclasses for output), a +FILE*, or a user-defined type (as described below).

+ +

The serializer is a functor that takes a stream and a +single hashtable element (a value_type, which is a pair of +the key and data) and copies the hashtable element to the stream (for +serialize()) or fills the hashtable element contents from the +stream (for unserialize()), and returns true on success or +false on error. The copy-in and copy-out functions can be provided in +a single functor. Here is a sample serializer that read/writes a hashtable +element for an int-to-string hash_map to a FILE*:

+ +
+struct StringToIntSerializer {
+  bool operator()(FILE* fp, const std::pair<const int, std::string>& value) const {
+    // Write the key.  We ignore endianness for this example.
+    if (fwrite(&value.first, sizeof(value.first), 1, fp) != 1)
+      return false;
+    // Write the value.
+    assert(value.second.length() <= 255);   // we only support writing small strings
+    const unsigned char size = value.second.length();
+    if (fwrite(&size, 1, 1, fp) != 1)
+      return false;
+    if (fwrite(value.second.data(), size, 1, fp) != 1)
+      return false;
+    return true;
+  }
+  bool operator()(FILE* fp, std::pair<const int, std::string>* value) const {
+    // Read the key.  Note the need for const_cast to get around
+    // the fact hash_map keys are always const.
+    if (fread(const_cast<int*>(&value->first), sizeof(value->first), 1, fp) != 1)
+      return false;
+    // Read the value.
+    unsigned char size;    // all strings are <= 255 chars long
+    if (fread(&size, 1, 1, fp) != 1)
+      return false;
+    char* buf = new char[size];
+    if (fread(buf, size, 1, fp) != 1) {
+      delete[] buf;
+      return false;
+    }
+    new(&value->second) string(buf, size);
+    delete[] buf;
+    return true;
+  }
+};
+
+ +

Here is the functor being used in code (error checking omitted):

+
+   sparse_hash_map<string, int> mymap = CreateMap();
+   FILE* fp = fopen("hashtable.data", "w");
+   mymap.serialize(StringToIntSerializer(), fp);
+   fclose(fp);
+
+   sparse_hash_map<string, int> mymap2;
+   FILE* fp_in = fopen("hashtable.data", "r");
+   mymap2.unserialize(StringToIntSerializer(), fp_in);
+   fclose(fp_in);
+   assert(mymap == mymap2);
+
+ +

Important note: the code above uses placement-new to +instantiate the string. This is required for any +non-POD type (which is why we didn't need to worry about this to read +in the integer key). The value_type passed in to the unserializer +points to garbage memory, so it is not safe to assign to it directly +if doing so causes a destructor to be called.

+ +

Also note that this example serializer can only serialize to a +FILE*. If you want to also be able to use this serializer with C++ +streams, you will need to write two more overloads of +operator()'s, one that reads from an istream, and +one that writes to an ostream. Likewise if you want to +support serializing to a custom class.

+ +

If both the key and data are "simple" enough, you can use the +pre-supplied functor NopointerSerializer. This copies the +hashtable data using the equivalent of a memcpy<>. Native C +data types can be serialized this way, as can structs of native C data +types. Pointers and STL objects cannot.

+ +

Note that NopointerSerializer() does not do any endian +conversion. Thus, it is only appropriate when you intend to read the +data on the same endian architecture as you write the data.

+ +

If you wish to serialize to your own stream type, you can do so by +creating an object which supports two methods:

+
+   bool Write(const void* data, size_t length);
+   bool Read(void* data, size_t length);
+
+

Write() writes length bytes of data to a +stream (presumably a stream owned by the object), while +Read() reads data bytes from the stream into +data. Both return true on success or false on error.

+ +

To unserialize a hashtable from a stream, you wil typically create +a new sparse_hash_map object, then call unserialize() +on it. unserialize() destroys the old contents of the +object. You must pass in the appropriate ValueSerializer for +the data being read in.

+ +

Both serialize() and unserialize() return +true on success, or false if there was an error +streaming the data.

+ +

Note that serialize() is not a const method, since it +purges deleted elements before serializing. It is not safe to +serialize from two threads at once, without synchronization.

+ +

NOTE: older versions of sparse_hash_map provided a +different API, consisting of read_metadata(), +read_nopointer_data(), write_metadata(), +write_nopointer_data(). Writing to disk consisted of a call +to write_metadata() followed by +write_nopointer_data() (if the hash data was POD) or a custom +loop over the hashtable buckets to write the data (otherwise). +Reading from disk was similar. Prefer the new API for new code.

+ + +

Validity of Iterators

+ +

erase() is guaranteed not to invalidate any iterators -- +except for any iterators pointing to the item being erased, of course. +insert() invalidates all iterators, as does +resize().

+ +

This is implemented by making erase() not resize the +hashtable. If you desire maximum space efficiency, you can call +resize(0) after a string of erase() calls, to force +the hashtable to resize to the smallest possible size.

+ +

In addition to invalidating iterators, insert() +and resize() invalidate all pointers into the hashtable. If +you want to store a pointer to an object held in a sparse_hash_map, +either do so after finishing hashtable inserts, or store the object on +the heap and a pointer to it in the sparse_hash_map.

+ + +

See also

+ +

The following are SGI STL, and some Google STL, concepts and +classes related to sparse_hash_map.

+ +hash_map, +Associative Container, +Hashed Associative Container, +Pair Associative Container, +Unique Hashed Associative Container, +set, +map +multiset, +multimap, +hash_set, +hash_multiset, +hash_multimap, +sparsetable, +sparse_hash_set, +dense_hash_set, +dense_hash_map + + + diff --git a/clipper/sparsehash-2.0.3/doc/sparse_hash_set.html b/clipper/sparsehash-2.0.3/doc/sparse_hash_set.html new file mode 100644 index 0000000..4e73bda --- /dev/null +++ b/clipper/sparsehash-2.0.3/doc/sparse_hash_set.html @@ -0,0 +1,1551 @@ + + + + + +sparse_hash_set<Key, HashFcn, EqualKey, Alloc> + + + + +

[Note: this document is formatted similarly to the SGI STL +implementation documentation pages, and refers to concepts and classes +defined there. However, neither this document nor the code it +describes is associated with SGI, nor is it necessary to have SGI's +STL implementation installed in order to use this class.]

+ + +

sparse_hash_set<Key, HashFcn, EqualKey, Alloc>

+ +

sparse_hash_set is a Hashed +Associative Container that stores objects of type Key. +sparse_hash_set is a Simple +Associative Container, meaning that its value type, as well as its +key type, is key. It is also a +Unique +Associative Container, meaning that no two elements have keys that +compare equal using EqualKey.

+ +

Looking up an element in a sparse_hash_set by its key is +efficient, so sparse_hash_set is useful for "dictionaries" +where the order of elements is irrelevant. If it is important for the +elements to be in a particular order, however, then map is more appropriate.

+ +

sparse_hash_set is distinguished from other hash-set +implementations by its stingy use of memory and by the ability to save +and restore contents to disk. On the other hand, this hash-set +implementation, while still efficient, is slower than other hash-set +implementations, and it also has requirements -- for instance, for a +distinguished "deleted key" -- that may not be easy for all +applications to satisfy.

+ +

This class is appropriate for applications that need to store +large "dictionaries" in memory, or for applications that need these +dictionaries to be persistent.

+ + +

Example

+ +(Note: this example uses SGI semantics for hash<> +-- the kind used by gcc and most Unix compiler suites -- and not +Dinkumware semantics -- the kind used by Microsoft Visual Studio. If +you are using MSVC, this example will not compile as-is: you'll need +to change hash to hash_compare, and you +won't use eqstr at all. See the MSVC documentation for +hash_map and hash_compare, for more +details.) + +
+#include <iostream>
+#include <sparsehash/sparse_hash_set>
+
+using google::sparse_hash_set;      // namespace where class lives by default
+using std::cout;
+using std::endl;
+using ext::hash;  // or __gnu_cxx::hash, or maybe tr1::hash, depending on your OS
+
+struct eqstr
+{
+  bool operator()(const char* s1, const char* s2) const
+  {
+    return (s1 == s2) || (s1 && s2 && strcmp(s1, s2) == 0);
+  }
+};
+
+void lookup(const hash_set<const char*, hash<const char*>, eqstr>& Set,
+            const char* word)
+{
+  sparse_hash_set<const char*, hash<const char*>, eqstr>::const_iterator it
+    = Set.find(word);
+  cout << word << ": "
+       << (it != Set.end() ? "present" : "not present")
+       << endl;
+}
+
+int main()
+{
+  sparse_hash_set<const char*, hash<const char*>, eqstr> Set;
+  Set.insert("kiwi");
+  Set.insert("plum");
+  Set.insert("apple");
+  Set.insert("mango");
+  Set.insert("apricot");
+  Set.insert("banana");
+
+  lookup(Set, "mango");
+  lookup(Set, "apple");
+  lookup(Set, "durian");
+}
+
+ + +

Definition

+ +Defined in the header sparse_hash_set. +This class is not part of the C++ standard, though it is mostly +compatible with the tr1 class unordered_set. + + +

Template parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterDescriptionDefault
+ Key + + The hash_set's key and value type. This is also defined as + sparse_hash_set::key_type and + sparse_hash_set::value_type. + +   +
+ HashFcn + + The hash function used by the + hash_set. This is also defined as sparse_hash_set::hasher. +
Note: Hashtable performance depends heavily on the choice of + hash function. See the performance + page for more information. +
+ hash<Key> +
+ EqualKey + + The hash_set key equality function: a binary predicate that determines + whether two keys are equal. This is also defined as + sparse_hash_set::key_equal. + + equal_to<Key> +
+ Alloc + + The STL allocator to use. By default, uses the provided allocator + libc_allocator_with_realloc, which likely gives better + performance than other STL allocators due to its built-in support + for realloc, which this container takes advantage of. + If you use an allocator other than the default, note that this + container imposes an additional requirement on the STL allocator + type beyond those in [lib.allocator.requirements]: it does not + support allocators that define alternate memory models. That is, + it assumes that pointer, const_pointer, + size_type, and difference_type are just + T*, const T*, size_t, and + ptrdiff_t, respectively. This is also defined as + sparse_hash_set::allocator_type. + +
+ + +

Model of

+ +Unique Hashed Associative Container, +Simple Associative Container + + +

Type requirements

+ +
    +
  • +Key is Assignable. +
  • +EqualKey is a Binary Predicate whose argument type is Key. +
  • +EqualKey is an equivalence relation. +
  • +Alloc is an Allocator. +
+ + +

Public base classes

+ +None. + + +

Members

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MemberWhere definedDescription
+ value_type + + Container + + The type of object, T, stored in the hash_set. +
+ key_type + + Associative + Container + + The key type associated with value_type. +
+ hasher + + Hashed + Associative Container + + The sparse_hash_set's hash + function. +
+ key_equal + + Hashed + Associative Container + + Function + object that compares keys for equality. +
+ allocator_type + + Unordered Associative Container (tr1) + + The type of the Allocator given as a template parameter. +
+ pointer + + Container + + Pointer to T. +
+ reference + + Container + + Reference to T +
+ const_reference + + Container + + Const reference to T +
+ size_type + + Container + + An unsigned integral type. +
+ difference_type + + Container + + A signed integral type. +
+ iterator + + Container + + Iterator used to iterate through a sparse_hash_set. +
+ const_iterator + + Container + + Const iterator used to iterate through a sparse_hash_set. + (iterator and const_iterator are the same type.) +
+ local_iterator + + Unordered Associative Container (tr1) + + Iterator used to iterate through a subset of + sparse_hash_set. +
+ const_local_iterator + + Unordered Associative Container (tr1) + + Const iterator used to iterate through a subset of + sparse_hash_set. +
+ iterator begin() const + + Container + + Returns an iterator pointing to the beginning of the + sparse_hash_set. +
+ iterator end() const + + Container + + Returns an iterator pointing to the end of the + sparse_hash_set. +
+ local_iterator begin(size_type i) + + Unordered Associative Container (tr1) + + Returns a local_iterator pointing to the beginning of bucket + i in the sparse_hash_set. +
+ local_iterator end(size_type i) + + Unordered Associative Container (tr1) + + Returns a local_iterator pointing to the end of bucket + i in the sparse_hash_set. For + sparse_hash_set, each bucket contains either 0 or 1 item. +
+ const_local_iterator begin(size_type i) const + + Unordered Associative Container (tr1) + + Returns a const_local_iterator pointing to the beginning of bucket + i in the sparse_hash_set. +
+ const_local_iterator end(size_type i) const + + Unordered Associative Container (tr1) + + Returns a const_local_iterator pointing to the end of bucket + i in the sparse_hash_set. For + sparse_hash_set, each bucket contains either 0 or 1 item. +
+ size_type size() const + + Container + + Returns the size of the sparse_hash_set. +
+ size_type max_size() const + + Container + + Returns the largest possible size of the sparse_hash_set. +
+ bool empty() const + + Container + + true if the sparse_hash_set's size is 0. +
+ size_type bucket_count() const + + Hashed + Associative Container + + Returns the number of buckets used by the sparse_hash_set. +
+ size_type max_bucket_count() const + + Hashed + Associative Container + + Returns the largest possible number of buckets used by the sparse_hash_set. +
+ size_type bucket_size(size_type i) const + + Unordered Associative Container (tr1) + + Returns the number of elements in bucket i. For + sparse_hash_set, this will be either 0 or 1. +
+ size_type bucket(const key_type& key) const + + Unordered Associative Container (tr1) + + If the key exists in the set, returns the index of the bucket + containing the given key, otherwise, return the bucket the key + would be inserted into. + This value may be passed to begin(size_type) and + end(size_type). +
+ float load_factor() const + + Unordered Associative Container (tr1) + + The number of elements in the sparse_hash_set divided by + the number of buckets. +
+ float max_load_factor() const + + Unordered Associative Container (tr1) + + The maximum load factor before increasing the number of buckets in + the sparse_hash_set. +
+ void max_load_factor(float new_grow) + + Unordered Associative Container (tr1) + + Sets the maximum load factor before increasing the number of + buckets in the sparse_hash_set. +
+ float min_load_factor() const + + sparse_hash_set + + The minimum load factor before decreasing the number of buckets in + the sparse_hash_set. +
+ void min_load_factor(float new_grow) + + sparse_hash_set + + Sets the minimum load factor before decreasing the number of + buckets in the sparse_hash_set. +
+ void set_resizing_parameters(float shrink, float grow) + + sparse_hash_set + + DEPRECATED. See below. +
+ void resize(size_type n) + + Hashed + Associative Container + + Increases the bucket count to hold at least n items. + [2] [3] +
+ void rehash(size_type n) + + Unordered Associative Container (tr1) + + Increases the bucket count to hold at least n items. + This is identical to resize. + [2] [3] +
+ hasher hash_funct() const + + Hashed + Associative Container + + Returns the hasher object used by the sparse_hash_set. +
+ hasher hash_function() const + + Unordered Associative Container (tr1) + + Returns the hasher object used by the sparse_hash_set. + This is idential to hash_funct. +
+ key_equal key_eq() const + + Hashed + Associative Container + + Returns the key_equal object used by the + sparse_hash_set. +
+ allocator_type get_allocator() const + + Unordered Associative Container (tr1) + + Returns the allocator_type object used by the + sparse_hash_set: either the one passed in to the + constructor, or a default Alloc instance. +
+ sparse_hash_set() + + Container + + Creates an empty sparse_hash_set. +
+ sparse_hash_set(size_type n) + + Hashed + Associative Container + + Creates an empty sparse_hash_set that's optimized for holding + up to n items. + [3] +
+ sparse_hash_set(size_type n, const hasher& h) + + Hashed + Associative Container + + Creates an empty sparse_hash_set that's optimized for up + to n items, using h as the hash function. +
+ sparse_hash_set(size_type n, const hasher& h, const + key_equal& k) + + Hashed + Associative Container + + Creates an empty sparse_hash_set that's optimized for up + to n items, using h as the hash function and + k as the key equal function. +
+ sparse_hash_set(size_type n, const hasher& h, const + key_equal& k, const allocator_type& a) + + Unordered Associative Container (tr1) + + Creates an empty sparse_hash_set that's optimized for up + to n items, using h as the hash function, + k as the key equal function, and a as the + allocator object. +
+
template <class InputIterator>
+sparse_hash_set(InputIterator f, InputIterator l) 
+[2] +
+ Unique + Hashed Associative Container + + Creates a sparse_hash_set with a copy of a range. +
+
template <class InputIterator>
+sparse_hash_set(InputIterator f, InputIterator l, size_type n) 
+[2] +
+ Unique + Hashed Associative Container + + Creates a hash_set with a copy of a range that's optimized to + hold up to n items. +
+
template <class InputIterator>
+sparse_hash_set(InputIterator f, InputIterator l, size_type n, const
+hasher& h) 
[2] +
+ Unique + Hashed Associative Container + + Creates a hash_set with a copy of a range that's optimized to hold + up to n items, using h as the hash function. +
+
template <class InputIterator>
+sparse_hash_set(InputIterator f, InputIterator l, size_type n, const
+hasher& h, const key_equal& k) 
[2] +
+ Unique + Hashed Associative Container + + Creates a hash_set with a copy of a range that's optimized for + holding up to n items, using h as the hash + function and k as the key equal function. +
+
template <class InputIterator>
+sparse_hash_set(InputIterator f, InputIterator l, size_type n, const
+hasher& h, const key_equal& k, const allocator_type& a) 
+ [2] +
+ Unordered Associative Container (tr1) + + Creates a hash_set with a copy of a range that's optimized for + holding up to n items, using h as the hash + function, k as the key equal function, and a as + the allocator object. +
+ sparse_hash_set(const hash_set&) + + Container + + The copy constructor. +
+ sparse_hash_set& operator=(const hash_set&) + + Container + + The assignment operator +
+ void swap(hash_set&) + + Container + + Swaps the contents of two hash_sets. +
+
pair<iterator, bool> insert(const value_type& x)
+
+
+ Unique + Associative Container + + Inserts x into the sparse_hash_set. +
+
template <class InputIterator>
+void insert(InputIterator f, InputIterator l) 
[2] +
+ Unique + Associative Container + + Inserts a range into the sparse_hash_set. +
+ void set_deleted_key(const key_type& key) [4] + + sparse_hash_set + + See below. +
+ void clear_deleted_key() [4] + + sparse_hash_set + + See below. +
+ void erase(iterator pos) + + Associative + Container + + Erases the element pointed to by pos. + [4] +
+ size_type erase(const key_type& k) + + Associative + Container + + Erases the element whose key is k. + [4] +
+ void erase(iterator first, iterator last) + + Associative + Container + + Erases all elements in a range. + [4] +
+ void clear() + + Associative + Container + + Erases all of the elements. +
+ iterator find(const key_type& k) const + + Associative + Container + + Finds an element whose key is k. +
+ size_type count(const key_type& k) const + + Unique + Associative Container + + Counts the number of elements whose key is k. +
+
pair<iterator, iterator> equal_range(const
+key_type& k) const
+
+ Associative + Container + + Finds a range containing all elements whose key is k. +
+ template <ValueSerializer, OUTPUT> + bool serialize(ValueSerializer serializer, OUTPUT *fp) + + sparse_hash_set + + See below. +
+ template <ValueSerializer, INPUT> + bool unserialize(ValueSerializer serializer, INPUT *fp) + + sparse_hash_set + + See below. +
+ NopointerSerializer + + sparse_hash_set + + See below. +
+ bool write_metadata(FILE *fp) + + sparse_hash_set + + DEPRECATED. See below. +
+ bool read_metadata(FILE *fp) + + sparse_hash_set + + DEPRECATED. See below. +
+ bool write_nopointer_data(FILE *fp) + + sparse_hash_set + + DEPRECATED. See below. +
+ bool read_nopointer_data(FILE *fp) + + sparse_hash_set + + DEPRECATED. See below. +
+
bool operator==(const hash_set&, const hash_set&)
+
+
+ Hashed + Associative Container + + Tests two hash_sets for equality. This is a global function, not a + member function. +
+ + +

New members

+ +These members are not defined in the Unique +Hashed Associative Container, Simple +Associative Container, or tr1's Unordered Associative +Container requirements, but are specific to +sparse_hash_set. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MemberDescription
+ void set_deleted_key(const key_type& key) + + Sets the distinguished "deleted" key to key. This must be + called before any calls to erase(). [4] +
+ void clear_deleted_key() + + Clears the distinguished "deleted" key. After this is called, + calls to erase() are not valid on this object. + [4] +
+ void set_resizing_parameters(float shrink, float grow) + + This function is DEPRECATED. It is equivalent to calling + min_load_factor(shrink); max_load_factor(grow). +
+ template <ValueSerializer, OUTPUT> + bool serialize(ValueSerializer serializer, OUTPUT *fp) + + Emit a serialization of the hash_set to a stream. + See below. +
+ template <ValueSerializer, INPUT> + bool unserialize(ValueSerializer serializer, INPUT *fp) + + Read in a serialization of a hash_set from a stream, replacing the + existing hash_set contents with the serialized contents. + See below. +
+ bool write_metadata(FILE *fp) + + This function is DEPRECATED. See below. +
+ bool read_metadata(FILE *fp) + + This function is DEPRECATED. See below. +
+ bool write_nopointer_data(FILE *fp) + + This function is DEPRECATED. See below. +
+ bool read_nopointer_data(FILE *fp) + + This function is DEPRECATED. See below. +
+ + +

Notes

+ +

[1] + +This member function relies on member template functions, which +may not be supported by all compilers. If your compiler supports +member templates, you can call this function with any type of input +iterator. If your compiler does not yet support member templates, +though, then the arguments must either be of type const +value_type* or of type sparse_hash_set::const_iterator.

+ +

[2] + +In order to preserve iterators, erasing hashtable elements does not +cause a hashtable to resize. This means that after a string of +erase() calls, the hashtable will use more space than is +required. At a cost of invalidating all current iterators, you can +call resize() to manually compact the hashtable. The +hashtable promotes too-small resize() arguments to the +smallest legal value, so to compact a hashtable, it's sufficient to +call resize(0). + +

[3] + +Unlike some other hashtable implementations, the optional n in +the calls to the constructor, resize, and rehash +indicates not the desired number of buckets that +should be allocated, but instead the expected number of items to be +inserted. The class then sizes the hash-set appropriately for the +number of items specified. It's not an error to actually insert more +or fewer items into the hashtable, but the implementation is most +efficient -- does the fewest hashtable resizes -- if the number of +inserted items is n or slightly less.

+ +

[4] + +sparse_hash_set requires you call +set_deleted_key() before calling erase(). (This is +the largest difference between the sparse_hash_set API and +other hash-set APIs. See implementation.html +for why this is necessary.) +The argument to set_deleted_key() should be a key-value that +is never used for legitimate hash-set entries. It is an error to call +erase() without first calling set_deleted_key(), and +it is also an error to call insert() with an item whose key +is the "deleted key."

+ +

There is no need to call set_deleted_key if you do not +wish to call erase() on the hash-set.

+ +

It is acceptable to change the deleted-key at any time by calling +set_deleted_key() with a new argument. You can also call +clear_deleted_key(), at which point all keys become valid for +insertion but no hashtable entries can be deleted until +set_deleted_key() is called again.

+ + +

Input/Output

+ +

It is possible to save and restore sparse_hash_set objects +to an arbitrary stream (such as a disk file) using the +serialize() and unserialize() methods.

+ +

Each of these methods takes two arguments: a serializer, +which says how to write hashtable items to disk, and a stream, +which can be a C++ stream (istream or its subclasses for +input, ostream or its subclasses for output), a +FILE*, or a user-defined type (as described below).

+ +

The serializer is a functor that takes a stream and a +single hashtable element (a value_type) and copies the +hashtable element to the stream (for serialize()) or fills +the hashtable element contents from the stream (for +unserialize()), and returns true on success or false on +error. The copy-in and copy-out functions can be provided in a single +functor. Here is a sample serializer that read/writes a hashtable +element for a string hash_set to a FILE*:

+ +
+struct StringSerializer {
+  bool operator()(FILE* fp, const std::string& value) const {
+    assert(value.length() <= 255);   // we only support writing small strings
+    const unsigned char size = value.length();
+    if (fwrite(&size, 1, 1, fp) != 1)
+      return false;
+    if (fwrite(value.data(), size, 1, fp) != 1)
+      return false;
+    return true;
+  }
+  bool operator()(FILE* fp, std::string* value) const {
+    unsigned char size;    // all strings are <= 255 chars long
+    if (fread(&size, 1, 1, fp) != 1)
+      return false;
+    char* buf = new char[size];
+    if (fread(buf, size, 1, fp) != 1) {
+      delete[] buf;
+      return false;
+    }
+    new(value) string(buf, size);
+    delete[] buf;
+    return true;
+  }
+};
+
+ +

Here is the functor being used in code (error checking omitted):

+
+   sparse_hash_set<string> myset = CreateSet();
+   FILE* fp = fopen("hashtable.data", "w");
+   myset.serialize(StringSerializer(), fp);
+   fclose(fp);
+
+   sparse_hash_set<string> myset2;
+   FILE* fp_in = fopen("hashtable.data", "r");
+   myset2.unserialize(StringSerializer(), fp_in);
+   fclose(fp_in);
+   assert(myset == myset2);
+
+ +

Important note: the code above uses placement-new to +instantiate the string. This is required for any +non-POD type. The value_type passed in to the unserializer +points to garbage memory, so it is not safe to assign to it directly +if doing so causes a destructor to be called.

+ +

Also note that this example serializer can only serialize to a +FILE*. If you want to also be able to use this serializer with C++ +streams, you will need to write two more overloads of +operator()'s, one that reads from an istream, and +one that writes to an ostream. Likewise if you want to +support serializing to a custom class.

+ +

If the key is "simple" enough, you can use the pre-supplied functor +NopointerSerializer. This copies the hashtable data using +the equivalent of a memcpy<>. Native C data types can be +serialized this way, as can structs of native C data types. Pointers +and STL objects cannot.

+ +

Note that NopointerSerializer() does not do any endian +conversion. Thus, it is only appropriate when you intend to read the +data on the same endian architecture as you write the data.

+ +

If you wish to serialize to your own stream type, you can do so by +creating an object which supports two methods:

+
+   bool Write(const void* data, size_t length);
+   bool Read(void* data, size_t length);
+
+

Write() writes length bytes of data to a +stream (presumably a stream owned by the object), while +Read() reads data bytes from the stream into +data. Both return true on success or false on error.

+ +

To unserialize a hashtable from a stream, you wil typically create +a new sparse_hash_set object, then call unserialize() +on it. unserialize() destroys the old contents of the +object. You must pass in the appropriate ValueSerializer for +the data being read in.

+ +

Both serialize() and unserialize() return +true on success, or false if there was an error +streaming the data.

+ +

Note that serialize() is not a const method, since it +purges deleted elements before serializing. It is not safe to +serialize from two threads at once, without synchronization.

+ +

NOTE: older versions of sparse_hash_set provided a +different API, consisting of read_metadata(), +read_nopointer_data(), write_metadata(), +write_nopointer_data(). Writing to disk consisted of a call +to write_metadata() followed by +write_nopointer_data() (if the hash data was POD) or a custom +loop over the hashtable buckets to write the data (otherwise). +Reading from disk was similar. Prefer the new API for new code.

+ + +

Validity of Iterators

+ +

erase() is guaranteed not to invalidate any iterators -- +except for any iterators pointing to the item being erased, of course. +insert() invalidates all iterators, as does +resize().

+ +

This is implemented by making erase() not resize the +hashtable. If you desire maximum space efficiency, you can call +resize(0) after a string of erase() calls, to force +the hashtable to resize to the smallest possible size.

+ +

In addition to invalidating iterators, insert() +and resize() invalidate all pointers into the hashtable. If +you want to store a pointer to an object held in a sparse_hash_set, +either do so after finishing hashtable inserts, or store the object on +the heap and a pointer to it in the sparse_hash_set.

+ + +

See also

+ +

The following are SGI STL, and some Google STL, concepts and +classes related to sparse_hash_set.

+ +hash_set, +Associative Container, +Hashed Associative Container, +Simple Associative Container, +Unique Hashed Associative Container, +set, +map +multiset, +multimap, +hash_map, +hash_multiset, +hash_multimap, +sparsetable, +sparse_hash_map, +dense_hash_set, +dense_hash_map + + + diff --git a/clipper/sparsehash-2.0.3/doc/sparsetable.html b/clipper/sparsehash-2.0.3/doc/sparsetable.html new file mode 100644 index 0000000..6524344 --- /dev/null +++ b/clipper/sparsehash-2.0.3/doc/sparsetable.html @@ -0,0 +1,1393 @@ + + + + + +sparsetable<T, GROUP_SIZE> + + + + +

[Note: this document is formatted similarly to the SGI STL +implementation documentation pages, and refers to concepts and classes +defined there. However, neither this document nor the code it +describes is associated with SGI, nor is it necessary to have SGI's +STL implementation installed in order to use this class.]

+ +

sparsetable<T, GROUP_SIZE>

+ +

A sparsetable is a Random +Access Container that supports constant time random access to +elements, and constant time insertion and removal of elements. It +implements the "array" or "table" abstract data type. The number of +elements in a sparsetable is set at constructor time, though +you can change it at any time by calling resize().

+ +

sparsetable is distinguished from other array +implementations, including the default C implementation, in its stingy +use of memory -- in particular, unused array elements require only 1 bit +of disk space to store, rather than sizeof(T) bytes -- and by +the ability to save and restore contents to disk. On the other hand, +this array implementation, while still efficient, is slower than other +array implementations.

+ + +

A sparsetable distinguishes between table elements that +have been assigned and those that are unassigned. +Assigned table elements are those that have had a value set via +set(), operator(), assignment via an iterator, and +so forth. Unassigned table elements are those that have not had a +value set in one of these ways, or that have been explicitly +unassigned via a call to erase() or clear(). Lookup +is valid on both assigned and unassigned table elements; for +unassigned elements, lookup returns the default value +T().

+
+ +

This class is appropriate for applications that need to store large +arrays in memory, or for applications that need these arrays to be +persistent.

+ + +

Example

+ +
+#include <sparsehash/sparsetable>
+
+using google::sparsetable;      // namespace where class lives by default
+
+sparsetable<int> t(100);
+t[5] = 6;
+cout << "t[5] = " << t[5];
+cout << "Default value = " << t[99];
+
+ + +

Definition

+ +Defined in the header sparsetable. This +class is not part of the C++ standard. + + +

Template parameters

+ + + + + + + + + + + + + + + + +
ParameterDescriptionDefault
+ T + + The sparsetable's value type: the type of object that is stored in + the table. + +   +
+ GROUP_SIZE + + The number of elements in each sparsetable group (see the implementation doc for more details + on this value). This almost never need be specified; the default + template parameter value works well in all situations. + +   +
+ + +

Model of

+ +Random Access Container + + +

Type requirements

+ +None, except for those imposed by the requirements of +Random +Access Container + + +

Public base classes

+ +None. + + +

Members

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MemberWhere definedDescription
+ value_type + + Container + + The type of object, T, stored in the table. +
+ pointer + + Container + + Pointer to T. +
+ reference + + Container + + Reference to T. +
+ const_reference + + Container + + Const reference to T. +
+ size_type + + Container + + An unsigned integral type. +
+ difference_type + + Container + + A signed integral type. +
+ iterator + + Container + + Iterator used to iterate through a sparsetable. +
+ const_iterator + + Container + + Const iterator used to iterate through a sparsetable. +
+ reverse_iterator + + Reversible + Container + + Iterator used to iterate backwards through a sparsetable. +
+ const_reverse_iterator + + Reversible + Container + + Const iterator used to iterate backwards through a + sparsetable. +
+ nonempty_iterator + + sparsetable + + Iterator used to iterate through the + assigned elements of the + sparsetable. +
+ const_nonempty_iterator + + sparsetable + + Const iterator used to iterate through the + assigned elements of the + sparsetable. +
+ reverse_nonempty_iterator + + sparsetable + + Iterator used to iterate backwards through the + assigned elements of the + sparsetable. +
+ const_reverse_nonempty_iterator + + sparsetable + + Const iterator used to iterate backwards through the + assigned elements of the + sparsetable. +
+ destructive_iterator + + sparsetable + + Iterator used to iterate through the + assigned elements of the + sparsetable, erasing elements as it iterates. + [1] +
+ iterator begin() + + Container + + Returns an iterator pointing to the beginning of the + sparsetable. +
+ iterator end() + + Container + + Returns an iterator pointing to the end of the + sparsetable. +
+ const_iterator begin() const + + Container + + Returns an const_iterator pointing to the beginning of the + sparsetable. +
+ const_iterator end() const + + Container + + Returns an const_iterator pointing to the end of the + sparsetable. +
+ reverse_iterator rbegin() + + Reversible + Container + + Returns a reverse_iterator pointing to the beginning of the + reversed sparsetable. +
+ reverse_iterator rend() + + Reversible + Container + + Returns a reverse_iterator pointing to the end of the + reversed sparsetable. +
+ const_reverse_iterator rbegin() const + + Reversible + Container + + Returns a const_reverse_iterator pointing to the beginning + of the reversed sparsetable. +
+ const_reverse_iterator rend() const + + Reversible + Container + + Returns a const_reverse_iterator pointing to the end of + the reversed sparsetable. +
+ nonempty_iterator nonempty_begin() + + sparsetable + + Returns a nonempty_iterator pointing to the first + assigned element of the + sparsetable. +
+ nonempty_iterator nonempty_end() + + sparsetable + + Returns a nonempty_iterator pointing to the end of the + sparsetable. +
+ const_nonempty_iterator nonempty_begin() const + + sparsetable + + Returns a const_nonempty_iterator pointing to the first + assigned element of the + sparsetable. +
+ const_nonempty_iterator nonempty_end() const + + sparsetable + + Returns a const_nonempty_iterator pointing to the end of + the sparsetable. +
+ reverse_nonempty_iterator nonempty_rbegin() + + sparsetable + + Returns a reverse_nonempty_iterator pointing to the first + assigned element of the reversed + sparsetable. +
+ reverse_nonempty_iterator nonempty_rend() + + sparsetable + + Returns a reverse_nonempty_iterator pointing to the end of + the reversed sparsetable. +
+ const_reverse_nonempty_iterator nonempty_rbegin() const + + sparsetable + + Returns a const_reverse_nonempty_iterator pointing to the + first assigned element of the reversed + sparsetable. +
+ const_reverse_nonempty_iterator nonempty_rend() const + + sparsetable + + Returns a const_reverse_nonempty_iterator pointing to the + end of the reversed sparsetable. +
+ destructive_iterator destructive_begin() + + sparsetable + + Returns a destructive_iterator pointing to the first + assigned element of the + sparsetable. +
+ destructive_iterator destructive_end() + + sparsetable + + Returns a destructive_iterator pointing to the end of + the sparsetable. +
+ size_type size() const + + Container + + Returns the size of the sparsetable. +
+ size_type max_size() const + + Container + + Returns the largest possible size of the sparsetable. +
+ bool empty() const + + Container + + true if the sparsetable's size is 0. +
+ size_type num_nonempty() const + + sparsetable + + Returns the number of sparsetable elements that are currently assigned. +
+ sparsetable(size_type n) + + Container + + Creates a sparsetable with n elements. +
+ sparsetable(const sparsetable&) + + Container + + The copy constructor. +
+ ~sparsetable() + + Container + + The destructor. +
+ sparsetable& operator=(const sparsetable&) + + Container + + The assignment operator +
+ void swap(sparsetable&) + + Container + + Swaps the contents of two sparsetables. +
+ reference operator[](size_type n) + + Random + Access Container + + Returns the n'th element. [2] +
+ const_reference operator[](size_type n) const + + Random + Access Container + + Returns the n'th element. +
+ bool test(size_type i) const + + sparsetable + + true if the i'th element of the sparsetable is assigned. +
+ bool test(iterator pos) const + + sparsetable + + true if the sparsetable element pointed to by pos + is assigned. +
+ bool test(const_iterator pos) const + + sparsetable + + true if the sparsetable element pointed to by pos + is assigned. +
+ const_reference get(size_type i) const + + sparsetable + + returns the i'th element of the sparsetable. +
+ reference set(size_type i, const_reference val) + + sparsetable + + Sets the i'th element of the sparsetable to value + val. +
+ void erase(size_type i) + + sparsetable + + Erases the i'th element of the sparsetable. +
+ void erase(iterator pos) + + sparsetable + + Erases the element of the sparsetable pointed to by + pos. +
+ void erase(iterator first, iterator last) + + sparsetable + + Erases the elements of the sparsetable in the range + [first, last). +
+ void clear() + + sparsetable + + Erases all of the elements. +
+ void resize(size_type n) + + sparsetable + + Changes the size of sparsetable to n. +
+ bool write_metadata(FILE *fp) + + sparsetable + + See below. +
+ bool read_metadata(FILE *fp) + + sparsetable + + See below. +
+ bool write_nopointer_data(FILE *fp) + + sparsetable + + See below. +
+ bool read_nopointer_data(FILE *fp) + + sparsetable + + See below. +
+
bool operator==(const sparsetable&, const sparsetable&)
+
+
+ Forward + Container + + Tests two sparsetables for equality. This is a global function, + not a member function. +
+
bool operator<(const sparsetable&, const sparsetable&)
+
+
+ Forward + Container + + Lexicographical comparison. This is a global function, + not a member function. +
+ + +

New members

+ +These members are not defined in the Random +Access Container requirement, but are specific to +sparsetable. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MemberDescription
+ nonempty_iterator + + Iterator used to iterate through the + assigned elements of the + sparsetable. +
+ const_nonempty_iterator + + Const iterator used to iterate through the + assigned elements of the + sparsetable. +
+ reverse_nonempty_iterator + + Iterator used to iterate backwards through the + assigned elements of the + sparsetable. +
+ const_reverse_nonempty_iterator + + Const iterator used to iterate backwards through the + assigned elements of the + sparsetable. +
+ destructive_iterator + + Iterator used to iterate through the + assigned elements of the + sparsetable, erasing elements as it iterates. + [1] +
+ nonempty_iterator nonempty_begin() + + Returns a nonempty_iterator pointing to the first + assigned element of the + sparsetable. +
+ nonempty_iterator nonempty_end() + + Returns a nonempty_iterator pointing to the end of the + sparsetable. +
+ const_nonempty_iterator nonempty_begin() const + + Returns a const_nonempty_iterator pointing to the first + assigned element of the + sparsetable. +
+ const_nonempty_iterator nonempty_end() const + + Returns a const_nonempty_iterator pointing to the end of + the sparsetable. +
+ reverse_nonempty_iterator nonempty_rbegin() + + Returns a reverse_nonempty_iterator pointing to the first + assigned element of the reversed + sparsetable. +
+ reverse_nonempty_iterator nonempty_rend() + + Returns a reverse_nonempty_iterator pointing to the end of + the reversed sparsetable. +
+ const_reverse_nonempty_iterator nonempty_rbegin() const + + Returns a const_reverse_nonempty_iterator pointing to the + first assigned element of the reversed + sparsetable. +
+ const_reverse_nonempty_iterator nonempty_rend() const + + Returns a const_reverse_nonempty_iterator pointing to the + end of the reversed sparsetable. +
+ destructive_iterator destructive_begin() + + Returns a destructive_iterator pointing to the first + assigned element of the + sparsetable. +
+ destructive_iterator destructive_end() + + Returns a destructive_iterator pointing to the end of + the sparsetable. +
+ size_type num_nonempty() const + + Returns the number of sparsetable elements that are currently assigned. +
+ bool test(size_type i) const + + true if the i'th element of the sparsetable is assigned. +
+ bool test(iterator pos) const + + true if the sparsetable element pointed to by pos + is assigned. +
+ bool test(const_iterator pos) const + + true if the sparsetable element pointed to by pos + is assigned. +
+ const_reference get(size_type i) const + + returns the i'th element of the sparsetable. If + the i'th element is assigned, the + assigned value is returned, otherwise, the default value + T() is returned. +
+ reference set(size_type i, const_reference val) + + Sets the i'th element of the sparsetable to value + val, and returns a reference to the i'th element + of the table. This operation causes the i'th element to + be assigned. +
+ void erase(size_type i) + + Erases the i'th element of the sparsetable. This + operation causes the i'th element to be unassigned. +
+ void erase(iterator pos) + + Erases the element of the sparsetable pointed to by + pos. This operation causes the i'th element to + be unassigned. +
+ void erase(iterator first, iterator last) + + Erases the elements of the sparsetable in the range + [first, last). This operation causes these elements to + be unassigned. +
+ void clear() + + Erases all of the elements. This causes all elements to be + unassigned. +
+ void resize(size_type n) + + Changes the size of sparsetable to n. If n is + greater than the old size, new, unassigned + elements are appended. If n is less than the old size, + all elements in position >n are deleted. +
+ bool write_metadata(FILE *fp) + + Write hashtable metadata to fp. See below. +
+ bool read_metadata(FILE *fp) + + Read hashtable metadata from fp. See below. +
+ bool write_nopointer_data(FILE *fp) + + Write hashtable contents to fp. This is valid only if the + hashtable key and value are "plain" data. See below. +
+ bool read_nopointer_data(FILE *fp) + + Read hashtable contents to fp. This is valid only if the + hashtable key and value are "plain" data. See below. +
+ + +

Notes

+ +

[1] + +sparsetable::destructive_iterator iterates through a +sparsetable like a normal iterator, but ++it may delete the +element being iterated past. Obviously, this iterator can only be +used once on a given table! One application of this iterator is to +copy data from a sparsetable to some other data structure without +using extra memory to store the data in both places during the +copy.

+ +

[2] + +Since operator[] might insert a new element into the +sparsetable, it can't possibly be a const member +function. In theory, since it might insert a new element, it should +cause the element it refers to to become assigned. However, this is undesirable when +operator[] is used to examine elements, rather than assign +them. Thus, as an implementation trick, operator[] does not +really return a reference. Instead it returns an object that +behaves almost exactly like a reference. This object, +however, delays setting the appropriate sparsetable element to assigned to when it is actually assigned to.

+ +

For a bit more detail: the object returned by operator[] +is an opaque type which defines operator=, operator +reference(), and operator&. The first operator controls +assigning to the value. The second controls examining the value. The +third controls pointing to the value.

+ +

All three operators perform exactly as an object of type +reference would perform. The only problems that arise is +when this object is accessed in situations where C++ cannot do the +conversion by default. By far the most common situation is with +variadic functions such as printf. In such situations, you +may need to manually cast the object to the right type:

+
+   printf("%d", static_cast<typename table::reference>(table[i]));
+
+ + +

Input/Output

+ +

It is possible to save and restore sparsetable objects +to disk. Storage takes place in two steps. The first writes the +table metadata. The second writes the actual data.

+ +

To write a sparsetable to disk, first call write_metadata() +on an open file pointer. This saves the sparsetable information in a +byte-order-independent format.

+ +

After the metadata has been written to disk, you must write the +actual data stored in the sparsetable to disk. If the value is +"simple" enough, you can do this by calling +write_nopointer_data(). "Simple" data is data that can be +safely copied to disk via fwrite(). Native C data types fall +into this category, as do structs of native C data types. Pointers +and STL objects do not.

+ +

Note that write_nopointer_data() does not do any endian +conversion. Thus, it is only appropriate when you intend to read the +data on the same endian architecture as you write the data.

+ +

If you cannot use write_nopointer_data() for any reason, +you can write the data yourself by iterating over the +sparsetable with a const_nonempty_iterator and +writing the key and data in any manner you wish.

+ +

To read the hashtable information from disk, first you must create +a sparsetable object. Then open a file pointer to point +to the saved sparsetable, and call read_metadata(). If you +saved the data via write_nopointer_data(), you can follow the +read_metadata() call with a call to +read_nopointer_data(). This is all that is needed.

+ +

If you saved the data through a custom write routine, you must call +a custom read routine to read in the data. To do this, iterate over +the sparsetable with a nonempty_iterator; this +operation is sensical because the metadata has already been set up. +For each iterator item, you can read the key and value from disk, and +set it appropriately. The code might look like this:

+
+   for (sparsetable<int*>::nonempty_iterator it = t.nonempty_begin();
+        it != t.nonempty_end(); ++it) {
+       *it = new int;
+       fread(*it, sizeof(int), 1, fp);
+   }
+
+ +

Here's another example, where the item stored in the sparsetable is +a C++ object with a non-trivial constructor. In this case, you must +use "placement new" to construct the object at the correct memory +location.

+
+   for (sparsetable<ComplicatedCppClass>::nonempty_iterator it = t.nonempty_begin();
+        it != t.nonempty_end(); ++it) {
+       int constructor_arg;   // ComplicatedCppClass takes an int to construct
+       fread(&constructor_arg, sizeof(int), 1, fp);
+       new (&(*it)) ComplicatedCppClass(constructor_arg);     // placement new
+   }
+
+ + +

See also

+ +

The following are SGI STL concepts and classes related to +sparsetable.

+ +Container, +Random Access Container, +sparse_hash_set, +sparse_hash_map + + + diff --git a/clipper/sparsehash-2.0.3/experimental/Makefile b/clipper/sparsehash-2.0.3/experimental/Makefile new file mode 100644 index 0000000..aa997f7 --- /dev/null +++ b/clipper/sparsehash-2.0.3/experimental/Makefile @@ -0,0 +1,9 @@ +example: example.o libchash.o + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ + +.SUFFIXES: .c .o .h +.c.o: + $(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ $< + +example.o: example.c libchash.h +libchash.o: libchash.c libchash.h diff --git a/clipper/sparsehash-2.0.3/experimental/README b/clipper/sparsehash-2.0.3/experimental/README new file mode 100644 index 0000000..150161d --- /dev/null +++ b/clipper/sparsehash-2.0.3/experimental/README @@ -0,0 +1,14 @@ +This is a C version of sparsehash (and also, maybe, densehash) that I +wrote way back when, and served as the inspiration for the C++ +version. The API for the C version is much uglier than the C++, +because of the lack of template support. I believe the class works, +but I'm not convinced it's really flexible or easy enough to use. + +It would be nice to rework this C class to follow the C++ API as +closely as possible (eg have a set_deleted_key() instead of using a +#define like this code does now). I believe the code compiles and +runs, if anybody is interested in using it now, but it's subject to +major change in the future, as people work on it. + +Craig Silverstein +20 March 2005 diff --git a/clipper/sparsehash-2.0.3/experimental/example.c b/clipper/sparsehash-2.0.3/experimental/example.c new file mode 100644 index 0000000..47b9dba --- /dev/null +++ b/clipper/sparsehash-2.0.3/experimental/example.c @@ -0,0 +1,55 @@ +#include +#include +#include +#include +#include "libchash.h" + +static void TestInsert() { + struct HashTable* ht; + HTItem* bck; + + ht = AllocateHashTable(1, 0); /* value is 1 byte, 0: don't copy keys */ + + HashInsert(ht, PTR_KEY(ht, "January"), 31); /* 0: don't overwrite old val */ + bck = HashInsert(ht, PTR_KEY(ht, "February"), 28); + bck = HashInsert(ht, PTR_KEY(ht, "March"), 31); + + bck = HashFind(ht, PTR_KEY(ht, "February")); + assert(bck); + assert(bck->data == 28); + + FreeHashTable(ht); +} + +static void TestFindOrInsert() { + struct HashTable* ht; + int i; + int iterations = 1000000; + int range = 30; /* random number between 1 and 30 */ + + ht = AllocateHashTable(4, 0); /* value is 4 bytes, 0: don't copy keys */ + + /* We'll test how good rand() is as a random number generator */ + for (i = 0; i < iterations; ++i) { + int key = rand() % range; + HTItem* bck = HashFindOrInsert(ht, key, 0); /* initialize to 0 */ + bck->data++; /* found one more of them */ + } + + for (i = 0; i < range; ++i) { + HTItem* bck = HashFind(ht, i); + if (bck) { + printf("%3d: %d\n", bck->key, bck->data); + } else { + printf("%3d: 0\n", i); + } + } + + FreeHashTable(ht); +} + +int main(int argc, char** argv) { + TestInsert(); + TestFindOrInsert(); + return 0; +} diff --git a/clipper/sparsehash-2.0.3/experimental/libchash.c b/clipper/sparsehash-2.0.3/experimental/libchash.c new file mode 100644 index 0000000..761cf24 --- /dev/null +++ b/clipper/sparsehash-2.0.3/experimental/libchash.c @@ -0,0 +1,1538 @@ +/* Copyright (c) 1998 - 2005, Google Inc. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * * Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the following disclaimer + * in the documentation and/or other materials provided with the + * distribution. + * * Neither the name of Google Inc. nor the names of its + * contributors may be used to endorse or promote products derived from + * this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * --- + * Author: Craig Silverstein + * + * This library is intended to be used for in-memory hash tables, + * though it provides rudimentary permanent-storage capabilities. + * It attempts to be fast, portable, and small. The best algorithm + * to fulfill these goals is an internal probing hashing algorithm, + * as in Knuth, _Art of Computer Programming_, vol III. Unlike + * chained (open) hashing, it doesn't require a pointer for every + * item, yet it is still constant time lookup in practice. + * + * Also to save space, we let the contents (both data and key) that + * you insert be a union: if the key/data is small, we store it + * directly in the hashtable, otherwise we store a pointer to it. + * To keep you from having to figure out which, use KEY_PTR and + * PTR_KEY to convert between the arguments to these functions and + * a pointer to the real data. For instance: + * char key[] = "ab", *key2; + * HTItem *bck; HashTable *ht; + * HashInsert(ht, PTR_KEY(ht, key), 0); + * bck = HashFind(ht, PTR_KEY(ht, "ab")); + * key2 = KEY_PTR(ht, bck->key); + * + * There are a rich set of operations supported: + * AllocateHashTable() -- Allocates a hashtable structure and + * returns it. + * cchKey: if it's a positive number, then each key is a + * fixed-length record of that length. If it's 0, + * the key is assumed to be a \0-terminated string. + * fSaveKey: normally, you are responsible for allocating + * space for the key. If this is 1, we make a + * copy of the key for you. + * ClearHashTable() -- Removes everything from a hashtable + * FreeHashTable() -- Frees memory used by a hashtable + * + * HashFind() -- takes a key (use PTR_KEY) and returns the + * HTItem containing that key, or NULL if the + * key is not in the hashtable. + * HashFindLast() -- returns the item found by last HashFind() + * HashFindOrInsert() -- inserts the key/data pair if the key + * is not already in the hashtable, or + * returns the appropraite HTItem if it is. + * HashFindOrInsertItem() -- takes key/data as an HTItem. + * HashInsert() -- adds a key/data pair to the hashtable. What + * it does if the key is already in the table + * depends on the value of SAMEKEY_OVERWRITE. + * HashInsertItem() -- takes key/data as an HTItem. + * HashDelete() -- removes a key/data pair from the hashtable, + * if it's there. RETURNS 1 if it was there, + * 0 else. + * If you use sparse tables and never delete, the full data + * space is available. Otherwise we steal -2 (maybe -3), + * so you can't have data fields with those values. + * HashDeleteLast() -- deletes the item returned by the last Find(). + * + * HashFirstBucket() -- used to iterate over the buckets in a + * hashtable. DON'T INSERT OR DELETE WHILE + * ITERATING! You can't nest iterations. + * HashNextBucket() -- RETURNS NULL at the end of iterating. + * + * HashSetDeltaGoalSize() -- if you're going to insert 1000 items + * at once, call this fn with arg 1000. + * It grows the table more intelligently. + * + * HashSave() -- saves the hashtable to a file. It saves keys ok, + * but it doesn't know how to interpret the data field, + * so if the data field is a pointer to some complex + * structure, you must send a function that takes a + * file pointer and a pointer to the structure, and + * write whatever you want to write. It should return + * the number of bytes written. If the file is NULL, + * it should just return the number of bytes it would + * write, without writing anything. + * If your data field is just an integer, not a + * pointer, just send NULL for the function. + * HashLoad() -- loads a hashtable. It needs a function that takes + * a file and the size of the structure, and expects + * you to read in the structure and return a pointer + * to it. You must do memory allocation, etc. If + * the data is just a number, send NULL. + * HashLoadKeys() -- unlike HashLoad(), doesn't load the data off disk + * until needed. This saves memory, but if you look + * up the same key a lot, it does a disk access each + * time. + * You can't do Insert() or Delete() on hashtables that were loaded + * from disk. + * + * See libchash.h for parameters you can modify. Make sure LOG_WORD_SIZE + * is defined correctly for your machine! (5 for 32 bit words, 6 for 64). + */ + +#include +#include +#include +#include /* for strcmp, memcmp, etc */ +#include /* ULTRIX needs this for in.h */ +#include /* for reading/writing hashtables */ +#include +#include "libchash.h" /* all the types */ + + /* if keys are stored directly but cchKey is less than sizeof(ulong), */ + /* this cuts off the bits at the end */ +char grgKeyTruncMask[sizeof(ulong)][sizeof(ulong)]; +#define KEY_TRUNC(ht, key) \ + ( STORES_PTR(ht) || (ht)->cchKey == sizeof(ulong) \ + ? (key) : ((key) & *(ulong *)&(grgKeyTruncMask[(ht)->cchKey][0])) ) + + /* round num up to a multiple of wordsize. (LOG_WORD_SIZE-3 is in bytes) */ +#define WORD_ROUND(num) ( ((num-1) | ((1<<(LOG_WORD_SIZE-3))-1)) + 1 ) +#define NULL_TERMINATED 0 /* val of cchKey if keys are null-term strings */ + + /* Useful operations we do to keys: compare them, copy them, free them */ + +#define KEY_CMP(ht, key1, key2) ( !STORES_PTR(ht) ? (key1) - (key2) : \ + (key1) == (key2) ? 0 : \ + HashKeySize(ht) == NULL_TERMINATED ? \ + strcmp((char *)key1, (char *)key2) :\ + memcmp((void *)key1, (void *)key2, \ + HashKeySize(ht)) ) + +#define COPY_KEY(ht, keyTo, keyFrom) do \ + if ( !STORES_PTR(ht) || !(ht)->fSaveKeys ) \ + (keyTo) = (keyFrom); /* just copy pointer or info */\ + else if ( (ht)->cchKey == NULL_TERMINATED ) /* copy 0-term.ed str */\ + { \ + (keyTo) = (ulong)HTsmalloc( WORD_ROUND(strlen((char *)(keyFrom))+1) ); \ + strcpy((char *)(keyTo), (char *)(keyFrom)); \ + } \ + else \ + { \ + (keyTo) = (ulong) HTsmalloc( WORD_ROUND((ht)->cchKey) ); \ + memcpy( (char *)(keyTo), (char *)(keyFrom), (ht)->cchKey); \ + } \ + while ( 0 ) + +#define FREE_KEY(ht, key) do \ + if ( STORES_PTR(ht) && (ht)->fSaveKeys ) \ + if ( (ht)->cchKey == NULL_TERMINATED ) \ + HTfree((char *)(key), WORD_ROUND(strlen((char *)(key))+1)); \ + else \ + HTfree((char *)(key), WORD_ROUND((ht)->cchKey)); \ + while ( 0 ) + + /* the following are useful for bitmaps */ + /* Format is like this (if 1 word = 4 bits): 3210 7654 ba98 fedc ... */ +typedef ulong HTBitmapPart; /* this has to be unsigned, for >> */ +typedef HTBitmapPart HTBitmap[1<> LOG_WORD_SIZE) << (LOG_WORD_SIZE-3) ) +#define MOD2(i, logmod) ( (i) & ((1<<(logmod))-1) ) +#define DIV_NUM_ENTRIES(i) ( (i) >> LOG_WORD_SIZE ) +#define MOD_NUM_ENTRIES(i) ( MOD2(i, LOG_WORD_SIZE) ) +#define MODBIT(i) ( ((ulong)1) << MOD_NUM_ENTRIES(i) ) + +#define TEST_BITMAP(bm, i) ( (bm)[DIV_NUM_ENTRIES(i)] & MODBIT(i) ? 1 : 0 ) +#define SET_BITMAP(bm, i) (bm)[DIV_NUM_ENTRIES(i)] |= MODBIT(i) +#define CLEAR_BITMAP(bm, i) (bm)[DIV_NUM_ENTRIES(i)] &= ~MODBIT(i) + + /* the following are useful for reading and writing hashtables */ +#define READ_UL(fp, data) \ + do { \ + long _ul; \ + fread(&_ul, sizeof(_ul), 1, (fp)); \ + data = ntohl(_ul); \ + } while (0) + +#define WRITE_UL(fp, data) \ + do { \ + long _ul = htonl((long)(data)); \ + fwrite(&_ul, sizeof(_ul), 1, (fp)); \ + } while (0) + + /* Moves data from disk to memory if necessary. Note dataRead cannot be * + * NULL, because then we might as well (and do) load the data into memory */ +#define LOAD_AND_RETURN(ht, loadCommand) /* lC returns an HTItem * */ \ + if ( !(ht)->fpData ) /* data is stored in memory */ \ + return (loadCommand); \ + else /* must read data off of disk */ \ + { \ + int cchData; \ + HTItem *bck; \ + if ( (ht)->bckData.data ) free((char *)(ht)->bckData.data); \ + ht->bckData.data = (ulong)NULL; /* needed if loadCommand fails */ \ + bck = (loadCommand); \ + if ( bck == NULL ) /* loadCommand failed: key not found */ \ + return NULL; \ + else \ + (ht)->bckData = *bck; \ + fseek(ht->fpData, (ht)->bckData.data, SEEK_SET); \ + READ_UL((ht)->fpData, cchData); \ + (ht)->bckData.data = (ulong)(ht)->dataRead((ht)->fpData, cchData); \ + return &((ht)->bckData); \ + } + + +/* ======================================================================== */ +/* UTILITY ROUTINES */ +/* ---------------------- */ + +/* HTsmalloc() -- safe malloc + * allocates memory, or crashes if the allocation fails. + */ +static void *HTsmalloc(unsigned long size) +{ + void *retval; + + if ( size == 0 ) + return NULL; + retval = (void *)malloc(size); + if ( !retval ) + { + fprintf(stderr, "HTsmalloc: Unable to allocate %lu bytes of memory\n", + size); + exit(1); + } + return retval; +} + +/* HTscalloc() -- safe calloc + * allocates memory and initializes it to 0, or crashes if + * the allocation fails. + */ +static void *HTscalloc(unsigned long size) +{ + void *retval; + + retval = (void *)calloc(size, 1); + if ( !retval && size > 0 ) + { + fprintf(stderr, "HTscalloc: Unable to allocate %lu bytes of memory\n", + size); + exit(1); + } + return retval; +} + +/* HTsrealloc() -- safe calloc + * grows the amount of memory from a source, or crashes if + * the allocation fails. + */ +static void *HTsrealloc(void *ptr, unsigned long new_size, long delta) +{ + if ( ptr == NULL ) + return HTsmalloc(new_size); + ptr = realloc(ptr, new_size); + if ( !ptr && new_size > 0 ) + { + fprintf(stderr, "HTsrealloc: Unable to reallocate %lu bytes of memory\n", + new_size); + exit(1); + } + return ptr; +} + +/* HTfree() -- keep track of memory use + * frees memory using free, but updates count of how much memory + * is being used. + */ +static void HTfree(void *ptr, unsigned long size) +{ + if ( size > 0 ) /* some systems seem to not like freeing NULL */ + free(ptr); +} + +/*************************************************************************\ +| HTcopy() | +| Sometimes we interpret data as a ulong. But ulongs must be | +| aligned on some machines, so instead of casting we copy. | +\*************************************************************************/ + +unsigned long HTcopy(char *ul) +{ + unsigned long retval; + + memcpy(&retval, ul, sizeof(retval)); + return retval; +} + +/*************************************************************************\ +| HTSetupKeyTrunc() | +| If keys are stored directly but cchKey is less than | +| sizeof(ulong), this cuts off the bits at the end. | +\*************************************************************************/ + +static void HTSetupKeyTrunc(void) +{ + int i, j; + + for ( i = 0; i < sizeof(unsigned long); i++ ) + for ( j = 0; j < sizeof(unsigned long); j++ ) + grgKeyTruncMask[i][j] = j < i ? 255 : 0; /* chars have 8 bits */ +} + + +/* ======================================================================== */ +/* TABLE ROUTINES */ +/* -------------------- */ + +/* The idea is that a hashtable with (logically) t buckets is divided + * into t/M groups of M buckets each. (M is a constant set in + * LOG_BM_WORDS for efficiency.) Each group is stored sparsely. + * Thus, inserting into the table causes some array to grow, which is + * slow but still constant time. Lookup involves doing a + * logical-position-to-sparse-position lookup, which is also slow but + * constant time. The larger M is, the slower these operations are + * but the less overhead (slightly). + * + * To store the sparse array, we store a bitmap B, where B[i] = 1 iff + * bucket i is non-empty. Then to look up bucket i we really look up + * array[# of 1s before i in B]. This is constant time for fixed M. + * + * Terminology: the position of an item in the overall table (from + * 1 .. t) is called its "location." The logical position in a group + * (from 1 .. M ) is called its "position." The actual location in + * the array (from 1 .. # of non-empty buckets in the group) is + * called its "offset." + * + * The following operations are supported: + * o Allocate an array with t buckets, all empty + * o Free a array (but not whatever was stored in the buckets) + * o Tell whether or not a bucket is empty + * o Return a bucket with a given location + * o Set the value of a bucket at a given location + * o Iterate through all the buckets in the array + * o Read and write an occupancy bitmap to disk + * o Return how much memory is being allocated by the array structure + */ + +#ifndef SparseBucket /* by default, each bucket holds an HTItem */ +#define SparseBucket HTItem +#endif + +typedef struct SparseBin { + SparseBucket *binSparse; + HTBitmap bmOccupied; /* bmOccupied[i] is 1 if bucket i has an item */ + short cOccupied; /* size of binSparse; useful for iterators, eg */ +} SparseBin; + +typedef struct SparseIterator { + long posGroup; + long posOffset; + SparseBin *binSparse; /* state info, to avoid args for NextBucket() */ + ulong cBuckets; +} SparseIterator; + +#define LOG_LOW_BIN_SIZE ( LOG_BM_WORDS+LOG_WORD_SIZE ) +#define SPARSE_GROUPS(cBuckets) ( (((cBuckets)-1) >> LOG_LOW_BIN_SIZE) + 1 ) + + /* we need a small function to figure out # of items set in the bm */ +static HTOffset EntriesUpto(HTBitmapPart *bm, int i) +{ /* returns # of set bits in 0..i-1 */ + HTOffset retval = 0; + static HTOffset rgcBits[256] = /* # of bits set in one char */ + {0, 1, 1, 2, 1, 2, 2, 3, 1, 2, 2, 3, 2, 3, 3, 4, + 1, 2, 2, 3, 2, 3, 3, 4, 2, 3, 3, 4, 3, 4, 4, 5, + 1, 2, 2, 3, 2, 3, 3, 4, 2, 3, 3, 4, 3, 4, 4, 5, + 2, 3, 3, 4, 3, 4, 4, 5, 3, 4, 4, 5, 4, 5, 5, 6, + 1, 2, 2, 3, 2, 3, 3, 4, 2, 3, 3, 4, 3, 4, 4, 5, + 2, 3, 3, 4, 3, 4, 4, 5, 3, 4, 4, 5, 4, 5, 5, 6, + 2, 3, 3, 4, 3, 4, 4, 5, 3, 4, 4, 5, 4, 5, 5, 6, + 3, 4, 4, 5, 4, 5, 5, 6, 4, 5, 5, 6, 5, 6, 6, 7, + 1, 2, 2, 3, 2, 3, 3, 4, 2, 3, 3, 4, 3, 4, 4, 5, + 2, 3, 3, 4, 3, 4, 4, 5, 3, 4, 4, 5, 4, 5, 5, 6, + 2, 3, 3, 4, 3, 4, 4, 5, 3, 4, 4, 5, 4, 5, 5, 6, + 3, 4, 4, 5, 4, 5, 5, 6, 4, 5, 5, 6, 5, 6, 6, 7, + 2, 3, 3, 4, 3, 4, 4, 5, 3, 4, 4, 5, 4, 5, 5, 6, + 3, 4, 4, 5, 4, 5, 5, 6, 4, 5, 5, 6, 5, 6, 6, 7, + 3, 4, 4, 5, 4, 5, 5, 6, 4, 5, 5, 6, 5, 6, 6, 7, + 4, 5, 5, 6, 5, 6, 6, 7, 5, 6, 6, 7, 6, 7, 7, 8}; + + if ( i == 0 ) return 0; + for ( ; i > sizeof(*bm)*8; i -= sizeof(*bm)*8, bm++ ) + { /* think of it as loop unrolling */ +#if LOG_WORD_SIZE >= 3 /* 1 byte per word, or more */ + retval += rgcBits[*bm & 255]; /* get the low byte */ +#if LOG_WORD_SIZE >= 4 /* at least 2 bytes */ + retval += rgcBits[(*bm >> 8) & 255]; +#if LOG_WORD_SIZE >= 5 /* at least 4 bytes */ + retval += rgcBits[(*bm >> 16) & 255]; + retval += rgcBits[(*bm >> 24) & 255]; +#if LOG_WORD_SIZE >= 6 /* 8 bytes! */ + retval += rgcBits[(*bm >> 32) & 255]; + retval += rgcBits[(*bm >> 40) & 255]; + retval += rgcBits[(*bm >> 48) & 255]; + retval += rgcBits[(*bm >> 56) & 255]; +#if LOG_WORD_SIZE >= 7 /* not a concern for a while... */ +#error Need to rewrite EntriesUpto to support such big words +#endif /* >8 bytes */ +#endif /* 8 bytes */ +#endif /* 4 bytes */ +#endif /* 2 bytes */ +#endif /* 1 byte */ + } + switch ( i ) { /* from 0 to 63 */ + case 0: + return retval; +#if LOG_WORD_SIZE >= 3 /* 1 byte per word, or more */ + case 1: case 2: case 3: case 4: case 5: case 6: case 7: case 8: + return (retval + rgcBits[*bm & ((1 << i)-1)]); +#if LOG_WORD_SIZE >= 4 /* at least 2 bytes */ + case 9: case 10: case 11: case 12: case 13: case 14: case 15: case 16: + return (retval + rgcBits[*bm & 255] + + rgcBits[(*bm >> 8) & ((1 << (i-8))-1)]); +#if LOG_WORD_SIZE >= 5 /* at least 4 bytes */ + case 17: case 18: case 19: case 20: case 21: case 22: case 23: case 24: + return (retval + rgcBits[*bm & 255] + rgcBits[(*bm >> 8) & 255] + + rgcBits[(*bm >> 16) & ((1 << (i-16))-1)]); + case 25: case 26: case 27: case 28: case 29: case 30: case 31: case 32: + return (retval + rgcBits[*bm & 255] + rgcBits[(*bm >> 8) & 255] + + rgcBits[(*bm >> 16) & 255] + + rgcBits[(*bm >> 24) & ((1 << (i-24))-1)]); +#if LOG_WORD_SIZE >= 6 /* 8 bytes! */ + case 33: case 34: case 35: case 36: case 37: case 38: case 39: case 40: + return (retval + rgcBits[*bm & 255] + rgcBits[(*bm >> 8) & 255] + + rgcBits[(*bm >> 16) & 255] + rgcBits[(*bm >> 24) & 255] + + rgcBits[(*bm >> 32) & ((1 << (i-32))-1)]); + case 41: case 42: case 43: case 44: case 45: case 46: case 47: case 48: + return (retval + rgcBits[*bm & 255] + rgcBits[(*bm >> 8) & 255] + + rgcBits[(*bm >> 16) & 255] + rgcBits[(*bm >> 24) & 255] + + rgcBits[(*bm >> 32) & 255] + + rgcBits[(*bm >> 40) & ((1 << (i-40))-1)]); + case 49: case 50: case 51: case 52: case 53: case 54: case 55: case 56: + return (retval + rgcBits[*bm & 255] + rgcBits[(*bm >> 8) & 255] + + rgcBits[(*bm >> 16) & 255] + rgcBits[(*bm >> 24) & 255] + + rgcBits[(*bm >> 32) & 255] + rgcBits[(*bm >> 40) & 255] + + rgcBits[(*bm >> 48) & ((1 << (i-48))-1)]); + case 57: case 58: case 59: case 60: case 61: case 62: case 63: case 64: + return (retval + rgcBits[*bm & 255] + rgcBits[(*bm >> 8) & 255] + + rgcBits[(*bm >> 16) & 255] + rgcBits[(*bm >> 24) & 255] + + rgcBits[(*bm >> 32) & 255] + rgcBits[(*bm >> 40) & 255] + + rgcBits[(*bm >> 48) & 255] + + rgcBits[(*bm >> 56) & ((1 << (i-56))-1)]); +#endif /* 8 bytes */ +#endif /* 4 bytes */ +#endif /* 2 bytes */ +#endif /* 1 byte */ + } + assert("" == "word size is too big in EntriesUpto()"); + return -1; +} +#define SPARSE_POS_TO_OFFSET(bm, i) ( EntriesUpto(&((bm)[0]), i) ) +#define SPARSE_BUCKET(bin, location) \ + ( (bin)[(location) >> LOG_LOW_BIN_SIZE].binSparse + \ + SPARSE_POS_TO_OFFSET((bin)[(location)>>LOG_LOW_BIN_SIZE].bmOccupied, \ + MOD2(location, LOG_LOW_BIN_SIZE)) ) + + +/*************************************************************************\ +| SparseAllocate() | +| SparseFree() | +| Allocates, sets-to-empty, and frees a sparse array. All you need | +| to tell me is how many buckets you want. I return the number of | +| buckets I actually allocated, setting the array as a parameter. | +| Note that you have to set auxilliary parameters, like cOccupied. | +\*************************************************************************/ + +static ulong SparseAllocate(SparseBin **pbinSparse, ulong cBuckets) +{ + int cGroups = SPARSE_GROUPS(cBuckets); + + *pbinSparse = (SparseBin *) HTscalloc(sizeof(**pbinSparse) * cGroups); + return cGroups << LOG_LOW_BIN_SIZE; +} + +static SparseBin *SparseFree(SparseBin *binSparse, ulong cBuckets) +{ + ulong iGroup, cGroups = SPARSE_GROUPS(cBuckets); + + for ( iGroup = 0; iGroup < cGroups; iGroup++ ) + HTfree(binSparse[iGroup].binSparse, (sizeof(*binSparse[iGroup].binSparse) + * binSparse[iGroup].cOccupied)); + HTfree(binSparse, sizeof(*binSparse) * cGroups); + return NULL; +} + +/*************************************************************************\ +| SparseIsEmpty() | +| SparseFind() | +| You give me a location (ie a number between 1 and t), and I | +| return the bucket at that location, or NULL if the bucket is | +| empty. It's OK to call Find() on an empty table. | +\*************************************************************************/ + +static int SparseIsEmpty(SparseBin *binSparse, ulong location) +{ + return !TEST_BITMAP(binSparse[location>>LOG_LOW_BIN_SIZE].bmOccupied, + MOD2(location, LOG_LOW_BIN_SIZE)); +} + +static SparseBucket *SparseFind(SparseBin *binSparse, ulong location) +{ + if ( SparseIsEmpty(binSparse, location) ) + return NULL; + return SPARSE_BUCKET(binSparse, location); +} + +/*************************************************************************\ +| SparseInsert() | +| You give me a location, and contents to put there, and I insert | +| into that location and RETURN a pointer to the location. If | +| bucket was already occupied, I write over the contents only if | +| *pfOverwrite is 1. We set *pfOverwrite to 1 if there was someone | +| there (whether or not we overwrote) and 0 else. | +\*************************************************************************/ + +static SparseBucket *SparseInsert(SparseBin *binSparse, SparseBucket *bckInsert, + ulong location, int *pfOverwrite) +{ + SparseBucket *bckPlace; + HTOffset offset; + + bckPlace = SparseFind(binSparse, location); + if ( bckPlace ) /* means we replace old contents */ + { + if ( *pfOverwrite ) + *bckPlace = *bckInsert; + *pfOverwrite = 1; + return bckPlace; + } + + binSparse += (location >> LOG_LOW_BIN_SIZE); + offset = SPARSE_POS_TO_OFFSET(binSparse->bmOccupied, + MOD2(location, LOG_LOW_BIN_SIZE)); + binSparse->binSparse = (SparseBucket *) + HTsrealloc(binSparse->binSparse, + sizeof(*binSparse->binSparse) * ++binSparse->cOccupied, + sizeof(*binSparse->binSparse)); + memmove(binSparse->binSparse + offset+1, + binSparse->binSparse + offset, + (binSparse->cOccupied-1 - offset) * sizeof(*binSparse->binSparse)); + binSparse->binSparse[offset] = *bckInsert; + SET_BITMAP(binSparse->bmOccupied, MOD2(location, LOG_LOW_BIN_SIZE)); + *pfOverwrite = 0; + return binSparse->binSparse + offset; +} + +/*************************************************************************\ +| SparseFirstBucket() | +| SparseNextBucket() | +| SparseCurrentBit() | +| Iterate through the occupied buckets of a dense hashtable. You | +| must, of course, have allocated space yourself for the iterator. | +\*************************************************************************/ + +static SparseBucket *SparseNextBucket(SparseIterator *iter) +{ + if ( iter->posOffset != -1 && /* not called from FirstBucket()? */ + (++iter->posOffset < iter->binSparse[iter->posGroup].cOccupied) ) + return iter->binSparse[iter->posGroup].binSparse + iter->posOffset; + + iter->posOffset = 0; /* start the next group */ + for ( iter->posGroup++; iter->posGroup < SPARSE_GROUPS(iter->cBuckets); + iter->posGroup++ ) + if ( iter->binSparse[iter->posGroup].cOccupied > 0 ) + return iter->binSparse[iter->posGroup].binSparse; /* + 0 */ + return NULL; /* all remaining groups were empty */ +} + +static SparseBucket *SparseFirstBucket(SparseIterator *iter, + SparseBin *binSparse, ulong cBuckets) +{ + iter->binSparse = binSparse; /* set it up for NextBucket() */ + iter->cBuckets = cBuckets; + iter->posOffset = -1; /* when we advance, we're at 0 */ + iter->posGroup = -1; + return SparseNextBucket(iter); +} + +/*************************************************************************\ +| SparseWrite() | +| SparseRead() | +| These are routines for storing a sparse hashtable onto disk. We | +| store the number of buckets and a bitmap indicating which buckets | +| are allocated (occupied). The actual contents of the buckets | +| must be stored separately. | +\*************************************************************************/ + +static void SparseWrite(FILE *fp, SparseBin *binSparse, ulong cBuckets) +{ + ulong i, j; + + WRITE_UL(fp, cBuckets); + for ( i = 0; i < SPARSE_GROUPS(cBuckets); i++ ) + for ( j = 0; j < (1<rgBuckets, cBuckets); +} + +static ulong DenseAllocate(DenseBin **pbin, ulong cBuckets) +{ + *pbin = (DenseBin *) HTsmalloc(sizeof(*pbin)); + (*pbin)->rgBuckets = (DenseBucket *) HTsmalloc(sizeof(*(*pbin)->rgBuckets) + * cBuckets); + DenseClear(*pbin, cBuckets); + return cBuckets; +} + +static DenseBin *DenseFree(DenseBin *bin, ulong cBuckets) +{ + HTfree(bin->rgBuckets, sizeof(*bin->rgBuckets) * cBuckets); + HTfree(bin, sizeof(*bin)); + return NULL; +} + +static int DenseIsEmpty(DenseBin *bin, ulong location) +{ + return DENSE_IS_EMPTY(bin->rgBuckets, location); +} + +static DenseBucket *DenseFind(DenseBin *bin, ulong location) +{ + if ( DenseIsEmpty(bin, location) ) + return NULL; + return bin->rgBuckets + location; +} + +static DenseBucket *DenseInsert(DenseBin *bin, DenseBucket *bckInsert, + ulong location, int *pfOverwrite) +{ + DenseBucket *bckPlace; + + bckPlace = DenseFind(bin, location); + if ( bckPlace ) /* means something is already there */ + { + if ( *pfOverwrite ) + *bckPlace = *bckInsert; + *pfOverwrite = 1; /* set to 1 to indicate someone was there */ + return bckPlace; + } + else + { + bin->rgBuckets[location] = *bckInsert; + *pfOverwrite = 0; + return bin->rgBuckets + location; + } +} + +static DenseBucket *DenseNextBucket(DenseIterator *iter) +{ + for ( iter->pos++; iter->pos < iter->cBuckets; iter->pos++ ) + if ( !DenseIsEmpty(iter->bin, iter->pos) ) + return iter->bin->rgBuckets + iter->pos; + return NULL; /* all remaining groups were empty */ +} + +static DenseBucket *DenseFirstBucket(DenseIterator *iter, + DenseBin *bin, ulong cBuckets) +{ + iter->bin = bin; /* set it up for NextBucket() */ + iter->cBuckets = cBuckets; + iter->pos = -1; /* thus the next bucket will be 0 */ + return DenseNextBucket(iter); +} + +static void DenseWrite(FILE *fp, DenseBin *bin, ulong cBuckets) +{ + ulong pos = 0, bit, bm; + + WRITE_UL(fp, cBuckets); + while ( pos < cBuckets ) + { + bm = 0; + for ( bit = 0; bit < 8*sizeof(ulong); bit++ ) + { + if ( !DenseIsEmpty(bin, pos) ) + SET_BITMAP(&bm, bit); /* in fks-hash.h */ + if ( ++pos == cBuckets ) + break; + } + WRITE_UL(fp, bm); + } +} + +static ulong DenseRead(FILE *fp, DenseBin **pbin) +{ + ulong pos = 0, bit, bm, cBuckets; + + READ_UL(fp, cBuckets); + cBuckets = DenseAllocate(pbin, cBuckets); + while ( pos < cBuckets ) + { + READ_UL(fp, bm); + for ( bit = 0; bit < 8*sizeof(ulong); bit++ ) + { + if ( TEST_BITMAP(&bm, bit) ) /* in fks-hash.h */ + DENSE_SET_OCCUPIED((*pbin)->rgBuckets, pos); + else + DENSE_SET_EMPTY((*pbin)->rgBuckets, pos); + if ( ++pos == cBuckets ) + break; + } + } + return cBuckets; +} + +static ulong DenseMemory(ulong cBuckets, ulong cOccupied) +{ + return cBuckets * sizeof(DenseBucket); +} + + +/* ======================================================================== */ +/* HASHING ROUTINES */ +/* ---------------------- */ + +/* Implements a simple quadratic hashing scheme. We have a single hash + * table of size t and a single hash function h(x). When inserting an + * item, first we try h(x) % t. If it's occupied, we try h(x) + + * i*(i-1)/2 % t for increasing values of i until we hit a not-occupied + * space. To make this dynamic, we double the size of the hash table as + * soon as more than half the cells are occupied. When deleting, we can + * choose to shrink the hashtable when less than a quarter of the + * cells are occupied, or we can choose never to shrink the hashtable. + * For lookup, we check h(x) + i*(i-1)/2 % t (starting with i=0) until + * we get a match or we hit an empty space. Note that as a result, + * we can't make a cell empty on deletion, or lookups may end prematurely. + * Instead we mark the cell as "deleted." We thus steal the value + * DELETED as a possible "data" value. As long as data are pointers, + * that's ok. + * The hash increment we use, i(i-1)/2, is not the standard quadratic + * hash increment, which is i^2. i(i-1)/2 covers the entire bucket space + * when the hashtable size is a power of two, as it is for us. In fact, + * the first n probes cover n distinct buckets; then it repeats. This + * guarantees insertion will always succeed. + * If you linear hashing, set JUMP in chash.h. You can also change + * various other parameters there. + */ + +/*************************************************************************\ +| Hash() | +| The hash function I use is due to Bob Jenkins (see | +| http://burtleburtle.net/bob/hash/evahash.html | +| According to http://burtleburtle.net/bob/c/lookup2.c, | +| his implementation is public domain.) | +| It takes 36 instructions, in 18 cycles if you're lucky. | +| hashing depends on the fact the hashtable size is always a | +| power of 2. cBuckets is probably ht->cBuckets. | +\*************************************************************************/ + +#if LOG_WORD_SIZE == 5 /* 32 bit words */ + +#define mix(a,b,c) \ +{ \ + a -= b; a -= c; a ^= (c>>13); \ + b -= c; b -= a; b ^= (a<<8); \ + c -= a; c -= b; c ^= (b>>13); \ + a -= b; a -= c; a ^= (c>>12); \ + b -= c; b -= a; b ^= (a<<16); \ + c -= a; c -= b; c ^= (b>>5); \ + a -= b; a -= c; a ^= (c>>3); \ + b -= c; b -= a; b ^= (a<<10); \ + c -= a; c -= b; c ^= (b>>15); \ +} +#ifdef WORD_HASH /* play with this on little-endian machines */ +#define WORD_AT(ptr) ( *(ulong *)(ptr) ) +#else +#define WORD_AT(ptr) ( (ptr)[0] + ((ulong)(ptr)[1]<<8) + \ + ((ulong)(ptr)[2]<<16) + ((ulong)(ptr)[3]<<24) ) +#endif + +#elif LOG_WORD_SIZE == 6 /* 64 bit words */ + +#define mix(a,b,c) \ +{ \ + a -= b; a -= c; a ^= (c>>43); \ + b -= c; b -= a; b ^= (a<<9); \ + c -= a; c -= b; c ^= (b>>8); \ + a -= b; a -= c; a ^= (c>>38); \ + b -= c; b -= a; b ^= (a<<23); \ + c -= a; c -= b; c ^= (b>>5); \ + a -= b; a -= c; a ^= (c>>35); \ + b -= c; b -= a; b ^= (a<<49); \ + c -= a; c -= b; c ^= (b>>11); \ + a -= b; a -= c; a ^= (c>>12); \ + b -= c; b -= a; b ^= (a<<18); \ + c -= a; c -= b; c ^= (b>>22); \ +} +#ifdef WORD_HASH /* alpha is little-endian, btw */ +#define WORD_AT(ptr) ( *(ulong *)(ptr) ) +#else +#define WORD_AT(ptr) ( (ptr)[0] + ((ulong)(ptr)[1]<<8) + \ + ((ulong)(ptr)[2]<<16) + ((ulong)(ptr)[3]<<24) + \ + ((ulong)(ptr)[4]<<32) + ((ulong)(ptr)[5]<<40) + \ + ((ulong)(ptr)[6]<<48) + ((ulong)(ptr)[7]<<56) ) +#endif + +#else /* neither 32 or 64 bit words */ +#error This hash function can only hash 32 or 64 bit words. Sorry. +#endif + +static ulong Hash(HashTable *ht, char *key, ulong cBuckets) +{ + ulong a, b, c, cchKey, cchKeyOrig; + + cchKeyOrig = ht->cchKey == NULL_TERMINATED ? strlen(key) : ht->cchKey; + a = b = c = 0x9e3779b9; /* the golden ratio; an arbitrary value */ + + for ( cchKey = cchKeyOrig; cchKey >= 3 * sizeof(ulong); + cchKey -= 3 * sizeof(ulong), key += 3 * sizeof(ulong) ) + { + a += WORD_AT(key); + b += WORD_AT(key + sizeof(ulong)); + c += WORD_AT(key + sizeof(ulong)*2); + mix(a,b,c); + } + + c += cchKeyOrig; + switch ( cchKey ) { /* deal with rest. Cases fall through */ +#if LOG_WORD_SIZE == 5 + case 11: c += (ulong)key[10]<<24; + case 10: c += (ulong)key[9]<<16; + case 9 : c += (ulong)key[8]<<8; + /* the first byte of c is reserved for the length */ + case 8 : b += WORD_AT(key+4); a+= WORD_AT(key); break; + case 7 : b += (ulong)key[6]<<16; + case 6 : b += (ulong)key[5]<<8; + case 5 : b += key[4]; + case 4 : a += WORD_AT(key); break; + case 3 : a += (ulong)key[2]<<16; + case 2 : a += (ulong)key[1]<<8; + case 1 : a += key[0]; + /* case 0 : nothing left to add */ +#elif LOG_WORD_SIZE == 6 + case 23: c += (ulong)key[22]<<56; + case 22: c += (ulong)key[21]<<48; + case 21: c += (ulong)key[20]<<40; + case 20: c += (ulong)key[19]<<32; + case 19: c += (ulong)key[18]<<24; + case 18: c += (ulong)key[17]<<16; + case 17: c += (ulong)key[16]<<8; + /* the first byte of c is reserved for the length */ + case 16: b += WORD_AT(key+8); a+= WORD_AT(key); break; + case 15: b += (ulong)key[14]<<48; + case 14: b += (ulong)key[13]<<40; + case 13: b += (ulong)key[12]<<32; + case 12: b += (ulong)key[11]<<24; + case 11: b += (ulong)key[10]<<16; + case 10: b += (ulong)key[ 9]<<8; + case 9: b += (ulong)key[ 8]; + case 8: a += WORD_AT(key); break; + case 7: a += (ulong)key[ 6]<<48; + case 6: a += (ulong)key[ 5]<<40; + case 5: a += (ulong)key[ 4]<<32; + case 4: a += (ulong)key[ 3]<<24; + case 3: a += (ulong)key[ 2]<<16; + case 2: a += (ulong)key[ 1]<<8; + case 1: a += (ulong)key[ 0]; + /* case 0: nothing left to add */ +#endif + } + mix(a,b,c); + return c & (cBuckets-1); +} + + +/*************************************************************************\ +| Rehash() | +| You give me a hashtable, a new size, and a bucket to follow, and | +| I resize the hashtable's bin to be the new size, rehashing | +| everything in it. I keep particular track of the bucket you pass | +| in, and RETURN a pointer to where the item in the bucket got to. | +| (If you pass in NULL, I return an arbitrary pointer.) | +\*************************************************************************/ + +static HTItem *Rehash(HashTable *ht, ulong cNewBuckets, HTItem *bckWatch) +{ + Table *tableNew; + ulong iBucketFirst; + HTItem *bck, *bckNew = NULL; + ulong offset; /* the i in h(x) + i*(i-1)/2 */ + int fOverwrite = 0; /* not an issue: there can be no collisions */ + + assert( ht->table ); + cNewBuckets = Table(Allocate)(&tableNew, cNewBuckets); + /* Since we RETURN the new position of bckWatch, we want * + * to make sure it doesn't get moved due to some table * + * rehashing that comes after it's inserted. Thus, we * + * have to put it in last. This makes the loop weird. */ + for ( bck = HashFirstBucket(ht); ; bck = HashNextBucket(ht) ) + { + if ( bck == NULL ) /* we're done iterating, so look at bckWatch */ + { + bck = bckWatch; + if ( bck == NULL ) /* I guess bckWatch wasn't specified */ + break; + } + else if ( bck == bckWatch ) + continue; /* ignore if we see it during the iteration */ + + offset = 0; /* a new i for a new bucket */ + for ( iBucketFirst = Hash(ht, KEY_PTR(ht, bck->key), cNewBuckets); + !Table(IsEmpty)(tableNew, iBucketFirst); + iBucketFirst = (iBucketFirst + JUMP(KEY_PTR(ht,bck->key), offset)) + & (cNewBuckets-1) ) + ; + bckNew = Table(Insert)(tableNew, bck, iBucketFirst, &fOverwrite); + if ( bck == bckWatch ) /* we're done with the last thing to do */ + break; + } + Table(Free)(ht->table, ht->cBuckets); + ht->table = tableNew; + ht->cBuckets = cNewBuckets; + ht->cDeletedItems = 0; + return bckNew; /* new position of bckWatch, which was inserted last */ +} + +/*************************************************************************\ +| Find() | +| Does the quadratic searching stuff. RETURNS NULL if we don't | +| find an object with the given key, and a pointer to the Item | +| holding the key, if we do. Also sets posLastFind. If piEmpty is | +| non-NULL, we set it to the first open bucket we pass; helpful for | +| doing a later insert if the search fails, for instance. | +\*************************************************************************/ + +static HTItem *Find(HashTable *ht, ulong key, ulong *piEmpty) +{ + ulong iBucketFirst; + HTItem *item; + ulong offset = 0; /* the i in h(x) + i*(i-1)/2 */ + int fFoundEmpty = 0; /* set when we pass over an empty bucket */ + + ht->posLastFind = NULL; /* set up for failure: a new find starts */ + if ( ht->table == NULL ) /* empty hash table: find is bound to fail */ + return NULL; + + iBucketFirst = Hash(ht, KEY_PTR(ht, key), ht->cBuckets); + while ( 1 ) /* now try all i > 0 */ + { + item = Table(Find)(ht->table, iBucketFirst); + if ( item == NULL ) /* it's not in the table */ + { + if ( piEmpty && !fFoundEmpty ) *piEmpty = iBucketFirst; + return NULL; + } + else + { + if ( IS_BCK_DELETED(item) ) /* always 0 ifdef INSERT_ONLY */ + { + if ( piEmpty && !fFoundEmpty ) + { + *piEmpty = iBucketFirst; + fFoundEmpty = 1; + } + } else + if ( !KEY_CMP(ht, key, item->key) ) /* must be occupied */ + { + ht->posLastFind = item; + return item; /* we found it! */ + } + } + iBucketFirst = ((iBucketFirst + JUMP(KEY_PTR(ht, key), offset)) + & (ht->cBuckets-1)); + } +} + +/*************************************************************************\ +| Insert() | +| If an item with the key already exists in the hashtable, RETURNS | +| a pointer to the item (replacing its data if fOverwrite is 1). | +| If not, we find the first place-to-insert (which Find() is nice | +| enough to set for us) and insert the item there, RETURNing a | +| pointer to the item. We might grow the hashtable if it's getting | +| full. Note we include buckets holding DELETED when determining | +| fullness, because they slow down searching. | +\*************************************************************************/ + +static ulong NextPow2(ulong x) /* returns next power of 2 > x, or 2^31 */ +{ + if ( ((x << 1) >> 1) != x ) /* next power of 2 overflows */ + x >>= 1; /* so we return highest power of 2 we can */ + while ( (x & (x-1)) != 0 ) /* blacks out all but the top bit */ + x &= (x-1); + return x << 1; /* makes it the *next* power of 2 */ +} + +static HTItem *Insert(HashTable *ht, ulong key, ulong data, int fOverwrite) +{ + HTItem *item, bckInsert; + ulong iEmpty; /* first empty bucket key probes */ + + if ( ht->table == NULL ) /* empty hash table: find is bound to fail */ + return NULL; + item = Find(ht, key, &iEmpty); + ht->posLastFind = NULL; /* last operation is insert, not find */ + if ( item ) + { + if ( fOverwrite ) + item->data = data; /* key already matches */ + return item; + } + + COPY_KEY(ht, bckInsert.key, key); /* make our own copy of the key */ + bckInsert.data = data; /* oh, and the data too */ + item = Table(Insert)(ht->table, &bckInsert, iEmpty, &fOverwrite); + if ( fOverwrite ) /* we overwrote a deleted bucket */ + ht->cDeletedItems--; + ht->cItems++; /* insert couldn't have overwritten */ + if ( ht->cDeltaGoalSize > 0 ) /* closer to our goal size */ + ht->cDeltaGoalSize--; + if ( ht->cItems + ht->cDeletedItems >= ht->cBuckets * OCCUPANCY_PCT + || ht->cDeltaGoalSize < 0 ) /* we must've overestimated # of deletes */ + item = Rehash(ht, + NextPow2((ulong)(((ht->cDeltaGoalSize > 0 ? + ht->cDeltaGoalSize : 0) + + ht->cItems) / OCCUPANCY_PCT)), + item); + return item; +} + +/*************************************************************************\ +| Delete() | +| Removes the item from the hashtable, and if fShrink is 1, will | +| shrink the hashtable if it's too small (ie even after halving, | +| the ht would be less than half full, though in order to avoid | +| oscillating table size, we insist that after halving the ht would | +| be less than 40% full). RETURNS 1 if the item was found, 0 else. | +| If fLastFindSet is true, then this function is basically | +| DeleteLastFind. | +\*************************************************************************/ + +static int Delete(HashTable *ht, ulong key, int fShrink, int fLastFindSet) +{ + if ( !fLastFindSet && !Find(ht, key, NULL) ) + return 0; + SET_BCK_DELETED(ht, ht->posLastFind); /* find set this, how nice */ + ht->cItems--; + ht->cDeletedItems++; + if ( ht->cDeltaGoalSize < 0 ) /* heading towards our goal of deletion */ + ht->cDeltaGoalSize++; + + if ( fShrink && ht->cItems < ht->cBuckets * OCCUPANCY_PCT*0.4 + && ht->cDeltaGoalSize >= 0 /* wait until we're done deleting */ + && (ht->cBuckets >> 1) >= MIN_HASH_SIZE ) /* shrink */ + Rehash(ht, + NextPow2((ulong)((ht->cItems+ht->cDeltaGoalSize)/OCCUPANCY_PCT)), + NULL); + ht->posLastFind = NULL; /* last operation is delete, not find */ + return 1; +} + + +/* ======================================================================== */ +/* USER-VISIBLE API */ +/* ---------------------- */ + +/*************************************************************************\ +| AllocateHashTable() | +| ClearHashTable() | +| FreeHashTable() | +| Allocate() allocates a hash table and sets up size parameters. | +| Free() frees it. Clear() deletes all the items from the hash | +| table, but frees not. | +| cchKey is < 0 if the keys you send me are meant to be pointers | +| to \0-terminated strings. Then -cchKey is the maximum key size. | +| If cchKey < one word (ulong), the keys you send me are the keys | +| themselves; else the keys you send me are pointers to the data. | +| If fSaveKeys is 1, we copy any keys given to us to insert. We | +| also free these keys when freeing the hash table. If it's 0, the | +| user is responsible for key space management. | +| AllocateHashTable() RETURNS a hash table; the others TAKE one. | +\*************************************************************************/ + +HashTable *AllocateHashTable(int cchKey, int fSaveKeys) +{ + HashTable *ht; + + ht = (HashTable *) HTsmalloc(sizeof(*ht)); /* set everything to 0 */ + ht->cBuckets = Table(Allocate)(&ht->table, MIN_HASH_SIZE); + ht->cchKey = cchKey <= 0 ? NULL_TERMINATED : cchKey; + ht->cItems = 0; + ht->cDeletedItems = 0; + ht->fSaveKeys = fSaveKeys; + ht->cDeltaGoalSize = 0; + ht->iter = HTsmalloc( sizeof(TableIterator) ); + + ht->fpData = NULL; /* set by HashLoad, maybe */ + ht->bckData.data = (ulong) NULL; /* this must be done */ + HTSetupKeyTrunc(); /* in util.c */ + return ht; +} + +void ClearHashTable(HashTable *ht) +{ + HTItem *bck; + + if ( STORES_PTR(ht) && ht->fSaveKeys ) /* need to free keys */ + for ( bck = HashFirstBucket(ht); bck; bck = HashNextBucket(ht) ) + { + FREE_KEY(ht, bck->key); + if ( ht->fSaveKeys == 2 ) /* this means key stored in one block */ + break; /* ...so only free once */ + } + Table(Free)(ht->table, ht->cBuckets); + ht->cBuckets = Table(Allocate)(&ht->table, MIN_HASH_SIZE); + + ht->cItems = 0; + ht->cDeletedItems = 0; + ht->cDeltaGoalSize = 0; + ht->posLastFind = NULL; + ht->fpData = NULL; /* no longer HashLoading */ + if ( ht->bckData.data ) free( (char *)(ht)->bckData.data); + ht->bckData.data = (ulong) NULL; +} + +void FreeHashTable(HashTable *ht) +{ + ClearHashTable(ht); + if ( ht->iter ) HTfree(ht->iter, sizeof(TableIterator)); + if ( ht->table ) Table(Free)(ht->table, ht->cBuckets); + free(ht); +} + +/*************************************************************************\ +| HashFind() | +| HashFindLast() | +| HashFind(): looks in h(x) + i(i-1)/2 % t as i goes up from 0 | +| until we either find the key or hit an empty bucket. RETURNS a | +| pointer to the item in the hit bucket, if we find it, else | +| RETURNS NULL. | +| HashFindLast() returns the item returned by the last | +| HashFind(), which may be NULL if the last HashFind() failed. | +| LOAD_AND_RETURN reads the data from off disk, if necessary. | +\*************************************************************************/ + +HTItem *HashFind(HashTable *ht, ulong key) +{ + LOAD_AND_RETURN(ht, Find(ht, KEY_TRUNC(ht, key), NULL)); +} + +HTItem *HashFindLast(HashTable *ht) +{ + LOAD_AND_RETURN(ht, ht->posLastFind); +} + +/*************************************************************************\ +| HashFindOrInsert() | +| HashFindOrInsertItem() | +| HashInsert() | +| HashInsertItem() | +| HashDelete() | +| HashDeleteLast() | +| Pretty obvious what these guys do. Some take buckets (items), | +| some take keys and data separately. All things RETURN the bucket | +| (a pointer into the hashtable) if appropriate. | +\*************************************************************************/ + +HTItem *HashFindOrInsert(HashTable *ht, ulong key, ulong dataInsert) +{ + /* This is equivalent to Insert without samekey-overwrite */ + return Insert(ht, KEY_TRUNC(ht, key), dataInsert, 0); +} + +HTItem *HashFindOrInsertItem(HashTable *ht, HTItem *pItem) +{ + return HashFindOrInsert(ht, pItem->key, pItem->data); +} + +HTItem *HashInsert(HashTable *ht, ulong key, ulong data) +{ + return Insert(ht, KEY_TRUNC(ht, key), data, SAMEKEY_OVERWRITE); +} + +HTItem *HashInsertItem(HashTable *ht, HTItem *pItem) +{ + return HashInsert(ht, pItem->key, pItem->data); +} + +int HashDelete(HashTable *ht, ulong key) +{ + return Delete(ht, KEY_TRUNC(ht, key), !FAST_DELETE, 0); +} + +int HashDeleteLast(HashTable *ht) +{ + if ( !ht->posLastFind ) /* last find failed */ + return 0; + return Delete(ht, 0, !FAST_DELETE, 1); /* no need to specify a key */ +} + +/*************************************************************************\ +| HashFirstBucket() | +| HashNextBucket() | +| Iterates through the items in the hashtable by iterating through | +| the table. Since we know about deleted buckets and loading data | +| off disk, and the table doesn't, our job is to take care of these | +| things. RETURNS a bucket, or NULL after the last bucket. | +\*************************************************************************/ + +HTItem *HashFirstBucket(HashTable *ht) +{ + HTItem *retval; + + for ( retval = Table(FirstBucket)(ht->iter, ht->table, ht->cBuckets); + retval; retval = Table(NextBucket)(ht->iter) ) + if ( !IS_BCK_DELETED(retval) ) + LOAD_AND_RETURN(ht, retval); + return NULL; +} + +HTItem *HashNextBucket(HashTable *ht) +{ + HTItem *retval; + + while ( (retval=Table(NextBucket)(ht->iter)) ) + if ( !IS_BCK_DELETED(retval) ) + LOAD_AND_RETURN(ht, retval); + return NULL; +} + +/*************************************************************************\ +| HashSetDeltaGoalSize() | +| If we're going to insert 100 items, set the delta goal size to | +| 100 and we take that into account when inserting. Likewise, if | +| we're going to delete 10 items, set it to -100 and we won't | +| rehash until all 100 have been done. It's ok to be wrong, but | +| it's efficient to be right. Returns the delta value. | +\*************************************************************************/ + +int HashSetDeltaGoalSize(HashTable *ht, int delta) +{ + ht->cDeltaGoalSize = delta; +#if FAST_DELETE == 1 || defined INSERT_ONLY + if ( ht->cDeltaGoalSize < 0 ) /* for fast delete, we never */ + ht->cDeltaGoalSize = 0; /* ...rehash after deletion */ +#endif + return ht->cDeltaGoalSize; +} + + +/*************************************************************************\ +| HashSave() | +| HashLoad() | +| HashLoadKeys() | +| Routines for saving and loading the hashtable from disk. We can | +| then use the hashtable in two ways: loading it back into memory | +| (HashLoad()) or loading only the keys into memory, in which case | +| the data for a given key is loaded off disk when the key is | +| retrieved. The data is freed when something new is retrieved in | +| its place, so this is not a "lazy-load" scheme. | +| The key is saved automatically and restored upon load, but the | +| user needs to specify a routine for reading and writing the data. | +| fSaveKeys is of course set to 1 when you read in a hashtable. | +| HashLoad RETURNS a newly allocated hashtable. | +| DATA_WRITE() takes an fp and a char * (representing the data | +| field), and must perform two separate tasks. If fp is NULL, | +| return the number of bytes written. If not, writes the data to | +| disk at the place the fp points to. | +| DATA_READ() takes an fp and the number of bytes in the data | +| field, and returns a char * which points to wherever you've | +| written the data. Thus, you must allocate memory for the data. | +| Both dataRead and dataWrite may be NULL if you just wish to | +| store the data field directly, as an integer. | +\*************************************************************************/ + +void HashSave(FILE *fp, HashTable *ht, int (*dataWrite)(FILE *, char *)) +{ + long cchData, posStart; + HTItem *bck; + + /* File format: magic number (4 bytes) + : cchKey (one word) + : cItems (one word) + : cDeletedItems (one word) + : table info (buckets and a bitmap) + : cchAllKeys (one word) + Then the keys, in a block. If cchKey is NULL_TERMINATED, the keys + are null-terminated too, otherwise this takes up cchKey*cItems bytes. + Note that keys are not written for DELETED buckets. + Then the data: + : EITHER DELETED (one word) to indicate it's a deleted bucket, + : OR number of bytes for this (non-empty) bucket's data + (one word). This is not stored if dataWrite == NULL + since the size is known to be sizeof(ul). Plus: + : the data for this bucket (variable length) + All words are in network byte order. */ + + fprintf(fp, "%s", MAGIC_KEY); + WRITE_UL(fp, ht->cchKey); /* WRITE_UL, READ_UL, etc in fks-hash.h */ + WRITE_UL(fp, ht->cItems); + WRITE_UL(fp, ht->cDeletedItems); + Table(Write)(fp, ht->table, ht->cBuckets); /* writes cBuckets too */ + + WRITE_UL(fp, 0); /* to be replaced with sizeof(key block) */ + posStart = ftell(fp); + for ( bck = HashFirstBucket(ht); bck; bck = HashNextBucket(ht) ) + fwrite(KEY_PTR(ht, bck->key), 1, + (ht->cchKey == NULL_TERMINATED ? + strlen(KEY_PTR(ht, bck->key))+1 : ht->cchKey), fp); + cchData = ftell(fp) - posStart; + fseek(fp, posStart - sizeof(unsigned long), SEEK_SET); + WRITE_UL(fp, cchData); + fseek(fp, 0, SEEK_END); /* done with our sojourn at the header */ + + /* Unlike HashFirstBucket, TableFirstBucket iters through deleted bcks */ + for ( bck = Table(FirstBucket)(ht->iter, ht->table, ht->cBuckets); + bck; bck = Table(NextBucket)(ht->iter) ) + if ( dataWrite == NULL || IS_BCK_DELETED(bck) ) + WRITE_UL(fp, bck->data); + else /* write cchData followed by the data */ + { + WRITE_UL(fp, (*dataWrite)(NULL, (char *)bck->data)); + (*dataWrite)(fp, (char *)bck->data); + } +} + +static HashTable *HashDoLoad(FILE *fp, char * (*dataRead)(FILE *, int), + HashTable *ht) +{ + ulong cchKey; + char szMagicKey[4], *rgchKeys; + HTItem *bck; + + fread(szMagicKey, 1, 4, fp); + if ( strncmp(szMagicKey, MAGIC_KEY, 4) ) + { + fprintf(stderr, "ERROR: not a hash table (magic key is %4.4s, not %s)\n", + szMagicKey, MAGIC_KEY); + exit(3); + } + Table(Free)(ht->table, ht->cBuckets); /* allocated in AllocateHashTable */ + + READ_UL(fp, ht->cchKey); + READ_UL(fp, ht->cItems); + READ_UL(fp, ht->cDeletedItems); + ht->cBuckets = Table(Read)(fp, &ht->table); /* next is the table info */ + + READ_UL(fp, cchKey); + rgchKeys = (char *) HTsmalloc( cchKey ); /* stores all the keys */ + fread(rgchKeys, 1, cchKey, fp); + /* We use the table iterator so we don't try to LOAD_AND_RETURN */ + for ( bck = Table(FirstBucket)(ht->iter, ht->table, ht->cBuckets); + bck; bck = Table(NextBucket)(ht->iter) ) + { + READ_UL(fp, bck->data); /* all we need if dataRead is NULL */ + if ( IS_BCK_DELETED(bck) ) /* always 0 if defined(INSERT_ONLY) */ + continue; /* this is why we read the data first */ + if ( dataRead != NULL ) /* if it's null, we're done */ + if ( !ht->fpData ) /* load data into memory */ + bck->data = (ulong)dataRead(fp, bck->data); + else /* store location of data on disk */ + { + fseek(fp, bck->data, SEEK_CUR); /* bck->data held size of data */ + bck->data = ftell(fp) - bck->data - sizeof(unsigned long); + } + + if ( ht->cchKey == NULL_TERMINATED ) /* now read the key */ + { + bck->key = (ulong) rgchKeys; + rgchKeys = strchr(rgchKeys, '\0') + 1; /* read past the string */ + } + else + { + if ( STORES_PTR(ht) ) /* small keys stored directly */ + bck->key = (ulong) rgchKeys; + else + memcpy(&bck->key, rgchKeys, ht->cchKey); + rgchKeys += ht->cchKey; + } + } + if ( !STORES_PTR(ht) ) /* keys are stored directly */ + HTfree(rgchKeys - cchKey, cchKey); /* we've advanced rgchK to end */ + return ht; +} + +HashTable *HashLoad(FILE *fp, char * (*dataRead)(FILE *, int)) +{ + HashTable *ht; + ht = AllocateHashTable(0, 2); /* cchKey set later, fSaveKey should be 2! */ + return HashDoLoad(fp, dataRead, ht); +} + +HashTable *HashLoadKeys(FILE *fp, char * (*dataRead)(FILE *, int)) +{ + HashTable *ht; + + if ( dataRead == NULL ) + return HashLoad(fp, NULL); /* no reason not to load the data here */ + ht = AllocateHashTable(0, 2); /* cchKey set later, fSaveKey should be 2! */ + ht->fpData = fp; /* tells HashDoLoad() to only load keys */ + ht->dataRead = dataRead; + return HashDoLoad(fp, dataRead, ht); +} + +/*************************************************************************\ +| PrintHashTable() | +| A debugging tool. Prints the entire contents of the hash table, | +| like so: : key of the contents. Returns number of bytes | +| allocated. If time is not -1, we print it as the time required | +| for the hash. If iForm is 0, we just print the stats. If it's | +| 1, we print the keys and data too, but the keys are printed as | +| ulongs. If it's 2, we print the keys correctly (as long numbers | +| or as strings). | +\*************************************************************************/ + +ulong PrintHashTable(HashTable *ht, double time, int iForm) +{ + ulong cbData = 0, cbBin = 0, cItems = 0, cOccupied = 0; + HTItem *item; + + printf("HASH TABLE.\n"); + if ( time > -1.0 ) + { + printf("----------\n"); + printf("Time: %27.2f\n", time); + } + + for ( item = Table(FirstBucket)(ht->iter, ht->table, ht->cBuckets); + item; item = Table(NextBucket)(ht->iter) ) + { + cOccupied++; /* this includes deleted buckets */ + if ( IS_BCK_DELETED(item) ) /* we don't need you for anything else */ + continue; + cItems++; /* this is for a sanity check */ + if ( STORES_PTR(ht) ) + cbData += ht->cchKey == NULL_TERMINATED ? + WORD_ROUND(strlen((char *)item->key)+1) : ht->cchKey; + else + cbBin -= sizeof(item->key), cbData += sizeof(item->key); + cbBin -= sizeof(item->data), cbData += sizeof(item->data); + if ( iForm != 0 ) /* we want the actual contents */ + { + if ( iForm == 2 && ht->cchKey == NULL_TERMINATED ) + printf("%s/%lu\n", (char *)item->key, item->data); + else if ( iForm == 2 && STORES_PTR(ht) ) + printf("%.*s/%lu\n", + (int)ht->cchKey, (char *)item->key, item->data); + else /* either key actually is a ulong, or iForm == 1 */ + printf("%lu/%lu\n", item->key, item->data); + } + } + assert( cItems == ht->cItems ); /* sanity check */ + cbBin = Table(Memory)(ht->cBuckets, cOccupied); + + printf("----------\n"); + printf("%lu buckets (%lu bytes). %lu empty. %lu hold deleted items.\n" + "%lu items (%lu bytes).\n" + "%lu bytes total. %lu bytes (%2.1f%%) of this is ht overhead.\n", + ht->cBuckets, cbBin, ht->cBuckets - cOccupied, cOccupied - ht->cItems, + ht->cItems, cbData, + cbData + cbBin, cbBin, cbBin*100.0/(cbBin+cbData)); + + return cbData + cbBin; +} diff --git a/clipper/sparsehash-2.0.3/experimental/libchash.h b/clipper/sparsehash-2.0.3/experimental/libchash.h new file mode 100644 index 0000000..8c8ac30 --- /dev/null +++ b/clipper/sparsehash-2.0.3/experimental/libchash.h @@ -0,0 +1,253 @@ +/* Copyright (c) 1998 - 2005, Google Inc. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * * Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the following disclaimer + * in the documentation and/or other materials provided with the + * distribution. + * * Neither the name of Google Inc. nor the names of its + * contributors may be used to endorse or promote products derived from + * this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * --- + * Author: Craig Silverstein + * + * This library is intended to be used for in-memory hash tables, + * though it provides rudimentary permanent-storage capabilities. + * It attempts to be fast, portable, and small. The best algorithm + * to fulfill these goals is an internal probing hashing algorithm, + * as in Knuth, _Art of Computer Programming_, vol III. Unlike + * chained (open) hashing, it doesn't require a pointer for every + * item, yet it is still constant time lookup in practice. + * + * Also to save space, we let the contents (both data and key) that + * you insert be a union: if the key/data is small, we store it + * directly in the hashtable, otherwise we store a pointer to it. + * To keep you from having to figure out which, use KEY_PTR and + * PTR_KEY to convert between the arguments to these functions and + * a pointer to the real data. For instance: + * char key[] = "ab", *key2; + * HTItem *bck; HashTable *ht; + * HashInsert(ht, PTR_KEY(ht, key), 0); + * bck = HashFind(ht, PTR_KEY(ht, "ab")); + * key2 = KEY_PTR(ht, bck->key); + * + * There are a rich set of operations supported: + * AllocateHashTable() -- Allocates a hashtable structure and + * returns it. + * cchKey: if it's a positive number, then each key is a + * fixed-length record of that length. If it's 0, + * the key is assumed to be a \0-terminated string. + * fSaveKey: normally, you are responsible for allocating + * space for the key. If this is 1, we make a + * copy of the key for you. + * ClearHashTable() -- Removes everything from a hashtable + * FreeHashTable() -- Frees memory used by a hashtable + * + * HashFind() -- takes a key (use PTR_KEY) and returns the + * HTItem containing that key, or NULL if the + * key is not in the hashtable. + * HashFindLast() -- returns the item found by last HashFind() + * HashFindOrInsert() -- inserts the key/data pair if the key + * is not already in the hashtable, or + * returns the appropraite HTItem if it is. + * HashFindOrInsertItem() -- takes key/data as an HTItem. + * HashInsert() -- adds a key/data pair to the hashtable. What + * it does if the key is already in the table + * depends on the value of SAMEKEY_OVERWRITE. + * HashInsertItem() -- takes key/data as an HTItem. + * HashDelete() -- removes a key/data pair from the hashtable, + * if it's there. RETURNS 1 if it was there, + * 0 else. + * If you use sparse tables and never delete, the full data + * space is available. Otherwise we steal -2 (maybe -3), + * so you can't have data fields with those values. + * HashDeleteLast() -- deletes the item returned by the last Find(). + * + * HashFirstBucket() -- used to iterate over the buckets in a + * hashtable. DON'T INSERT OR DELETE WHILE + * ITERATING! You can't nest iterations. + * HashNextBucket() -- RETURNS NULL at the end of iterating. + * + * HashSetDeltaGoalSize() -- if you're going to insert 1000 items + * at once, call this fn with arg 1000. + * It grows the table more intelligently. + * + * HashSave() -- saves the hashtable to a file. It saves keys ok, + * but it doesn't know how to interpret the data field, + * so if the data field is a pointer to some complex + * structure, you must send a function that takes a + * file pointer and a pointer to the structure, and + * write whatever you want to write. It should return + * the number of bytes written. If the file is NULL, + * it should just return the number of bytes it would + * write, without writing anything. + * If your data field is just an integer, not a + * pointer, just send NULL for the function. + * HashLoad() -- loads a hashtable. It needs a function that takes + * a file and the size of the structure, and expects + * you to read in the structure and return a pointer + * to it. You must do memory allocation, etc. If + * the data is just a number, send NULL. + * HashLoadKeys() -- unlike HashLoad(), doesn't load the data off disk + * until needed. This saves memory, but if you look + * up the same key a lot, it does a disk access each + * time. + * You can't do Insert() or Delete() on hashtables that were loaded + * from disk. + */ + +#include +#include /* includes definition of "ulong", we hope */ +#define ulong u_long + +#define MAGIC_KEY "CHsh" /* when we save the file */ + +#ifndef LOG_WORD_SIZE /* 5 for 32 bit words, 6 for 64 */ +#if defined (__LP64__) || defined (_LP64) +#define LOG_WORD_SIZE 6 /* log_2(sizeof(ulong)) [in bits] */ +#else +#define LOG_WORD_SIZE 5 /* log_2(sizeof(ulong)) [in bits] */ +#endif +#endif + + /* The following gives a speed/time tradeoff: how many buckets are * + * in each bin. 0 gives 32 buckets/bin, which is a good number. */ +#ifndef LOG_BM_WORDS +#define LOG_BM_WORDS 0 /* each group has 2^L_B_W * 32 buckets */ +#endif + + /* The following are all parameters that affect performance. */ +#ifndef JUMP +#define JUMP(key, offset) ( ++(offset) ) /* ( 1 ) for linear hashing */ +#endif +#ifndef Table +#define Table(x) Sparse##x /* Dense##x for dense tables */ +#endif +#ifndef FAST_DELETE +#define FAST_DELETE 0 /* if it's 1, we never shrink the ht */ +#endif +#ifndef SAMEKEY_OVERWRITE +#define SAMEKEY_OVERWRITE 1 /* overwrite item with our key on insert? */ +#endif +#ifndef OCCUPANCY_PCT +#define OCCUPANCY_PCT 0.5 /* large PCT means smaller and slower */ +#endif +#ifndef MIN_HASH_SIZE +#define MIN_HASH_SIZE 512 /* ht size when first created */ +#endif + /* When deleting a bucket, we can't just empty it (future hashes * + * may fail); instead we set the data field to DELETED. Thus you * + * should set DELETED to a data value you never use. Better yet, * + * if you don't need to delete, define INSERT_ONLY. */ +#ifndef INSERT_ONLY +#define DELETED -2UL +#define IS_BCK_DELETED(bck) ( (bck) && (bck)->data == DELETED ) +#define SET_BCK_DELETED(ht, bck) do { (bck)->data = DELETED; \ + FREE_KEY(ht, (bck)->key); } while ( 0 ) +#else +#define IS_BCK_DELETED(bck) 0 +#define SET_BCK_DELETED(ht, bck) \ + do { fprintf(stderr, "Deletion not supported for insert-only hashtable\n");\ + exit(2); } while ( 0 ) +#endif + + /* We need the following only for dense buckets (Dense##x above). * + * If you need to, set this to a value you'll never use for data. */ +#define EMPTY -3UL /* steal more of the bck->data space */ + + + /* This is what an item is. Either can be cast to a pointer. */ +typedef struct { + ulong data; /* 4 bytes for data: either a pointer or an integer */ + ulong key; /* 4 bytes for the key: either a pointer or an int */ +} HTItem; + +struct Table(Bin); /* defined in chash.c, I hope */ +struct Table(Iterator); +typedef struct Table(Bin) Table; /* Expands to SparseBin, etc */ +typedef struct Table(Iterator) TableIterator; + + /* for STORES_PTR to work ok, cchKey MUST BE DEFINED 1st, cItems 2nd! */ +typedef struct HashTable { + ulong cchKey; /* the length of the key, or if it's \0 terminated */ + ulong cItems; /* number of items currently in the hashtable */ + ulong cDeletedItems; /* # of buckets holding DELETE in the hashtable */ + ulong cBuckets; /* size of the table */ + Table *table; /* The actual contents of the hashtable */ + int fSaveKeys; /* 1 if we copy keys locally; 2 if keys in one block */ + int cDeltaGoalSize; /* # of coming inserts (or deletes, if <0) we expect */ + HTItem *posLastFind; /* position of last Find() command */ + TableIterator *iter; /* used in First/NextBucket */ + + FILE *fpData; /* if non-NULL, what item->data points into */ + char * (*dataRead)(FILE *, int); /* how to load data from disk */ + HTItem bckData; /* holds data after being loaded from disk */ +} HashTable; + + /* Small keys are stored and passed directly, but large keys are + * stored and passed as pointers. To make it easier to remember + * what to pass, we provide two functions: + * PTR_KEY: give it a pointer to your data, and it returns + * something appropriate to send to Hash() functions or + * be stored in a data field. + * KEY_PTR: give it something returned by a Hash() routine, and + * it returns a (char *) pointer to the actual data. + */ +#define HashKeySize(ht) ( ((ulong *)(ht))[0] ) /* this is how we inline */ +#define HashSize(ht) ( ((ulong *)(ht))[1] ) /* ...a la C++ :-) */ + +#define STORES_PTR(ht) ( HashKeySize(ht) == 0 || \ + HashKeySize(ht) > sizeof(ulong) ) +#define KEY_PTR(ht, key) ( STORES_PTR(ht) ? (char *)(key) : (char *)&(key) ) +#ifdef DONT_HAVE_TO_WORRY_ABOUT_BUS_ERRORS +#define PTR_KEY(ht, ptr) ( STORES_PTR(ht) ? (ulong)(ptr) : *(ulong *)(ptr) ) +#else +#define PTR_KEY(ht, ptr) ( STORES_PTR(ht) ? (ulong)(ptr) : HTcopy((char *)ptr)) +#endif + + + /* Function prototypes */ +unsigned long HTcopy(char *pul); /* for PTR_KEY, not for users */ + +struct HashTable *AllocateHashTable(int cchKey, int fSaveKeys); +void ClearHashTable(struct HashTable *ht); +void FreeHashTable(struct HashTable *ht); + +HTItem *HashFind(struct HashTable *ht, ulong key); +HTItem *HashFindLast(struct HashTable *ht); +HTItem *HashFindOrInsert(struct HashTable *ht, ulong key, ulong dataInsert); +HTItem *HashFindOrInsertItem(struct HashTable *ht, HTItem *pItem); + +HTItem *HashInsert(struct HashTable *ht, ulong key, ulong data); +HTItem *HashInsertItem(struct HashTable *ht, HTItem *pItem); + +int HashDelete(struct HashTable *ht, ulong key); +int HashDeleteLast(struct HashTable *ht); + +HTItem *HashFirstBucket(struct HashTable *ht); +HTItem *HashNextBucket(struct HashTable *ht); + +int HashSetDeltaGoalSize(struct HashTable *ht, int delta); + +void HashSave(FILE *fp, struct HashTable *ht, int (*write)(FILE *, char *)); +struct HashTable *HashLoad(FILE *fp, char * (*read)(FILE *, int)); +struct HashTable *HashLoadKeys(FILE *fp, char * (*read)(FILE *, int)); diff --git a/clipper/sparsehash-2.0.3/google-sparsehash.sln b/clipper/sparsehash-2.0.3/google-sparsehash.sln new file mode 100755 index 0000000..4e57c62 --- /dev/null +++ b/clipper/sparsehash-2.0.3/google-sparsehash.sln @@ -0,0 +1,71 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "type_traits_unittest", "vsprojects\type_traits_unittest\type_traits_unittest.vcproj", "{008CCFED-7D7B-46F8-8E13-03837A2258B3}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "template_util_unittest", "vsprojects\template_util_unittest\template_util_unittest.vcproj", "{F08CCFED-7D7B-46F8-8E13-03837A2258B3}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sparsetable_unittest", "vsprojects\sparsetable_unittest\sparsetable_unittest.vcproj", "{E420867B-8BFA-4739-99EC-E008AB762FF9}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hashtable_test", "vsprojects\hashtable_test\hashtable_test.vcproj", "{FCDB3718-F01C-4DE4-B9F5-E10F2C5C0535}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simple_test", "vsprojects\simple_test\simple_test.vcproj", "{FCDB3718-F01C-4DE4-B9F5-E10F2C5C0538}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libc_allocator_with_realloc_test", "vsprojects\libc_allocator_with_realloc_test\libc_allocator_with_realloc_test.vcproj", "{FCDB3718-F01C-4DE4-B9F5-E10F2C5C0539}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "time_hash_map", "vsprojects\time_hash_map\time_hash_map.vcproj", "{A74E5DB8-5295-487A-AB1D-23859F536F45}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {008CCFED-7D7B-46F8-8E13-03837A2258B3}.Debug.ActiveCfg = Debug|Win32 + {008CCFED-7D7B-46F8-8E13-03837A2258B3}.Debug.Build.0 = Debug|Win32 + {008CCFED-7D7B-46F8-8E13-03837A2258B3}.Release.ActiveCfg = Release|Win32 + {008CCFED-7D7B-46F8-8E13-03837A2258B3}.Release.Build.0 = Release|Win32 + {F08CCFED-7D7B-46F8-8E13-03837A2258B3}.Debug.ActiveCfg = Debug|Win32 + {F08CCFED-7D7B-46F8-8E13-03837A2258B3}.Debug.Build.0 = Debug|Win32 + {F08CCFED-7D7B-46F8-8E13-03837A2258B3}.Release.ActiveCfg = Release|Win32 + {F08CCFED-7D7B-46F8-8E13-03837A2258B3}.Release.Build.0 = Release|Win32 + {E420867B-8BFA-4739-99EC-E008AB762FF9}.Debug.ActiveCfg = Debug|Win32 + {E420867B-8BFA-4739-99EC-E008AB762FF9}.Debug.Build.0 = Debug|Win32 + {E420867B-8BFA-4739-99EC-E008AB762FF9}.Release.ActiveCfg = Release|Win32 + {E420867B-8BFA-4739-99EC-E008AB762FF9}.Release.Build.0 = Release|Win32 + {FCDB3718-F01C-4DE4-B9F5-E10F2C5C0535}.Debug.ActiveCfg = Debug|Win32 + {FCDB3718-F01C-4DE4-B9F5-E10F2C5C0535}.Debug.Build.0 = Debug|Win32 + {FCDB3718-F01C-4DE4-B9F5-E10F2C5C0535}.Release.ActiveCfg = Release|Win32 + {FCDB3718-F01C-4DE4-B9F5-E10F2C5C0535}.Release.Build.0 = Release|Win32 + {FCDB3718-F01C-4DE4-B9F5-E10F2C5C0538}.Debug.ActiveCfg = Debug|Win32 + {FCDB3718-F01C-4DE4-B9F5-E10F2C5C0538}.Debug.Build.0 = Debug|Win32 + {FCDB3718-F01C-4DE4-B9F5-E10F2C5C0538}.Release.ActiveCfg = Release|Win32 + {FCDB3718-F01C-4DE4-B9F5-E10F2C5C0538}.Release.Build.0 = Release|Win32 + {FCDB3718-F01C-4DE4-B9F5-E10F2C5C0539}.Debug.ActiveCfg = Debug|Win32 + {FCDB3718-F01C-4DE4-B9F5-E10F2C5C0539}.Debug.Build.0 = Debug|Win32 + {FCDB3718-F01C-4DE4-B9F5-E10F2C5C0539}.Release.ActiveCfg = Release|Win32 + {FCDB3718-F01C-4DE4-B9F5-E10F2C5C0539}.Release.Build.0 = Release|Win32 + {A74E5DB8-5295-487A-AB1D-23859F536F45}.Debug.ActiveCfg = Debug|Win32 + {A74E5DB8-5295-487A-AB1D-23859F536F45}.Debug.Build.0 = Debug|Win32 + {A74E5DB8-5295-487A-AB1D-23859F536F45}.Release.ActiveCfg = Release|Win32 + {A74E5DB8-5295-487A-AB1D-23859F536F45}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/clipper/sparsehash-2.0.3/hashtable_test.o b/clipper/sparsehash-2.0.3/hashtable_test.o new file mode 100644 index 0000000000000000000000000000000000000000..fc4f202ad03f2984df378975b834cc439703d10b GIT binary patch literal 22419180 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 z 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 +2xSwxWEMi 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%0Dqdf0{f8>F3txi&pPyzuuDa=e+F; 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®I(Yd&9C|kqzsdfRr`w{QDI) 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

dUU6>AyoMGk6WIBF#Te zdB@kevsg|Hlu%6S*imE#4la22S3-~N@W z1M6Gf5YQ@l-Vfi)hnC9p?y<|Fdj5_G@@0H@Ey|pY5AQ^o^YG!rDDxA1kl!jxTbHFe zWpu>Q419P#%6u6gUW+nkLW7q5EZn-h{Vcb2<>e)| zb$Ri0PZnQdUdr0K44kNtm5-4pi7EOL zBgj*aC{L1s{6K~%Pkto`OrY<#`(WI#S25-j%gy)^M{@e>iId-`iMG!X6zYTQq40a0g#&`&!g1L+R~L(~vG zA07_TWQC9~$v_ssz>jK(d|3ifgJD`>-RLF*X$b?zs3G#D0HS^hp|~UixdR5qt0D4b z5=8GSgnUT`@&^pmx=AL0e5nV~J_;dUl7SS$z*%aDeCY$xNQICu$v~#Tz?*7_e3=8$ zGKG*Y$w0QeIhdPfpjLf>sIx-ImllaY`a{bQHAHb44$)+VkT1zV7Qn!dYKVMU0#Sn! zNpJEc8OYX?0s}2Ty(?^KUZ||X0ceg0S#G%#MY}7cK$<5ht5}++D~n#?6Ggi!Bww06 zl~p9oP!SyzL{WR~)lr&-%F1XyUm;zj8TQI(t3Z1lFU_zQU5wh;;&cqi z-*cxTC~g@>D@FkSLX^UB7D=zGRS^ZS3q;)&LOc0A5KU4@CuuHMR^gv$Zu*p@5B-H< zQS`X>Dv;(vWfe>FJ7s0`Xo5oWrTL|@iliATqT_~mG+TRhl;#3uWiaLr0seL*Ca>($PkI$r?n$Y#eRGm#jfnXk3b9#Z=N2 zL#tEV`$KybORs9$i*^y|m9ypVRuYZB7sIC!@xNE$q*u5S>1dNR$g3E^Qq7%| zcN9hA5=Ffgk}u6mltpV_oQ?tcd+t;O#nW`$aRPW5(BU|XB<$67{wRPSpx0+=i+1v@ z(Yu9e=_Jjb$|^hq%^@MnJqC-S-4#+G&92HSmgY&y%IMLq3dxsdH)Rz`GgL&!4e{sz z?bT75M=C3$`2!WwMVeu+jJ6KZUdKx_>_tZ#@$hZ*vW_+~8=)FH+6bhL8mAM7K*TBI zARv&xH|_tdS1oak8GS0O7K5*d>=>3(f zL4GA)C_!RCs!k2&t0AcI=a`a#q+p=08lnWb6r$s%Wz3=504Xa$44gUf^H`sWTgo^y zL7Kz$a0rwjS%Vx+zEFb1fOLbF^K??Ef+PbO2Lo@ZAxe;W5Y?ETF+u(y2u(mTkj>yj z6ZM4*B?D;%13hQRpo@C+5BAT8K#dn7E<~@s+AGDq=nyM5!d`R|7z~9Ego@oGV=|C8 zVBljlM7}J7sQR-K8X8eDkR~utR@pIdW;r>D^_jTK8E2NAX}~Q6H4ZLWgM2`~P}zwA z`4(DM>4>Q8Bm>#^xgd8=05z_SPlD)x=OxXkG7SKvtOPM|=EP5BeI{-`Cj+?>2FhA)2F_eYFR(rnw~%q> za@+EyU@}^R8ud79kbTJ)T5d5QM?yYmnjO3nfSl$ojK(d|3ifgI9G9+~_6)X$b?zs3G#D0HS^hp|~UinFs@sdSuoa z183H)pIM)YtNmIK9Fz}5UqJ8OSh~And$x4vA z5S0~T17}Xzv8>O;ox?aYr5*w<90HZ9tU>0%m+wH0O(z*hlh=d!Y71&yB_0dW4sT?f z+A{ztYibRgIb{#BJ`?vUO9t{i3@uY%$WStn8gB-9yyI-i=b~>e3(hvp1_so)@7NN(_Sar1?nRrT*a&;k z*4hRNdxeVKZ9W;u4KQ%08X{lrgXk57(1?@$W)jiHgM*YUBdcI+$hGG zcIN^Y4uR@S)*zMN2_jt|)Y#^ef#kzLA2mc%dkI7nGDAi~G~``LkklWjn1>FM%1ITY zKhR+>syo90nH(y1YhW^v1u*cV8X{koK-Azp9i;0^GLXGspsa;r;LHWkoAsHvn;B;= zlsAA|3~JQCtU-Q<54GmVq)-h^2GSM=&QL?NPT5AJq`~vIL?AA80Wl9Fp69%qPLsXfDLUhhY5*LC@1f;B~HE`yX{mlAITy3~i zmfa(P3x_~cn>9#Z_;Q_wlcqKq$V?dcMh(%t{S48o^D|EE1`w4MVgqMRSzFd;;!b6p zxoXD%7Y>1@HfxZ#;L8`F#x+$kkgXO3^K}TQaqF}#L>Fg1NbjD{A7lKRx zq^zkmaORYK&-zT<25_k?yN3Z64uPgNYmnaXHue=V4%x8v1|sz64IovHO48 zC_-6E+0sJxrOlE=*_UQ|p3!3FnH0h+Tci}FB5RhU;#H|6`xYUDA|Y!j$}5y2OOleU z|2=bk&$;Gzf6v|Ap7(C#{paKJIcKi(J?nL@<-VV1CYrb95bgSTgOXHMBZ za8=5li93mL=G0yToKJ!Fz;c5;iCA6-HExf|Kq@S8^VJa4xIOLzQDHRX0*HEiC9|K} z?i#lTHUSOxz~Nw@_e0^k)<_sCP(v9ulwm`(VYP&TwrYspHpPHQ7(Op@bSWH+P)D>g zCIfi^4rZ$(ie(N&YZOAUBm>!bshj8hK#fO(rVw>d2*r{NWH223-)&$e{W7b8Gylzt zDQwTgy~4O)`(eK)EpxTX1vUP0WD%80!E|ZhOqYY;sw{gqGtRVE<7=0~4xmN~A}Y(J zfiqnm4_9T`YtJ~--dx~5iB4fTL~9g6`+qW!s^7SBZVzhQA(DaY3kS!pbPj`M`pva& zTW&hU(O~Ezu!mo#Lq%XO@I&F9x;tzy(IirAo0fd#{Fn(wX+I2W}{+k;13e!x-z?tcs5Yt|Yai+bGfLj1+lt)Bm&9H$pU2cssmt}89#+ml+25ziQ zAKh)9fapbq&|Ve;BK>iN?jI?c`A>ZZddkW3`8y%2mk8kFSu36qJCD_duA2bY1ivT<4dqB{ZRNok zg8j`8g>7&3le1aY|EWcOv6Vdv62xKB%!CL{wG^2F`R@8D%cZ-qwsW?cEC8 zaGgHdo@Hh~TCFoIbGD22Md~oHNBE&5!5-y@!ZTd&=Xf)0;LLPVG3^yH&b0R#aEn2W z85U7lGh*OOm$gymvh3~7IMd#E;3nzx(F{Ka(Q68!9WMq%`r~ZfWl}QpXZQ}d80?*X zNOqa8{Lpf+-}|8zVEtZ1*O6vxTsIvBYFtNJ5`?Oe4CDbgDm9Jf^cXnv%%98lOx$OT zGyR_Pi>p-+P@`5^K&*duT|AVkgc-SkGb0~`h|97!o^htVMr&Oq_69X7@ehMYCS_H~ zz?l^~4V5X&UKhrh_PzjaX>`T^VGy}lZBaq*PO?w6yg`S0gKcx84qXQJNMnI9*#3SfYau3mz?n1K=rH zL;i{2%PO*gGmEnKAMqNpDdS9g&j2?S)M&_ZgGdZz)ylw`xh>@ym<{pgwLF9swHctJ0WDe1rZBwyti_DcQ3J`k`t;B$QMpo$S3^5=l=ePzq1GGX8#S#OO zA}bV249JtP@}9;*^Y}7Ea}`42&LjxMvI>xIE6N?DKo-JsT?hrz+H1AN3#L5k6ut$m zkVF5%&xW*J6AQPFE?_E1*rS=q%> z2x`2dIR&Dw3L!^nf{>#t02y3GR!&OVYRfBhX!=c#{T(zYjjWg-qI+pLY~K?dp}4)? zyAOBde26}chWu+Y7vA-tMz#7tG*lr}tpNm~YJCRCA8Li>|2v2(ZZ6d$N2>@zj&_Ik zGgZY(kxa*tIxR(0Z+6l~LlspOe}=swsPWGTY)IR!5cjc~Jr(FYh;G)@QoA7~pIS;% zTZI&Zj+4~3)YNDRUn92FJr#c-+}@z>DZ(cp^2H}dRjav*Zv|@X6&)cejD}R%!dYnm zYV>V&h#D(|?l~IR3Pi9yKWT)r`+PClR<-v&K$4@->Ql& zz_#>5;qCY|xI0~gro66&sJBLxNg)y+QHCSRa6}o7h`xb19_}8Bj_6g0CT%6D7P0#x zasRQ_i2gy0O@>gLO*JZB7{TefsgFWC#HJ;(X^8|av1zN_bc$@+Axn;k&<2^aX@}gj zLvGq3b8)8-3Q3y@J9D>jkG{=jjw7y^>M{ObMq!4m+5<$q3yuqrm zz3f97d4qL}zFW)4+p^KOD(W4upZcNjEpS8H9*)%R0W}uGw-BvS2(@txNR^r{yNg>q8#}kAa`9VP5P%AW#&q6d? zA>?QpLC8^!+AgD=K#k2i2BgxC&Pr8K!^$=gZJ#K_nxwPfVUT*F+VzC!MukxAt{@22 zZXqDQsugnd4Mgh{LXLhU2sx7NtkSNs*a~FxSmU=f*{JrvT~Qffhw0FH4?Fe~(BR`y z`36P7V~Pszbbo&Yhhqb6qZ=s|`*w)#Q3&lxF(5bLfWHIOSmTo+dQKtaC1170eQHd>?@fmS2(tIUmfa!J!-M+ zRXLe@*sg>Izwq1$L&J3^%iIHYj3467EhC#-Z{6JJ(zGeg;&-#j)w2)g{c7zV+NwW- zX!qTu4^q+^&!a_xFPhB*`-vZtZn;RiC3P*>>;2Feu)e2K(n~@E^U_m$X#=Ik;Z&TZ zrz3qKZd2&R-BR9F{|*iFb97I2*v0iy5vcLRJ07Bkq9K>yj&-ZvwWxUqKr~z-v^x$V z2l&|pY5>v3LjD%b^nNH3+2XsF?vXiLu%^e;EwzePI4eY*tNXovI zmOUfKrTlVQa6W`*VpC8h$7YO5O~(wsrA%;Ubw?p}~i&Ji|qu zF|)Vp3>R_S^xqAL_a&kY*}Vm&vUMZr+k zF(BuY6>S)o{BK#oLf7HW&qRG$J-SA|fxX@XEJvdgt@toxX3 zR>SWhb!thu7t?L%XM1p;qb!QE!Eiqw@$t zj-~?gx>}*Rjscki?M0wgc^8B*MtN`8)75Mes8QaL5Iv$0%6bezDC<7~*;zLRDsOd& zc2@{F+KwRPNOqpyy52Lgr%dsC%QUb%>PpVYHuFdHcC#UEcR*@InmrY0K15$CggPe% zBu)X^oYC zlI{RxB?e^w{amsqgBs1-5~4hXP||G(LP?JUm8% zuE&7v4(2RgE~qg_oglhEA>^nFLCDd~fQ(Wr z)KW1Z%b@*Jw3Qf;ZU?%gTQzeuc)UM-gkx_44TctiUFnCy_tNuV=n_z)dW#{FR|%Wt z)G+^r5Ca$dU7BC%pBmWxAQxyUdnWEE#+iQm0(UQ{(bDAx89}j7r^SFwf|VCEBl@Rn zl7Un>*iA)4Q0w0}foR(%(rL6X@&PF|q2@#xICJ7}XL}~@NyeFezoist;g%buD$3}~ zNevPMQU_M{(@CKQNd|Hb9NegmX!dW1=#r+94e~S~Wi^O_Gber}+cR<7BBZkXo(!B% zff}UTAm>ml)F3e+ePHEgP~%@nN(S-<94uEy)F3M%+ELFcg2*vevxW3fM&66}_wUE$ z7;7<7QQ_k(F++n9?A{tt5l2+S5z#x?#0!jG|eSv;LIhwbt{*CDSIYvf5w@9 z&jD^IsBspQ8)PuWLd_ZjG8|T((v0XVNCxsf9Mn8gRwQloJ3{nJG~{rIN=>LaQ3lSO z_}*;K#EoQ}>GuQRdbjHN=Za}Yecj;ZUzHet09`tI>>r= z&7R&dCj*i4=Bpz*2G4}(T7}SaUNVpi$q|+A2S6&fkvX7nw}+^?LMYs1AiI$x3U>@3 zlQk9!cLqdXDTKmJ2J$XBqHr^9T~*84lntD@+1}0eOx#q)nVa&@!0mL5%sy?(Nudoqwo zaPXEoqQ(9JL{FY9%}S7;0V!*04V*b;2g6kfar3ngsB!)t3{l5uNDqkmfm)m5r6G*5DeiNs3#KKgvG=!ysJlXFBT5Ex6CB*5 zj%ZVy0MSf^P%OznmcT)&PB%N)z?mzeemhs^Qua*T(Tp?w_5*GlsIe)Q8{`4R@S?^- zn_@DMU*KS;+{hiTK13DsA|b~BQfey95*s*k$_BDM6E}`=rr(8>0&R-r2C0TJ?xN+S zsZ9pb5f1vQBRb3mLNqBF@+3r`w3pe>R2k#gMxen4Hx%qseklBDPhy6aBBIrx);9fp z2xDy1Pa&bHni##jO9mp9Tdt014_*aP?UWRm_TXe7ZQvlSjwqHhAsV6(iX|DyQ*bat z9Z@WEAX=jkiX|Dy!D(0cvNkXSXKqXvvON=b3**cUY!+}ofEs60xj|MVhAr}?S!n}H z267A>oTH9t1G^BS(@v9E2r>$gvZmI+nN#)=+cR;i8D~!Ife78FKxb3AK?)Je#ad39 z+GHRP!@;}ii017hh@R;XIkjs6DQjvCoH=F9;i{B96L%Wp%&ENS3J7+SG{%|l(9nsGD07L@|q%H(`4Un>?*1(xlRuQgB*)wtV z8D~yy0dPJAn%Z)MT#s1p0X25cWFYh5;5T(d^H#CYP3i8S*5(S)(F&pGnyMLRr4FdI z$v||RLU@x&1adyCT&a#|^BoM){R*L2l7YMi2c^2$>`nt`c6-GlSLagpOk91&nSKj^ z8whGV1(X})dc-h6W1$T%8OUdFP_awoZdMJVFQOrhASyK#W{C})Ib~hho{1aCIMeS7 z!1)wt!z(w)*NEj0P-DYO26D(5Zc0xFHFmSE5M3P&xe=lVx=Mp&CXaLM9ME8cJ7T;W z>I!P?d5Iai9+BLp5z!VL10wl6uU2ShoB`2Nh0xBJ45WHDSG`?8jp{Xo=s1N?EXhF5 zhl4BC5!GcdME5I%Vo3(l=uB6aHlW7uChrT;@d}}py(SZt~aO)Fi(_$BKv5UCa^y*>bGt?QWb=B;t%_l_O+V z(nI2#O4SDFGgXVi>j_cje6f;|>FA)-lG$sblU@L7TwgXmL-!)J-88inrZ3>2J7Xz{@S)mmY z19Bs*jMc(WEHNOrlNE|32INOr+2%r7choTJ0NGw46z*mac?iX_FCd4g73zj$Ah~c* z5bY=#NMAS@0&2D0z!1jx{=!5+o?MTaM?x6G%+(jU2^<4zEXZ3RnxGJx$U6x_6ZtbB z+g%*lF_j?NQ6c1L3xbfN7J#$?wd&g{gfR-U9FS_4M8>-okgXL$@#a9}Arx;BAXlmt zT1q`28mJI*bSXi|(OrN{R4cTUVnAMl_WPh#dEX9UjPh>Z)0MRzsPQgyCxTF6l7V~- zM{6_|aTc?DKJ z(^zO8--T$gLa1~f5rkqnwU53 z2J$EzOjAen25UM*UnzuQNd|JnRjw|lff{w`4AGSep;(fE%!Gsa>WJ#H5TbPop;(fE zH053268nV+@+2(V;*(k-4AMnHv#CGszu=?18FtD#nKMch$RJ4 zFNIJn$w2OggURZMTIgAb7AS;bNd|K8)vhjWK#jT_2hn*7p;(fEyaETGs3WS&e?&CU zg>AgnPX=-l92BS{ilqxggA_t_Nd__r4xUp-6w8YcEm8=@k_@EEAXoTZL4$sg<^5Rn zGH(dp$Arwn8kfW|~b?FRh)FlJa)e50ll7YMh2Mg5^)nySxm9CB4a*}~GhJ!=Z5yf%@ zL|qg@bx8(t4IGSCM;Te(Q=*so1fXZC7KN7#q~=X-E^2`q$H2J|T@Ve~>SkwUTTsJF z2BL1!kmf_3mBT>|D?=cz}GuDJL_mYB<9x#TgE(8qRSQm5;8HYeVJx zE9TEZ(>$cjlX(Q}<9_H#uv7g|IL^x;6732(1*}CgKM-1Xs$p6;$wEqn7tUY^Vz?W$ zQcm8m%3;tN2#Yg5`T}&X226WO49HAqS9wxOoVPjH?fg(ZuzUHTaLk{<(2p7peMcZ!h=gf8 z5q^mneg>_Slji!hM=n=rPPx)SvJV=+t(TqF%kWWETQsu=*d~6cHP{pUP`Jvkk)Zpj(?B|I6T^;r1? zkgwDVeZk};#PD2nEQ=sI=xGU;z7N9?awL#_pK(?y=Jcu&ZV3Z(U>LKw>}axrP{0=< z-RCsz^ir_j`l0W^{_cmiLWVnm8k=~3puO#UG4!(?%K0!%Bp|5 zp7aA+p*eB128jL00ADW`B)RmtvrBwRVjZdg_MsTW48m5dIn8YqNQuM3DT>gi!fLqNpW|8Xp3b&kWT z;XsUM+EK7RAGAVF;U{1}^+TV5UFL_vz8-_G0X%t-vX_GaGeHB zM`{d6ix=D$bQx%H&%GS%96xjpHms{ajoWZLpwCb(+CP(pNSH?bQiwqym2y)2F#Qlf zkAW6%pTfVaN#qJEomvbF_s;Wx`-)NTWCfuoh3RnA;6*t&QhR_M>W5^O{$ax zcVj)m^MxIxLv;5Otwst-3+uHg^B9H?fx-1y=|B()uYe%b>VF%gcowQYi~v6Z-LiOa zSk?StRnvSnok7{qj?^s#DRC0+&9GDB&Ge_RbHK~8F7xxip6-Y0zv`rWff`=|{F)3E zu%QAmbd(yRsr;1<#n4(8(kj_F!+Pd!S`}&5)^yXNcc4Z|7tb?+J{Q#bRn!rXedaBH z4tD=nq}*irK0wy07L{lUL~kjC?u^MoBy6LBUO)`*f|?&~G(@_mXxg+@#DMGr?dG6X z%`b;+vU>g%OAq<#MecusQ)a-J^^anrtXKq$D$2?2GIp-nA&q$*^nOy zLX({gq&33KXt*>@XF=pMB1m6Ad^Kq%`xAsR`r9CtaykyH`Zfam6Libs!C_TXB{#Bg z`wXINs4uSxK}wv2?S!2MPyAs>m6@(BQ=q{E(A8k?@@JW72M9sF1bDeS?rz zrJPQ~Du?w-2E&2x3(dnd%6!r5u1ky_^M?ZMbE7Rc21K-Hs_)d0H(VW;fCd#>26h__ zCsiNpQGO_#*BaPtriOA`fW5;HiA^zRe0aAF(7US^RU=u5glTlyc8EbB=Dqj=fP9*? zxAh?ieeiQ7LC6Y2XtRg`k?CClhsK(C8PhyZr#oNRCU45gKsO}Onxk52VZ9c$Z4ARp zU~oNFDkCfpq425#Qb#i=5ccueE~((#e*^l58~dNCS1G4pSk-Wb!MFbg7~lS@LFJ?7 zs}(BWUon3pbZ7a}zXkRkKlC2hkNr@1E`~!S+ClHK7R~%v)(RUQ56H8i=IhwnZ@D(< z2pYU1?F{yAKXg5s={8W~MQS6U&s8moxhX{Az*wa%LJ;$T@(zHesw-N7F(8x43Z01a z0NLSf*&y<2gKgl44g`Cs9|}*!4=^O!#)b1IK&rrs`Iz?}ggfXw6dVe+jUUPd+sO}w z1DZ>QQmjQ2xQw;JhL;0U8NSW8kg_+uq5-CbUG|QYn!JnFBGsbX=?sY0W91t_R;v|y zT0I>x%!-a>1w==^E8)_C&Jc1Wke2T`E5S?p8sUN(m;=L@Rb@w$6@&sFfOKbR+UYf5 zfA>Rwf~}6Ug56>lu>1I-a1ysb%iGQuLse9Zs?1tx(JJLW?CVbWngnWgsR(^Qxnf$< zF|K;85$m}=W?_5j5S>J#)j=U?VZ9dZa-x-1tvq497QH|`9cT$Fc%Lh**P;l^Q|mQE zc>epcy6A;|GLTi|h+cp+MhwSjEVS#K43Q6)AZdcoWOgSAJ!p!9y+4q;qf2XRYgsrLmX1Y9(K&knH*) zVfTd!`RQ7WuIHN^djsN&O5fy=z87Er$FY>v{w7B_5aZtV00Q_LGoV3+x!-q=Tmf*Q{SML>(T zkyf`5#C#($6`*OL#hZ=rb1)Vh$HL0I7Q@1oeiLw?2)%Qd2S}5-vO%VrgB|UMByHJF zjR%@fU}$~u2*$@lcVC9ku`cno@$rQd{~Dr$bh-+gfNkT4a=~`;Lt#UeAQEk3Qa1;r z9;kW6dI{&x8+s1W1#iPZtWOVLpYP^+;KwrO)H&q_c@wex3TpfVV97v^K(eQ6(sVd? z711YB7lJ%Z5IX%nBM4n@4upf_)KR{$lXR$P1=uxy=z|3=vL8W>b`;xfRVyv5x1C|z z8MaMVAel%3W9^3{=j(YDN5aq?oVIKC!?A~ZKJ znJHt-8n=L* z-81p<}Y%XRh!qK!Xduup@P-Xc5?@e(2FfPH{G< zaZHNsrmB?|*4xgo?F`$d6_Qwx$0E4@I-)blP!Z=rTlM**m0~U0WwO({hOM!9X&TLVe&=#w7;_9j0RHqBZ^my;GHAJ!^9kuMCXS*LVZFF2CJYQ`zO z3oP%WY0%anq7KoJnxDJP>mtygg?fX1?@Kv}QVYTU=7+*1+W}f5)KFTqzELgO-LuoW znS9Z~y?WW#XmD@~+e?R1uY#TBhbAm>iqk=j_e^4Yd(}z{>uqP)c7|=!>P#%iJrLY~ z9Z_2{l;S+-@Hm;Y3R#Q31dyFp9{K9XzUbg)tvGqHRvce43DOfmQ%TExfZ&56X}K?= zTW=`P4|=Wa42@z#;m!NsfQ$zhpFazyP0$co3p|1}Hg8N1+6K)iPuyQaQtj9_o zK`54dg3w7*ZjeqC3*9M-mbrqT4H|qQaehDfp~BbFOjOVA5Y78WAO(Mb-FCSSg`4ER z)9S6hsOlXc^5JAS99mb|Xq3q6zX$1tWN-0FbK_AR zveP;rK1QpreD+1Xn4MPbZ{4Qb2Glryr$F?jLg>{)42Wn8H5}FZ-opNY3dtAtQ5~WTM9V|SH(QATAxCV5 zAQH3%3&ATjj0`pOg5+wLf~ z=cpliOl7SsBVt2w+%Knsbd>DZ6EthZsaZu7-501c`=Y=6mz~yOWHi?f~fjWvbyty-9?A!Wrb+{sfN?ScK_WO3ZAo;(Fg6Kw?_5yg!SGi4KXc& z1zWVRUW;NZPpvj6Revp6K?T&II%x1>q&?Wqekk0GonfHYe`{zQ40Ko}^Ge%jGLR3+ z5q*b!bHva{W1*vIUx<9T1Zf6HThNjQlONiv>0DvGDY^x=BX4x-iFVzerGDvdV9)kL z;pyuJ!@U%ek;yL9NvHm90rZioMR%qPAriwu@{6vNAFfxujIdQ!OW5>6q(9IC4gThb zunu^Nl_>KL9q~ITjXC?>rf=@dN-(Az#pS})EVUlk$`(;9O17}HF{bQwM$B=3Gda?;~;)QEz$HZhA6dGR#^Hpu)Y1zgx{R>NzkBj z)4{&)hr-*380zK?g(2@i^t(dn;OqXY^L;z0@k%}hM6`t(pR8YmEp3QyZTZ5!t3#O! z|8U`40&4t?p;17KR>hp2IifZgYQQ!`Xb5LW|4asqk zrK(lHTGVTsv`X(n|D0<0-YDc*rj=F$J>j*ASc~q}mqTlzc2s-O+F$#SR?;S|(j8Tv z)wq*pIgjUy?$+69O@ps*v^Uc1i=KP3(|UvQ%4c8nDkM9tTr~C>+Tdwnud5{6G2KT+ zYk+D|na_l1Jyvc2pj`_zcmeMF=y}uBvzs76(Tu;Fn@n9E$As;G zeky(kCVX9OH@b6(+P0XS`Wi3`j-wPRl46$hUB`hdL^}9IT{b>^s*2B3T+4 zj0EHvHB1>K0~rekAE~3lgQ~l^I~3H&AQz(U3dt9CmJZQVq-c2vHDC-Ym%zb#tlUNr zie)%K=uG_EAjN-vrRui`aQCg;Y;0LPIIL>$uT%$rPdL1DkD_eo!T;_Mq{KD zY$Vl~jQQGLCnt~Ri`HFsTK|Ess_HAvzG%P6PU|b`!+iEd-J6}($H-?&4cGI*&28kB z;TB&3P#u7bVh_Lo`PrX<^%M zs}r^e>~cR8W#}h0L`!ZSM1Re21^C=bebf4?3DFLqm2!%PRh1vaTeadrd(Og8qp=x6 z7vvuBewhYJkP#5QtdRD9fZcXGsWv_E)`RFMh2#rcs6*sSv|1@7E$qQN=_U_)FH|jB-D4o~hC2!StZHS1J*<`lO)qO61zMm%IKr++>uG3t2z663kS!5;W6gm2 z-~fnxECe|YkfCaYTHqvtkd?m;Qu4s?Falf*il>s`pF%Yb+;)@=ZBCs+5c8=-oIV9` zg`Cd9N*u4eZ7Pa=J)P(nHnSl`BR<@<}g-TFQUmX+h<#Dr8^PdVYM3CMA-Yi^bbaj((Ex?eO(q8960$<~JcdxX3?VC$ z$yg1Stcd8ZRr6gK^jd{H2ejK}r?ncs4%0@;6JIy@q43UsQSyuO$}avAXHeO*1>K_u*r{`l2NMzl6+1Jr-zPsFD8nAYUNa z>e^*#Zak_(c3R8ftB(50XJ6Ed*=Y^j-5qojK#MO}!aty6m*va{zd**{TT| zTvCM1*P&D=umyhTBCxmkq3|}i8$?He7GIo%KUT*s%Mt5hvKS|3M<|XjSYsiZ0vg0F z>_H9mF7RhV$L2KBp>UvLXtEkg3+oLPvLQNTvU5KTZvUFE1*An6td)S|Xf>zkjBxT`a|?2<|FuEcM;gtekeRO*F)msz zO;+gA!w?FWA!OwXI9j9Ok`)pCwQBBxLJ!x1x0gBi-VcT6V3Stqij-$H+F?@sEa&lj z(bXwCt={l8UK=6JzUZ{fPU~vQE1!MQUX`6z4ea}kbpOv6wucU-t^xaiA1XcR#k?4* zuaLB`SL;wl487`y!iM&OXplmRSc@K(veRk~A4jV%n!*^6U!i^D9&&~j-3E4+ANm+< z?L8G0PCYS02@H z4W)(khKkq_^=WqQKZD!9=Ib}oqMONPs6qp+1|7FCAX}3axB)QV^|$dujju3U+JN%7`K9sGub;h4e;`dJycBeki=c z#9eklmWS4{R7RT97!c_zU)BOHYXR4=fNMziW42w$whP&IA={>#Y7b=Z<1S*`MQpo> zZPQ+JIc(pn4N8z3AR40(YFL3JV8^+4tz%x|K@jR9FmR%p{>2$hZ@WMw5BZLVvb zs>={^#E=+PvVrV~FxTIU;T>ilXq_CLq(C;9;TXQx1Ib0?Q#FJ3vIe)%os}kclUC_Y zD9>v2#XNni^OeW*MbCZNX^n@E+3G9JzUZMLJFSP{!!MJ3_C<$dc3O?l*rhHQrKhu) ze;JT@x(4!vy=FhTyrk;v@7P^IjcuYHJ=G})Q+%OR9t~YUCm*sTO3OUqY zZ$k8OG-Owl%@-n%%SVQfht>sJ^jy}W{r(Q1pHVHkdn5xHLyqWcGhNUdmurvY3;U%G zMQV8nt+N+A&4aPKyz1M>n|-Em>S_W zo{aSNgPq_-LIP&@1XIPgrle zqu8FHhUg2~td(U%Y$%TVx2PZ;CHwUR&02A4_67Os%)aO=;Mr-_#RU7wpg-~aH$vzy z6mTpA*)^1r`6r$QbRobcAo<}^9Sr`&v;5FU2aP}R+#uxBc+SW{YagI3P79tPwBQ*+ zR*r{*Ty;cN9*1a=hX~vCD7VUkOW7}1(qabw9o0(b4X4c!Lqm;)E>QbG z;ZnbJH?U{>p>RicgW+RZidMma zSOL;w#xq3=7(6oC@P!cd0xelj^27D2ml3v#20+*L{y+;fxc>;d9<6Jk#)JA_**rvX=mbBYD} z4VE@P!gX#*b>xR@Fj#y?16#@?Z_rBss@6)D0c~M1Aj@E7bG1VG|3HqYD}MrHcUUR@ zbtK{USIczI6}3`%^3l)~`op}PJHbx#Lz7#(D!d9BRPjTwpZlTktcjuV-cT5_`H{}> z!Jx+0@+d^h6_VQ(K1Zr=DrpnwVVfVLZ4#b3(VD4RX<@w&ataNjX!6>TB*%Ri{>D#Rs4^>ht;fq2tKSAd_y^`X8biO z(ei1~T-7+tM60`Mhtse^SvV&l_%gLfuwCYsH?$J(%!de|* zuqfK_EfDRhhN(SAmJJz05Sr{{AS>W#YYmsCX$OdWMg-Xh5MNE2$pZ;OGg)qsW)usZ z8!G|%6V%v%V?acE>r238xC3_r~OEi`Oxa_-G`@Y!$7P%d>tg*LKCMI-U^~qqani}@`cFb z@{!>eq4k*>&Sfp?u2n$S)_I|8Ofry*;9!V4$`|%09U|YNS|2qKWlYGL#an8`Kb`u?Skfg9Z<<;Rpp% zDnd3)RbEVnsk5shEN{5I7#^Sz(^mR8MDrDrFYFQ>qHsj(O@*X|^;&eL7Ok18l_#v% zq6bznEMWyNFNO756k&O4H9Ork?dPDzH_?)TbSFpjq}Gkg=pLXdj_c~Y$u2rCm|eoFWV z@O}cRGs+Dj0sB~}PuR*b6g9^IL(W8{}_;)$qKC|f%pt47J>L!$jUwBhg?n2JW#_&;v|gbC<^PDn`0VKkB0DYVD{nZ( zWleEeX@UNVpljo7ye5kq2F$p&&M!u_v%a}W&O1!`dWB0m&9cf?Ri4W)(M zU$ru9h=MMJf$P+eYUO!DVfS5t9-vxu1vrx+bT1wO$d2kLB|d%Xv}25h)Qq(%%%~(B9L!$jasj(?jTh+At7nb?=B^ z_S4$s)<6d})J~!lL`!-lXg2A)ma3IG3G8`(D7>qRq3qn3hgM@MQ2x%y$7fH^OWA2j zUwOkRE^CU*N(;0zf<8xQl^`M-uMm3Bz8Ru13ZX`b0lAH=(CTCeh074KBAGlJ9WF!2 z5kn~HWFQjee?8eVkne)%yaiI8zG8&49>|AC#z$PpOQDdL0zLF?e1lM|a0%fOlEPQxh)cYF-V)g#{m$@=E)-0*_%MEf7 zVi^k>eDgm%Psu>O6bG6#O>I?(d>awubb?Sj@AT6~TRKpmMJ;@67xj@zvi$HuV zWTgc;qSd`&AlB+W9>El9?Q)Mp2c52+L@9`t^h(fd(sw;oD>D%6y?!XXTE$Ry?#n}~ zBNZq=g?xPW^z59S)*$%uhErVD6ql72=xs1GMrV~EFG2L4LTHv_Kwc#)wDcH4u`qk?qr+tgIbsMUoeV_6{I6&7XXLw$t|5w8Am!;RMmXz%Y)%WPko&xl`E?F@k&%??)nh~wDWFQT%a8q#{sBwio6{4%6Ar}#Z_PV3{I!C928W+Md zAsV6(vXTtsF*um5j%b5V22!=3OL`wr<4>s^4AB)HGUR@zH3HPoI+wI)T@ME2el<+h zOa`(L4oaNYmc879odfkZ0jwfjXko;R}fN9w2qeJAaa6`+*u8LLH#J7FDw;ARW{&RWljLO>j_Z z0h74m z&&2g*oawj9HLd_#fEvG)Toa=G6+%ycy&<|%A@m|`CPZZw!oZmc{>t`DT;*$Bf@S%= z8Mxa)jY5d%LqLj`xA4CXac)YM_bl}0ccA8)9|bE9t3%pPzJO?{La3~J!*5yX891|C zr?EW~*M)Ire|-(y_n^jslLf?je<~iDT<2z@cy@$uk1=y1enx0j0Wvn<7?3v5K2xpG zuV0I(?)5IhpvAg@J=+h3FN-Z8Ix-qk`vzyQ8K}{_yFzq?La3EC48)qMMhK#V21BhM z1F|orM8|pzh!kWftQEJ7@E>5Tq-~l!;EJ3FYW7lFX!y+Ndr%huvH&#r)3f{B=u965 zT09i;X8eKLdthLk8lowc1iUZ0G&CdMWThP-X$_C8?0S>Spe?BJwcbVqAx9eqQrv;N z40Z9<2erC#Uj%r%=0Mkm7?38ECUs>Dh}7{JSS#*I;g@5~Y`~i!{2Daa%xc~5au*s5 z-HV|YL5(dhF++E8L^0fpmLyv-r+-dZt#~Z_U(K6cvd4f1zhts4lH6XCr8Rj8&^N0V zOSlK!sI`o5MPSo3K$`9tkP*=Km7tD@0TJ!Gx45{Am$C5eFlH{}6>u-0;@_1* z`w9()Wchv^-Pws5x(wmo2O7AS1?4vus`LjyuTd>3V=|Dv(GjPB8cQS{YMuac9u`!e z=!F$-Ib&hPfP4YpIk&k+Fm7mH15#BXw6Hb|#9Blv5KMgyhNdQEvi#6bbQ5tYzHg8=rk`eAX1P!VXe3=gr9~nvn|et zu-`D5^UUR#>;5|DnW~eV^l;GPTN9>#nzlhkroXAS0i{yT?ylhMB$e9#Z7O2>6jZMG z0v0x2a#0Hvs(371DeLlfA7XzH)L1b`!u44?d9-4Vg{V*=v|=_4#9A>@D&K6hPsD(v zDQntDV?d;4^I)xb#R&f^#>^G-2!wxt2AiF%6rsV8tdtYA&5C4MwAAH6*>6bOUm@N) zcj!tFZ_?irgkIZ-_Ty?Ly%y~6ekg2sHbiryAzg;Muu8qVGe5L3aOQ_V_pm(^_afs= zziWWofpGAe5qG;rqbb^_ZoapyA5+y%!2Hw)Cbl$0CfJ;bnBW1;;k8OR=YyGc0#)c6oM z7oz^rknu8OURBFk2nbFZewJ(OiYlv&x2nSP%U#B8X)g4Am|MWCo=~ zJrn~X1=(|)oBiVDB>Y7fD_KsLqZdYimJBY$51*GF3_t2Fq;%;vxekys;W1d7VSm9; z*qgC}o5R52YKZ1}kMS~moUBl{#DGXau7S819yfVfrkX3+{GdW5H0^lyL(TLubHH@eMF+sdy}G z%DO4uilByr8t3%^aC3^rO`A}2h@EF)t$sLT~UyJ9VF&faxP9I<_^au}NG6bZ@T}uJM=nyug1} zMEl6Dco*J4KQti7ws<>QTi=or`J*B75HdW0AXGikzT#o6-gL09 z`=M}YMnE(s8j|yfGq?q4FuB4u(;-S~Ylu9AlG>gil$2ERSL-$_AVWwZDBe@>l9M(>|-vR4?&F`@Drd{|0S*ZFxXrT)AK+wkUnrAnHW!^ zqX|OW%OXI&(QxyH-QjWRNa~XBf%XvUl2rtuE)nfF)lqu8C!Eh(phlN01^NfC6@v(ok?B~6WG;$D4f(xh~ABc95~q-JPb70q=Y?7hbXC55P1kC)s`TX zlxWv|T9fJq_G~{CPO1e&M@B=&LiDIY@`atNLz%hHIJc`njq7+#i0UbX^4y*vbZ=@1 z$RTQlcBEt=ec|9$bwqcfu>_$VDQAkS%T}O4O9*>_4rMAo>rf3qjq2qB-9@#idTD}C z_09yOw_2gqv`kH!&df;otyuM3b2h(YXqtnMwxoFdRt9jG20$AT(2F zqtLTjR4XZ2)L)J;aOSJ$@odk;O=q0>xz-=RHF!Z9f-1f-LFyn(A1-a(F(7-xN-Is8 zdMFvlAUK$)j;KK%fvEP2G64js0MX70p*h-^AXO<`nxjpSU^6f_l)tSm6>}~Q@8~(( z&^*!w_kR!46iK&^UTd2mCCy8FP%?GNL*WafCtwrAo`7WPasdiIP$z&s$Jv-5hrQ&^ z&COqy^D|Qm?Df-i=<_|Rmh5jUL4ya0u8rN$dwV--JX^5sBC&m!+Ab2?i`8}!+ol?_ z?X=jgqp8qy%EqrXYg%|d@+7ZDugHAlNrC!d5{$F(f7sA}s7AS5qg<)c)mkIErKZs- zmutt+u6z|l4@N^4K~zcShpcP?k)OhR3GZADkF;h$>uohm4V?^RDIEL|?I;<@7O%P% z-WJq&@0$!{KR9R>?I;;YE*x}>c9aaHCmi&Rc9aa{CO8-gYJJ*12C}a;7+PBsA@VzY zN_P4!wdLunE^_90EqV_!0Y}G7JwnJzGLSwqT(e#cYBXyykblF$glI>}K%Rz!vfic` zIP)#ZO15X>wtdZ2vMj$R19u6i@j>;*1UZMor6=_mkUp?-vnEYzDH+JSaIjJx(W{cR z5bg82Tr~)?8$=#L=Tkxr zMZFzS_PZ5O21>ut{U@E=5<{~9DGeC_;)k`57p%A)MBm;Q? z4rZ$(+STSjv_>HmOEQq1-*$D`57ekjQ;0e!gknhs(hm-9R!3BqJ0O~(5Q-%k$VxaU z>&!54=2>vSY**(}_Dozm#+hfv^}sy_YMdDx6XY3$`HqI0+v{Cdkv^ctpU5dst*;Q- z8jX;eukt%C;ypo)zjc`mXAi|UACnE}yKg-|TXK&qov zcGs4nSeioAK_L`NGLXq|Fi#!PHTgdf9si!|8{_;t7@|`YLO1D+334cfOIL?YkdjXp zHlDgzpG&r;d8E%J|MwtgA?b^w*V-nC{jpdwbs31l4~?FHO%QtmlBvr`6#ikI0QyXA zV}i^@n3X?t=VzsyLjETp4t?JVw*n}*l=#)O%F?4+#0MUKXkOdI^84am|sq<5qFX0W;@W}TxXwB4# zr-n`j@&z1x6YVG&NR_$hZcyX%pkyG8;o!h%N6A1=f`e4Fqhuf#z(KEQN6A2jz`-z3 z>%+^tAX}`#(Av5eqF#E6WMrqmRd;%N{u~0dKYQpevi}>9X=<1bo@5~B&2!Cq38>Mm z$v|#~gW=JRl7UQwgHmtN%(r6(&V1YUCEGJ`mFBxjmgV;d;JSetZ{;>7$ax6!Mh%x% zK{Aln;oxg^L@!HLK(yD#a!DY_E)aPLojA!r4uqpN8VjxS7?87}eaa^;qmtjt?uZ{A z{aU^U^kfRW0Ck;1u`R6W!??H_ZDa%u<2O_&lBcz2e5Tg4OLd};9 z>5JjdZE{heNE7I-jMi>7&kagDgTU z-$pN_O%Qt_B~zCgU%LIU0jTk}+W%pYW0A?8OI&6puMV2yhiOYo4K5quUNW3^m!sxO zhJGP)!R=OzOM-ZpRiT3;`A zO)kqR_*_!*YW0=$f1WgZ#gX#SF`cCU!-oE(8s&10a-~L_YmMk-+NJ1}5!x|yuN)20 z^k~Rhh<4WbAuA0a@>7^E;r*an7-@Y9ttD!hKD~?q$-y3671UT3F(3_~y-&227?5M3 zeQLCo7?5+JeQ~sv7?7KweMhvF7?As*{RF7>S>LlF(*uk;Q4UIf#--$p8?6mO&u9~2 z&}-4Z=ROsX|EO=Wk__bfuifr+8>rD{F(3~^dvdgu7?8K2UDj(U182T&s`ib`t&}|z zw-@8g*HYbpyB^edZrhk3BM|088ZPy3GLWy}p!#w->F6W4?I1cP8gep3MGB!?Pco2! zaM0sh7jDUgwjX}D=Z8{*i^scj`g>6G>N^tVN_CmpJqFI~#<^_I#Qn@T)9(SuEFaY9 z+KmZPfG}ltf;Xo!H-o>I{-Q?Sq*eSmko=cjHC{yJmujQX?es^8Qs2o;5JV}W_2h(<<3-ht?MP;-ed4}pw_)SMNrA`L)|&)1THw1a~# z>WH? zLa>FetR(AGsDT?WV8AbgdyMUwxaSyW`faw-)v67saU_W7c!khI%n*p~QV2Z?ZA_4% z2y>izsfhtoXLi~0XO$P^?!U7MGd;~a<B^$ri@>MPg zpI1l8tI{u$YRAS8yT|Y2Kr7_XPQN({;|;ZEL+!=T5o(BDP&6Pzd2A?83>~e8=nnBe zY-j*#benb~UH6AW^sGYYik%GPQ#klu9Z@VRA=*J#3dNEPQkd1a;yGc&_GL;UA4#MbFQVyAIcZ^2k5FNtx?#u?$zCk?q|tBUVwuc(TMb1s#| zptQ@cZU)W)HD(|g$RIelG1^fwkl}Dp>IIDX!ofRSF?1$w01wgK_GJemOA)1(xl z>A)TV(RhW>a@+(d>F>Xg3hz%kx@>MtkerI{?B1=Cqm^

{$*i+||E-F_*G$tA{7ouOHA?qOWla(h0?5qVO-;ZNzpVcX*qbM23hj6eU+EFr) z)o}1pvD)jZUlOSYSCVw3}iGM`0(h?5Cbv?R@zs0nU#DOP||CSG|evvE`(-TGi>0@ z8QG?qi=Zrfbr@&b8wcEjpvDY~s0)%0e#J4Iy760&?{DD(eQirejf+jWLFOZt{WTW4 zk0b->1qY+l5uLzeAv#5?NswOv*-0T3ZheTn6@m-``@`F^0r zRBwXVQ@t_Or4CIaZIAzOi1k{u9%W6B+2sc5h*-{yUP#wLbhkq2!>@lBgBlN1F(3n>eM7XB7?As*{YbQx7?3xh{a&<{7?9=A z{wdl@49M2ox$4#eHL4o}l7V)&Xe$>()C<&lAGO=|E|@(*jbLIxj)wM$(NyZ!4-|d|79UKCoR5kx*l!6_L=598v`hvxPPeC4B-! zU+pZLe$gJgICd}4;6sVyz@FxZ3SMxiBG3Spe$5Sa01bxD0sAjMG#Kn8KU8|6iuv;p zR22kO@{JF1*bfd%2F0ZqEg5XJRkad}ok7hnjC>-AYi(%xihEz13>P9Ju6;gq#p!`O z-T)0w5HXae6(#rCX-$BSkJVS2eNh`^r}Y?o_yXm#FFH}O(>f4^YNiDv!|y^=e^=?{ zyaKRi`=M~NWv8_n3^q~2Y4$~B&Q7Z)e6&_y`Rt3Tk)785ySdsm2Q@AY7eI7HG~`K$ zo{xsCgy_#`Nb`CwmR6ufEWIEa7!4T*(W9W&z2f8Dou~hR8ox((aeW7w0UE5~KfzXQ z;6%p7FgvYDFg#a%rP&uXS9V%Y!N(WsE1!K)b7iM>EeiFqFW7bsUF~)OHENih){F4* zjrvNnFREd7T5rI|8ugXWzNm)TX+45MJ*@?!B))^_=V(Y#BUkn-L5-!=1EPTnp%dy- zg3v|!UO>K9D}{1^-}-_q8@ju0{8}#|pXr(xO+(HeF2BlqN}ff}fPKynJ^GoGJ_Q(7gzfFKBsXSUIQHiYZrx7vw)!vG|T8N#-2k zN>rsJ$<6df3>QOxUE&~84}pd%G8mN{rNySLAqM0|vO>E@49NSivLrf|EFjj~n=KD? z#Sv<}GZ2x`zZ233;qDD;tcZMwgc{+BNa)`Qxe(!A8lBO*5Z!vPo2%g9co^(dKXly; zC%qLkK;^#ahRy&Dh8|z)hJFV%4xw^(_i3!`vP(s5KXs7Hx?;{%Iblo1V^Wp*s7moz z_`kJ?vkh#OoXw*66co(^yDv1Z1vT0&2IOXFj|H`!6z>ROjOP_8g>R+|H&aFm;oF36 z2fLy5F3}du6GPAVp>P$m(>e_X2dUvS`=UEoc3Nk^hc8e*`=a|vc3MrFxV{_$8qC)# zVBhjX;TmSA^)DD4sfN?+i)xsiRxkLtPkrUHFREd7TEm*U8jb-qj)Zv-eHjheshP8~ zC#Yei2%>*QL&ih&STtlQL_bACwrlQU*$vcM=|{J4nBzc=J!LFJKPe<{zeAi>3s7T! z$WCh>d{kD$Y4%0Um7UfX@KsZN<+CqpuI#j)hL5U;y21qoI~wfCeki;^v(x$(zUrvq zH2b0&W~a3VzV=XG`Rt2on4Q)__*ksID2bg9bLDLaYOKDY5Ir0X`8PyQD1>hC;|W67 z^Y;J|YOE{~2{j~1Zxn|!2;sN{=M66R_>T8uxp(+?U$K#ggP z0TI8xx*4u+MgsA5qc>&sFc&>_PV&Ui6h9QMc6M4FU~sS+PO~q%vt_5%6+V1{^4S+X zL}sVe>?qd+*MSBP;;({z+Yg0nn4Q-7FgQvLr`Z?PFgvZw;bWru%4c6x!|b%~INH^4 zEU2+Z&WC7mG-T&C&ProY!%7#3&X0ynfavjP$TEmlMMJi4>td+~YTdZn9OE#@gBqK` zy%4QZNZ$U(I;}%MjW=c4Y0Za^Drz{*zNopf)A|y=wpCyG?2DQ!JFREnquOz2q7~mMP{Xx>1PNLN_EavayzGJAX8Mz zRH2k;pcD#GL^Mc>3PmarAu^>*4I)vLDgSfMe%JcW^S$fTcTeBFuKw5KdDgyry=&NO zueJ96zH{!4Vwj!OX4tB!wsP4P#V|XmWw7y`+M-1qbe;?Ep`b?f4F+pMX2>I8O;HG4 zX~z_zQ>-qv9pd>?c%GX40zWKIpZpd-$Qn~f|0>NbUIxQogBk@H z0I~+s>oRKz0QnWte`MB@1;n}o_@DlbRR@4vgLen_fEwk|6|5l&p`+nH4za>}3$2=( zLIB7eq=ouM0LTJp`9gPqe8~c0y&?G%7UcDj{W|Uc18P5Xu|u_2Q#&67*29@06&mAY zZXz8&Z#IVSc~j@T?YM106aRvn9OZNMNY9hTc*ZZPtM-1b`JVxr5Nuq-P33|b{~Fve zaH=~zNHtZz!PKPRWNK23)`d~CCy#=Sr$LQpjrkOt7{?}dAXe+Gn%+g!!8-2Jh&B^N z3%x1-#UMMWPEa^P6-U_?WlDBZ-C$#^+R9~H)Qhu|I`1NvR3kwX`}Glq%e^Uo46~E! z1%=P4;wamq7-lCm05)D$Te)nDVwj!OxTY?KFMt|n=~}QhWriHr%xO6V)X>retX`QR z)4_TpGvrUO$~BjMLNRX-R;SF69$?)DYW=y9AHX|3B9@xngyEguls~z$ld2AdO;vG} zZP7xrlR6eQTC1&GwnfR6om7dai(M2nQJ{k`e9)Wn$1ppo6QQuZDvq)(ieYwAXTin| zYAcs*Q4F(_Iy~3Kur8=kT33VBBQxY{uyQVzY^G4G2c(Qb=)$&%AapaV0qLQtB`!~U z7wc0W{Z>-3RC*Ddg4ms7)TG~ndHbpk-Dm2OXw|jBYN!xO(Gv+mDcT2+dsPb= z+5lF&RvKOj>)l>>C5DwYDQY-kShkeB;mG^n9&UIJsByX7v!zqe9OhE-@oP^_`t_TU zTnTlhFA=|JfjVA0tsK$wsxg5%7Ppwvhi~_55o|Hu1O&Ip~rfR(DxJQE~O111eZfYOU#FUhK zo>%ti-8(rhWOL&KtuDKzi0iOQacN^-6S#x>LC{Gpl$-z!0X zs-uZAQDC;Y^B@rcHC`qLfV745HK11CxWb1qUJOWhyabDJg2hfmAiUI}7Xv@Q*6Es- z%|y|i-jqLz*-2H0!ltS?%C@MMvXeR%HoO4kvMoAY#?9+F;cKwO$N73EpN^)9m=RPV=dtMt{go>I>MYpo*hx zi;^olsa3GGx7x~OTa;YcNzH(bT`qHhO9bp(44ZjV{sPTT>Sx%hqKczzi(;6a)L*c5 zl-kN=TNK0Wq`rcUAJrBu;?T=ocx!_i89x%Nmor120qa$T&`otRLFh`n43M;2=xY9J z2*FT)LRYzVl0LNbAz*#fULbL~)z#J8U0iN;hwJSwF3-wOtx&4<6+h6y$=%+!qLW$(&nr{PvP_{s<@M{2@-x`D2`%^Zz#kOMC-1Qx`?Q zfz+hmLTb`)!n|kh3Ej0pjVh`JRy~DKi5yN4Dv=(5^ieI8*1L3YskpJDW~ZdH&_s4h zI@kBoT5>n)<*+}N1*!W0_B%T#MbV!KKr$)(nv!$=^;*eOA5N`@uGH@P1<}uJjCVh(GH{O*0o|v7~olrPg6-U_? zC0BM*gJ9zowUx`ZD7mteYJHuH;bhQ648O;4qc`P`VRll(pm2^VjuBq2)rb+A4&Op9n$d?zt9_6*oA8iGPMp z?sP&EQ*x(!=N(1KJB4TU-9ju6Ux{xAYW(ZXg=}tjtm+HU)XmQCd1_L8?*`w^J76cM z>94_}1nmLVK!wn*^dboD%8^}MoELSIc*ifqOSFNjyT$(-;cP8UZySD)M zIH+;`4+k=W3{e6FfIJN?v((+D{z!%cDUF@3shLX2d@NY^Wro}V)^LT;qO*WlkGE1$ zXWXcjnSUXiK4S~W%T&J11lPWt$s## zpH@Esti=kUKinM-94tk138Thk-Lj}yEOX< z)JU^%AP3#<3>^V#7zzh+CJdzAqRrc}firL0Jz1ZLdz5je-A{nq0%}}riV|caxl7mF z0FW|wxZU3m)c99R!-2GgfqrU;4y8e0&CCq>3ap*(bZ#4O1quyP4L&sLBfi9M>+gou z?$xQ@<=u^P0I2b|8(R1jxd&aST6K?8m6{Y~eWA>}gI)u5+p04IXV%Yn)@R}tGR~~C z(umiQ8aH}dR+J!B$z7_m0Fc_y;w4K{NtTZWNV3pLS1gtO6qa2yUPU3T1~neZegP|b zx9kLMv24=n%$s!rDzzo3alem)H83+|7+5nhL*{_BA~WQ4G@x-_BTA2Ca@@@aF?-4V zK9JFGp9N%5W>eunrja4KG@U%qZQwI=C$2CO#~LhgnGnMj7n-7^QfkZtQ6G;rqm)|2&_xJMah zo`atNw*}O?Zx$g)nISHm2Z1JTihB=pQ~QBhm&d}Cy5G68Kd4dtRlqt!A(WrtK#m|o zl%Ep-d0l;>a+(L$YK4%y;XvLeL*#DmP#4|nL5=8k18amr==nJuNN+Mk?naT5-8DDq zd7~#-UuA}T0M<%{(9IwVi1k^*AF$B)0T*WDIiV;)YQRm;T}s}f1UZ@9r9!$CkSj;X z2DJWqq#J%dN~ip{D8E$l>$D>F$zx6|IrlK0*kU`o$3g3Bw^zY~H$lxC+0*1^Ozf?J zy+mb-xpQF7DAq|(^eU+JGH#j=W89s^Subo6@#o7&C2SG#=NR>e3U&upbT?A!QB5r> zmM6e^Qy~pmf$i$sB zBk8*q;XsaoffF(t3J1~x2I83wg#)=A2JX&mC>+SMFz`ZVL*YQ?!oXrstMM%b?+9(F z^lnDFo7Z(C(%q!V8~^UEoC%&3eG2g-Y*rer?bCnigai2y20m9qR2AVs{)T}vkIRb4 zP&kl-U|?I1dZlxxNMOx(?kGavb;0{0oH@yJ({AYZ}FU)5czf^ZKzMe{Cyk0qLMkiazs-j zXiCnBsv1z0oIAp&J~`+A?|q-6sT-vjs0jn9NwFYW&AaC+sM}U~891|SY9MH7`b^x} zj5EutCvamyjq)l=kZ0khmqtxxZ>l~eX+#xQER~++*+t{Hu`axqfEv#=mxJ|YW{7N3 zoy?on8>}%3q1*O&us+EQSq@eiZ7!sxB3LytLtnp`O*=r0SX~s!ht-Bw4I~rOGn@Wu#S3J;zE!E!K$SYdYzvI#Cn~7 zHY^A=8iufh7IDZ`SkXw09lb*Tk3n9>O7@xI62`pA2y?+q$*RZ$v)u5$*L12C9>#v$ zO@4oX>R<;}v>LJb(Th>~9X&ZdA2GWK)JXP~U{!cU!bDPhFk;I(9DpB!J3j8 za__6ohhd<`o9O_MX^?(3vz7pm6_8$?SxW%OPDs{0G->G_TmVR2NS~TnO8`g=(j78u z2>|I1={rHK_qYSVTdtPqd0MLYvDuP#5vk%Tl`>ZIAfP=dIvd9TGS5@&uZnOWch7O2 z-v??WYXHa#ke-=YO904+klxls-oTj`^h&S0wWaAZakUs{UgSFgHw4t^Lq!QP0&YI5 z?o$4S16c_J72c34pypc%ta_OtXMojNAygINKnB4;@43$1)Y08(k^5o%;AUDCl05wFX z-5{`@R|q{9h67m!1MAcf`SJ@`dwn1oL%xIqITHq&t0D5`Vz6#f2>B8YWD^YR^`R`9 z9(%R`vcE#89{=MI>&d7LR_m>r`bPjrMbbjo#sHA!(9%J7fPBdUV!f7o3>Mx~OOa0a z=Vu1#KSM*Q_!Q9dRf>}6W3c)zkvxlw!YQhlUYHe2rC)ini^iddc&Mb0|jWEzNv!QSx^I+iZ%!WP%>q}7UPfgzbnaioWL5-XW2l74)e45!%IFP!ZyA?GD zHCEIBtQHEPR?vtbbh8)&$WqlpZGHq;Qx!sK_a#{6zHn|EPZa+#NENK)_GPl7`04w& z?%4>``0b)7q&9)3dbr4)3pul~Pk_YRpvH#J1Z%NEXv1G82yOVjSWsLSMjL)GSf?t4 zHvBQL%73ZhNxy|8#~%Sw5)gCQ$AWpf>Y@9=SzvWg2ss=MB8Y z!wMl^!hyU31Fx$gdd_UO!iDTgP~&}A zZ?O7ihHU=YY1#W5*#N46e*if^A>_+{9AZ85mc?qlRZ|xV0NI7KP@@U}i9kz7-2w6? z3yAg1I|ddesU_O$Vo0Lt8^sn*T&5xLZ|Mfmi-4tIefgb~Y~H|q-H}~;KYj3-y1yH) zuclMEHQaC{XyTU)&Nc=K*7$fug|kJH~#;#P7Zb ziQh5tyPNt=jrn*OK2x3S=Jzq@Bp=3jQ7-;_E=JhJh`4y7x)@;>>0l_JF@EHDdImmOHiNIR0L%_ZJPRKyC%(QT@}d)K|iR^dm#G>+*}{ z-mgBAyO-g2zx!tX9q@1>@7E|9 zjsmMzX2_Q~E=uTeLHCLBV0kA>GbzKP50K7GQs1LOcToskcPfMBX(5R8)vxvFib(74 zp+`XE9t;P0Q$sNv?oIhmfnwdio7ux$|F(YQAnPOe(|1;_BzsS%RZpS1Cw8O@)slh%9C@VeJ!*n=ltreU#i^o z5a)vUo_g3415aTUsmW)3OG-_O*>7PsHR-pTn)IKY9bvdHsF9N0z#5Xz5>v8}rn)=yHNhQNQF)3{bBWPJu#7Kg6{ghhaN|JTAIgR5V0ksyOm_9n z%u;uP^^`&=gC>CGX(33?VXlm(*K{;d$pcW-_h&9{k(vytWP$p{tfH+1YfnHfRbV1G z5cbTfTM5b1>L>N*9|5VL5PB;3k3+0Cv>R#FlwScLf07o;lmL)35&2x*0rDjai1mi{ zBUq?&xJz3zXM`zjJ@Gl^6Uea&$4a`#{;cbU2b`c&{+3^?D4Q5XB-pc#k;q0k*z{h6 zgT2EjT6}~HgqM&_B}NU7k{HqPUG$|kpsM!PMNr)z1lIJ-kZxc-s1WKwkC7IFNU~ji zyaY5Nm0d+EJaR0CwY{l&7@p)!`TIbzZhmc2kTF?^#_@qR5IXb&K=wheKUjM{X$b&n z4e9oowFH2Sf%LPPwFH2yf%MOrwFH11cbuz``k=;xOaRD8NRQ5}Wg=KFfLagw&1*Yn zT7eqQ1b{pU>Cu_B1c2;=)^UQi5K5Rs!8%zX)bWlc2=%JrfXJzsy2Ug^|7ir8nrwm} zR;N#{#}EDLx!9$U7u9z^Gy^qnMnA#uE_EE(i1y!r?4b}^VQH{D2(54uE)KH7!~?5; zDTygr$ObGZG39T)JFuc@6r<)6qh=Zqifmy@je;AmsXLSl^T3h>O?<2@yLtuE)A*$M zFt8dagx1*;7HfCF?bM{du6~AO4V7%}N#3oJiOKLJ zOTkv!8vV*;AqS~ji3RyV^}zHZOntf-k_ej7-Tz<4*TA8fiF?fiN%vv{X(mSKZ!NUCs37Ag%G~^hy7s zB`zgSmev}T;o+yq6ul1+sj4bPhfis+wxZ=oKJ=lws*u^2T40^4kX#vdI#pND z6~m$4ls^=r=xkLKmEoH@6&FR_RS|t%Ma*X>l|QE+foGl7otSv&EtNiG%1-J9*m^~y zLAxFRG6&L^s>f9E0U#3Ft!NR*4QeRf3&T6SDSsAZC-n{%wL(Kfw}@~chrsiQu7LKS zAy{5$=yui@5HCgO*U`oT^12$Le+4HT$O;(PsD^T7c>e#Sep@fVu=Z&>)%*-M90FP* zhddPBo}#EIdS7)%MNu176uln9Ufz^HQT~R%HMdvMKTxzU6qU+pHng<(bTu4EP5NCZ z2MKYZR8CV*Qo@p&3{P@zpUuQYCP1)cZJwuzHHzFlTU+C)uy=+=r{&P{@`LQ_&N+$6 zywv}EtZ%=Dvte7zmB_i&AJ71hp3pK>SCZH*za9Y%2FSQqgadg82E00;He3uz?2hqO z$KtpY$3^S5I2rzn$v_VppQ9bF(!QGwWCNr(ftE_1OY*~?m@J!|Y&EpJ{QM8*D_}nH zPZY}3!MN>I^jOV?x?gtD1kA}P1(cwT<0$~7I<(XTP5CZA$hB*$2krK2I10AKoUxJs zke1MLrLM#{Xa&?BAmgA72QnK57OEjSXnzB%(&_F-o4T^q!L3Mcg62I=Br8HPu?mrE ztXEfhLMTkBhVU!`S~_RwzLj$1r@Jv*A@N!!aeo_HzEaN9m^upnr?KQpJC#`6 zD_GR~y2bRuB^=0}@ce9D0kzZmV0odT7cMsf;%zRya2W>36g5PzGs1x^hJkO?P_7K~ z&eF=e_G~vC2x@)61_dirQB;NvR8dn_L_4(x3XaW})LKZDfmG_VG_iIo+_pbpgJcbr zOq>8Bd8bNRAFyRDSqiq&*66PUS;#@^mh}M}m|leG=%`l=u|Ht@{}`8(Y0=dE13+3q zi!_Mj2W-t#|I5txD4XPmW{$&e;so0k+O~!r2+Rmj`*SZCJy2^l@mkSeR_nnmagH>% zs0SWYVk^34SYHmh(xaREyjiFim^4!Sn(}g;5MiY_IWg!T*Q2(5ZGc z@})m$;y3T_CJ{g|mWT<^v-O80=j|;R<-HhS>7wVMX1yQs~6-EEXu&gSI zilYAB)I%7K^QQc|UxT9eJl%#OztkL`RH{XYoLDvc#z&C+&a)@@t$4ZACzVnyaxYV;YrV`KDUl=}D0si&V}<0-@JI-$LP5wCn`w zy;TcE>lU!qD1=_AR)U)~)!kefc5Ei@MXty2c5lkRC{a{H6-8zEx=!VZqOPilvOvsd zCzU^^AAo1qsXKA;&|50)dUjHiVQYp)gLXXtgx<0)2IPA+lqz+uf3@a7*=YbDDnt8`>5`y3=dUB5!Ow27x5@NsqJ3JX88YwIvr=H;~Ws` z!=Wjv22bXyM|3#|0FiKRMT7K5-qcZH@Qgp{z5!KAAP_R;^V&YL;&Bs^~oy(yqDgjR_szoRUST`+AJjzaLyVvnFoV{0<8fT~D91v<&p(%PF9(7fZsK-dG`Y0qK9?tTn{9CpR zihtJqp+hzt$O-V_YW0OmIu9&wk(9mT0r8TM;xHGGRceT|gacUw0~K0J*|a_x!v@}z zKj2Nl>Zp)h8J3ERqR1{7-r!B$iQyb?DwFPZsyiyfGh?DVF1jyJMU=N!K|uwD#6;>X zZ_01JSSmdt#nJe0MdJhH{NY}uq%R;jE)CW}3ZZ5h0J0ltp#~KIA_cujeThp!U#BG+ z=cYlm9-5-w@FdM6G5>_;kw2!{NxceNTXgk#vTCuJ{OAd0y`DuMI;?<#)vAatgyBFI z!-jqLJqUc*y6qVuBHlipliUz47+W56laG^qCBITK<$EISb z^bIMF#(ygsO;8~tyh=%5KyrK=SVI*;O+EmmFKMAB9{?f+-9$??E(PtCC>3_mm)d~n zoT=-|n}Xr{-jsi5vXhcP?R1$m$6Oh1xLl?pe`8pqole!qaD+GI_egY?Q{7P+KB80c zDHv|_rb@!xUg|+yJh)iR(Z=oy1+S}AOr(aX6m{%ksq}3tjz)1bQV}rT%N>CFs;Pxa zm%#v#`ynl5Z~U?DLW778TW>w-8Ic@+g%wDbGFA`(vWB$K5f}in6MEfo+Vki*E;PvD zr%Y&yhQX6jpvg}#reHiH zZO-q&tKcmJH9o-z0Ff0g)RpGS@UsqjGx!$6_8oP~?~W*%uZp5Fyu7_g#Y9mlRYa%v zVkl^sFR2enD$cg(evzHjQnHoDw&=k-JE`*#h0Am^;=?g~*qf4Y*3_`Z8)E2f8Lhrp zcTRCkit_}8QuJykt#A6fZ8NlmJZ+M6(glEAj1D3lCGiGPq9AFJnDW~$OsQ7nVT?Vb zBP0f?KH4GaS}V=-1BK8!1u|YCbP?-}+__!*Zd8U(Um=Gceb_5fqg9GN8SDerRrzKTeRx|AQwP-wQ8Zl4*-$aZbgegHmRY=u9O9| zdD%%_3>%%)7FAj}kO?rbLJiR#d;pdg8hVJ^3vsBbN!(P13ounO=f*Sqee-PaE>|)7 zZfrP^3&{}e(_%orS6^~vc*M0*_N|Y@aI!b$Uz8|XrHZ05{Pt>56cB78P)IQk%(E9^0Z*Bs-}q5ryg3NHk~*iy?_zH2yB&ju)4kkqk$B1?4Zp zp@2ND)f1JW6mO}V8(+H3FINjHw;wbgnOa&)Jnse!@AIbo_6t+$ZSpY29#XG(4^qEr zCDJuZf;V5+nJdHJuJh`*vl|`^YNW0xnyZSUGHj-b;yF-IN)=Hv74z9i<O4E zhWPdamKPej{p^nQdz(vVUJXDRXsGC>6Aq*e4BV`Sa%I@+2Ccky7=GtX`TLM4>aL2S zGTifeQ4|wJcd8=F>)ufCn<@$-btg&1*%noKc2fPwRvz1;EzM5q57_!iV@QiAh9q*) zc%ClwxTNK|zdA}_`zq=-QrisxDT%5%TC0an(z0NktdQ6^4Ci@Me)rZ3tBX`>v;>BS zcaewvZww#vru?B0MQ5v` zs0`oNskkV*Qx#EJiuvrM^5^uE@a$G~Cng?xOQlYmozx=O>ZrCTm1W626%xM(!$IDZ zKk}bI@edkiI>p0*919=f>I>y$iZ-gEs0`QNC{l4z^qcCY?Ef1IYO>VQ%u+c(AFNW8Tcrs??cx|f zTBw$|*xZW8wSc}zrO0+&f{^V?0jaBtjCIDat2ZTX?5{f!I|)N?bEsa6b>|evq&QDd zM#Z&L+)w00D(SR29WV(aEZalJYhv7^jL<>VV8ry@7sAr6>{l5QG9Y z0g$DtB`!9%;_+ml-%}~FJ(VD2`*T1>YP4b>WB8djC2qtt6tUYd^frfbrC2u~>cufB zj!ALt6!(+=?>)8z0?bsGr_z9lgMTgMzquQ@MGw932jRM~J`*>Tai-lxz-<6E{uR4IgRCK6=(DQ;kUyYh z*PimcMTHU$Bmx6Bsv)ZD+rV1vK|a86wKwI@g&AN8v_uYlYc2p}buYL6zd()V6%OR= z-p)`*(8Rww>R-{dV2#ZT8F#zWG7HqGrMY0OQV4w`Hyp?TcQ{{;1~q)C3swt-kT2mt z?uUVGH4p=5Hiq|DpNad4ab^QK;!YQS-D0_hANzr#|13>1^J?aZJjc_0z!ocrph?+*u-7bFTfhL+p zV+=3%ruoN0F) zaL<7nfp`O~PZUCd2mm?je&_gwprvwRLrYJ^4|9h)W@>UXemHno+N8fvt$}1(LYV6_ zaAv&rg3&a6ChlOynRcHBZUU%rDiuQ#n;K4BO6GL)CrFOu)Tg=w^odw_DV?aY+cE6pP5GsA!D^iu(qp(&cqeG;kXnZyW{i*mO5B0h;D?i1*{PYp%-8U1F`n_4swQ${{WD?Nef-30zf80%R&tdwaIWGhhPU=fF{1V z`_V&gQ$GPsObr<6rpALB-|u}13SLn~^rCWCC>)}STlaj}DSiet@kU8(EL2;qTaI$5 zHlW6Pr%uq>57fM13Da|cZcoc0|E>B+8Ce#-?yNqOmi}N3R0wIQh2=HTWm3HAgB4K- zX(<>;vO2DK%*Ff~P^)52BL}Hs0zl3oEmSc9AgiI}$IQWMg!E~mX+-gy30BS{ZuN;j z5qbP*Hx!zfYJ#a=pvE7P3{BBn>`?&oeyNfS3TK zsub;DIFR39V82IYdnnDE4pBp`kHt`; zm}p&+HFG>v&Bxt(8i5)Ot{`=nK#iyQot=}pP*e#^OLbxY;>_0UZ#TwOE&yZ+?EeC4 zTsb}mYm-7~rway>Y@pT0x_v$z)M~0*2c4MDMHk zq+8YhK#g`7nxgVgI9qi=6E~4{q^bgas7g`Vo($IM3ZVuy1*|0qSz@Ptz)+%?n38?$rS9Z?hhe#=#A&*Z7NqV< zaPm{oR15L@WcC$*#Tk7i0Aw)iP5?Ff%5bozD12Kr(H&`1vMURCIUT8rKqrKk8@husFplYxaTukGW9UL*qa)U z;d|bc|4ud#x|=|ED$o6LX7cX=iCXFvIldoQCn$u{wqPJu+EyiJC~X5kYLXU8+W?SR z&@v};V15PbkIaz0$Ggox0Muwd$AMKhGo%|>Qx%d|Zh})RG|{$eW9l+c;}{N2(Vgs3 z0P}vS?O8+-)M&r6z{=6Z$I4KMViKCM9%>zidrp)xr8j#8se2*&ot=|a zo^$@M0!=jp|KiLp@hl|X0yUyL1*~@!LS3R@AXb-nnVg|65dboqv{07_0O^mcc}ue= zZ?_lRMhH!m;Ypb41Zq@fXo|jqCo9z>dVwsgrzc6uM}Nj}qc`P0hTa5g(N-Xnox<|E z&epq7G+Ij(p7T(9Om%{FL5=6%Hw#dA_2-@W4O1LVm5JXcvv#h5WZEY^=9iHST;h`+ z{ubqU)@R}tGS0MH8Y?;y)Hr_%4N{eSp}GwKsSPdX=!)oD5#c}v!oXxTL=9p(Sd!$4 zZzf3A9Ily6QtL>HPMmNcm%@if)t7juX)ePDfEu^mZ-L(8N%>pBDuU1(@GD<*hHe8j zzO)ez9|7dT@zsUE&S_Yb`|65*i%X%EtYziA8asPA&HiG;f zSU)L*a$qA^d&88`6T^Z0LxyNKhxnFlJi|Q+$b5B|-ok_fnM{Vr-4kARf!|hFHgIOQ zy@BYzKgKQf5eF zu$n7`Ztg#TwHY+k(>{L%!F<(Gv(c3WsJ(#sA5`;0tdQOY@!_h5n&DWm<|~AXJ{-t; zF@SX&ovsX6hbx492?ugH3~Z~7891{&jb?o&ZZ_l0HueW_RbP|BqueSqNKN=~iuyur zEF8$4Fz}QbqWYfz)~_Dq4-6~KmQaz@8(=LhXvo2HoDU5^6CXhMn_MHXI%bC40#xO1%P}_TBvveK+4T^iFY8Vv5$oYX$2ofs4wxp zZ#ws$1T`KSeg*nag+vx&xXzpM*YaPGI!GauGnM8cG@z-Pyn4Qy90+O_Y8^shU?5h`HX~;!X9GZ5k`~I@0Fc?xvPJ_FzveA$3#buszf{Sb zo;iN8OkQU0H0FcMAKhr>s2hC>)Lhp-3`igg43M6*mc?_p| zQ~vGm3)aBQkQs}d!q-7l30L!7HyHy>O^(11auqh4(P)51yeEEA8VF>ZDvu5=EkBHc zT&bMs&=UUTh~x&9Y&NvCA0(Q#;=yx}ze$~>cs~W!M1@etUJq8u#ky1(zNk}qGckPM zoAP_?SCm|PX;JkA4%(>pLJVz7>#<*(c1Cqa$iQ=s;A`s{)tZ<@+kt+Ii zu)Ijq+pli{DfPZ=8C_VzfmDTolhshJ3|Hw?-X9q5^MSaN*A&Ax-qhqJj=Kod=;30n zJ`|=hNPbwTlZju@5tF+@f9e->{6tAXj z8)czeNzi^!l%9(v{Bp?*qn>{+B*%an**_7iS)iqI5}PT?UqscUCjHSDci!`q%TVMK z|I+q(G8SD4A7ohVbGNxkSSIaWsu=4N7q$wLYV`_;-p&Pp)IiP478;=x$XVKcs6mDU z5g)uhNA(|t4{0H$_enu8Vj}ND>9Vc=`pgYQweh)5e^{Tckst?`faNK^=9|TaDyFdiMGy-6&X5*rgk3xz4QMj#GJZ*oHy?!jdH}RQ zH7$VM8lOm@FZFk#a3JTwz+yFY$%CIdn~#GU4>zL-LV+(XI(GTOrCJ?OBh`u$Q^00I134Q8I;tVcp=-f< zJToNvm2>kRP~+`RIFNZTutp8h3$YDgmH%2oN07!~bT9Mm{}bG~x{KLa#z{$308 zP?e(dH#@2RurW$)QMAH=EQNtT)DT6h#7ejBFF}paR0C^UwPN7R8i=tz6W5b*X05yg zoVNrze~S|2JGlEhsPQ*t!-3RY<+ip3sIj#%um)s?{BMoZ(iPM=Im3ZWf`Jdz5FJ%t zfc0}`NWJf!yO)3(AHlW(YlH_`h2an0)FY_+aa#T4&RC%5s}!A9;Xr=;hpNV^qab`ED@PmudaiGS@S(G64;O6=2E}aG8K>EVK z(`ty$f=OU4_aJwl;ZDxSK#d-<9_U&>N^<5+1o}gjqLZ^QrFy`#d(}gVaX66qFz~$^ zq8R@S*1PK@S_Ii0tZh}8fio+o3F|X)*D}tmu&06ZmO$riQG$E~ch`U#=WRHU8b7%$ zJr~rdl_p@_oEfs`&rZwvpvHL{4x}#(JgtW4fSUr={LGMwzc_b~12xXudSG4SL8fCk z%bQw;Ua?Ah2D#G}=n*PKXIwatc`&d<4bkU_--121l%Q?B@pqq&UA;ymIjU*-~0O;Qe`%Z6zz6xu+IHmAh83Xu!Aa& zU4`L?-jtYac9xi@-784l{o!}ohM562aAtsK2GsW^<4k?0{p#ZR_a=#JM1pv&1~D=i z!>Qhs|I@Myp(qM!l>YO-IU9GVEqd2jXpooS%Vto+-Ebgvu-J=r(R4nx25VO>np_F^ zXbm_?y$GpKR52CJa zByFQlWB9B$<-cXz3Ra)Ykk7zMOF%PW44j!TWpmsCvMqg;7-#CcAGi^q#w)2pgX~$- zt?ds`qwN+NWPkY3S$(0N8V=-H7=b~X}7)Y|T7F2LcSOjX7+c)GOg**V{d(uL?5&*JKIp^Eu%3mVIii%^D$cf@SDlU;k8WgvY96H^KJ7ght$cxIkL#!33@zfRoas{NjgIcHg zbv}%74VwqZub_#qr_I5gR;cl7O#7C1OE?G*ObvFg&r5 z3SNrgr{2`(7z#}YuE5mK9_lo_e>zLwL&fjJ@C9#bCWi8Q+vp2B)@n-b>O#8{sBs97 z1M5wNQ0l)3)3Uraf5wbblQO$ucg9)JOu-9 zsUh0D#b8a?PdCs1xzu_U@A?YiEGR_^Y=0O0p~4&PSc_U8AI+;ngxJN zg_Z@NMh=AoDYd^#jKe^UQa%Q(NM^{jVBM$?T6CiWouS^K#?>ku$V?dcQVr3ybTwFi zXNEL5$hq4d)VK>=4b~J75~<>(T7o8|oSqnG+ zQFrOy5f0?!s&3!ffEsP5BUmFm$We`*)R~}$)Fhz4R;kuaf$pYKt^H@--Vz?*A55L4+bWvAv*b|f;H?A=aUhurGRX!cnq9b6qR8rO`nOY%Q&-m zt_99p0`;Pz1Q`i;CxIHf9}eVu7}%wH#;vUk*2$S6=YiD%)XMpbd>A9=|ES@dsC}q7 zLq~r&kn3RJel&$d_;+$Jca$O=|*XaT_?ZSzO2ZOx$3`nRed-?k7;=L@r8@ z-{9s>hfBWFi5w2(92mGl4bhQu9axWfkeiw~w+4e6r_6~*ILL*dMq3OA(hmm4t07v! z^I#1+Qld$a_W{{f{u($lFL#BhG<_!SSjL(8dj)Xb66jDYN{|QO?lYjq?uP^U76!^4 zm2qo#1?!m1kiCvUvVs~1UO13`Ffd*X(eW`AthX{lc0Ja)TN~7PN<9&*>paMG3}<;$ zi<&q^OF<1qU4b5rP(c<9 z#JaEzC1>b1769@vX`wb50I~#Hj;XDiH2Z&Um~)y=eR+`^R&T0Phhiu+@m<+tFm=6$ z@;}2BvbmqIx=o-)rx;etEolm^MNv{38>SGV(&)VhC zy$;lh#Y!K>NVP6?oIm%08ryq2Si==U5$#V93fDwHUIDfIebI+8{H=F_^S6wKl$Cpm>zf*QMj30T)EgaY1%AQa6#PH~350yTO_ zp+WY84=vOes)}$R_rt)8YKRJF7FgGuDm$Ayytx~W12x`gR0g`fO3?~V1FO3S>5bt4 zZ%S;9R$HW~FYb23^^Ql^_lLoHMIlrN;XuBIfemVid?|gpi(XC8#IfzKi*O+C!oYGh zM813jR@pOTbIF%*AVmL9>IuMo2x>HxLW8_TzR+zn0OT`hS*I(a zPhrA=)X8;QdNHW+c}i=rR%V8L0@g7XJ8g+O&1?PKa22R=%~=kqKU6V=YR7{}6um{$ zqsWd2`H^4H~2M-5Qs)eh@%Am%{Rs*ba6+*s*1GyCj zwso2qIP;Wvne~~tPZ?*PCVRGYu{sIVI86!-at3^8slGHl4>8=O=@8QY*Kk#@TxmSltwo zm)qZ=TY@Go@9i+`=}r0D>+w*~SQXJ(yW>G5u->9+4|Y7r8MM=M*6w(aFpviyq zzVyPoU8Sr6O-=d><9(l`aWZZMWS>i=PN`>v133!@qH2ixS39u!DTI6p2Qm`|wslGy zIP>(~%=%2+zIiUl+p^mnxE`R!DP3rgUhrXr`qK2O)@~Wsf*PlEVML*AuusSP*K1K-#(vl3( zDPCw0iHEmnic6tEI#68b%quj=VEFQcCIh{f{t&Fa;x4692h+g=+z+RLnx|C>NQk6y zTGasLTu|f1OE{1&FwjR0Q5_EhYq~Ca0gMqYDBXPR$zv^S)%s*{jsg2u=G<_y+ zf5w@1#{%~ZsPQrOZf%{(8$nCtv~Gh`7y+7?@?T%}2D-LNQAgPEAP3Q+srBr5kQ%gT z>Tx?Bq#+i4fu=Wo{9pAlDpj)t4V+oh5!PqoS~JeHyArsyphoF8yWA~dB50z{zeLIJ ze2-%prQZ_hE-FQ(zvDsTv}h{*9S_oh7EPtU<3ajk(E~NTsq{Yt>)Up&NK#iOshC=* z9P=Jk2NG%LyIH&j&TIy8)@S0bWSnXD7vMI58c(-bK&-DTUew;j?pjd8QaF%{$q==x zLW8s>U#N=|8l)ZhLd9KZkm2y<8BpVkAs>RZ0W?)!?NDoXZms6}ba0vW1gLQk-UHS+ zh0ud^!9c9axSyP%gbe_Bh_q0u1%Q<8=wep|)cAI40LU(+g?tGBsRJ#I)fam1YX{cr z3d!4egvF8sA*y{96rbHIhfjL24ucAY(}j6>k8@?(p*nP@|Cqfb2_J$d>?+ zyP&1qHIiqo<=a9+6OTReq2|E;imGz28=eK4K%Ix7(8N?zOx@t2{BKYGeGi6l3<`3= zVs2N2ykt(#9KXHfoIk?JISH-MKsgFub?$^v3lvOmWSO93Dyu*(PQZqv($@?h0a z2vu^yK&(~oM$S;B1c2;KTBuS2K<-dqX(3+%K%`n1sxS0m+*e@LzfS5i zwi4C*t5$JL>T<2tXRIT>4SyY|@mX96=&S~sstvy?vtY(UVu5-^3HUr%ixff$STGPP z0be3#Xww5gUL!5E=>Z@|cXm5@HmGsO4FIV_TF93GkjJ5={tc2{tq(v}2~Av8kH6b- z&jd|O)fnie8i6LJnqVk2F?BJfdUz=RvGMPFFo|POkP8-bWv+J-Ox{WT_L6h{2wQj8 zx8eF)&{VDZ1Oa7N-cwDf2)U7z9o7fKS2{WXn(DQ1F1-cDEaOK8K?Va8rh}6rFDw)$O$1j$g^Z)md&sypP@C%y9!hD~k(PzH^kWlaW`zS;Ee13+MMkN2?sJ9 z23}S})az!0)u3nQz6(}FA>4Pj4G{yL7V;$koSFqFX2E|z`zzYMDLGRfmN!v#D!iz6%53B{j`pp zp==BQ`IWR#HU@xPhJf6xfgxW4K&~V$POw)Od+`0$9xyLRnNW5G#vLC1+^o0zl3pEwpn1Ad{hGfd+_W+ zTF93GkS);CuaBfi-V;cT`I;hm?_jvmoAO^-MNw}kN?vRInv!#VRo3-)*E^jv$AYFZ z(67u)%QqqM4XBZp?|`*hA(WN{1F_QbLvn^vApqnv(n6^a0CFyNF0QFSz65|YAuZ%f z0LYWj@+N3%vnBiX8{*Q#%z#>b9rH|3HMJHcgzsGIkd{E~! zON{qNmBDJ18FD5;=rSyjU51LG*wUBXu=@<1@*ju)hLpF?jEmR`B#Kb1(r86woeg!J z)SR9N`el_O+u=YY{8hYd@W;FcSm!E)+zkhE2MnaO0kgafoY^ksu|5;Gl5wWps>57f zHUu@=N})j-!-ux&3pIprAfsU5H8n&Rk9lDInHjQyAe7GndFcVI{-0l0e z8iIi{3;jmcXX1u4&TI&af%^^AXb6P{`5Qj$K0<1R8bUab3t`|oHAD^JMzEgE3>iZZ z%4dOG@t~|I_BIOSs#!YaZwUW}l($Y=#5An4fi5B|QvK&Twm6$!6fpBpSu~Ox#n9Gn4H&WKdnrBzi0KABR|PfTeC0 zJ}OBQle+2pnojxar!b{1#C}9|U#JNLfW#raR<%TAok!|AsW@H)`W2NT+W{bVBevr- z#-wEkShqhWF^^pGvK!t6n)sfK?8sct<7RlZ7zH)HO|zruE}7FM#~+mBoIfhbIe%D^ zbN>HEAm)>FTj-5r0LY`Hg|7JlAX0ukb^l|s)I8n)n5?wB?tiR5hR=Fa{&oIWb-$0u zeyaOJW%DgqGc{~+37c0oaf#7K8l(6!3=f$t^%j?uX`_`C?}cGMZ^|Fsy0CnzdO%6k z1*}^XLhD!!){hFIR`kGV=jjWe#>IOSSO-5Yi;7Ic`d$W2w1+U{`(N)F)G6~cuK!2Yz-kt`4+>9>yAgE#JcCbp1k+P0F zFvkra1WlYD&tUkLHUG#!sOzS?%|~D@QFr1J(RJ!h{5K3wd0ldke#7Kc zC^%OYQQZcB+zaVps)aoECx%gQ0U+_QZY8&Y8U@z@tQJqoq9bx`y;X1hk*)|ycMVOX zKZehGQ~nyNph z59$8LWu<4op{OhHKq3z)iLcShGm5-kGrn27W1Aa?U{2DFrNW*8)_q!UF^+dkvgji% zuGlgR578}%$rg0iXTun80d?7(V0jPqfU>Uo^Sga<=9TL5=}ym_i~~!};rU z5p>!9H>Hxr>UYs9;JR4Rg}O2dVF1V}q=gDN07MFR=+j!7vV^*Gb;{qGi>1;dQkc=W z7Q23<<_;Ck?O=@?C;J!cje>bo3n#V+!##ADsnm-V6~`!%=i8k}Tab_yG$HBQ8vwEo zq^pBkkE>OD7~^rZ2_P4P8kbsG@RQmTV^SqvPo!!o`cloYp3b^1>K&JWwLl?}JT!>7 zHVQg)|4pgn0qb|sI&|A$MLl$7bm#_vbR;cw=mvnuVLRYC>CkamLX9_dD*cE_j*F$z zBT^iV;%KBIU_2)7sJZbly3Z5Z!>EBz0IS7#=_9euXxuMq1CPCeVM*;abet6{DvnX2 zzIMPolDkdaXQV_TQX)gNMCgu_ozxRn_%lIwUx)VD9YJModz3cftpd4 zs(C^$crj_U-UW|Z?v5%YDR8SsBf`<3RLD+BQs56S71$P~LUvM9U}O5$QlZ4NuFJ?< z?M%NxYv2-J^5j3$c^d08aWTf3zuEF2aIbvV)D_+4E+ctb|G$RA7{R?6+K1IVAap->gkvW2Qmu= z25Jl=9K(pjaGJ)DnobTBlvhQRfi1v_D})vm4nz{-9W_KJ#uBi8QwX)Ta3IUc5QVPu z#9)oiz?ltf0_!tzix_7%x^k18f5(6tjjqrjb>TyE^@UngIFNxbFj);zi<%DBvdoaR zV9lDWE$YE}Zdh}^PWi8z*-8BZTYsoKR9@jg%3v|Wbx{#nR5@J~W%;Q1|N2sBK1WbA{@v$FmQz$q7HE#SPx`|i~+0b3*v5UB#P+B1v=&L5ZOtM zhpj2<4t0nCkXInxL_Lm($2+OVR0#V5T~(#Xb^wS(sjq6Gq8tX+bcK*F;XqE9>b55W zYILGg!D^`xdS_5D5VN_GGju~cYuk|X2|`&P05TX_#=WR1E?0K>%P)z)o;4ilRP`-I z`3s@wDH@KYJql{1ML3XWVBltrVT5BCkr?J^45=J`grZ;7V@iy(VdFxzMb#S)y$YeCDj0}WRNcuLid_ImPtrm~6#z08T3WrNfu?RC+`T zGaAogzg_?}ay=Z#t1xiGbjgBZcIW5)R}PJV#!ruP4ZtC|KPULcW9p8G@eml=iM%8BTmh5;0!qT{mnFn%L~?F&yGe zrQc7IW6?cEbw_2`P<2OGH!W2>%AeGDn9WYgTYZc@jPdGe3&s3)E1HdUybWr8Q9(fY zTdb(epVTKDSpU}d!v1=TryIq3Nr6R@W^|f_1KAk{_ESUTOCzvu1}&A-Y-nl!nk3Vo z(u|MFaJR*>hWPFn*7Bw@DH@}Sn#piym5Q(;s*7i!Ab(ObSjz9AKz4dh))no9;Sb)_ z{}(CQ%7(f*xiYNtz62cB z2x#J1Jrlz=-c%;tT~v2ehI^~-2E_rHX!forqTf!4&-wfSfhr>m;F9;nR-5`c|c0e-l(}7 zmErP_H0i&>Fy~{P@&`v0bx}plWcax%im)Qe@SC6@e^LWj%I~2-K2r~)C&RN@>LG2{ zjw&Tvd7W-)Zhs61dsE{uoajyY!zzlpDkLh3hI><@=tXbJuc!i8+pTDqBCDvruD-d% z=n-$q9}rnbu~afL#nDL5kG;am@z53Br3oF89G~Y+rLQ457W4U&+8+w*sN!Z~>j`hl zZ!0^g!=P}x+mbkY1{9j-aTLrB3TnVirRQnqNtZQ1#-i#eA_;_R;trxlmHW+*~5x(VOx|K0B%3!pb{w zb{BY9D#tkNs)2d*)2 zntD^|D^HHae9@H}k4V3&72jOeRa4hRU&P5yYFb#k`V|zd1T{|%>GRTE%|k)lZ8At!NbQ2uF<)q7gF6iyD1%XEq=|X!23) z13-Rw)Wkfkji?NdTP9NR+88$Vru-Eoir!E~&186#N<~-^MdvLj$e+|_ zEamr5AV+>7>xvG*u%dcMpDOIAQnHmDbm_S=jC?5pisxe3)tmB%RTN#WilQ>SNTnjI zh&Eo#=TE8=%w{LmOg)UThg5Q6D}PeG;o&`?sou5$KWt8)^oLd?^S3s!lRv2k;YgYk zxr1O0*P!Lf@QLM`GWEZ5!)~C)R~LIj!BABcmEj;&6k$b_G7m#Rc2b_xF}6jUFShb0 zH5nex1Wj%JVJlpSZUHTo_~VT9Cx}Ece`^yv`IB0}alDwek)nSc_R5P0eV6=f-%5>N zLFf%b_i4UFWmx`e$*Ne+H*RL@MR=e?y~MuwO*RAg3QbGW*AJ}83ZYI?3sv4gt36kSV{|Gq1H;$6sjo4t`kgcrGB3Kj zt5j5^)_YU_b&2`>Ni~GR!j$?_7ZH};jr6?FE*h6)mGj#t^@Zkq z9_Kv$`6scJKdBgO+@ZFbimejbZRih@WGB@rs~A2Asb|zfx)MAFmb6aezWxRv3qZ}c zGtyB`)|KbVaKDw(dgJ@9cEkFh32PT)*v*?tPr2k+bk|qiQ5hbgx+APR!n&#Xi<8@} z=rlMNnxc<&wJ}~AwQVtJ{NYUWS2%YKVL(x60K@bx`9EE$u`Qs_)(?tKnK+Q5pWTM(eV~_ik7f)aU}DXs9Y` zCc{5fQG^vy#XSTC`I8#YQvNm}kU!MJXe)U3g?dN<+EJxsE9>c&=E|`8THW|VF+AIw z@`qIv)lo%J86K=s5mrPSFXr7jIoE*M8#JAq?*FROF>gj^bP#5Abrvw zT9M4(+Qd%&q^^J?X;S14g4IcbmMgUK7Ueu;PhZn^XL`OcCSpVY`3CO9P0o(B?^V&sfUup+JuON!Aq|fMG@TkWS|vRZ6z9oi06BhKK(w z0g4=tVP|j3A68M+MHNvDMe$Z3S3o)($ZP6Lb6LT;x&nH8DYlEHl6zYmjr0ufj!c@N z85Na`Izuyx5`O!nYN_J5*z)R+&H=HNKdD=>o+H&(9^0bxFFUFJS;cTTq`a!6!|P!{ zj@3oPnqlY#jBZQWNqq`ie}Wnh!@I-w-k|1%N*wE>KIh8ttY5V6HpcKCZz?@2lVefz zkt&Lc)TJs#nb{xc!jyVNJ!~o-UacO|>q+sjSSq>8#nDJcLH;YuXbjD&QnpX(0xgTU zREpODsPl`hqAT?vVt9_OE05Pjr%ZNIW3$??DUkXM)M)E3g4IYD5tH`iZ4R9>*-34L zt-aM29ePKDRU6biWtM{Z`KX;!wUgFJ!5Z_Y(~?M##D@M-N`8I{ z^CfcH%5bVqT_(fDI@R`@znr4-e~VjfrE3d44>r4~TU7dm2DylQp-nF|$Q|${t+>ph zF>q!PzQ+1Y+$W4P?N~EU;$6)xBH+9YLj(aa?qO>GXLJdU)Cbb_tJ5W8mOooT(RNMRD z?BvW&%Tgcnq+}@RQ8K5JEK%v{fY;t6L5pwR&7D?zRC3h#5U}V=1zCI8m_-_TN?%F9 zk{af=66W$6W=h2Dq?W)9&sKA`MIO$8XS3Bqy6J8LONyaHPU{zukbh`mwtk_kOPdct z6R65qVjW#->oUhV)J~uY)NUA7_NFvVF(~#RCuiDbSE*9fi918@-o5`S<&Tx%UIV^F zPJ0>3emK$1rQ~OCf7)l#7SyVjBkey!ZmicFX zA7_0gZVuy2yMF>#ZHrvM=v_mhK@Nuxr>ZY>;SUGW9R?m&LsaLFgEcoZA8a0ldl-`EI^=gwIjSCI(0r^6CQD~4Y@I|7R2(+2Y2F|RF zQ~seVjERdf&a^uLxH+K4Upxs1QX$7>+Hs&Iawu=>fz>WEr z46O z%?DYZiF=80rrlqF+qb*~f-dld200i$)KXuXHpMXFP5IA)!ju{bH(phDs6o65R>=wy zP=b5~$P2qUh&&O>&+{;!cp{Xcq>ueXxSDLz6Jeo2Dq-E?ai*s*17{|3W7cQlu3?;+ z@JoPO4Qf1vg#)R+liS^fpvF^JW3cYZ3>gI0NQJb01H;-oONOo~$&hYUr~dg}TJ%IB+Cyg%;7PwO3-4&|aR6=d!C!L-!)Py>?88KIE2 z62eC{gmf3nPAU!?o~`C=i#%*l(IvD{O zQxVX_RILtf>IBfll>eC7vCYj!Fy94DJ$3nGXFiIRL(7qp&GaZHxZSlyT`t3Ybm}r0 z*2NCW)0zAn(Ve}_zd>Rk97l?>L5W+594mwYJU4KUSzc2e~M=EwEG z4b^0zrtmPi-JIPfsVHt!?e$hghr^X%-K!9K8VCo{7+)=j=~oQs$>cJy`YMEc2?z2# z3@lVb-gjN1@4d*E)?oEk2>B8YWC9GN^^wGd^B4N&f`LoC4cbh& z6|B$1ea|@4Zr45BS#=Yr@w=SD+HGG4l?M#@`4G$}9x!AmtF^Ccy~;1;;lo5B52*%=Ro;v6^qSl=OVEd)c8(9(U%Ic_OLO{G=_B0Np=lUNLvZ> z7aHdOWADlXtsI~KY0*a6N+cpJNM&hJA*m>mZuj1@bnn%*C8VShNs$T(-H1v;mV~lK zQHd5*NQ<&7r3GoxBK+QSp3lsCJTvFs$MN3ttG@63qj}CepJ!&CdFGjC-sPM`lqEOn zV(9R7wU@etg^eqiRX-n8S@j3dRjMLwm8@RaA~SfaWX(Ut^!^0u)$5m`n!nty>Kmh) zZ<@HO-?!COJIuI=HfN&RoN#r3_XMJ%5zT+=IroFt*4yyj8MFooafI2lZ;SE|}sCJk_igsLfg@ zuF>{wb=8hCZaNh-c9YfioqFf>I*g!gov6AaTrc3gN`acUF)Npv)3Ab+vgz{*URhDy zk%C|h2^D&$B)OCpN?$VvSB=05H{rc1vWo*`v}36K09W2}T+FE;dF>=lmA4qUw~jMD^G?F^tDEKsP>;3y z67*imsHrHN-r>70*;R1j(X&V8R86tEKQOyeRmtwoC!;yZXVHYO@nKc~FxEY9;VFfH&jy&Z>rGYYnPA7vA$nxy=3FU>37mMdqf+IhbA8nOxYI zT__?bxlt=%hOeu=)FmvW%}i8T(cfV_MX`4wP5b>1-Ugjop{(t~yIV;0|L0L{c~kUB21v zrP*TC^EFLq&jnR(@=X>H@pf(DK(u1=O<|1q85;-4yO8n|&sy9Sa)2zt=r3v;A5vjU zpErQ-6}Hr*?WdplFCT9NO$YUE->pJ3?F7^1v3`fx3U!!eSDT8ULL2oFEX;puG>_K) zJg7+nwQ^<~gm2(so#8D3`ehjk$$=D6#-W*HngdCO1FGZWbvoxlwmO zhp(%>)FmwJeWF?I=RlPQ1GCZ9;Uo%-?6a^%hVWL&rk^~iU6)Z5Nz-_$**~DU)@OC; zZ3f%`s$BhS5fVe1Mb|qF5pNhaI@xTjvp|(Qe{Z8}Mq>CNH)tkeGfui1YfIKXuh_!WqkRQKj zWbEd86Q4JLM(a&9Df8&{=Ae2;&_keJarriy_3E3hXuSzp72qb1W!IaEph6op9v0?5 zHJZms{yeBj1GRedV+dcw!#efGU5`f+-~HJ0N4d;BXv}5oLlNv0U85P&ncO^#-7KOk zxly^$;p=KIbqNcfZD8V`s8VlISC@tc8mmQmZ~hN$R9YPj%NRhAEqmct|J&CiuS^RL<{uanwc2=9aJmYOA7-<(e3~_NJtU8 z$pJ!sYz%v;Xs6E?g6|dW)TB(H7wvz*tWswfM|fH1WHcxFtcxMG4~rM&lp?6mMpcAm z`A?1J@w7h=YSKWhXg>$=mS>VjIz5F{F`H9{xJkU{k8+v&zrieKw~9cf$T^r@*qL1T z7Q0YHP;#SIzzknkd#OuUSm7+QxI~qLoVq>-)RcSpu&}8aA7hTku9yQFV{XMn%XW!F z*2af6@l5+%xf?pRLWlQ4lC8mGkz5kxv0gy!{W7TXCez+3n-<~w_{AU>kXO~(yAr%e zTRu_kO}J|8^(&}(BC~R-Nh+!KrqBLrh}xSJ{0Boi`-bev3dwI?DNN0OXL&Qsb3M;j zBnt;fYm6?);ST}#8fz2jVj8-9g9N0;*=C>9p%)8A$_V4miAw^PWAhJxJ0I!OyLyEmhbv;<5)?<-eqDnnmXo8AHZjaa|MR{Zk(J0UUvkNq(40V8H!T+~` zD(@v+DIlT@EgXnea$YBl5hbSs`5H0Emdp$K-0u4fq1ncTdT-7KOkxluPjhp(%>)FmvuvZYz|he4H9 z{{vlF=h0TlIkL5BUJ2^eeYaj~SffEbR@1JA)dJLG9n{CL4gpmP#(i5|lXHy&T7$+8 zSlf5%se30z(6&xgRuXO)@Lo+s%@NGXrRLdKK`JZha}KYpC@V=pFouK*y#j<>N(-g0 znS-k)VujOruZryA0C~kR)OG@QBx@7-r7F67g9KzHAd~sr&7!>0>U^_XyxQ>x)-$( zpN(l})`coF`usBZUS&p2$`X2I*60Ew=v+{*4C{vGI-m75#O`MCBB~WZg*GY^mgPS+ zn#cG4Jg7+nwaRP&;CHp5(9dq$)ik?-DrfYbKgwn9L1PYLABte7=(>m@oypBtvYSPe zB{!-fbojd3OI^ak%PuslPE=WS>N={efyU~FTKLfPqBv&tH1pwn&=_(&Ci*sLjJX0I zcEmG#Bdy*7sun0;!(dYE-Ql#=dMr{#@;%ngmUQLT=-w)uR)!WO<~VWzxmxw+l~_i~ z6^Y6{!gT}QD;=nLGqZB3Nh+z_qtE_oh;ok<{0BoO`G$lFy>gFSN(&XYX8+Dr_rbCC zvDdxh)4rYM0Lg=tf>!uT;Qr+06iKT%4Dk&TkUoICjl;ZHBs;G-<)y0aDQS7k1Fkb4 z>Vd|Pjqu@;cqZi~qA{fHi61P*UTsKf>p-o?I>u7!v22wdixd&{SpU!JHl=oUn{bdE z%AONd^mahXF+^0+g#*#5=)Z(9qKbBa?1!oNQxf6r03n~%z1YMzRnheM9Pqs=nwqpV z^(uM=%v!^q?p!Y2$i4^E%M2Gn?DZ^OBnw4Qp^e%GWAmRH&10ZH4{Fjtt%^Pd@Z&O! z8@&BF92@&(P-V;R`J-Is{%gNM~~41a_f_pyWnPg$`d=d#OuUxCM(# zR9R8#dL`4uL9Eo8i4UK5h+{sCT`>(bhWri_-3c0F9&x=Hb~6zUt+HulXi;L`Bo~mYV@&&i-2rb>9!OLn6Rs$h+pD&yS&CV? z)FhQuA=77nHAIC>3jTv3O?^Z5WQF9nI2Zmq%d23XAM$)f262GY#OQ(?ej{)Xu{M!I z9z~aLkbsozX!bjugvBCRdBrJBY`%nYh{r5)srfJwG=^-0G;uSh3lG^BA0CTmQtluc z8*WGaQBW8+clE#6QE=W5?CcW1jDD$i|&Y4U4^1_VI8)1JKx2 z0lDBcP6@2Al%o$dvz`~S1~J>nxv9073j0S8sbuc6#NH6D)I8?h6=sv zm|RK=6}M*p&Q-gx!jG_nMUrrU6vgO*R`^Wda#)*46IY|lH%LGz7pwzRjehDp83kMn z)Drt8FMi)p(jcmeI}&0@oO0Wx9v~gKWE8(o6%3@QP$YiEVI$da1*J`4%YNvp$q?~d zHNij*5{iVmPXiJcKWY`K;MD5!J1I}aMXogNDM)W);4TMMuJ2L?xdt}e!M3!caDIeO zMDbiAm7{*c?=Srhs(7o+)yDA$f+~>X&~t<$jI;e7Sa4fpk+-#t9tx2DEg6~~xQj-ExFUik^Ktd(DcvEodcDPH* zQ*mP@PTj7>ZZs3E2&!DX1p{dh1-)32Sf76AdMYtw9=d*INas_#n;DD;Rj$;OQTFXC z2gqO0NlU3OIGOXPZw@tSpmq(`0`SH?%xt_n>DTo&&HF%=o9lc2D3`ehjhV-;7a>ML zQi9#wncO^(-7LzhkCO}Nxgb#Q1jAK5GIgJL5 zA*bQP%y_1~AJ#!ViSsT6NeGSeSex!K$~J>47mRzJAaYyFc=yrd$T@0-IT|BqBPY6C zBisbwz0#kWbC{J&&3{Uh|3@fE`zLOtfjK9JX^uAhZpi2UPvl59)jrMM@0x0e1On-tFGcjnIB2x)+KYf=SY3 zmDDp9keOVxiL07mAmw|RG*}%}vE>AGwPA>`B^byMD2Ut7YT>8g)I#zDDNn_%mN-@K z(Y=kYT7W8-6)A&U02{7gTiVe!S&QwW)WfM9buTP?fGrf4PY#f`F#6rZQXC*ZVD#F= zQvO0$F}xR|EN*3V9h(?Z4Y!CJ@vUO<662ZZ%3+AuPQgH02}R--%mP4uWLw0IoOS5h zpQB2c8w_NtP$bN)daK!hEkTv5;5O*GBQc~4x@r$J(&$2&KA#P~ccDy8%1HWk)BO-g zs6-da3Qo;OA4z#CZk5ETdF%Y!%tW(6mBbJXv7qYp-pQ6Y@0leDp>ZB7^D!f;BdGFZbI%h*ZX=Jy=1-F& z=crEk9!{Z6n&={!a2tU4E=Q?(0G7u)9H{wEY4ReNr2P{oFMFiC3Su~fHtXjMOp*<@Lb-H z9+P$y(Y;XIB21Ddt0ae2fRx~pNfd{{KrVxV>sgT~RJ)@qk0HXAU?2zIX%@dOsPa2R zhoh?=L&UXD;Xt(S=~NN+idQxrAT@*(v4tEUq@mZeICSjV{@rV+g~rmn!v0J z*wZ2~_A&JONM(j(*vCQ^y6$F3=lN(h7({|aR#rwi2(}?3p(y{A zBXjEb=1`LcYDM%)2w%X%I<-aO?FOn8(R=PqPFb+wnegoWMjHeviEsIuy12OG%kLnz{NR>1hfhcWA<(WZGasB+Hjd4ev))Gh;! z)w?vgotUIr1W&;T+GL4}V8TrU-YZ9`Ig44j)FhQg+KyuM+4r+}agP-I2Sc{|hJ*^e zG)yj~g^F9Vf9I;@aBNTBIbyFnK)!{Pf>yW^w4A}(#BOhnF5e&lp0_XykPNN^jWH=55LLyM!G-yeeDgt+A63wG4nxFw9t@-#6bxZS!j}8c^)f?*Ex|xe zxZk+_1V3i7v*%vs=@Lrof})q=MG-t7UJSf`tD zh>zsMT)cy_=Z|ukd(fCa*!3c2DM%W#n>&-6?`1cO^C7uWMWMsj)n4in7QT&9>)ArF z>eO}3gCAV*{y!KEWa~$UMG-wR@K0eHkXWILrrX|jMm`*}yoX6U4tWj1HRC(mS z=LsUWk;h_Ap~;bR)FbjEIE6NHqI#2XOMv%k7iw-}RxUOFDNWvVC29Y}$(yc(BUQRq zd!cF6-Yos!&G-Q9kcptmn@0|i@)%u^-!1~K2Wt~s{uXrk1_=o5>Lq}x_h6~>sXR&n z-rd`U*yTU-Zugk9Uy1I8;<{jxgF%(D>_&9m#}HAL6%Irz%X$lYMOo$mxm`?2go*=% z9J1|E6DU-c(dSb93@w+M6y|za)_9~5lnd%@sb|nU^kLJb>@sDPot+#YJ)kIm3(1`Q zeRHTu1GTbjDulnp!#ZulMyfD|CMFK(J%5zT-2V-xG5bfvBLzTThIA$u?$0h1C0BBz znn8!JtG(1EEZmAw)gMW?qSQ4GkXU)}JU*-$WyZyrRWPS&pfP3(d}tldv|~Nn66f8# zBOx@-W3@!7bsm>o;@zS>PY}6{JQi~bO^%!sW7xBwVeO>ViDNn`SC2^|WcY#|4s=TqA zGRO*HizrkbAnPIJFP@S3rfo2g=HtwgUJa_eNP7dieoqYf30*%wVWfFCGM*oAnoB^H zdmDTHs9!O!GCVJ_nEM`t*4dx5I6C${$e&`RFBX--J_k7%VI7y()jaHqI|A~m^LELd zg6;narvdTwH@Q)j9c?FEoK3Yclx#EC@4pwL&-vI&(hBm}DNxa$Jt6ABMvfCWAGppe zN*o2jKqf-L2dqf!`;XD(=Xn7c@}$Z8Pk}0V|8;aNXNahwf`ROYg0fHXv1D)R^5|;F z5MfI&kei?&E^^dbM!~6jarXyAM!fzcFFw>Y2YAE1EQQvZq$X2wi7PSCTfyxR8G?8d~79Y1$itN);+_X z5anc7#|hj9+z1vW%E@3LpF+U~RwVZQW_0;^UO<{-!Jh+--Q}i3;8H|^dh7cxbk2zf zJ@tw?KIVa{BVVvaDkbcPfNTU+ZoLHqIrw>Fa8*#nmKx}4%@A?82Ll-d1#!`;mXZoi z%>(aAc`ELEiBt6+Inns48K_dirVP>wHeAlOv}^K$G4Cu;rG!o8s2;HFPPR~#jU&-D zl_4Usf`NPm1>0DWu%$S>R+GIaYzYR^7YfF*B9WAyMpyMoW<`~orWMiEfFa`Li9HE& zv@lmxrYVDvSAExs1xOj>B;glP$E6H%CTxjIziPT{30xYe_jd3S9CuqlJ(hj-l-#IR zjy4f4&L(P-ZB#bV=X`7>X$5&A3)Vfyo)BfzRgM$r4cz@KN|a5(Ko&#Xv9|5kKW zcrju6DT*#1A`)uKAg9BYv7oV6noL9{p)Iw|_Ml6jVX$S6BbRPH;c|%O~P;@n5 zh&Vfffm{X!*RvvFOLuhTF+|uB3}hA*{Bx6R7QeWs;06pBAYba(BIT*LKPApfQ&R7c zm(6+&16AHY+)R+kytJ21G0m?)y?VGCLWrox>J8RJP^D@PWk*D8?u5U~v%f_Zu5w-*ac?=3(XGJ3YPDhu2 z<_pN^*GyUP&wVS44h5$cF$<+U6}MdC)MDrI*NuHwfhxt$$LRXv4K8-JziFDsPi2-} z{qFgr7GqvN^VCIAvF|}vh)Ii(-S;5hiAjs1V&8)l#da;p+g216)b-EgB#R1H+<{Pa zB&*CVjtp@eX9`hNBsc01=qSi`!o}G{O|p%O3i_Ontt71=tuF`l^E!j8Ro;| zpz6q9G4h|QA`e*wryib1!h$$?Dz3W3sfX;#z`X{lJpV}oqJ0~2|F@01P6Smn?MaYB zgt_7fP8s9~VT*|EltGRWwul2OWsoyrOWbBquijb$mj>$H%6}P~b|I*CcR#67tsHG4 zT%1kRB-<$Y)8~9_C20kDA`8|%$DR<$|0>4`^ak#J7A2B@FpzJd;7?X0qQCewlUu5T zDi0SA5fJem+LS?B!Il?6V<*RAL}KNcac7Ku>GCy3{1`vd292CM;HJJG(o13!+&2>I&I70Jt4pH&#^Alcvq=xR2L{GKxm&2c_!@du{&Z&2lzGRpvcI%v%1 zmDV_QA~eD`LEL+M1VYEKNn#?eq3bP%2r2u&XJ&B_sPYzHKXeUD45=~ONNEA898tB= z)tVu~+`@rGkEp-q82gINHB>vc>InnIQQ-h-BBY3I?ErZmQf9HUge?w`$wG>-#Q{P# z6qJNrar0r-5}sRbIV?|YQ03T4Zq&!nQIPF~i?fNEWE&k@^f@0}Nm@Z#zk_why>FsY z`GK3C94D|7xPw@fIJSa;Tm}WbS&@jT+tD>KF=QpW26FDqx*yFEKI?HbU-4O|B0~Cb zq=^4gsxW2$B<)VlND?#@Q!5(jAF(AxdG>sxJo~RWWE=#l9w^j#Bl|MlmaU}z_sF zBQgnyRw39`grdm-(iJtxP*9~->VdBN86q}N;XtCZzVt)0opL}mPuwC56!nP%!<1|0?2M7TJc zs7bbQ4OFnLB&{H=wP0O0_Jp`}Kh1FhEr7d>MTr_H7|63w@E$7?u`(ZBTN6X7&o}#Q z0jT$aW(gc>`}5(J-386QK8p^uejF*{n!hk*Uj%zE167kUbxz~SrAxEL#b|P)iX%}q z0QDS64m`;B8aZ&N&$3Uezy#H?EK*(67NB%CTO|1;AX>JzGrDqaIY8#Z&ed$Mc*?&J zUF#Skrc^i(ZPrVKG2&csfP5*Wh`sIrY4wrW>z9Knx1k*%7YQlC76%B~P*7%e#dU#I zH}l+b-$Z6w${9+WWyy`Y4mt|5op5nBQIl+=vy49HV=GB3Nb3Mt_Yr$SoMl5DC-4|> zQ&^NZ%YuOv{n$k2QJ~5_=4$9_lNfTUfQTb0Wsoai%QiMQXF75|U3qx7YF8pOt1L3} zSMJ{41p#Y8V_DoDr>6Gvq3Y-|a)y_xN{>2Qa52`q+11#tb8uN#(P<7JZ7;)4mWR*BiN}#JMLxdj-2cn%P zWrZ=~JaK@O7g9tHcYq9pl*iaH!WIX}P$5Ow;s7BV3d)YIxF=!NOFXySlMs>@aA=D2 zB)L%&prat$2^VJ*HOV$QPv~<#wvx1hw7w1NcC#nMdGem)1Qr9gjzx*{Bp66NWTJ~W zBZ-*mfG$623CL@JT+B%<>mD>IzZHpOtptnGjmM(o^)N?@xIbK&vfq<-CubxHx*Ag~ z8o484ON#RB`9^v6-`6neLdc3`V|$>QqSs+0QRTvcx`--}N1@k0kwg}si{(0IDV+t` z*Q_*6qTW?qPq6L;^;p%uG^o~~9;+>yL_JmqumkWGY(vx%By8x;ZcIUid|T0vSn!n)Dy2~h;(I8LBDa6?#>C<20kEQW%gS&@j9 zt?2SIzJO#RGyTekLZ|DI`MdE6(CK|Nm-sA7^B;1gh<8H^Q}%7JcLQiFq1iU6S#AhM z5LFIS>LRK@8ZE=g3F?(aYlTFR|RX zAx@r(t08f!-phd-461lOWsrWt7IC~dK<CwWF99|Qwg2L%UyVU|R>$#fXH9!(5+ z2wf8yA|~wsAqBn^k$4;+G`gVRa>c!ZIlaqs%PskpaaIjb<)x_PM!gOl1=&uxIGd?< zo2V&+JONuy<S5JnBVlo&=C!t6L-x5GJu`Stu|6pc7sX^K8TY)}|eJ*AY4CHU2NX%d^ zY}m-Qh~s1nx_W(YW~NkB-Ox3dA);JzfRF-Tim=52LZjmng1UiSaliM5}|F(5AdY1B}R(%xF_hrYF-u?oVLt(Fxe^%u4& z+a9Onp5#VN#Ux9trWDZW;h#-&8fcM-m_Lo$hSAaa+ru=U%(Jw`rf&~aeL|XiJ4NkM z22-fbQxQ2a7|111(3KSlTe_j^A%+NBf`Kf6g18;77Ap!)&7GxxG>ac6PsN=eajM=c zfV&4&DUwnKc@Q={&$hI?ZH<|3e^8}JO690ouJbnRe>h^$~B)!>pd*)_tJ z7U;T$A;OkmAakK$BP$a1!xnV)T1$ycK)Ru8FhgW5Q!s=S_)>%-2MCQWXrB#-L8IB` z+o8w$!>uDIeGOk5lU>fNbdfQ`F> zH?YX`$&D%r9R=A=xHy}rNw!g@r_cG=O416_S{c^0V^4Ihy3shNDX8)#=W32~sxPFs zBk9#yx;PI~IjSoxyp88Cveg~vdWs<;TLlAI1O;nZk+5Y0y2`Qlge}29`ar=5RwVZA zW9XWe81kHeh#92}@)>Nol1sUqP1x)8e>D-W+$Y_MQCS!jJAUnP>Y2O^BX+Sqaj+Z> z{l{_65s)@8?IqvDEnAGWhi^@2_02#(2O2Zb9;aIU{w5>zdr;-X{0LoZ7$U4L9Ef&e zekP0&r<4Qa3n4{By91=1jDR2S$d$accT*+fmUjZRGZoR6&}tst$p!@5`46P@4LY!-e6sB&W7?Kr1Lg!FbK zeI`p6CuS-~9gOr-7gW2>LRZJckgL%33qv}!MI7aEJc)auG-@D5Y4<&Qq3=7;SemnC ztGSP)u4S9D?QzP5RdS=A#3aA|osxK`ayv}(G*Ite@QrAW@mcmmZxZwg1Vvq9ON#Pr zQJU*sfl;4<#=K+;Q(f0(o3VW`sB&!Fh_3q>B94v1foR7@Z()o$HXIL64VT%LgHz7sX;s7BV3QB@yVC!LQbLT#Y(MLE|#XY0sMwNw*f@~sOoK4gu+vqr; z&-vI&(hAaA71s4+Pl!|SM8^p<0j@oZ5{W(-NFEft%!)*;yn!x1KMBYmfRx;B_P&}J zsPk%oy!&F0BS6-2ponXj`irXS_ zs@~eWjD6{#%0rx#L0Su2L}qe;TnZ`Oct#?ugMqvT1A zFHohPc?#%tJW5n1A;jBF%G2w;%r6tM!f)|Piy~!;fQU`u04cfK1Yjjl?^^K!G`sq& z9%$a|v+Vk>3cBhuMC`6$Al0Fu5oobUMqY8-ni=Sv%hrgmhzA4t3ku5qY5W*1@&*?< zAZE|Qpi$nIl7?5b6sX7RR?f6<2aV!t9b$NmLA9bW?{A}P45)H_?*O6Eb0B5ENM5V- zyi)Y>cd$!E^3HCTSIX=nm79_+u|zds?QLy34(!C zhk{0+>Lz#-oio@Pu?d2KY(w!;s%8Js)pgGNFy@%!pKFeOH z8_{()L&QP_1L*|?_kgMkRRW3P5Kv_o1q1mD3QpOd7Aoz*V@)=B0aU36mIM7Oj}nJb zFp#xEkqDB?2N=uifW{I>4}5qqo@p<6g|cR3HBco;D+`F!UofN(AosGOwCQNB^jY7d zx!Pyh7C(TlXBZ-aG#JRkP%sfx4bnQenrHy31ZgmkZBS6^KnhY3Zo36UER+MJBNTLH zMQLNuoaVFML-PZlWiQl?=(?LBVxfY8^n!wWK-GmRhZ3U_sIpMOK)!~8jjTv4)M^0{ z3*`W5c(93t^Fh5FbsL(aeb$p`PViawLS2Nes~92{Di}y66kH3cF4QmR{GF{4=W{TS zS8>rl2UJOYZwrW6ChaWf`QD3f+e8Zt*TEf zjB+LUB_QkL#2k8*S%<2iQPIV!8r~tGQQrPF4X+Ytj8_XhP|d8gBMs&fP{k|<2#tOL zQld{aa`H;Oi!Am7DA;z?{I}89KxZD$K*U_(K#E4X+cSxDgAsk%7!h&~kf$;FZ_uKV z+l8jN=v&H~L~>XtAR;+9Kx$St5z-jci;(Nkyw_(vgyu+}Wt-d-U6~9K3l$8cB@|o& zswRhJ==_GQ5i1o8WG56H5VwPE*F?}q7-bhWJK8M6Kv3mrd&(fKU_(c?Ma14k0wQA1 z0rDKAOk+i98_+CM#rVT>)xl_%_gS`sXJXV+79?UX7|0wbSOKcWUI!SO%?69u3kEU( z3WkAdC%_O3qr_ewAWy}KxvQG-{|M07fpdc4RRWFiYJ&%=neg5*2JBx zpxRR6V!a(8qafu4R+RQ7n!9{f5rlAYP{rcOK+oY(V!eZb zya5Ftf~xC%E(~qU28;C$268PF^aIt_ySs%^y!Tplv);2omGzz`AY#28AQfw1e}hK% zH=4Kltbu3_@>ybkqpKxD#Cq2a1X3STT7#e~SQur! z-^TFypvrpB5)iT84v>n+W4%G6>y75EK5HPFgM5}fsk-QD$q>2Tfk5g*N^4Mkz0tW0 zR9o*rAiqIM@wfxqcFhh8qpdfF&j;1kTR`M`7YwO*BGwx;y54Bs>azx-Iml<(ld6lZ zmJE^W9SEd8q_hUr*BhP7K(+M_1o9iC6wl|5zzz$etv80x2i4YFK;(KC45@e$)*Cds z-e}(Hvj(C$$Y+W5MpsLQ$n_2cQXf)UgX-&z&Sjw5dItje4N{8dQ+)5RFv@zri{Xnv zm0PPz(6yZ*;$cTHkjiyTNYn;ZY^jH?jtmjD1OpiX1qD5LQE>VL6)8`}{VH+lgO?NP z8ed%ms_fI0K{~*Ou563gfx$ptg@UE5NIZD?3SAGLZ2aRrWx1z@dGPWCsPf?DNuYn? zQQ~_bA;e3(%AKjb%rDPlg{SgLi~C!X1w@>0B~LNYRSDEftQVl!)o1lU^JbrAA70hb z)d*BQQ)ZxZF3SzeAatte&Dn073_tsdqC9yErIYU2dYfn z0dj6bW2q_?{*m6B==noou6ZbuQ_%5DlFJqS`W)^)wm08>< zAR?;f0kV>%r0tJfeIlqARi~g?&u7`@{0IR%LDi`0jq&|ij)*D;$Qx&xna>ARX8w+V zh?!SB%Sbs9)SKpIXx{3x2BJC0XW28akFM6B>dfb&b1};iGk1W@z@GUH)U$co@h0Av zfO;(3z)@$LnN9{({1pu3IiX0{@)aPzfX3qelxD`jcA)C_SeBx5HK;O+uLMNsZ+MPT zbv~%)uG`QY?X#XlbAr#ZotlZRYeCgj{{@}DvmCMN4v;rcD9r~|X8w+Vh?!Sxfp`av z#ygs~`mBLy4)R&{%UFXAdllbco9^Y`2+zGGv5wK85Eb^%$uNj zsn6<+=9NCno_PgyodBxN{AF~$$#TTZ9UwQIXIATOP-W(Q1w_nzIUwsaIm21K3taCDAlIb!AxknGlG<~M>WH*Ri5*C>XF8#lo~-hqOJtVp~= zxddI?86s>622$;O!X9i==K*ID9Jy*~rD4OA(1nqOe1 zaPB3BdO!2h^F(ueom9(Ek5v!N7wR(0o?|E|^pO`6VH|~9#0!HkjYPzm6K2RTLxveL z5($flXzjEQWylQFkexu4GBX%RkG7^r9SmAJ;{D1}`@B-#&n*#aHo6Y*yR!32l|<&D zlJ=jy(dCH$OOcu zYHVC`k;%86L6y`J4CJeJM$u|eMNu%24(*MiY*0l}Fp$^MjiTwGilSg3wKI*P`k;!U zU?8nJ7)9+s6-B{7`gSym27)Szf`N>@*eDtcswfHu@(|A5g6>5J6t(Oe*p2;jP2XiKiOyeg7BGY}SNXCQ|%=LqVaByl4pHDBL2k z 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%0Drqm^Tn%t=M&~eDwDB##E9Hk&Jaei6F5 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

k`HdIXV*eUAa8*mtqch+XzRRH7l2 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 -5y-THRf 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 z z8QaY6$_eE-poUtVUjex`vrJ5&P$>n3N)w=FqK@tbLgkrgotLA^{%9TjihEe65D>c0x*s(J6L%*mZ9t7084^PF)MDb*p?~2fmO%- zOoZ+Gf}G|BHIvBx;{Sa9Tbe^9mLB`nqhKizUVrugnwIm5k{t!Uw+du$`YY3FDf@v@ z38hZl)j1%g9T2Ym8@+N`%G*&TPfAxuUr7$i0%0A!`>GbCWqt?CqRQ`HDJUgPsz@EZ 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