| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
README
build_posix/aclocal/version-set.m4
src/docs/upgrading.dox
|
| | |
|
| | |
|
|\ \ |
|
| | | |
|
|/ / |
|
| | |
|
|/ |
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| | |
This reverts commit 6c5a2b9e2699afe75a4fad9d6991648f3f59aa3d.
|
| | |
|
|/
|
|
| |
programs we always compile.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
include files that are named by version. Programs linked using -lwiredtiger
will follow the symlink to wiredtiger-a.b.c.so, so their referred library
name is forever stamped as wiredtiger-a.b.c.so, which won't conflict
even when we ship wiredtiger-a.b.d.so .
Refs #1458.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Java doc examples
|
| |
| |
| |
| | |
names language-specific to avoid errors from newer releases of doxygen.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
dist/s_string.ok
src/include/extern.h
src/utilities/util_load.c
|
| |/
| |
| |
| |
| | |
WiredTiger library, and convert all of the utilities and test programs
to use it.
|
| |
| |
| |
| | |
Fix long lines.
|
| |
| |
| |
| | |
C99 machines as far as we know, and doing the tests creates problems.
|
| |
| |
| |
| | |
folder.
|
|/
|
|
| |
code in its own file. refs #740.
|
| |
|
|
|
|
| |
the config file and only include the necessary defines.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://smalldatum.blogspot.com/2014/08/the-innodb-mutex.html
There's more information here:
http://stackoverflow.com/questions/19863734/what-is-pthread-mutex-adaptive-np
Add a new option, --pthread_adaptive to configure adaptive mutexes.
Don't list --pthread-logging in the --with-spinlock=XXX configure usage
message, that's not for public use.
Add a tuning page that talks about mutex choice.
|
| |
|
|
|
|
| |
includes (thanks, @ddanderson!). Switch from AC_CHECK_FILE to AC_CHECK_HEADER to suppress cross-compilation warnings from autoconf.
|
| |
|
| |
|
|
|
|
| |
doing to fix it.
|
| |
|
| |
|
| |
|
|
|
|
| |
in: Unknown LevelDB flavor \"$r\"
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
maintenance of the license information. Rename the "eleveldb" flavor to "basho" in the process, so the directory name matches the option. List the choices in the configure help, and check for invalid flavors.
--HG--
rename : api/leveldb/util/perf_count.cc => api/leveldb/basho/perf_count.cc
rename : api/leveldb/include/leveldb/perf_count.h => api/leveldb/basho/perf_count.h
rename : api/leveldb/include/leveldb/replay_iterator.h => api/leveldb/hyperleveldb/replay_iterator.h
rename : api/leveldb/AUTHORS => api/leveldb/leveldb/AUTHORS
rename : api/leveldb/LICENSE => api/leveldb/leveldb/LICENSE
rename : api/leveldb/db/dbformat.h => api/leveldb/leveldb/db/dbformat.h
rename : api/leveldb/db/skiplist.h => api/leveldb/leveldb/db/skiplist.h
rename : api/leveldb/db/write_batch.cc => api/leveldb/leveldb/db/write_batch.cc
rename : api/leveldb/db/write_batch_internal.h => api/leveldb/leveldb/db/write_batch_internal.h
rename : api/leveldb/include/leveldb/cache.h => api/leveldb/leveldb/include/leveldb/cache.h
rename : api/leveldb/include/leveldb/comparator.h => api/leveldb/leveldb/include/leveldb/comparator.h
rename : api/leveldb/include/leveldb/db.h => api/leveldb/leveldb/include/leveldb/db.h
rename : api/leveldb/include/leveldb/env.h => api/leveldb/leveldb/include/leveldb/env.h
rename : api/leveldb/include/leveldb/filter_policy.h => api/leveldb/leveldb/include/leveldb/filter_policy.h
rename : api/leveldb/include/leveldb/iterator.h => api/leveldb/leveldb/include/leveldb/iterator.h
rename : api/leveldb/include/leveldb/options.h => api/leveldb/leveldb/include/leveldb/options.h
rename : api/leveldb/include/leveldb/slice.h => api/leveldb/leveldb/include/leveldb/slice.h
rename : api/leveldb/include/leveldb/status.h => api/leveldb/leveldb/include/leveldb/status.h
rename : api/leveldb/include/leveldb/write_batch.h => api/leveldb/leveldb/include/leveldb/write_batch.h
rename : api/leveldb/port/port.h => api/leveldb/leveldb/port/port.h
rename : api/leveldb/util/arena.h => api/leveldb/leveldb/util/arena.h
rename : api/leveldb/util/coding.cc => api/leveldb/leveldb/util/coding.cc
rename : api/leveldb/util/coding.h => api/leveldb/leveldb/util/coding.h
rename : api/leveldb/util/comparator.cc => api/leveldb/leveldb/util/comparator.cc
rename : api/leveldb/util/env.cc => api/leveldb/leveldb/util/env.cc
rename : api/leveldb/util/env_posix.cc => api/leveldb/leveldb/util/env_posix.cc
rename : api/leveldb/util/logging.cc => api/leveldb/leveldb/util/logging.cc
rename : api/leveldb/util/logging.h => api/leveldb/leveldb/util/logging.h
rename : api/leveldb/util/options.cc => api/leveldb/leveldb/util/options.cc
rename : api/leveldb/util/posix_logger.h => api/leveldb/leveldb/util/posix_logger.h
rename : api/leveldb/util/random.h => api/leveldb/leveldb/util/random.h
rename : api/leveldb/util/status.cc => api/leveldb/leveldb/util/status.cc
|
|\
| |
| |
| |
| |
| | |
Conflicts:
build_posix/Make.subdirs
src/config/config_def.c
|
| |\ |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Backout change to how builtins list is parsed, I was seeing:
../configure: line 5439: printf %s\n: command not found
|