milvus/internal/core
Ji Bin 3cd28420f1
Support compile under windows (#15786)
This patch makes compile milvus under windows(MSYS), including:
- some cpp adaptation for compile under msys/gcc-10.3
- install toolchain scripts for setup from MinGW/MSYS `scripts/install_deps_msys.sh`
- adaptation for POSIX API use in golang
  * using gofrs/flock instead of syscall.Flock
  * using x/exp/mmap instead of syscall.Mmap
- introducing github actions for build milvus.exe under windows/MSYS
- rocksdb's patch for MSYS
- adaptation for compile knowhere under windows
- a windows package script for pack zip file, `scripts/package_windows.sh`

issue #7706

Signed-off-by: Ji Bin <matrixji@live.com>
2022-03-17 17:17:22 +08:00
..
bench Support compile and run on Mac (#15491) 2022-02-09 14:27:46 +08:00
build-support [skip e2e] Improve annotation (#14478) 2021-12-29 11:57:00 +08:00
cmake Support compile and run on Mac (#15491) 2022-02-09 14:27:46 +08:00
src Support compile under windows (#15786) 2022-03-17 17:17:22 +08:00
thirdparty Support compile under windows (#15786) 2022-03-17 17:17:22 +08:00
unittest Add unit tests in segcore (#15960) 2022-03-10 16:33:59 +08:00
CMakeLists.txt Support compile under windows (#15786) 2022-03-17 17:17:22 +08:00
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00
build.sh Optimize CMakeLists.txt under internal/core (#15770) 2022-03-01 10:31:55 +08:00
run_clang_format.sh Add license files 2021-04-19 11:16:16 +08:00
ubuntu_build_deps.sh Update proto and doc 2020-11-02 16:01:04 +08:00