- 16 Mar, 2020 1 commit
-
-
Rosen Penev authored
[[maybe_unused]] (introduced in C++17) is standard C++. https://clang.llvm.org/docs/AttributeReference.html#maybe-unused-unused says that this is equivalent to the GNU unused attribute. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 18 Jan, 2020 1 commit
-
-
Max Kellermann authored
-
- 07 Sep, 2019 1 commit
-
-
Max Kellermann authored
This commit adds a PlaylistPlugin attribute "as_folder" which for now is only enabled in the "CUE" playlist plugin (which handles separate "*.cue" files). If a playlist with this flag set is being scanned during database update, it will be parsed and its contents will be added to the database. This allows clients to inspect them like directories and its contents will be searchable. Closes https://github.com/MusicPlayerDaemon/MPD/issues/39
-
- 03 Sep, 2019 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 17 Jun, 2019 1 commit
-
-
Max Kellermann authored
-
- 19 Nov, 2018 1 commit
-
-
Max Kellermann authored
Since we switched from autotools to Meson in commit 94592c14, we don't need to include `config.h` early to properly enable large file support. Meson passes the required macros on the compiler command line instead of defining them in `config.h`. This means we can include `config.h` at any time, whenever we want to check its macros, and there are no ordering constraints.
-
- 31 Oct, 2018 1 commit
-
-
Max Kellermann authored
-
- 20 Aug, 2018 1 commit
-
-
Max Kellermann authored
-
- 17 Jul, 2018 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 21 Jan, 2018 1 commit
-
-
Max Kellermann authored
-
- 22 Dec, 2017 1 commit
-
-
Max Kellermann authored
Fixes thread sanitizer warnings.
-
- 12 Dec, 2017 1 commit
-
-
Max Kellermann authored
Only _WIN32 is defined by the compiler, and WIN32 is not standardized and may be missing. Closes #169
-
- 08 May, 2017 1 commit
-
-
Max Kellermann authored
This eliminates some overhead, because the compiler doesn't need to consider these functions throwing.
-
- 03 Jan, 2017 1 commit
-
-
Max Kellermann authored
-
- 01 Mar, 2016 1 commit
-
-
Max Kellermann authored
-
- 26 Feb, 2016 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Don't open the ZIP file again and again for each song file.
-
- 30 Sep, 2015 1 commit
-
-
Anthony DeRossi authored
Wildcard matches are directly applied to all filenames in subdirectories without any attempt at matching relative paths. This change is based on the following feature request: http://bugs.musicpd.org/view.php?id=3729
-
- 28 Feb, 2015 1 commit
-
-
Max Kellermann authored
-
- 01 Jan, 2015 1 commit
-
-
Max Kellermann authored
-
- 29 Aug, 2014 1 commit
-
-
Max Kellermann authored
Necessary for "final" on gcc 4.6.
-
- 27 Feb, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 08 Feb, 2014 1 commit
-
-
Max Kellermann authored
-
- 05 Feb, 2014 3 commits
-
-
Max Kellermann authored
Prepare for the plugin interface.
-
Max Kellermann authored
Keep only a reference.
-
Max Kellermann authored
Prepare to make this a new plugin API, for example to use a SMB share for the music_directory.
-
- 04 Feb, 2014 2 commits
-
-
Max Kellermann authored
Decouples db/update/Remove.cpp from global variables.
-
Max Kellermann authored
Remove dependency on the DatabaseSimple library.
-
- 30 Jan, 2014 1 commit
-
-
Max Kellermann authored
Move global variables into the new classes. That may allow multiple update threads for multiple databases one day.
-