Commit Graph

606 Commits

Author SHA1 Message Date
2c97d43ce2
Added comment to example02. 2019-04-10 20:55:23 +02:00
09ecd8e5e4
Report errors with get_stream() in-stream.
All checks were successful
the build was successful
2019-04-10 20:52:36 +02:00
a551516be2
Added short descriptions to the examples.
All checks were successful
the build was successful
Also added example02 to doxygen-documentation.
2019-04-10 02:35:38 +02:00
bde8d11706
Revamped streams. 2019-04-10 02:25:55 +02:00
ccedfba4af
Added GET_STREAM to switch in http::request(). 2019-04-09 21:58:02 +02:00
438a3932e1
Build RPM packages on CentOS.
All checks were successful
the build was successful
2019-04-08 21:24:08 +02:00
c9a826ebcb
Improved documentation a bit.
All checks were successful
the build was successful
2019-04-05 14:41:18 +02:00
6a01efc6aa
Moved API::http::method to http_method. 2019-04-05 14:40:54 +02:00
88d69be298
Let Account::Source fall back to Easy::Entity. 2019-04-05 14:39:35 +02:00
8d4dcb9984
Added doxygen to drone recipe.
All checks were successful
the build was successful
2019-04-04 20:44:57 +02:00
55529136c2
Changed default for WITH_EXAMPLES to NO.
Some checks failed
the build failed
2019-04-04 12:58:49 +02:00
d7bec891dd
Set default values for all custom cmake-variables.
And changed WITHOUT_EASY to WITH_EASY.
2019-04-04 12:47:40 +02:00
beb6910085
Install all necessary headers. 2019-04-04 12:35:43 +02:00
9d72c992a2
Updated readme.
All checks were successful
the build was successful
2019-04-02 11:28:53 +02:00
a63f63bd4f
Fixed include guard. 2019-04-02 11:20:35 +02:00
b49e8600ac
Moved types to types.hpp and reformatted mastodon-cpp.hpp.
Also renamed easy/types.hpp to easy/types_easy.hpp.
2019-04-02 11:16:52 +02:00
38e8809b92
Moved return_base and return_call to their own header. 2019-04-02 10:37:27 +02:00
c35b7f56fa
Moved easy types to easy/types.hpp.
All checks were successful
the build was successful
2019-03-31 22:24:14 +02:00
86dccaf2d7
Removed inclusion of easy.hpp from entities.
Also added override to valid().
2019-03-31 21:43:57 +02:00
6f11116b1c
strtime: Explicitly cast char array to const string.
All checks were successful
the build was successful
2019-03-31 00:08:11 +01:00
6690d2bd0b
Changed for-loop to std::transform. 2019-03-31 00:02:02 +01:00
94651f8dba
Changed for-loop to std::transform. 2019-03-30 23:59:27 +01:00
07c39ab4bf
Changed for-loop to std::transform. 2019-03-30 23:57:25 +01:00
3328821bca
Changed for-loop to std::transform. 2019-03-30 23:55:40 +01:00
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.
All checks were successful
the build was successful
2019-03-30 22:32:24 +01:00
ff0bd7b906
Replaced for-loop with std::transform.
All checks were successful
the build was successful
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}.
All checks were successful
the build was successful
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.
All checks were successful
the build was successful
2019-03-29 14:44:39 +01:00
dff3b11c00
Cleaned up, fixed formatting and so on.
All checks were successful
the build was successful
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.
Some checks failed
the build failed
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.
All checks were successful
the build was successful
2019-03-14 18:34:34 +01:00
c43436d970
misc
All checks were successful
the build was successful
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