milvus/internal/util
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
..
cgoconverter Support compile under windows (#15786) 2022-03-17 17:17:22 +08:00
compressor Add methods to compress/decompress small blocks (#15980) 2022-03-11 14:55:59 +08:00
distance [skip e2e]Update license for cwrapper parquet (#14625) 2022-01-04 09:09:22 +08:00
errorutil Add and implement chunk manager interface. (#15541) 2022-02-24 23:53:53 +08:00
etcd Make all logs configurable for standalone/embedded Milvus. (#15926) 2022-03-10 10:35:59 +08:00
flowgraph Remove Consume() API from mqstream interface (#15886) 2022-03-11 20:09:59 +08:00
funcutil Reduce the number of metrics (#16030) 2022-03-15 21:51:21 +08:00
grpcclient [skip e2e] Add license (#15031) 2022-01-07 23:11:56 +08:00
healthz [skip e2e] Update license (#15122) 2022-01-10 22:43:41 +08:00
indexparamcheck [skip e2e]Update license (#15131) 2022-01-11 00:09:34 +08:00
logutil Make all logs configurable for standalone/embedded Milvus. (#15926) 2022-03-10 10:35:59 +08:00
metricsinfo Bump go version in documentation (#15979) 2022-03-16 18:51:21 +08:00
milvuserrors [skip e2e] Modify code comments according to the naming conventions (#14893) 2022-01-06 13:13:51 +08:00
mock Add grpc healthy check (#16050) 2022-03-15 15:05:21 +08:00
paramtable Make all logs configurable for standalone/embedded Milvus. (#15926) 2022-03-10 10:35:59 +08:00
retry Add and implement chunk manager interface. (#15541) 2022-02-24 23:53:53 +08:00
sessionutil Make SessionWatch keep watch even no Rewatch func when find ErrCompacted (#15497) 2022-02-15 15:07:48 +08:00
timerecord Use ElementMatch instead of Equal in unit test (#14997) 2022-01-07 15:17:22 +08:00
trace [skip e2e]Update license for trace stack trace (#15057) 2022-01-10 13:05:20 +08:00
tsoutil [skip e2e]Update license for tsoutil tso (#15055) 2022-01-10 12:58:49 +08:00
typeutil Support create collection with VarChar field (#15904) 2022-03-14 23:20:02 +08:00
uniquegenerator [skip e2e]Update license for util uniquegenerator (#14786) 2022-01-06 14:53:20 +08:00
constant.go [skip e2e]Update license (#14791) 2022-01-06 10:07:21 +08:00
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00