putting current open source projects and libs
Showing
with
4986 additions
and
0 deletions
Too many changes to show.
To preserve performance only 1000 of 1000+ files are displayed.
cereal/.gitignore
0 → 100644
cereal/.travis.yml
0 → 100644
cereal/CMakeLists.txt
0 → 100644
cereal/LICENSE
0 → 100644
cereal/README.md
0 → 100644
cereal/doc/DoxygenLayout.xml
0 → 100644
cereal/doc/doxygen.in
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/doc/footer.html
0 → 100644
cereal/doc/mainpage.dox
0 → 100644
cereal/include/cereal/access.hpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/include/cereal/archives/adapters.hpp
0 → 100644
cereal/include/cereal/archives/binary.hpp
0 → 100644
cereal/include/cereal/archives/json.hpp
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cereal/include/cereal/archives/xml.hpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/include/cereal/cereal.hpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/include/cereal/details/helpers.hpp
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cereal/include/cereal/details/traits.hpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/include/cereal/details/util.hpp
0 → 100644
cereal/include/cereal/external/base64.hpp
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
cereal/include/cereal/macros.hpp
0 → 100644
cereal/include/cereal/types/array.hpp
0 → 100644
cereal/include/cereal/types/base_class.hpp
0 → 100644
cereal/include/cereal/types/bitset.hpp
0 → 100644
cereal/include/cereal/types/chrono.hpp
0 → 100644
cereal/include/cereal/types/common.hpp
0 → 100644
cereal/include/cereal/types/complex.hpp
0 → 100644
cereal/include/cereal/types/deque.hpp
0 → 100644
cereal/include/cereal/types/forward_list.hpp
0 → 100644
cereal/include/cereal/types/list.hpp
0 → 100644
cereal/include/cereal/types/map.hpp
0 → 100644
cereal/include/cereal/types/memory.hpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/include/cereal/types/polymorphic.hpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/include/cereal/types/queue.hpp
0 → 100644
cereal/include/cereal/types/set.hpp
0 → 100644
cereal/include/cereal/types/stack.hpp
0 → 100644
cereal/include/cereal/types/string.hpp
0 → 100644
cereal/include/cereal/types/tuple.hpp
0 → 100644
cereal/include/cereal/types/utility.hpp
0 → 100644
cereal/include/cereal/types/valarray.hpp
0 → 100644
cereal/include/cereal/types/vector.hpp
0 → 100644
cereal/sandbox/CMakeLists.txt
0 → 100644
cereal/sandbox/performance.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/sandbox/sandbox.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/sandbox/sandbox_json.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/sandbox/sandbox_rtti.cpp
0 → 100644
cereal/sandbox/sandbox_shared_lib/base.cpp
0 → 100755
cereal/sandbox/sandbox_shared_lib/base.hpp
0 → 100755
cereal/sandbox/sandbox_vs.cpp
0 → 100644
cereal/scripts/renameincludes.sh
0 → 100755
This diff is collapsed.
Click to expand it.
cereal/scripts/updatecoverage.sh
0 → 100755
This diff is collapsed.
Click to expand it.
cereal/scripts/updatedoc.in
0 → 100755
This diff is collapsed.
Click to expand it.
cereal/unittests/CMakeLists.txt
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/array.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/basic_string.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/bitset.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/chrono.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/common.hpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/complex.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/deque.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/forward_list.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/list.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/load_construct.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/map.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/memory.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/memory_cycles.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/multimap.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/multiset.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/pair.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/pod.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/polymorphic.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/portability_test.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/portable_binary_archive.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/priority_queue.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/queue.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/run_portability_test.sh
0 → 100755
This diff is collapsed.
Click to expand it.
cereal/unittests/run_valgrind.sh
0 → 100755
This diff is collapsed.
Click to expand it.
cereal/unittests/set.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/stack.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/structs.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/structs_minimal.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/structs_specialized.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/tuple.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/unordered_loads.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/unordered_map.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/unordered_multimap.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/unordered_multiset.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/unordered_set.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/user_data_adapters.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/valarray.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/vector.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/unittests/versioning.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/vs2013/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
cereal/vs2013/sandbox/sandbox.vcxproj
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cereal/vs2013/sandbox_vs/sandbox_vs.vcxproj
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cereal/vs2013/unittests/main.cpp
0 → 100755
This diff is collapsed.
Click to expand it.
cereal/vs2013/unittests/unittests.vcxproj
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cereal/vs2013/vs2013.sln
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Build/Common.Build.Traversal.targets
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Build/Common.Build.settings
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Build/Config.Definitions.props
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Build/Release.Product.settings
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Build/Release.Tests.settings
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Build/version.props
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Build_android/configure.sh
0 → 100755
This diff is collapsed.
Click to expand it.
cpprest/Build_android/openssl/Makefile
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Build_iOS/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Build_iOS/CMakeLists.txt
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Build_iOS/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Build_iOS/configure.sh
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/CONTRIBUTORS.txt
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/CMakeLists.txt
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/build.release/CMakeCache.txt
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
No preview for this file type
No preview for this file type
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
No preview for this file type
This diff is collapsed.
Click to expand it.
No preview for this file type
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/build.release/Makefile
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/build.release/src/Makefile
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/build.release/tests/Makefile
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/dirs.proj
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/include/cpprest/astreambuf.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/include/cpprest/base_uri.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/include/cpprest/filestream.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/include/cpprest/http_msg.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/include/cpprest/json.h
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/include/cpprest/oauth1.h
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/include/cpprest/oauth2.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/include/cpprest/streams.h
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/include/cpprest/uri.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/include/cpprest/version.h
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/include/cpprest/ws_client.h
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/include/cpprest/ws_msg.h
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/include/pplx/pplx.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/include/pplx/pplxconv.h
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/include/pplx/pplxinterface.h
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/include/pplx/pplxlinux.h
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/include/pplx/pplxtasks.h
0 → 100644
This diff could not be displayed because it is too large.
cpprest/Release/include/pplx/pplxwin.h
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/include/pplx/threadpool.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/libs/websocketpp/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/libs/websocketpp/.travis.yml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/libs/websocketpp/COPYING
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/libs/websocketpp/Doxyfile
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/libs/websocketpp/SConstruct
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/libs/websocketpp/readme.md
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/libs/websocketpp/roadmap.md
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/public_apis_doxyfile
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
14.2 KB
1.57 KB
16.7 KB
2.61 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
No preview for this file type
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
34.2 KB
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/samples/BlackJack/dirs.proj
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/samples/CMakeLists.txt
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/samples/CasaLens/ReadMe.txt
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/samples/CasaLens/casalens.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/samples/CasaLens/dirs.proj
0 → 100644
This diff is collapsed.
Click to expand it.
6.12 KB
3.83 KB
482 KB
This diff is collapsed.
Click to expand it.
cpprest/Release/samples/CasaLens/stdafx.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/samples/CasaLens/stdafx.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
801 Bytes
329 Bytes
2.1 KB
429 Bytes
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
No preview for this file type
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/samples/FacebookDemo/pch.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/samples/FacebookDemo/pch.h
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/samples/OAuth2Live/App.xaml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
801 Bytes
329 Bytes
2.1 KB
429 Bytes
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
No preview for this file type
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/samples/OAuth2Live/dirs.proj
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/samples/OAuth2Live/pch.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/samples/OAuth2Live/pch.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/samples/SearchFile/dirs.proj
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
801 Bytes
329 Bytes
2.1 KB
429 Bytes
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
No preview for this file type
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/samples/dirs.proj
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/src/CMakeLists.txt
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/src/build/android.vcxitems
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/src/build/common.vcxitems
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/src/build/cpprest.natvis
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/src/build/init.ps1
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/src/build/other.vcxitems
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/src/build/package_info.xml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/src/build/win32.vcxitems
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/src/build/winrt.vcxitems
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/src/dirs.proj
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/src/http/common/http_msg.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cpprest/Release/src/http/oauth/oauth1.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/src/http/oauth/oauth2.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
cpprest/Release/src/json/json.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment