Commit Graph

163 Commits

Author SHA1 Message Date
5275ab73ac
Version bump 0.111.2.
All checks were successful
continuous-integration/drone/push Build is passing
2019-10-07 23:07:32 +02:00
d37e720a11
Version bump 0.111.1.
All checks were successful
continuous-integration/drone/push Build is passing
2019-10-06 17:20:44 +02:00
ad0773d5a7
Install documentation into ${CMAKE_INSTALL_DOCDIR}/${PROJECT_NAME}/. 2019-10-06 17:20:07 +02:00
ec49399d39
Version bump 0.111.0 2019-10-06 16:40:22 +02:00
915c85e9e9
Changed error codes and introduced error constants.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-21 08:00:46 +02:00
1273518a5c
Add pkg-config recipe. 2019-08-16 02:08:14 +02:00
5f73020056
Modernized CMake recipes. 2019-08-16 02:08:14 +02:00
f7af97ad73
Version bump 0.106.0.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-12 23:06:29 +02:00
39af18fe35
Removed nonsensical ifdefs. 2019-08-12 04:55:31 +02:00
4922f79bf2
Moved cmake config for tests to tests/.
Some checks failed
continuous-integration/drone/push Build is failing
2019-06-10 17:40:00 +02:00
3f09180b85
Added tests for API::v1::media. 2019-04-27 22:03:16 +02:00
5ddc0f20fe
Added dependency-install examples for Debian Stretch and CentOS 7.
All checks were successful
the build was successful
2019-04-22 04:01:18 +02:00
c94a2ccb4a
Added example for EXTRA_TEST_ARGS.
All checks were successful
the build was successful
2019-04-20 01:30:05 +02:00
2527e9523e
Added support for /api/v1/filters and /api/v1/filters/:id. 2019-04-19 05:20:48 +02:00
346154c062
Added Easy::Token. 2019-04-16 17:56:45 +02:00
d4736308fd
Put http_error_code in return_base. 2019-04-14 17:58:33 +02:00
d5e6dfc776
Version bump 0.101.1
All checks were successful
the build was successful
2019-04-14 04:46:03 +02:00
a1083b5c18
Changed CMAKE_PROJECT_NAME to PROJECT_NAME.
All checks were successful
the build was successful
2019-04-14 04:38:59 +02:00
ca60900a0c
Reformatted and splitted cmake recipe. 2019-04-14 04:11:17 +02:00
e5c02f04d3
Version bump 0.101.0.
All checks were successful
the build was successful
2019-04-13 22:24:40 +02:00
bde8d11706
Revamped streams. 2019-04-10 02:25:55 +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
552c92a1ef
Set default for WITH_EXAMPLES to YES, disabled tests. 2019-03-28 13:29:21 +01:00
cc43f133a4
Removed -DWITH_STATIC.
All checks were successful
the build was successful
2019-03-03 12:28:14 +01:00
5c4ca94d4b
Added more warnings to debug build. 2019-02-22 10:10:44 +01:00
24687cba07
Removed deprecated code. 2019-02-22 08:23:26 +01:00
ffaf4a551a
Bugfix: Do not assume client_id, client_secret and token are hexadecimal.
All checks were successful
the build was successful
2019-02-04 19:14:54 +01:00
5a6b541de2
Changed ids from uint_fast64_t to const string in all relevant places. 2019-01-27 03:50:28 +01:00
462085470e
Added get_notifications().
All checks were successful
the build was successful
Closes #3
2019-01-26 06:54:47 +01:00
cfb21e3e2b
Tell the compiler to be more pedantic for debug builds. 2018-12-04 09:49:57 +01:00
1f5e356b2a
Added Instance::max_toot_chars() 2018-12-04 09:44:32 +01:00
ebaee939eb
Incorporated changes from Mastodon 2.4 to 2.6 2018-11-17 21:07:51 +01:00
d79fbc212b
Bugfix: Link error with inline function
All checks were successful
the build was successful
2018-11-13 14:50:42 +01:00
497cab1122
CI: Dropped g++-6, was based on jessie, didn't work with libcurlpp-dev from sid
Some checks failed
the build failed
2018-10-08 18:53:48 +02:00
38390274ae
Removed ebuilds from CI recipe
Some checks failed
the build failed
2018-10-08 18:36:13 +02:00
e372614068
Added error 16: Timeout 2018-10-08 01:33:09 +02:00
f1755d8de3
Bugfix: Error codes from send_post and send_toot were not reported back.
Because the variable was not a reference.
2018-10-08 01:22:55 +02:00
f64984f331
Updated Easy::Account for Mastodon 2.4.0+ 2018-09-16 02:45:24 +02:00
54493cd42e
Fixed package generation issues 2018-09-16 01:28:38 +02:00
7882429cef
drone: replaced stretch-dependencies with jessie-backports 2018-08-26 20:28:13 +02:00
fc281a698b
drone: reversed compiler list, generate generic binary package
All checks were successful
the build was successful
2018-08-26 19:46:36 +02:00
0ede902e0b
Enabled the possibility to generate source packages 2018-08-26 13:43:16 +02:00
cdb538fa45
Updated dependencies, version bump
All checks were successful
the build was successful
2018-08-14 17:26:34 +02:00
fb0a7c0f7f
Added option to compile to static library
All checks were successful
the build was successful
2018-07-19 12:23:27 +02:00
63fd9f581c
bugfix: some examples didn't compile with -DWITHOUT_EASY 2018-07-19 11:17:46 +02:00
b74381ceed
Enhanced Entity::valid
All checks were successful
the build was successful
It now checks if all non-nullable attributes are set. fixes #10
2018-07-14 11:54:13 +02:00
2565ff8d15
Renamed send_toot to send_post, made send_toot an alias for send_post 2018-07-14 10:36:34 +02:00
5df220913b
Added API::urldecode()
All checks were successful
the build was successful
2018-06-28 14:19:43 +02:00