forked from datastax/cpp-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ Add preprocessor definition to ensure Boost does not use rvalue references (this allows the integration tests to build without c++11). + Added a check to validate CMAKE_CXX_COMPILER_VERSION variable existence and added a workaround to get the compiler version from gcc (CMAKE_CXX_COMPILER variables were not added until 2.8.x) + Ensured the LIBUV_INCLUDE_DIR discovered by the parent was used for the unit tests (fixes unit test build) - Changed INT64_MAX/MIN to use c++ numeric limits - Updating TavisCI configuration + Install libssh2 and build Boost v1.55 from source + Build tests and run unit tests (increases build status information) NOTE: CMake configuration needs some more TLC to work properly on CentOS5. The LIBSSH2 package available by the default yum repositories is v1.0.0 and method calls used by the integration tests were not available until v1.2.5. CMake configuration should check for LIBSSH2_ROOT_DIR similar to LIBUV_ROOT_DIR.
- Loading branch information
Michael Fero
committed
Sep 18, 2014
1 parent
cb905f9
commit d027227
Showing
5 changed files
with
20 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,6 +73,7 @@ lib/libuv/include/** | |
!lib/libuv/include/README | ||
lib/libuv/lib/** | ||
!lib/libuv/lib/README | ||
boost_1_* | ||
|
||
|
||
config*.txt |
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