cocalele / PureFlash

A ServerSAN storage system designed for flash device
GNU General Public License v3.0
101 stars 29 forks source link

Project merge #4

Closed geekyang95 closed 2 months ago

geekyang95 commented 4 years ago

As PureFlash is combined of different projects, but only PureFlash now, need to do some changes.

  1. cmake files: Cmake project files need to remove unneccesary project settings.
  2. thirdparty: A common thirdparty is needed. move thirdparty from s5afs to root directory
  3. compiler flags: Need a unique compiler flags for all project, suggested to put it in root CMakeLists
cocalele commented 4 years ago

Good suggestion. There are too many historical problems. But some projects may useful in near future, include

So, I suggest to keep the useful project as a placeholder since they are must necessary before first release.

geekyang95 commented 4 years ago

Yes, keep directories as now it is. But only cmake settings and the thirdparty changes

cocalele commented 4 years ago

I have changed change location of thirdParty and do CMakeLists.txt modify in my local branch. I'll push to master soon.