]>
git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Xiaoxi Chen [Thu, 11 Jun 2015 08:17:25 +0000 (16:17 +0800)]
Merge pull request #5 from sharkcz/optional-tcmalloc
don't fail configure when tcmalloc is not found
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
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>
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>
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>
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>
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>
Sage Weil [Thu, 31 Jul 2014 18:08:25 +0000 (11:08 -0700)]
configure: -Wno-portability
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil [Mon, 28 Jul 2014 21:06:52 +0000 (14:06 -0700)]
.gitignore: *~ and .dirstamp
Signed-off-by: Sage Weil <sage@redhat.com>
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>
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>
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>
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>