apache / incubator-graphar

An open source, standard data file format for graph data storage and retrieval.
https://graphar.apache.org/
Apache License 2.0
195 stars 40 forks source link

feat(c++): rename the header folder and library name from `gar` to `graphar` #476

Closed acezen closed 1 month ago

acezen commented 1 month ago

Describe the enhancement requested

Due to the historical reason, the c++ library header folder is include/gar and generated library name is libgar.so or libgar.dylib. To improve the project identity and make the library consistent and clear with the project,we should change them from gar to graphar.

even though this is a breaking change, since our project is in early stages and code base of C++ is not large, making the switch now may be less intrusive and provide long-term benefits.

Component(s)

C++