Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | Only initialize libcurl once. | tastytea | 2020-01-04 | |
| | | ||||
| * | Delete empty file mastodonpp.cpp. | tastytea | 2020-01-04 | |
| | | ||||
| * | Add [[nodiscard]] where desirable. | tastytea | 2020-01-04 | |
| | | ||||
| * | Update description for Instance. | tastytea | 2020-01-04 | |
| | | ||||
| * | Add constructors and assignment operators to Instance. | tastytea | 2020-01-04 | |
| | | | | | | | | | | Explicitly set copy & move constructors to default, explicitly delete copy & move assignment operators. Make destructor virtual. | |||
| * | Escape API in documentation where necessary. | tastytea | 2020-01-04 | |
| | | ||||
* | | Merge branch 'develop' into main | tastytea | 2020-01-04 | |
|\| | ||||
| * | Add FindCURL-workaround CMake < 3.12. | tastytea | 2020-01-04 | |
| | | ||||
| * | Fix headers in Doxygen output. | tastytea | 2020-01-04 | |
| | | ||||
| * | CI: Add libcurl4-openssl-dev to dependencies. | tastytea | 2020-01-04 | |
| | | ||||
| * | Add reference to libcurl-errors(3) manpage. | tastytea | 2020-01-04 | |
| | | ||||
| * | Change linking of curl to PUBLIC. | tastytea | 2020-01-04 | |
| | | ||||
| * | Add curl as dependency to CMake config and pkg-config recipe. | tastytea | 2020-01-04 | |
| | | ||||
| * | Add Request::get() (without real function for now). | tastytea | 2020-01-04 | |
| | | ||||
| * | Add curl initialization. | tastytea | 2020-01-04 | |
| | | ||||
| * | Add CURLException. | tastytea | 2020-01-04 | |
| | | ||||
| * | Put API endpoints in class API. | tastytea | 2020-01-04 | |
| | | ||||
| * | Rename answer to answer_type. | tastytea | 2020-01-04 | |
| | | ||||
| * | Generate and install mastodonpp.pc. | tastytea | 2020-01-03 | |
| | | ||||
| * | Generate and install mastodonppConfig.cmake and so on. | tastytea | 2020-01-03 | |
| | | ||||
| * | Fix target_sources. | tastytea | 2020-01-03 | |
| | | ||||
| * | Install headers. | tastytea | 2020-01-03 | |
| | | ||||
| * | Add version header. | tastytea | 2020-01-03 | |
| | | ||||
| * | Use target_sources. | tastytea | 2020-01-03 | |
| | | ||||
| * | Add “Usage” and “Install” to readme. | tastytea | 2020-01-03 | |
| | | ||||
| * | Remove option WITH_DOC. | tastytea | 2020-01-03 | |
| | | ||||
| * | Add request.hpp to mastodonpp.hpp and update example. | tastytea | 2020-01-03 | |
| | | ||||
| * | Improve documentation. | tastytea | 2020-01-03 | |
| | | ||||
| * | Add enum for API calls. | tastytea | 2020-01-03 | |
| | | ||||
| * | Use Instance and Request classes. | tastytea | 2020-01-03 | |
| | | ||||
* | | Merge branch 'develop' into main | tastytea | 2020-01-03 | |
|\| | ||||
| * | Add documentation. | tastytea | 2020-01-03 | |
| | | ||||
| * | Add return type for requests. | tastytea | 2020-01-03 | |
| | | ||||
| * | Add support for examples. | tastytea | 2020-01-03 | |
| | | ||||
| * | Expand git ignores. | tastytea | 2020-01-03 | |
|/ | ||||
* | Add first test. | tastytea | 2020-01-03 | |
| | ||||
* | Add Drone CI recipe. | tastytea | 2020-01-03 | |
| | ||||
* | Add skeleton. | tastytea | 2020-01-03 | |
| | ||||
* | Add contributing guidelines and COC. | tastytea | 2020-01-03 | |
| | ||||
* | Add license. | tastytea | 2020-01-03 | |
| | ||||
* | Minimal readme. | tastytea | 2020-01-03 | |