1. 09 May, 2019 1 commit
  2. 08 May, 2019 1 commit
    • yiwu-arbug's avatar
      Add travis config · 13bd2f5b
      yiwu-arbug authored
      Adding travis config to trigger CI build. Adjust cmake script accordingly.
      
      Signed-off-by: Yi Wu yiwu@pingcap.com
      13bd2f5b
  3. 07 May, 2019 4 commits
    • yiwu-arbug's avatar
      Adding CI icon · bc9d8ac1
      yiwu-arbug authored
      bc9d8ac1
    • Yi Wu's avatar
      adding jemalloc and compression macros · 768f2cbf
      Yi Wu authored
      Signed-off-by: 's avatarYi Wu <yiwu@pingcap.com>
      768f2cbf
    • Yi Wu's avatar
      travis config · 0e700ad1
      Yi Wu authored
      Signed-off-by: 's avatarYi Wu <yiwu@pingcap.com>
      0e700ad1
    • yiwu-arbug's avatar
      Merge pull request #1 from yiwu-arbug/repo_init · 61563ee8
      yiwu-arbug authored
      Summary:
      Adding a cmake script so we can build static lib for Titan:
      * build static lib libtitan.a, titandb_bench, titandb_stress, and unit tests.
      * the script should generate the same compile and link flags (by copying part of rocksdb/CMakeLists.txt into cmake/rocksdb_flags.cmake)
      * See the new README.md file for build script usage
      
      Other changes:
      * updated README.md
      * updated header paths
      * remove titan_c.h and titan_c.cc, which is not being used anywhere
      * add a .gitignore
      
      Test Plan:
      ```
      mkdir -p build; 
      cd build; 
      cmake .. -DROCKSDB_DIR=../rocksdb;
      make -j
      ctest -R titan
      ```
      61563ee8
  4. 06 May, 2019 1 commit
  5. 03 May, 2019 1 commit
  6. 02 May, 2019 7 commits