Commit Graph

490 Commits

Author SHA1 Message Date
tastytea 38e8809b92
Moved return_base and return_call to their own header. 2019-04-02 10:37:27 +02:00
tastytea c35b7f56fa
Moved easy types to easy/types.hpp.
the build was successful Details
2019-03-31 22:24:14 +02:00
tastytea 86dccaf2d7
Removed inclusion of easy.hpp from entities.
Also added override to valid().
2019-03-31 21:43:57 +02:00
tastytea 6f11116b1c
strtime: Explicitly cast char array to const string.
the build was successful Details
2019-03-31 00:08:11 +01:00
tastytea 6690d2bd0b
Changed for-loop to std::transform. 2019-03-31 00:02:02 +01:00
tastytea 94651f8dba
Changed for-loop to std::transform. 2019-03-30 23:59:27 +01:00
tastytea 07c39ab4bf
Changed for-loop to std::transform. 2019-03-30 23:57:25 +01:00
tastytea 3328821bca
Changed for-loop to std::transform. 2019-03-30 23:55:40 +01:00
tastytea c7f7123ba6
Fixed some capture clauses. 2019-03-30 23:49:08 +01:00
tastytea f5b05893cd
Changed for-loop to std::transform. 2019-03-30 23:42:06 +01:00
tastytea d84a18a0e7
Changed for-loop to std::transform. 2019-03-30 23:15:22 +01:00
tastytea 7ac5b2545a
Cleaned up whitespace. 2019-03-30 23:10:30 +01:00
tastytea 5cf3b18008
Updated .gitignore, deleted build.sh. 2019-03-30 22:35:15 +01:00
tastytea 7633bb0220
Updated fediverse address.
the build was successful Details
2019-03-30 22:32:24 +01:00
tastytea ff0bd7b906
Replaced for-loop with std::transform.
the build was successful Details
2019-03-30 22:24:15 +01:00
tastytea 57ec1fd23a
Cleaned up whitespace. 2019-03-30 22:14:58 +01:00
tastytea 43fd2aae6e
Changed debug.hpp to respect 80 char rule. 2019-03-30 20:53:53 +01:00
tastytea baf417ce69
Added documentation to return_entity{,_vector}.
the build was successful Details
2019-03-30 13:18:42 +01:00
tastytea c854230f95
Added documentation for return_base and return_call. 2019-03-30 13:06:57 +01:00
tastytea da1ee09640
Added explicit instantiations for return_entity{,_vector}. 2019-03-30 12:12:59 +01:00
tastytea 54a1fb0d3e
Added Easy::time as time type.
the build was successful Details
2019-03-29 14:44:39 +01:00
tastytea dff3b11c00
Cleaned up, fixed formatting and so on.
the build was successful Details
2019-03-28 21:23:24 +01:00
tastytea 76dc6a623c
Put Easy return types in own header. 2019-03-28 15:35:23 +01:00
tastytea ce5f9510a6
Put Entity in own header. 2019-03-28 15:35:00 +01:00
tastytea 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
tastytea 354f7e1b90
Removed unnecessary type qualifiers. 2019-03-28 13:45:30 +01:00
tastytea 12d986ed06
Templated return_entity and return_entity_vector.
the build failed Details
2019-03-28 13:33:28 +01:00
tastytea 552c92a1ef
Set default for WITH_EXAMPLES to YES, disabled tests. 2019-03-28 13:29:21 +01:00
tastytea 0b35fa0828
Uodated copyright years. 2019-03-20 06:15:43 +01:00
tastytea c4fae35100
Reformatted for 80 char rule.
the build was successful Details
2019-03-14 18:34:34 +01:00
tastytea c43436d970
misc
the build was successful Details
2019-03-11 21:13:58 +01:00
tastytea d85190b113
Use std::transform instead of for loop in json_array_to_vector. 2019-03-11 21:13:34 +01:00
tastytea e07dc45184
Inherit constructors from Entity. 2019-03-11 20:48:54 +01:00
tastytea 1f36568b20
Added contructor with Json::Value and operator Json::Value() to Entity 2019-03-11 20:41:52 +01:00
tastytea cc43f133a4
Removed -DWITH_STATIC.
the build was successful Details
2019-03-03 12:28:14 +01:00
tastytea f227b25e85
Revert "Added const to overloaded operators."
the build was successful Details
This reverts commit 2103eb4ac2.
2019-03-03 12:24:09 +01:00
tastytea 2103eb4ac2
Added const to overloaded operators.
the build failed Details
2019-03-03 12:14:11 +01:00
tastytea 6d4199047f
Remove support for g++-5.
the build was successful Details
2019-03-03 11:42:54 +01:00
tastytea c244b2bb94
Updated README-examples.
the build failed Details
2019-03-03 11:22:11 +01:00
tastytea f28fac5579
Fixed << overloading. 2019-03-03 11:16:23 +01:00
tastytea d31c83f1d9
Did API inventory.
the build was successful Details
Added missing calls to readme, reordered calls, marked deprecated
calls.
2019-03-03 10:41:10 +01:00
tastytea 3820394099
Fixed example01.
the build was successful Details
2019-03-02 20:25:31 +01:00
tastytea 5fa7887fb1
Added operator overloads to return_entity and return_entity_vector 2019-03-02 20:21:31 +01:00
tastytea e1b32d13c8
Added example.
the build was successful Details
2019-03-02 13:52:35 +01:00
tastytea ebd40ba4d5
Changed default values for strings from 0 to "". 2019-03-02 12:47:15 +01:00
tastytea 4d3ffb5516
Typo 2019-03-02 12:21:40 +01:00
tastytea 9f21c5811a
Changed error codes for curlpp errors. 2019-03-02 11:53:02 +01:00
tastytea 4fb13d1876
Removed constexpr for g++-5.
the build was successful Details
2019-02-25 14:55:01 +01:00
tastytea 25628e1d5d
Added virtual destructors to API and Easy::Entity.
the build failed Details
2019-02-25 14:36:49 +01:00
tastytea 7bdeaeb236
Changed return types for simple calls.
the build failed Details
Also added return_entity, return_entity_vector and GenericEntity().
2019-02-25 13:55:24 +01:00