milvus/internal/storage/cwrapper
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
..
test [skip e2e]Update license for cwrapper test (#14785) 2022-01-06 09:37:30 +08:00
.gitignore Fix bug: address already used 2020-12-07 15:22:20 +08:00
CMakeLists.txt Support compile under windows (#15786) 2022-03-17 17:17:22 +08:00
ColumnType.h [skip e2e]Update license for cwrapper parquet (#14625) 2022-01-04 09:09:22 +08:00
ParquetWrapper.cpp Enable Zstd compression for binlog (#15840) 2022-03-14 16:00:01 +08:00
ParquetWrapper.h [skip e2e]Update license for cwrapper parquet (#14625) 2022-01-04 09:09:22 +08:00
PayloadStream.cpp [skip e2e]Update license for cwrapper payload (#14626) 2022-01-04 09:11:39 +08:00
PayloadStream.h [skip e2e]Update license for cwrapper payload (#14626) 2022-01-04 09:11:39 +08:00
build.sh [skip e2e]Update license for cwrapper cmake (#14627) 2021-12-30 20:05:26 +08:00