summaryrefslogtreecommitdiff
path: root/src/decoder/DecoderPlugin.hxx
AgeCommit message (Expand)Author
2020-07-06decoder/Plugin: allow scan_{file,stream}() to throwMax Kellermann
2020-06-10add a few IWYU pragmasMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2018-07-05tag/Handler: convert to class with virtual methodsMax Kellermann
2018-01-21decoder/Plugin: add "noexcept"Max Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-22decoder/DecoderPlugin: container_scan() returns forward_list<DetachedSong>Max Kellermann
2016-11-22decoder/DecoderPlugin: container_scan() returns forward_list<string>Max Kellermann
2016-11-18decoder/Client: new interface which wraps struct DecoderMax Kellermann
2016-04-13decoder/Plugin: container_scan() returns AllocatedStringMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-23tag/TagHandler: pass by referenceMax Kellermann
2016-02-22tag/handler: use CamelCaseMax Kellermann
2015-03-17*: doxygen fixupsMax Kellermann
2015-03-03*: change C-style prototypes, drop "(void)"Max Kellermann
2015-01-31decoder/sndfile, ...: update API documentationMax Kellermann
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-05-11InputStream: convert to classMax Kellermann
2014-02-24DecoderPlugin: free the container_scan() return value with delete[]Max Kellermann
2014-02-07DecoderPlugin: pass Path instance to file_decode() and scan_file()Max Kellermann
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann