Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Version bump 0.5.7. | tastytea | 2020-11-13 |
| | | | | | Forgot to bump the version in the CMake recipe, packages couldn't be built. | ||
* | Generate API documentation with CMake. | tastytea | 2020-11-13 |
| | |||
* | Bump maximum CMake version to 3.16. | tastytea | 2020-05-19 |
| | |||
* | Only use add_compile_definitions with CMake >= 3.12. | tastytea | 2020-05-19 |
| | |||
* | Version bump 0.5.5. | tastytea | 2020-05-19 |
| | |||
* | Add -DNDEBUG for non-debug builds. | tastytea | 2020-05-19 |
| | |||
* | Version bump 0.5.4. | tastytea | 2020-03-21 |
| | |||
* | Ensure that the first parameter in all GET calls is prefaced with ?. | tastytea | 2020-03-20 |
| | | | | | All calls to CURLWrapper::add_parameters_to_uri() but the first used & for all parameters, because the boolean keeping track was implemented wrong. | ||
* | Version bump 0.5.2. | tastytea | 2020-03-20 |
| | |||
* | Version bump 0.5.1. | tastytea | 2020-03-12 |
| | |||
* | Version bump 0.5.0. | tastytea | 2020-02-02 |
| | |||
* | CMake: We are already in the build directory. | tastytea | 2020-01-27 |
| | |||
* | Add WITH_CLANG-TIDY to CMake recipe. | tastytea | 2020-01-26 |
| | |||
* | Setting -DNDEBUG is redundant. | tastytea | 2020-01-26 |
| | |||
* | Version bump 0.4.0. | tastytea | 2020-01-16 |
| | |||
* | Version bump 0.3.0. | tastytea | 2020-01-14 |
| | |||
* | version bump 0.2.0. | tastytea | 2020-01-11 |
| | |||
* | Update description. | tastytea | 2020-01-10 |
| | |||
* | Version bump 0.1.0. | tastytea | 2020-01-10 |
| | |||
* | Enable cmake switches for packages. | tastytea | 2020-01-09 |
| | |||
* | Add packages.cmake, to create DEB and RPM packages. | tastytea | 2020-01-09 |
| | |||
* | Explicitly set NDEBUG for non-debug builds. | tastytea | 2020-01-05 |
| | |||
* | Generate and install mastodonpp.pc. | tastytea | 2020-01-03 |
| | |||
* | Generate and install mastodonppConfig.cmake and so on. | tastytea | 2020-01-03 |
| | |||
* | Install headers. | tastytea | 2020-01-03 |
| | |||
* | Remove option WITH_DOC. | tastytea | 2020-01-03 |
| | |||
* | Add support for examples. | tastytea | 2020-01-03 |
| | |||
* | Add first test. | tastytea | 2020-01-03 |
| | |||
* | Add skeleton. | tastytea | 2020-01-03 |