mpd/doc
Max Kellermann 3cc770a00b remove obsolete Boost dependency
Boost makes building a piece of software much more difficult than
necessary.  It's a huge library, and just uncompressing it takes a
considerable amount of time. MPD only used a tiny fraction of it, yet
its header bloat made the MPD build very slow.  Locating Boost was
difficult due to its arcane build system and its resistance to use
pkg-config; it's always a special case.  MPD could never use features
of newer Boost versions because Linux distributions always shipped old
Boost versions.  Boost made everything complicated and slow.

So, finally, after getting rid of GLib (commit ccdb94b06c), switching
to C++ and using Boost (commit 0801b3f495), we've finally get rid of
it 8 years later.

Unfortunately, I had to reimplement parts of it along the way
(e.g. IntrusiveList).  Kind of NIH, but on the other hand, compiling
MPD has become much easier for users.
2023-01-23 15:06:58 +01:00
..
_static/css Docs: changed sphinx theme from classic to sphinx_rtd_theme 2022-11-09 09:35:59 +02:00
client.rst Merge branch 'timeout_in_second' of git://github.com/mxjeff/MPD 2021-02-20 20:11:38 +01:00
conf.py Docs: changed sphinx theme from classic to sphinx_rtd_theme 2022-11-09 09:35:59 +02:00
developer.rst meson.build: switch to C++20 2022-05-19 09:46:59 +02:00
doxygen.conf.in doc/doxygen.conf: enable HAVE_DOT and INTERACTIVE_SVG 2016-03-30 13:47:53 +02:00
index.rst doc/index.rst: added man pages links to suppress warnings: document isn't included in any toctree 2022-11-08 14:32:40 +01:00
meson.build Docs: added custom.css to override default hyphenation and text align styles 2022-11-08 17:31:37 +02:00
mpd.1.rst doc/mpd.1.rst: Update config file documentation. 2020-11-10 15:58:34 +01:00
mpd.conf.5.rst doc/mpd.conf.5.rst: move ReplayGain documentation to user.rst 2021-11-22 22:25:04 +01:00
mpdconf.example mpdconf.example: fix a few spelling typos 2021-12-05 22:58:45 +01:00
plugins.rst openmpt: add at_end option 2023-01-06 03:18:36 +01:00
protocol.rst Merge branch 'master' of https://github.com/faceless2/MPD 2023-01-17 19:03:49 +01:00
user.rst remove obsolete Boost dependency 2023-01-23 15:06:58 +01:00