]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/log
rocksdb.git
10 years agodon't fail configure when tcmalloc is not found 5/head
Dan Horák [Mon, 8 Jun 2015 15:22:12 +0000 (17:22 +0200)]
don't fail configure when tcmalloc is not found

tcmalloc is an optional dependency, but AC_MSG_FAILURE ends unconditionally when
it is not found

10 years agorocksdb: set fallocate_with_keep_size = false for log writes master-3.9
Sage Weil [Tue, 28 Apr 2015 23:09:07 +0000 (16:09 -0700)]
rocksdb: set fallocate_with_keep_size = false for log writes

This lets us avoid updating the inode as we append to the file.

(Maybe.  If the file is sparse and the blocks aren't zeroed XFS will
probably still have to go update the extent flags.)

Signed-off-by: Sage Weil <sage@redhat.com>
10 years agoutil/logging: fix build on 32-bit arch wip-new
Sage Weil [Thu, 26 Mar 2015 18:03:56 +0000 (11:03 -0700)]
util/logging: fix build on 32-bit arch

Signed-off-by: Sage Weil <sage@redhat.com>
10 years agom4/libtool.m4: updated
Sage Weil [Tue, 24 Mar 2015 15:37:36 +0000 (08:37 -0700)]
m4/libtool.m4: updated

Signed-off-by: Sage Weil <sage@redhat.com>
10 years agoMakefile.am: add gtest to include path
Sage Weil [Tue, 24 Mar 2015 15:36:07 +0000 (08:36 -0700)]
Makefile.am: add gtest to include path

Signed-off-by: Sage Weil <sage@redhat.com>
10 years agoUpdate Makefile.am to make it build
Xiaoxi Chen [Mon, 23 Mar 2015 03:47:31 +0000 (11:47 +0800)]
Update Makefile.am to make it build

Build_detect_version.sh was removed from upstream,
changed the way to generate util/build_version.cc.

Also a lot of source files were created/removed,
Updated the source list and header list.

Signed-off-by: Xiaoxi Chen <xiaoxi.chen@intel.com>
10 years agoconfigure: -Wno-portability
Sage Weil [Thu, 31 Jul 2014 18:08:25 +0000 (11:08 -0700)]
configure: -Wno-portability

Signed-off-by: Sage Weil <sage@redhat.com>
10 years ago.gitignore: *~ and .dirstamp
Sage Weil [Mon, 28 Jul 2014 21:06:52 +0000 (14:06 -0700)]
.gitignore: *~ and .dirstamp

Signed-off-by: Sage Weil <sage@redhat.com>
10 years agoconfigure.ac: lower autoconf version requirement
Sage Weil [Mon, 28 Jul 2014 21:05:53 +0000 (14:05 -0700)]
configure.ac: lower autoconf version requirement

Signed-off-by: Sage Weil <sage@redhat.com>
10 years agoMakefile.am: use subdir-objects
Josh Durgin [Wed, 16 Jul 2014 19:27:41 +0000 (12:27 -0700)]
Makefile.am: use subdir-objects

This should work across more versions of automake

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
10 years agoMakefile.am: use custom vars instead of resetting common ones
Josh Durgin [Tue, 15 Jul 2014 19:24:06 +0000 (12:24 -0700)]
Makefile.am: use custom vars instead of resetting common ones

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
10 years agoadd autoconf/automake support
xinxin shu [Thu, 29 May 2014 00:10:17 +0000 (08:10 +0800)]
add autoconf/automake support

Signed-off-by: xinxin shu <xinxin.shu@intel.com>