- 080a2f6 chore: switch CI jobs to use ubuntu-slim instead of ubuntu-latest (#902) by Jason Yao · 11 days ago main
- b21da29 fix(cpp): add missing bracket in if condition and for loops (#900) by Jason Yao · 11 days ago
- f680bb8 fix(docs): correct punctuation and formatting in README files (#905) by Jason Yao · 11 days ago
- b4bc86c refactor(C++): change FilterOptions parameter to be moved instead of const reference (#891) by Jason Yao · 2 weeks ago
- 163123f feat(ci): run pull request CI on `ready_for_review` and draft PRs (#896) by Jinye Wu · 3 weeks ago
- d1fe7f9 refactor(build): restructure CMake files into subdirectories (#877) by Jason Yao · 3 weeks ago
- 17be94a fix(ci): validate pull request titles instead of merge-ref commit messages (#895) by Jinye Wu · 3 weeks ago
- 5bb4003 feat(Rust): add `GraphInfo` support (#883) by Jinye Wu · 3 weeks ago
- 83b44b1 fix(ci): replace make with ninja. (#885) by Jason Yao · 3 weeks ago
- d535a43 test(C++): add test case for vertices collection filtering by label (#880) by Jason Yao · 3 weeks ago
- c2e44a8 feat(ci): Add ccache support for faster builds (#882) by Jason Yao · 3 weeks ago
- 2f298bb chore(ci): add commit message check and fix invalid args in check (#876) by Jason Yao · 3 weeks ago
- 986629a refactor(cpp): replace int and `-1` sentinels in graph info APIs (#878) by devadhe sb · 3 weeks ago
- 0042a6c fix(C++): remove redundant `inline` keyword (#858) by Jason Yao · 3 weeks ago
- fe013bc feat(C++): remove hardcoded row group size, keep 64M default (#872) by Jason · 3 weeks ago
- 31b78b0 feat(cmake): Enable (-Wall -Werror -Wextra) compilation flag to detect potential bugs early (#863) by Jason · 3 weeks ago
- 6c4a535 chore(typos): fix spelling error (#875) by Jason · 3 weeks ago
- 5657616 chore(scripts): add compile scripts in ubuntu and macos (#864) by Jason · 3 weeks ago
- 06c5e79 chore(pre-commit): add default install config for pre-commit (#862) by Jason · 3 weeks ago
- c7950b0 fix(MacOS CI): enable run on Mac OS (#874) by Jason · 3 weeks ago
- 9a12ea6 fix(MacOS CI): enable run on Mac OS (#874) by Jason · 3 weeks ago
- 89c167a fix(c++): Fix unused header files and preallocate vector capacity (#867) by Jason · 4 weeks ago
- 95ac39b fix(C++): centralize ReadFileToTable error handling and Improve examples spelling (#866) by Jason · 4 weeks ago
- eced883 fix(C++): fix all enumerations to use strongly-typed enums (enum class) (#869) by Jason · 4 weeks ago
- b3baf8b chore(typos): fix spelling error in benchmark and cmake configurations (#870) by Jason · 4 weeks ago
- 6e72a88 feat(format): remove duplicate .clang-format and move it to top layer (#850) by Jason · 4 weeks ago
- 481c6f9 chore(cmake): update the cmake version to latest 23.0.0 (#853) by Jason · 4 weeks ago
- 3e6560f feat(Rust): Enable Rust build on macOS and update Arrow linking (#857) by 姚军 · 4 weeks ago
- eab0fa5 fix(C++): add .clang-tidy configuration and fix missing brackets (#851) by 姚军 · 5 weeks ago
- 85b594e fix(c++): use std::move to reduce copy (#859) by 姚军 · 5 weeks ago
- 1555815 fix(c++): fix compile warnings(comparison of int and uint, unused result, catch value) (#849) by 姚军 · 5 weeks ago
- 47a7051 chore: add the script to check commit message format (#854) by 姚军 · 5 weeks ago
- 6b2d7ee build(C++/cmake): add `GRAPHAR_ENABLE_COVERAGE` for Debug coverage builds by 姚军 · 5 weeks ago
- 02bd3fe fix(format): add clang-format to check all c++ files and fix exist format problem (#847) by 姚军 · 6 weeks ago
- a8a5710 fix(c++): use std::move to reduce a copy (#843) by 姚军 · 6 weeks ago
- f9b521d docs: add pre-commit guidelines and fetch test data via submodule (#839) by 姚军 · 6 weeks ago
- 6c802a1 feat(C++): add -Werror=unused-variable flag and remove unused variables (#841) by 姚军 · 6 weeks ago
- 7bad8ec feat(Rust): add `EdgeInfo` support (#837) by Jinye Wu · 6 weeks ago
- 878aa5c feat(Rust): add `VertexInfo` support (#835) by Jinye Wu · 8 weeks ago
- c04efc3 chore(ci): fix dependency resolution in Rust CI (#834) by Jinye Wu · 8 weeks ago
- 7996781 feat(Rust): add `Property` support (#830) by Jinye Wu · 8 weeks ago
- 0cd3f0d feat(java,info): add prefix for adj/pg and add datatype parser test (#820) by Xiaokang Yang · 9 weeks ago
- f87ca77 fix(python): Fix python wheel error by disabling s3 (#826) by Xiaokang Yang · 9 weeks ago
- ccf9a65 added logic for finding test data in root and parent dir of project f… (#824) by devadhe sb · 10 weeks ago
- 76b5163 feat(Rust): add DataType support (#822) by Jinye Wu · 10 weeks ago
- 23c46c2 chore(c++): add cmake option `GRAPHAR_ENABLE_SANITIZER` (#818) by Jinye Wu · 3 months ago
- fc37f81 feat(rust): add rust request and issue tags #815 by Xiaokang Yang · 3 months ago
- bac3630 feat(java): Add DATE and TIMESTAMP support to DataType enum (#812) by devadhe sb · 3 months ago
- 31bab21 feat(python): build python wheel and public (#813) by Xiaokang Yang · 3 months ago
- 2381640 feat(c++): specify underlying types for enums in fwd.h (#811) by devadhe sb · 3 months ago
- cf728bf feat(java,info): add remove vertex edge method (#773) by Selim S. · 3 months ago
- 14d034f feat(Rust): add Rust bindings skeleton and Rust CI (#808) by Jinye Wu · 3 months ago
- bb4a1d3 feat(java,info): support multi-labels in yaml (#781) by Xiaokang Yang · 3 months ago
- 24dbe1b feat(java,info): support multi-property in yaml (#780) by Xiaokang Yang · 3 months ago
- 216b986 feat(python): build python api doc (#803) by Xiaokang Yang · 4 months ago
- 8d33604 feat(python): support high level api in python sdk (#801) by Xiaokang Yang · 4 months ago
- 03b8a32 feat(python): refactor python module(from cli module) (#799) by Xiaokang Yang · 4 months ago
- 914d065 feat(java,info): use assert throw and adjust version check logic (#796) by Xiaokang Yang · 5 months ago
- 919818b feat(ci): add release build type ci test (#792) by Xiaokang Yang · 5 months ago
- d5a3ba2 chore(ci): update macos workflow image (#788) by Xiaokang Yang · 5 months ago
- 284fd44 fix(c++): replace assert with SkipWithError in benchmarks (#794) by Xiaokang Yang · 5 months ago
- a2615c1 feat(java,info): add vertex info builder (#764) by Bigu Cezar · 5 months ago
- 4108735 fix(c++): replace all `assert` and `ASSERT` with `REQUIRE` (#790) by Jinye Wu · 5 months ago
- a88cd01 add maven spotless apply pre-commit hooks (#787) by Xiaokang Yang · 5 months ago
- 192a1dc feat(c++): Add remove method in c++ library (#783) by PinCrimson · 5 months ago
- 6f112c6 feat(java,info): refactor yaml saver api (#763) by Xiaokang Yang · 6 months ago
- 4d75b9c chore(c++): reduce copies in graph_reader.h (#777) by Jinye Wu · 6 months ago
- b7768ad feat(java,info): update validate and other methods (#769) by Xiaokang Yang · 6 months ago
- ea9a324 feat(c++): Add support for the date/timestamp property types in iter (#754) by Gary · 6 months ago
- 9b2219e feat(doc): Generate Java-Info API documentation and fix java-FFI API documentation (#760) by Xiaokang Yang · 6 months ago
- d591a47 fix(ci): fix coverage report merge and flags (#759) by Xiaokang Yang · 6 months ago
- b45f5a1 feat(doc): add java info documents (#755) by Xiaokang Yang · 6 months ago
- 1bb0468 feat(java, info): Add more java info tests (#739) by John · 6 months ago
- 1b9c1cc feat(ci): add java info coverage and merge report (#751) by Xiaokang Yang · 6 months ago
- 8e2a5de feat(ci): focus cpp lcov code coverage reports to just core path (#748) by Xiaokang Yang · 6 months ago
- ae20a93 feat(java,info): refactor GraphInfoLoader provide API, hide yaml dependencies, replace prefix to uri (#745) by Xiaokang Yang · 6 months ago
- bc60fe4 feat(java,info): refactor `EdgeInfo` creation using access-level compliant builder, a… (#743) by Bigu Cezar · 6 months ago
- 09703b6 feat(c++): make the c++ code compatible with both Arrow 17.0.0 and Arrow 21.0.0 (#737) by Xiaokang Yang · 7 months ago
- bfa6ec7 fix(c++): keep property readers in sync when crossing full edge-chunk boundaries in EdgeIter::operator++ (#736) by Gary · 7 months ago
- d4b4243 Bump to version v0.13.0 (#732) by Xiaokang Yang · 7 months ago release-0.13.0-rc.1 v0.13.0 v0.13.0-rc.1
- 77ad48f remove format files and cpp protobuf lib (#730) by Xiaokang Yang · 7 months ago
- 34b00d9 fix(ci): install arrow 20.0.0_1 with brewfile(temporary soluation) (#725) by Xiaokang Yang · 7 months ago
- 676d301 feat(java,info): revert java info to pre protobuf version (#727) by Xiaokang Yang · 7 months ago
- 6dba1d3 feat(Java,info): VertexInfo/EdgeInfo Version Info (#713) by Selim Soufargi · 7 months ago
- eb1af90 feat(c++): support build multi-properties in high-level API (#722) by Xiaokang Yang · 8 months ago
- a3a580e set libarrow version 17 (#721) by Xiaokang Yang · 8 months ago
- 883d7eb feat(c++): support read and write multi-property (#719) by Xiaokang Yang · 8 months ago
- 1cca403 feat(spark): read and write label chunk in spark (#718) by Xiaokang Yang · 8 months ago
- 8b00259 feat(c++): Allow setting WriterOptions in high-level writer APIs (#716) by Xiaokang Yang · 8 months ago
- 0a44e04 chore(java,info): add default graphInfo prefix and remove extra '/' (#708) by Xiaokang Yang · 9 months ago
- 2ccaf7c feat(java): update Java library and fix CI (#705) by Xiaokang Yang · 9 months ago
- eb4984d fix(ci): upgrade ubuntu version of GitHub action runner (#694) by John · 9 months ago
- 961c7b8 feat(c++): Add WriterOption to allow user to configure writer option (#700) by Xiaokang Yang · 9 months ago
- 146eb61 feat(c++): support reading certain set of properties and auto select FileReader or Scanner (#706) by Xiaokang Yang · 9 months ago
- ee4128f fix(ci): use Ubuntu 22.04 (#703) by Xiaokang Yang · 9 months ago
- 3a16108 feat(java-info): add java unit test for loading graph (#683) by Xiaokang Yang · 10 months ago
- 37b046e feat(doc): add zh-CN benchmark document and fix typos (#696) by Xiaokang Yang · 10 months ago
- a1a345a [WIP] add benchmark in README.md (#656) by Elssky · 10 months ago
- 4bbd7d6 fix(java,info): Reorder parameters in EdgeInfo constructor (#685) by yangxk · 10 months ago
- 1a44bc3 chore(NOTICE): Update NOTICE year to 2025 (#682) by Calvin Kirs · 11 months ago