initial commit
Some checks failed
BlockStorage/repertory_osx/pipeline/head There was a failure building this commit
BlockStorage/repertory_windows/pipeline/head This commit looks good
BlockStorage/repertory_linux_builds/pipeline/head This commit looks good

This commit is contained in:
2022-03-05 00:30:50 -06:00
commit 3ff46723b8
626 changed files with 178600 additions and 0 deletions

6
3rd_party/glue/sys/socket.h vendored Normal file
View File

@@ -0,0 +1,6 @@
#ifndef REPERTORY_SOCKET_H
#define REPERTORY_SOCKET_H
#ifdef _WIN32
#endif // _WIN32
#endif // REPERTORY_SOCKET_H

8
3rd_party/glue/sys/time.h vendored Normal file
View File

@@ -0,0 +1,8 @@
#ifndef REPERTORY_TIME_H
#define REPERTORY_TIME_H
#ifdef _WIN32
#endif // _WIN32
#endif // REPERTORY_TIME_H