]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/log
rocksdb.git
10 years agocmake: Adding CMake build system to project wip-cmake
Ali Maredia [Thu, 1 Oct 2015 15:38:23 +0000 (11:38 -0400)]
cmake: Adding CMake build system to project

CMake support added and automated generation of
util/build_version.cc with build_version.sh

Signed-off-by: Ali Maredia <amaredia@redhat.com>
10 years agoMerge pull request #6 from tchaikov/wip-fix-build-i386
Sage Weil [Wed, 2 Sep 2015 12:35:13 +0000 (08:35 -0400)]
Merge pull request #6 from tchaikov/wip-fix-build-i386

rocksdb: compilation error on i386

10 years agorocksdb: fix build on i386 6/head
Kefu Chai [Wed, 2 Sep 2015 10:45:50 +0000 (18:45 +0800)]
rocksdb: fix build on i386

unsigned long is 32bit on i386, so 1UL<<32 evaluate to 0. and this
is not intended.

Signed-off-by: Kefu Chai <kchai@redhat.com>
10 years agoMakefile.am: a few fixes for 3.11
Sage Weil [Wed, 26 Aug 2015 18:55:41 +0000 (14:55 -0400)]
Makefile.am: a few fixes for 3.11

Signed-off-by: Sage Weil <sage@redhat.com>
10 years agorocksdb: set fallocate_with_keep_size = false for log writes
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 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>