mpd/python/build
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
..
autotools.py build/python/project: add build(), calls _build() 2021-09-20 22:54:02 +02:00
cmake.py python/build/cmake.py: use CMAKE_TOOLCHAIN_FILE 2021-09-20 23:14:13 +02:00
dirs.py {android,win32}/build.py: move code to python/build/dirs.py 2015-11-23 10:38:48 +01:00
download.py python/build/verify: prepare SHA support 2016-12-29 21:43:47 +01:00
ffmpeg.py build/python/project: add build(), calls _build() 2021-09-20 22:54:02 +02:00
jack.py build/python/project: add build(), calls _build() 2021-09-20 22:54:02 +02:00
libs.py remove obsolete Boost dependency 2023-01-23 15:06:58 +01:00
makeproject.py build/python/make: rename build() to build_make() 2021-09-20 22:54:02 +02:00
meson.py remove obsolete Boost dependency 2023-01-23 15:06:58 +01:00
openssl.py build/python/project: add build(), calls _build() 2021-09-20 22:54:02 +02:00
project.py build/python/project: add build(), calls _build() 2021-09-20 22:54:02 +02:00
quilt.py python/build/project.py: add quilt support 2018-02-09 22:59:12 +01:00
tar.py misc: use python builtin tar library when /bin/tar not found 2020-06-05 11:22:52 +08:00
verify.py python/build/verify.py: support SHA256 2021-09-21 16:22:21 +02:00
zlib.py build/python/project: add build(), calls _build() 2021-09-20 22:54:02 +02:00