Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pistache
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
pistache
Commits
91ae7fc1
Unverified
Commit
91ae7fc1
authored
Aug 15, 2020
by
Andrey Garaev
Committed by
GitHub
Aug 15, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Store third-party in separate directory (#812)
parent
ab52c549
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
5 additions
and
5 deletions
+5
-5
examples/rest_description.cc
examples/rest_description.cc
+1
-1
include/pistache/thirdparty/date.h
include/pistache/thirdparty/date.h
+0
-0
include/pistache/thirdparty/serializer/rapidjson.h
include/pistache/thirdparty/serializer/rapidjson.h
+0
-0
src/common/http_defs.cc
src/common/http_defs.cc
+1
-1
tests/cookie_test.cc
tests/cookie_test.cc
+1
-1
tests/cookie_test_2.cc
tests/cookie_test_2.cc
+1
-1
tests/headers_test.cc
tests/headers_test.cc
+1
-1
No files found.
examples/rest_description.cc
View file @
91ae7fc1
...
...
@@ -8,7 +8,7 @@
#include <pistache/description.h>
#include <pistache/endpoint.h>
#include <pistache/serializer/rapidjson.h>
#include <pistache/
thirdparty/
serializer/rapidjson.h>
using
namespace
std
;
using
namespace
Pistache
;
...
...
include/pistache/date.h
→
include/pistache/
thirdparty/
date.h
View file @
91ae7fc1
File moved
include/pistache/serializer/rapidjson.h
→
include/pistache/
thirdparty/
serializer/rapidjson.h
View file @
91ae7fc1
File moved
src/common/http_defs.cc
View file @
91ae7fc1
...
...
@@ -12,7 +12,7 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wconversion"
#endif
#include <pistache/date.h>
#include <pistache/
thirdparty/
date.h>
#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif
...
...
tests/cookie_test.cc
View file @
91ae7fc1
#include "gtest/gtest.h"
#include <pistache/cookie.h>
#include <pistache/date.h>
#include <pistache/
thirdparty/
date.h>
using
namespace
Pistache
;
using
namespace
Pistache
::
Http
;
...
...
tests/cookie_test_2.cc
View file @
91ae7fc1
#include "gtest/gtest.h"
#include <pistache/cookie.h>
#include <pistache/date.h>
#include <pistache/
thirdparty/
date.h>
using
namespace
Pistache
;
using
namespace
Pistache
::
Http
;
...
...
tests/headers_test.cc
View file @
91ae7fc1
#include <pistache/date.h>
#include <pistache/http.h>
#include <pistache/thirdparty/date.h>
#include "gtest/gtest.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment