-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f94e3e6
commit 72c885f
Showing
41 changed files
with
379 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- velox/common/base/CMakeLists.txt | ||
+++ velox/common/base/CMakeLists.txt | ||
@@ -16,13 +16,12 @@ velox_add_library(velox_exception Exceptions.cpp VeloxException.cpp | ||
Exceptions.h) | ||
velox_link_libraries( | ||
velox_exception | ||
- PUBLIC | ||
- velox_flag_definitions | ||
- velox_process | ||
- Folly::folly | ||
- fmt::fmt | ||
- gflags::gflags | ||
- glog::glog) | ||
+ PUBLIC velox_flag_definitions | ||
+ velox_process | ||
+ Folly::folly | ||
+ fmt::fmt | ||
+ gflags::gflags | ||
+ glog::glog) | ||
|
||
velox_add_library( | ||
velox_common_base | ||
@@ -41,16 +40,8 @@ velox_add_library( | ||
|
||
velox_link_libraries( | ||
velox_common_base | ||
- PUBLIC | ||
- velox_exception | ||
- Folly::folly | ||
- fmt::fmt | ||
- xsimd | ||
- PRIVATE | ||
- velox_common_compression | ||
- velox_process | ||
- velox_test_util | ||
- glog::glog) | ||
+ PUBLIC velox_exception Folly::folly fmt::fmt xsimd | ||
+ PRIVATE velox_common_compression velox_process velox_test_util glog::glog) | ||
|
||
if() | ||
add_subdirectory(tests) | ||
@@ -72,5 +63,7 @@ velox_link_libraries( | ||
gflags::gflags) | ||
|
||
velox_add_library(velox_status Status.cpp) | ||
-velox_link_libraries(velox_status PUBLIC fmt::fmt Folly::folly PRIVATE | ||
- glog::glog) | ||
+velox_link_libraries( | ||
+ velox_status | ||
+ PUBLIC fmt::fmt Folly::folly | ||
+ PRIVATE glog::glog) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- velox/common/caching/CMakeLists.txt | ||
+++ velox/common/caching/CMakeLists.txt | ||
@@ -24,18 +24,16 @@ velox_add_library( | ||
StringIdMap.cpp) | ||
velox_link_libraries( | ||
velox_caching | ||
- PUBLIC | ||
- velox_common_base | ||
- velox_exception | ||
- velox_file | ||
- velox_memory | ||
- velox_process | ||
- velox_time | ||
- Folly::folly | ||
- fmt::fmt | ||
- gflags::gflags | ||
- PRIVATE | ||
- velox_time) | ||
+ PUBLIC velox_common_base | ||
+ velox_exception | ||
+ velox_file | ||
+ velox_memory | ||
+ velox_process | ||
+ velox_time | ||
+ Folly::folly | ||
+ fmt::fmt | ||
+ gflags::gflags | ||
+ PRIVATE velox_time) | ||
|
||
if() | ||
add_subdirectory(tests) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.