Build llcorehttp as part of a viewer dependency with unit tests. This required
boost::thread and the easiest path to that was to go with the 1.48 Boost release in the 3P tree (eliminating a fork for a modified 1.45 packaging). One unit test, the most important one, is failing in test_httprequest but that can be attended to later. This test issues a GET to http://localhost:2/ and that is hitting the wire but the libcurl plumbing isn't delivering the failure, only the eventual timeout. An unexpected change in behavior.
Showing
- autobuild.xml 6 additions, 6 deletionsautobuild.xml
- indra/cmake/Boost.cmake 14 additions, 9 deletionsindra/cmake/Boost.cmake
- indra/cmake/LLCoreHttp.cmake 2 additions, 0 deletionsindra/cmake/LLCoreHttp.cmake
- indra/cmake/LLPrimitive.cmake 4 additions, 4 deletionsindra/cmake/LLPrimitive.cmake
- indra/llcommon/linden_common.h 4 additions, 0 deletionsindra/llcommon/linden_common.h
- indra/llcorehttp/CMakeLists.txt 17 additions, 13 deletionsindra/llcorehttp/CMakeLists.txt
- indra/llcorehttp/_httpoprequest.cpp 2 additions, 0 deletionsindra/llcorehttp/_httpoprequest.cpp
- indra/llcorehttp/_thread.h 3 additions, 1 deletionindra/llcorehttp/_thread.h
- indra/llcorehttp/httpcommon.h 2 additions, 0 deletionsindra/llcorehttp/httpcommon.h
- indra/llcorehttp/tests/llcorehttp_test.cpp 3 additions, 1 deletionindra/llcorehttp/tests/llcorehttp_test.cpp
- indra/llcorehttp/tests/test_bufferarray.hpp 1 addition, 2 deletionsindra/llcorehttp/tests/test_bufferarray.hpp
- indra/llcorehttp/tests/test_httpheaders.hpp 1 addition, 1 deletionindra/llcorehttp/tests/test_httpheaders.hpp
- indra/llcorehttp/tests/test_httpoperation.hpp 1 addition, 1 deletionindra/llcorehttp/tests/test_httpoperation.hpp
- indra/llcorehttp/tests/test_httprequest.hpp 6 additions, 6 deletionsindra/llcorehttp/tests/test_httprequest.hpp
- indra/llcorehttp/tests/test_httpstatus.hpp 1 addition, 1 deletionindra/llcorehttp/tests/test_httpstatus.hpp
- indra/llcorehttp/tests/test_refcounted.hpp 1 addition, 1 deletionindra/llcorehttp/tests/test_refcounted.hpp
Loading
Please register or sign in to comment