Commit Graph

3 Commits

Author SHA1 Message Date
fc06111229 [chore] Porting to Clang-16 (#49)
Currently, some errors occur when building clucene by Clang-16. This PR fixes these errors.
2023-03-29 10:36:12 +08:00
37b0491072 [chore] Assign names to the build jobs (#46)
We should mark the build workflow required. Therefore, we should assign names to the build jobs in order to set up the .asf.yml.
2023-03-21 18:19:05 +08:00
18062b2aa1 [chore] Remove deprecated templates (#42)
Changes:
1. std::binary_function was marked deprecated in C++ 11 and we should remove it.
2. Add a workflow to validate the build on multiple platforms.
2023-03-21 00:27:23 +08:00