1. 07 May, 2019 1 commit
    • 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
  2. 06 May, 2019 1 commit
  3. 03 May, 2019 1 commit
  4. 02 May, 2019 7 commits