summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2020-03-16Merge remote-tracking branches 'neheb/fwhfggwe', 'neheb/nvm2', 'neheb/nvm22',...Max Kellermann
2020-03-16remove extra semicolonRosen Penev
2020-03-16remove gcc_unusedRosen Penev
2020-03-16replace noreturn attribute with standard C++ versionRosen Penev
2020-03-13lib/upnp/Util: remove unused function stringToTokens()Max Kellermann
2020-03-13lib/upnp/Device: remove UPnPService::clear()Max Kellermann
2020-03-12replace stdint.h with cstdintRosen Penev
2020-03-12replace stddef.h with cstddefRosen Penev
2020-03-12replace stdarg.h with cstdargRosen Penev
2020-03-12change errno.h to cerrnoRosen Penev
2020-03-12remove unused ctype.h headerRosen Penev
2020-03-12replace assert.h with cassertRosen Penev
2020-03-12lib/chromaprint/DecoderClient: add assertionMax Kellermann
2020-03-12lib/chromaprint/DecoderClient: check `ready` in GetCommand()Max Kellermann
2020-02-20Merge remote-tracking branches 'neheb/j', 'neheb/f', 'neheb/qwe' and 'neheb/hgf'Max Kellermann
2020-02-20lib/dbus/Udisks2: make `path` non-const to allow moving from itMax Kellermann
2020-02-16[clang-tidy] use = defaultRosen Penev
2020-02-16[clang-tidy] add ending namespace commentsRosen Penev
2020-02-05Merge remote-tracking branches 'neheb/patch-2', 'neheb/con', 'neheb/cons', 'n...Max Kellermann
2020-02-04[clang-tidy] use forward instead of moveRosen Penev
2020-02-04[clang-tidy] change integer prefixes to uppercaseRosen Penev
2020-02-04lib/xiph/OggSyncState: fix offset counter by using the actual page sizeMax Kellermann
2020-02-04Merge remote-tracking branches 'neheb/bind', 'neheb/move' and 'neheb/str'Max Kellermann
2020-02-04Merge branch 'v0.21.x'Max Kellermann
2020-02-02[clang-tidy] use == instead of compare for stringsRosen Penev
2020-02-01*: add `explicit`Max Kellermann
2020-02-01*: use `auto`Max Kellermann
2020-02-01*: use nullptr instead of NULLMax Kellermann
2020-01-31[clang-tidy] use override instead of virtualRosen Penev
2020-01-31lib/xiph/OggVisitor: add method ReadGranulepos()Max Kellermann
2020-01-31lib/xiph/OggVisitor: update the OggStreamState offsetMax Kellermann
2020-01-31lib/xiph/OggSyncState: keep track of the Reader offsetMax Kellermann
2020-01-25lib/xiph/OggFind: add parameter "synced"Max Kellermann
2020-01-18AudioFormat: move to pcm/Max Kellermann
2020-01-18meson.build: move Log.cxx and LogBackend.cxx into a static libraryMax Kellermann
2020-01-18copyright year 2020Max Kellermann
2020-01-12util/{Const,Writable}Buffer: drop more "_type" suffixes from type namesMax Kellermann
2020-01-03util/{Const,Writable}Buffer: drop "_type" from type namesMax Kellermann
2020-01-02lib/xiph/meson.build: exclude VorbisComments.cxx if the Vorbis decoder is dis...Max Kellermann
2019-12-24Merge tag 'v0.21.18'Max Kellermann
2019-12-24Revert "lib/curl/Global: remove lower bound on timeouts"Max Kellermann
2019-12-23lib/curl/Global: remove InvalidateSockets() call from Remove()Max Kellermann
2019-12-23lib/curl/Global: remove lower bound on timeoutsMax Kellermann
2019-12-23lib/curl: drop support for CURL versions older than 7.32.0Max Kellermann
2019-12-16lib/dbus/UDisks2: add missing <stdexcept> includeMax Kellermann
2019-12-16lib/crypto/MD5: add missing include for uint8_tMax Kellermann
2019-12-16Merge tag 'v0.21.17'Max Kellermann
2019-12-16pcm/Convert, ...: add missing include for std::runtime_errorMax Kellermann
2019-12-16lib/gcrypt/MD5: add missing include for uint8_tMax Kellermann
2019-12-16lib/xiph: add missing meson dependencyJacob Vosmaer