Changeset - 44d843e48ae0
[Not reviewed]
.gitmodules
Show inline comments
 
[submodule "msvc-deps/curl"]
 
	path = msvc-deps/curl
 
	url = https://github.com/bagder/curl.git
 
[submodule "backends/twitter/rapidjson"]
 
	path = backends/twitter/rapidjson
 
	url = https://github.com/miloyip/rapidjson.git
backends/twitter/CMakeLists.txt
Show inline comments
 
include_directories (${libtransport_SOURCE_DIR}/backends/twitter/libtwitcurl) 
 
include_directories (${libtransport_SOURCE_DIR}/backends/twitter/rapidjson/include)
 
FILE(GLOB SRC *.cpp libtwitcurl/*.cpp Requests/*.cpp)
 
add_executable(spectrum2_twitter_backend ${SRC})
 

	
backends/twitter/rapidjson
Show inline comments
 
new file 160000
 
Subproject commit 3804a06032058bb160f4106603847cbdb635195a
backends/twitter/rapidjson/document.h
Show inline comments
 
deleted file
backends/twitter/rapidjson/filestream.h
Show inline comments
 
deleted file
backends/twitter/rapidjson/internal/pow10.h
Show inline comments
 
deleted file
backends/twitter/rapidjson/internal/stack.h
Show inline comments
 
deleted file
backends/twitter/rapidjson/internal/strfunc.h
Show inline comments
 
deleted file
backends/twitter/rapidjson/prettywriter.h
Show inline comments
 
deleted file
backends/twitter/rapidjson/rapidjson.h
Show inline comments
 
deleted file
backends/twitter/rapidjson/reader.h
Show inline comments
 
deleted file
backends/twitter/rapidjson/stringbuffer.h
Show inline comments
 
deleted file
backends/twitter/rapidjson/writer.h
Show inline comments
 
deleted file
0 comments (0 inline, 0 general)