|
c7f7123ba6
|
Fixed some capture clauses.
|
2019-03-30 23:49:08 +01:00 |
|
|
f5b05893cd
|
Changed for-loop to std::transform.
|
2019-03-30 23:42:06 +01:00 |
|
|
d84a18a0e7
|
Changed for-loop to std::transform.
|
2019-03-30 23:15:22 +01:00 |
|
|
7ac5b2545a
|
Cleaned up whitespace.
|
2019-03-30 23:10:30 +01:00 |
|
|
5cf3b18008
|
Updated .gitignore, deleted build.sh.
|
2019-03-30 22:35:15 +01:00 |
|
|
7633bb0220
|
Updated fediverse address.
|
2019-03-30 22:32:24 +01:00 |
|
|
ff0bd7b906
|
Replaced for-loop with std::transform.
|
2019-03-30 22:24:15 +01:00 |
|
|
57ec1fd23a
|
Cleaned up whitespace.
|
2019-03-30 22:14:58 +01:00 |
|
|
43fd2aae6e
|
Changed debug.hpp to respect 80 char rule.
|
2019-03-30 20:53:53 +01:00 |
|
|
baf417ce69
|
Added documentation to return_entity{,_vector}.
|
2019-03-30 13:18:42 +01:00 |
|
|
c854230f95
|
Added documentation for return_base and return_call.
|
2019-03-30 13:06:57 +01:00 |
|
|
da1ee09640
|
Added explicit instantiations for return_entity{,_vector}.
|
2019-03-30 12:12:59 +01:00 |
|
|
54a1fb0d3e
|
Added Easy::time as time type.
|
2019-03-29 14:44:39 +01:00 |
|
|
dff3b11c00
|
Cleaned up, fixed formatting and so on.
|
2019-03-28 21:23:24 +01:00 |
|
|
76dc6a623c
|
Put Easy return types in own header.
|
2019-03-28 15:35:23 +01:00 |
|
|
ce5f9510a6
|
Put Entity in own header.
|
2019-03-28 15:35:00 +01:00 |
|
|
4aad1425eb
|
Turned Easy into namespace, renamed class Easy::API.
Don't look, I'm not done yet! :-)
|
2019-03-28 15:30:56 +01:00 |
|
|
354f7e1b90
|
Removed unnecessary type qualifiers.
|
2019-03-28 13:45:30 +01:00 |
|
|
12d986ed06
|
Templated return_entity and return_entity_vector.
|
2019-03-28 13:33:28 +01:00 |
|
|
552c92a1ef
|
Set default for WITH_EXAMPLES to YES, disabled tests.
|
2019-03-28 13:29:21 +01:00 |
|
|
0b35fa0828
|
Uodated copyright years.
|
2019-03-20 06:15:43 +01:00 |
|
|
c4fae35100
|
Reformatted for 80 char rule.
|
2019-03-14 18:34:34 +01:00 |
|
|
c43436d970
|
misc
|
2019-03-11 21:13:58 +01:00 |
|
|
d85190b113
|
Use std::transform instead of for loop in json_array_to_vector.
|
2019-03-11 21:13:34 +01:00 |
|
|
e07dc45184
|
Inherit constructors from Entity.
|
2019-03-11 20:48:54 +01:00 |
|
|
1f36568b20
|
Added contructor with Json::Value and operator Json::Value() to Entity
|
2019-03-11 20:41:52 +01:00 |
|
|
cc43f133a4
|
Removed -DWITH_STATIC.
|
2019-03-03 12:28:14 +01:00 |
|
|
f227b25e85
|
Revert "Added const to overloaded operators."
This reverts commit 2103eb4ac2 .
|
2019-03-03 12:24:09 +01:00 |
|
|
2103eb4ac2
|
Added const to overloaded operators.
|
2019-03-03 12:14:11 +01:00 |
|
|
6d4199047f
|
Remove support for g++-5.
|
2019-03-03 11:42:54 +01:00 |
|
|
c244b2bb94
|
Updated README-examples.
|
2019-03-03 11:22:11 +01:00 |
|
|
f28fac5579
|
Fixed << overloading.
|
2019-03-03 11:16:23 +01:00 |
|
|
d31c83f1d9
|
Did API inventory.
Added missing calls to readme, reordered calls, marked deprecated
calls.
|
2019-03-03 10:41:10 +01:00 |
|
|
3820394099
|
Fixed example01.
|
2019-03-02 20:25:31 +01:00 |
|
|
5fa7887fb1
|
Added operator overloads to return_entity and return_entity_vector
|
2019-03-02 20:21:31 +01:00 |
|
|
e1b32d13c8
|
Added example.
|
2019-03-02 13:52:35 +01:00 |
|
|
ebd40ba4d5
|
Changed default values for strings from 0 to "".
|
2019-03-02 12:47:15 +01:00 |
|
|
4d3ffb5516
|
Typo
|
2019-03-02 12:21:40 +01:00 |
|
|
9f21c5811a
|
Changed error codes for curlpp errors.
|
2019-03-02 11:53:02 +01:00 |
|
|
4fb13d1876
|
Removed constexpr for g++-5.
|
2019-02-25 14:55:01 +01:00 |
|
|
25628e1d5d
|
Added virtual destructors to API and Easy::Entity.
|
2019-02-25 14:36:49 +01:00 |
|
|
7bdeaeb236
|
Changed return types for simple calls.
Also added return_entity, return_entity_vector and GenericEntity().
|
2019-02-25 13:55:24 +01:00 |
|
|
ada8f45415
|
Changed return tyoe for register_app[12].
|
2019-02-25 12:32:19 +01:00 |
|
|
cbb1e18b0c
|
Replaced return types for get_stream, patch, post, put, del
|
2019-02-22 12:36:03 +01:00 |
|
|
ade55f8f19
|
Updated error descriptions.
|
2019-02-22 12:14:15 +01:00 |
|
|
e034dbc299
|
Replaced return codes in API::http.
|
2019-02-22 12:03:28 +01:00 |
|
|
c8baf41582
|
Renamed macros.hpp to debug.hpp.
|
2019-02-22 11:35:06 +01:00 |
|
|
514ae8dc63
|
Added new return types, replaced return types for API::get().
|
2019-02-22 11:33:36 +01:00 |
|
|
5c4ca94d4b
|
Added more warnings to debug build.
|
2019-02-22 10:10:44 +01:00 |
|
|
af5e658eb2
|
Added warning regarding the master branch.
|
2019-02-22 08:34:37 +01:00 |
|